Index
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)
- abs(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- abs(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- abs(Expression<N>) - 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
- 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<T>, JavaType<E>, MutabilityPlan<T>) - 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
- 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
AuxiliaryDatabaseObject
s. - AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractAuxiliaryDatabaseObject(boolean) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractBagSemantics<E> - Class in org.hibernate.collection.spi
- AbstractBagSemantics() - Constructor for class org.hibernate.collection.spi.AbstractBagSemantics
- AbstractCachedDomainDataAccess - Class in org.hibernate.cache.spi.support
- AbstractCachedDomainDataAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- AbstractCacheTransactionSynchronization - Class in org.hibernate.cache.spi
- AbstractCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
- AbstractCdiBeanContainer - Class in org.hibernate.resource.beans.container.spi
- AbstractCdiBeanContainer() - Constructor for class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- AbstractClassJavaType<T> - Class in org.hibernate.type.descriptor.java
-
Abstract adapter for
Java type descriptors
. - AbstractClassJavaType(Class<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
-
Initialize a type descriptor for the given type.
- AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
-
Initialize a type descriptor for the given type and mutability plan.
- AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
-
Initialize a type descriptor for the given type, mutability plan and comparator.
- AbstractCollectionDataAccess - Class in org.hibernate.cache.spi.support
- AbstractCollectionDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- AbstractCollectionEvent - Class in org.hibernate.event.spi
-
Defines a base class for events involving collections.
- AbstractCollectionEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
-
Constructs an AbstractCollectionEvent object.
- AbstractCollectionPersister - Class in org.hibernate.persister.collection
-
Base implementation of the
QueryableCollection
interface. - AbstractCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
- AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
- AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
- AbstractCommonQueryContract - Class in org.hibernate.query.spi
- AbstractCommonQueryContract(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
- AbstractCommonQueryContract(AbstractCommonQueryContract) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
- 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
-
Abstract supertype of
AbstractPostDatabaseOperationEvent
andAbstractPostDatabaseOperationEvent
. - AbstractDatabaseOperationEvent(EventSource, 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 onDataSource
s. - AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- AbstractDelegatingMetadata - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of
MetadataImplementor
using delegation. - AbstractDelegatingMetadata(MetadataImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadata
- AbstractDelegatingMetadataBuilderImplementor<T extends MetadataBuilderImplementor> - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of
MetadataBuilderImplementor
using delegation. - AbstractDelegatingMetadataBuilderImplementor(MetadataBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- AbstractDelegatingMetadataBuildingOptions - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of
MetadataBuildingOptions
using delegation. - AbstractDelegatingMetadataBuildingOptions(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- AbstractDelegatingSessionBuilder - 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 extends SessionFactoryBuilder> - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
- AbstractDelegatingSessionFactoryBuilder(SessionFactoryBuilder) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- AbstractDelegatingSessionFactoryBuilderImplementor<T extends SessionFactoryBuilderImplementor> - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of
SessionFactoryBuilderImplementor
, using delegation - AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
- AbstractDelegatingSessionFactoryOptions - Class in org.hibernate.boot.spi
-
Convenience base class for custom 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
- 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
-
Defines a base class for
Session
-generated events. - AbstractEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractEvent
-
Constructs an event from the given event session.
- 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
- AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
- AbstractInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- AbstractJavaType<T> - Class in org.hibernate.type.descriptor.java
-
Abstract adapter for Java type descriptors.
- AbstractJavaType(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
-
Initialize a type descriptor for the given type.
- AbstractJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
-
Initialize a type descriptor for the given type.
- AbstractJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
-
Abstract
JdbcLiteralFormatter
implementation managing theJavaType
- AbstractJdbcLiteralFormatter(JavaType<T>) - 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<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- AbstractJdbcOperationQuery - Class in org.hibernate.sql.exec.spi
-
Executable JDBC command
- AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- AbstractJpaSelection<T> - Class in org.hibernate.query.sqm.tree.jpa
-
Base support for
JpaSelection
impls. - AbstractJpaSelection(SqmBindableType<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
- AbstractJpaTupleElement<T> - Class in org.hibernate.query.sqm.tree.jpa
-
Base support for
JpaTupleElement
impls - AbstractJpaTupleElement(SqmBindableType<? super T>, 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
- AbstractLazyInitializer - Class in org.hibernate.proxy
-
Convenience base class for lazy initialization handlers.
- AbstractLazyInitializer(String, Object, SharedSessionContractImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
-
Main constructor.
- AbstractLazyLoadInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
- AbstractLazyLoadInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
- AbstractLazyLoadInterceptor(String, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
- AbstractLimitHandler - Class in org.hibernate.dialect.pagination
-
Default implementation of
LimitHandler
interface. - AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
- AbstractMapSemantics<MKV extends Map<K,
V>, 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 individualConnectionProvider
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
- AbstractMutationHandler - Class in org.hibernate.query.sqm.mutation.spi
- AbstractMutationHandler(SqmDeleteOrUpdateStatement<?>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
- AbstractMutationStatement - Class in org.hibernate.sql.ast.tree
- AbstractMutationStatement(CteContainer, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
- AbstractNamedQueryBuilder<R,
T extends 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<R>, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, Object>, String) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- AbstractNamedQueryMemento<R> - Class in org.hibernate.query.named
- AbstractNamedQueryMemento(String, Class<R>, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map<String, Object>) - 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(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- AbstractNegatableSqmPredicate(SqmBindableType<Boolean>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- AbstractNoOffsetLimitHandler - Class in org.hibernate.dialect.pagination
-
Superclass for
LimitHandler
s 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 extends Annotation> - 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<String, Object>, AnnotationDescriptor<?>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- AbstractParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
- AbstractParameterDescriptor(int[], BindableType<T>) - Constructor for class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- AbstractPersistentCollection<E> - Class in org.hibernate.collection.spi
-
Base class implementing
PersistentCollection
- AbstractPersistentCollection() - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
-
Not called by Hibernate, but used by non-JDK serialization, eg.
- AbstractPersistentCollection(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
- AbstractPersistentCollection.AbstractValueDelayedOperation - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.DelayedOperation<E> - Interface in org.hibernate.collection.spi
-
Contract for operations which are part of a collection's operation queue.
- AbstractPersistentCollection.IteratorProxy<E> - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.spi
-
TBH not sure why this is public
- AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.SetProxy<E> - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.ValueDelayedOperation<E> - Interface in org.hibernate.collection.spi
- AbstractPostDatabaseOperationEvent - Class in org.hibernate.event.spi
-
Represents an operation successfully executed by the database.
- AbstractPostDatabaseOperationEvent(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- 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.
- 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(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- AbstractPredicate - Class in org.hibernate.sql.ast.tree.predicate
- AbstractPredicate(JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- AbstractPredicate(JdbcMappingContainer, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- AbstractQuery<R> - Class in org.hibernate.query.spi
- AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
- AbstractQueryParameter<T> - Class in org.hibernate.query.spi
- AbstractQueryParameter(boolean, BindableType<T>) - Constructor for class org.hibernate.query.spi.AbstractQueryParameter
- AbstractReadWriteAccess - Class in org.hibernate.cache.spi.support
- AbstractReadWriteAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- AbstractReadWriteAccess.Item - Class in org.hibernate.cache.spi.support
-
Wrapper type representing unlocked items.
- AbstractReadWriteAccess.Lockable - Interface in org.hibernate.cache.spi.support
-
Interface type implemented by all wrapper objects in the cache.
- AbstractReadWriteAccess.SoftLockImpl - Class in org.hibernate.cache.spi.support
-
Wrapper type representing locked items.
- AbstractRegion - Class in org.hibernate.cache.spi.support
- AbstractRegion(String, RegionFactory) - Constructor for class org.hibernate.cache.spi.support.AbstractRegion
-
Constructs an
AbstractRegion
. - AbstractRegionFactory - Class in org.hibernate.cache.spi
- AbstractRegionFactory() - Constructor for class org.hibernate.cache.spi.AbstractRegionFactory
- AbstractRestrictedTableMutation<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
- AbstractRestrictedTableMutation(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- AbstractRestrictedTableMutationBuilder<O extends MutationOperation,
M extends RestrictedTableMutation<O>> - 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 aWorkExecutor
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 subsequentselect
after theinsert
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
- 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 SQLSELECT
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
- AbstractSetSemantics<SE extends Set<E>,
E> - Class in org.hibernate.collection.spi - AbstractSetSemantics() - Constructor for class org.hibernate.collection.spi.AbstractSetSemantics
- AbstractSimpleLimitHandler - Class in org.hibernate.dialect.pagination
-
Superclass for simple
LimitHandler
s that don't support specifying an offset without a limit. - AbstractSimpleLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
-
TODO : javadoc
- AbstractSingleColumnStandardBasicType(JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
- AbstractSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
- AbstractSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- AbstractSqlAstTranslator.ForUpdateClause - Class in org.hibernate.sql.ast.spi
- AbstractSqlAstTranslator.LockStrategy - Enum Class in org.hibernate.sql.ast.spi
- AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X extends Expression> - Interface in org.hibernate.sql.ast.spi
- AbstractSqlAstWalker - Class in org.hibernate.sql.ast.spi
-
A simple walker that checks for aggregate functions.
- AbstractSqlAstWalker() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
- AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
- AbstractSqmAttributeJoin<L,
R> - Class in org.hibernate.query.sqm.tree.domain -
Models a join based on a mapped attribute reference.
- AbstractSqmAttributeJoin(SqmFrom<?, L>, NavigablePath, SqmPathSource<R>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- AbstractSqmDmlStatement<E> - Class in org.hibernate.query.sqm.tree
- AbstractSqmDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<E>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- AbstractSqmDmlStatement(SqmRoot<E>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
- AbstractSqmExpression(SqmBindableType<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- AbstractSqmFrom<O,
T> - Class in org.hibernate.query.sqm.tree.domain -
Convenience base class for SqmFrom implementations
- AbstractSqmFrom(EntityDomainType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Intended for use with
SqmRoot
- AbstractSqmFrom(NavigablePath, SqmPathSource<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Intended for use with
SqmTreatedRoot
toSqmRoot
- AbstractSqmFrom(NavigablePath, SqmPathSource<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Intended for use with
SqmCorrelatedRootJoin
throughSqmRoot
- AbstractSqmFrom(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- AbstractSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
- AbstractSqmFunctionDescriptor(String) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmFunctionDescriptor(String, ArgumentsValidator) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmInsertStatement<T> - Class in org.hibernate.query.sqm.tree.insert
-
Convenience base class for InsertSqmStatement implementations.
- AbstractSqmInsertStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>, List<SqmPath<?>>, SqmConflictClause<T>) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- AbstractSqmInsertStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- AbstractSqmJoin<L,
R> - Class in org.hibernate.query.sqm.tree.domain - AbstractSqmJoin(NavigablePath, SqmPathSource<R>, SqmFrom<?, L>, 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<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String, Map<String, SqmExpression<?>>) - 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<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
- AbstractSqmPath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- AbstractSqmPluralJoin<L,
C, E> - Class in org.hibernate.query.sqm.tree.domain -
Base support for joins to plural attributes
- AbstractSqmPluralJoin(SqmFrom<?, L>, SqmPluralPersistentAttribute<? super L, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
- AbstractSqmPluralJoin(SqmFrom<?, L>, NavigablePath, PluralPersistentAttribute<L, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
- AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
- AbstractSqmPredicate(SqmBindableType<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
- AbstractSqmRestrictedDmlStatement<T> - Class in org.hibernate.query.sqm.tree
- AbstractSqmRestrictedDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - 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<T>, 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<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelectQuery(NodeBuilder, Map<String, SqmCteStatement<?>>, Class<T>) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelectQuery(SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelectQuery(SqmQueryPart<T>, Map<String, SqmCteStatement<?>>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelfRenderingFunctionDescriptor - Class in org.hibernate.query.sqm.function
- AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- AbstractSqmSelfRenderingFunctionDescriptor(String, FunctionKind, 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<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
- AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPath<?>, PluralPersistentAttribute<?, ?, ?>, SqmPathSource<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- AbstractSqmStatement<T> - Class in org.hibernate.query.sqm.tree
- AbstractSqmStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
- AbstractSqmStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
- AbstractStandardBasicType<T> - Class in org.hibernate.type
-
Convenience base class for
BasicType
implementations. - AbstractStandardBasicType(JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
- AbstractStatement - Class in org.hibernate.sql.ast.tree
- AbstractStatement(CteContainer) - Constructor for class org.hibernate.sql.ast.tree.AbstractStatement
- AbstractTableDelete - Class in org.hibernate.sql.model.ast
- AbstractTableDelete(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
- AbstractTableDelete(MutatingTableReference, MutationTarget<?>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - 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<ColumnValueParameter>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
- AbstractTableInsert(MutatingTableReference, MutationTarget<?>, List<ColumnValueParameter>, List<ColumnValueBinding>) - 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 extends MutationOperation> - Class in org.hibernate.sql.model.ast
-
Base
TableMutation
support - AbstractTableMutation(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableMutation
- AbstractTableMutationBuilder<M extends TableMutation<?>> - 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 extends MutationOperation> - Class in org.hibernate.sql.model.ast
-
Base support for TableUpdate implementations
- AbstractTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
- AbstractTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
- AbstractTableUpdateBuilder<O extends MutationOperation> - 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<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- AbstractTransactSQLDialect - Class in org.hibernate.dialect
-
An abstract base class for Sybase and MS SQL Server dialects.
- AbstractTransactSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
- AbstractTransactSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
- AbstractTransactSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
- AbstractTransactSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- AbstractType - Class in org.hibernate.type
-
Abstract superclass of the built-in
Type
hierarchy. - AbstractType() - Constructor for class org.hibernate.type.AbstractType
- AbstractUpdateOrDeleteStatement - Class in org.hibernate.sql.ast.tree
- AbstractUpdateOrDeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List<ColumnReference>) - 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<ColumnReference>) - 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 aWorkExecutor
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<JdbcMapping>) - 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
SelectableMappings
as a base for additional details. - accept(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
-
Accepts a
WorkExecutor
visitor for executing the discrete work encapsulated by this work instance using the supplied connection. - accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
-
Accepts a
WorkExecutor
visitor for executing the discrete work encapsulated by this work instance using the supplied connection. - accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
-
Accepts a
WorkExecutor
visitor for executing a discrete piece of work, and returns an implementation-defined result.. - accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(BasicValue) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
- accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(ValueVisitor) - Method in class org.hibernate.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(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
- accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
- accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- accept(SemanticQueryWalker<T1>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
-
Unsupported.
- accept(SemanticQueryWalker<X>) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- accept(SemanticQueryWalker<X>) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- accept(SemanticQueryWalker<X>) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
-
Accept the walker per visitation
- accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- accept(SqlAstWalker) - Method in class org.hibernate.query.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 - 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 theOptimizer
. - 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 in org.hibernate.boot.models
-
Indicates that
AccessType
could not be determined - AccessTypeDeterminationException(ClassDetails) - Constructor for exception org.hibernate.boot.models.AccessTypeDeterminationException
- AccessTypePlacementException - Exception in org.hibernate.boot.models
- AccessTypePlacementException(ClassDetails, MemberDetails) - Constructor for exception org.hibernate.boot.models.AccessTypePlacementException
- acos(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse cosine of its argument.
- acos(Expression<? extends Number>) - 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
- 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_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 class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- ActionQueue - Class in org.hibernate.engine.spi
-
Responsible for maintaining the queue of actions related to events.
- ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
-
Constructs an action queue bound to the given session.
- ActionQueue.TransactionCompletionProcesses - Class in org.hibernate.engine.spi
-
Wrapper class allowing to bind the same transaction completion process queues in different sessions.
- 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.
- add(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- add(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
- add(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- add(int, E) - Method in class org.hibernate.collection.spi.PersistentList
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an addition
- add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- add(E) - Method in class org.hibernate.collection.spi.PersistentBag
- add(E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- add(E) - Method in class org.hibernate.collection.spi.PersistentList
- add(E) - Method in class org.hibernate.collection.spi.PersistentSet
- add(E) - Method in class org.hibernate.engine.spi.ExecutableList
-
Add an
Executable
to this list. - add(Object) - Method in interface org.hibernate.event.spi.DeleteContext
- add(Object) - Method in interface org.hibernate.event.spi.PersistContext
- add(Object) - Method in interface org.hibernate.event.spi.RefreshContext
- add(String, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
- add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
- add(SqmExpression<?>, String) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
- add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- add(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- add(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- add(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.query.sqm.BinaryArithmeticOperator
- addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
- addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds a collection (re)create action
- addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds a collection remove action
- addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds a collection update action
- addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity delete action
- addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity (IDENTITY) insert action
- addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity insert action
- addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity update action
- addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an orphan removal action
- addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an action relating to a collection queued operation (extra lazy).
- addAdditionalWherePredicate(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- addAffectedTableName(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- addAffectedTableName(String) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
- addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
- addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
- addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
- addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
- addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
- addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentSet
- addAnnotatedClass(Class<?>) - Method in class org.hibernate.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.cfg.Configuration
-
Read metadata from the annotations associated with the given classes.
- addAnnotatedClasses(Class<?>...) - Method in class org.hibernate.boot.MetadataSources
-
Vararg form of
MetadataSources.addAnnotatedClass(Class)
. - 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
-
Vararg form of
MetadataSources.addAnnotatedClassName(String)
. - 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<Y>, SqmExpression<? extends Y>) - 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
- addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
-
Adds an attribute binding.
- addAttributeConverter(AttributeConverter<?, ?>) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverter
instance to this configuration. - addAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverter
instance to this configuration. - addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
-
Apply an
AttributeConverter
- addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated.
- addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverter
to this configuration. - addAttributeConverter(Class<? extends AttributeConverter<?, ?>>, boolean) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverter
to this configuration. - addAttributeConverter(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
-
Deprecated.
- addAttributeConverter(ConverterDescriptor<?, ?>) - Method in class org.hibernate.cfg.Configuration
-
Adds an
ConverterDescriptor
instance to this configuration. - addAttributeNode(Attribute<? super J, Y>) - Method in interface org.hibernate.graph.Graph
-
Add an
AttributeNode
representing the givenAttribute
to this node of the graph without creating any associatedSubGraph
. - addAttributeNode(Attribute<? super J, Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addAttributeNode(PersistentAttribute<? super J, AJ>) - 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
- 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<BasicTypeRegistration>) - Method in class org.hibernate.type.spi.TypeConfiguration
- addBatchLoadableCollection(PersistentCollection<?>, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
If a CollectionEntry represents a batch loadable collection, add it to the queue.
- addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
If an EntityKey represents a batch loadable entity, add it to the queue.
- addBinding(JdbcParameter, JdbcParameterBinding) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- addCacheableFile(File) - Method in class org.hibernate.boot.MetadataSources
-
Add a cached mapping file.
- addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
-
Add a cacheable mapping file.
- addCacheableFile(File, File) - Method in class org.hibernate.boot.MetadataSources
-
Add a cached mapping file.
- addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
-
Add a
cached mapping file
. - addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
-
Add a cacheable mapping file.
- addCacheableFile(String, File) - Method in class org.hibernate.boot.MetadataSources
-
Add a
cached mapping file
. - addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
-
INTENDED FOR TESTSUITE USE ONLY!
- addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
-
INTENDED FOR TESTSUITE USE ONLY!
- addCacheableFileStrictly(File, File) - Method in class org.hibernate.boot.MetadataSources
-
INTENDED FOR TESTSUITE USE ONLY!
- addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.PersistentClass
- addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.Property
-
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 filefoo/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
- 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, String, JdbcMapping, List<ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- addColumn(String, String, JdbcMapping, ParameterUsage, List<ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- 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
- addConfigurationValues(Map<String, Object>) - 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
- addDatabaseHint(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getDatabaseHints()
- 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
- 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
- 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<T>, 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<T>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- addDuration(Expression<T>, 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<T>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- addDuration(T, 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(T, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- addElementSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Create a value subgraph representing a plural element rooted at this attribute node.
- addElementSubgraph(PluralAttribute<? super J, ?, E>) - Method in interface org.hibernate.graph.Graph
- addElementSubgraph(String) - Method in interface org.hibernate.graph.Graph
-
Create and return a new (mutable)
SubGraph
associated with the element of the namedPluralAttribute
, or return an existing suchSubGraph
if there is one. - addElementSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.Graph
-
Create and return a new (mutable)
SubGraph
associated with the element of the namedPluralAttribute
, and with the given type, which may be a subtype of the element type, or return an existing suchSubGraph
if there is one. - addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Cross between
PersistenceContext.addEntity(EntityKey, Object)
andPersistenceContext.addProxy(EntityKey, Object)
for use with enhancement-as-proxy - 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<R>, 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
- 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<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- addExpression(Expression) - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
- addExtraState(EntityEntryExtraState) - Method in interface org.hibernate.engine.spi.EntityEntry
- addExtraState(EntityEntryExtraState) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
-
Attach additional state to the core state of
EntityEntry
- addFetch(String, String, String) - Method in 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
-
Add a
FetchProfile
. - addFile(File) - Method in class org.hibernate.boot.MetadataSources
-
Read mappings from a particular XML file.
- addFile(File) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a particular XML file.
- addFile(String) - Method in class org.hibernate.boot.MetadataSources
-
Read mappings from a particular XML file.
- addFile(String) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from a particular XML file
- addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
- addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in interface org.hibernate.mapping.Filterable
- addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.PersistentClass
- addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds a filter definition to this repository.
- addFormula(Formula) - Method in class org.hibernate.mapping.Any
- addFormula(Formula) - Method in class org.hibernate.mapping.Any.KeyValue
- addFormula(Formula) - Method in class org.hibernate.mapping.Any.MetaValue
- addFormula(Formula) - Method in class org.hibernate.mapping.BasicValue
- addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
- 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<JaxbHbmHibernateMapping>) - 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<String, Object>) - 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
- addInitCommand(Function<SqlStringGenerationContext, InitCommand>) - Method in class org.hibernate.mapping.Table
- addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
- addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
-
Deprecated.Use
Table.addInitCommand(Function)
instead. - addInitializedCollection(CollectionPersister, PersistentCollection<?>, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
add a collection we just pulled out of the cache (does not need initializing)
- addInitializedDetachedCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
add an (initialized) collection that was created by another session and passed into update() (ie.
- addInitiator(StandardServiceInitiator<?>) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Adds a service initiator.
- addInitiator(SessionFactoryServiceInitiator<?>) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
- addInputStream(InputStream) - Method in class org.hibernate.boot.MetadataSources
-
Read metadata from an
InputStream
. - addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
-
Read mappings from an
InputStream
. - addInputStream(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
-
Read metadata from an
InputStream
access - addInsertTargetStateField(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- addInstantiation(Class<J>) - Method in interface org.hibernate.query.NativeQuery
- AdditionalInsertValues(Expression, Expression, 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
- 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.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(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- addKeyColumn(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a key column
- addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addKeyColumn(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a key column
- addKeyColumnNames(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addKeyRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add restriction based on the column in the table's key
- addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- 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
- 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<? super J, X>) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addKeySubgraph(Attribute<? super J, X>, Class<? extends X>) - 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
- addKeySubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.Graph
- addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubGraph(MapPersistentAttribute<? super J, ? super AJ, ?>, Class<AJ>) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addKeySubGraph(MapPersistentAttribute<? super J, ? super AJ, ?>, Class<AJ>) - 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
- addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addLiteralRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addManyToManyFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
- addMapKeySubgraph(MapAttribute<? super J, K, ?>) - Method in interface org.hibernate.graph.Graph
- 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<JaxbEntityMappingsImpl>) - Method in class org.hibernate.boot.MetadataSources
-
Add a binding for mapping.xsd document
- addMonths() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addNamedEntityGraph(String, RootGraph<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- addNamedEntityGraph(String, RootGraph<?>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named entity graph to this repository
- addNamedNativeQuery(NamedNativeQueryDefinition<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named SQL query to this collector.
- addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named stored procedure call to this collector.
- addNamedQuery(String, Query) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addNamedQuery(String, TypedQuery<R>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addNamedQuery(String, TypedQuery<R>) - 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. - addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addOptimisticLockRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add restriction based on non-version optimistically-locked column
- addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add restriction based on non-version optimistically-locked column
- addOptimisticLockRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add restriction based on non-version optimistically-locked column
- addOrderedJoin(SqmJoin<?, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- addOverridableConverter(Class<? extends AttributeConverter<?, ?>>) - 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
- addParameters(Collection<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
- addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- 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<? super J, ?, AJ>) - 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 - addPrimeEntry(BasicType<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
- addPrimeEntry(BasicTypeReference<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
- addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Add the given properties to ours.
- addProperty(String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
-
Add a property, presumably with more than one column.
- addProperty(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
-
Add a property, presumably with more than one column.
- addProperty(String, 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 a property to this
PersistentClass
orJoin
. - 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<Column>) - 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
-
Deprecated.
- 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, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.SimpleSelect
-
Appends a restriction based on the comparison between
lhs
andrhs
. - addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.Update
- 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
- addReturn(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addRoot(String, Class) - Method in interface org.hibernate.query.NativeQuery
-
Add a new root return mapping, returning a
NativeQuery.RootReturn
to allow further definition. - addRoot(String, String) - Method in interface org.hibernate.query.NativeQuery
-
Add a new root return mapping, returning a
NativeQuery.RootReturn
to allow further definition. - addRoot(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addRoot(JpaRoot<?>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- addRoot(JpaRoot<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- addRoot(SqmRoot<?>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
-
Add roots incrementally
- addRoot(TableGroup) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- addScalar(String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result.
- addScalar(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result using the specified result type.
- addScalar(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class<O>, Class<J>, AttributeConverter<O, J>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class<O>, Class<J>, Class<? extends AttributeConverter<O, J>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class<O>, Class<R>, AttributeConverter<O, R>) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result.
- addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, BasicTypeReference) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result.
- addSecondaryTable(QualifiedTableName, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- addSecondaryTable(LocalMetadataBuildingContext, Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- addSecondPass(SecondPass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addSelectable(Selectable) - Method in class org.hibernate.mapping.Any
- addSelectableMapping(List<SelectableMapping>, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMapping(List<SelectableMapping>, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, JsonTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, JsonTableExistsColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, JsonTableNestedColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, JsonTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, JsonTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, JsonTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, XmlTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, XmlTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, XmlTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List<SelectableMapping>, 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>, R) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
- addService(Class<T>, T) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Adds a user-provided service.
- addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies one or more observers.
- addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- 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
- 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<E, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- addSqmJoin(SqmJoin<R, ?>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
Add an associated join
- addSqmJoin(SqmJoin<T, ?>) - 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<? extends T>) - 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<? super J, X>) - Method in interface org.hibernate.graph.Graph
- addSubgraph(Attribute<? super J, X>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubgraph(Attribute<? super J, X>, Class<? extends X>) - 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
- addSubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.Graph
- addSubgraph(String, Class<X>) - 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<AJ>) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubGraph(PersistentAttribute<? super J, ? super AJ>, Class<AJ>) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(PersistentAttribute<? super J, ? super AJ>, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubGraph(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Adds a subselect fetch descriptor for the given entity key.
- addSubType(ManagedDomainType<? extends J>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- addSubType(ManagedDomainType<? extends T>) - 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
- addTargetColumnReferences(List<ColumnReference>) - 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
- addTreat(X) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.Graph
- addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super E>, Class<E>) - Method in interface org.hibernate.graph.Graph
- addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super E>, Class<E>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedMapKeySubgraph(MapAttribute<? super J, ? super AJ, ?>, ManagedType<AJ>) - Method in interface org.hibernate.graph.Graph
- addTreatedMapKeySubgraph(MapAttribute<? super J, ? super AJ, ?>, ManagedType<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedMapKeySubgraph(MapAttribute<? super J, ? super K, ?>, Class<K>) - Method in interface org.hibernate.graph.Graph
- addTreatedMapKeySubgraph(MapAttribute<? super J, ? super K, ?>, Class<K>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(Graph<? super S>, Class<S>) - Method in class org.hibernate.graph.EntityGraphs
-
Allows a treated subgraph to ve created for a
Subgraph
, since the JPA-standard operationEntityGraph.addTreatedSubgraph(Class)
is declared byEntityGraph
. - addTreatedSubgraph(Attribute<? super J, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(Attribute<? super J, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(Attribute<? super J, ? super Y>, Class<Y>) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(Attribute<? super J, ? super Y>, Class<Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(ManagedType<Y>) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(ManagedType<Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(Class<Y>) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(Class<Y>) - 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
-
Deprecated.
- 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, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a column as part of the values list
- addValueColumn(String, String, JdbcMapping, boolean) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- addValueColumn(String, String, JdbcMapping, boolean) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- addValueColumn(String, String, JdbcMapping, boolean) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a column as part of the values list
- addValueColumn(String, String, JdbcMapping, boolean) - 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<Assignment>, 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<String>, Set<String>) - 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.
- 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
- affectedTableNames - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- 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
Executable
s 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.NaturalIdNonStrictReadWriteAccess
- afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
Called after an item has been inserted (after the transaction completes), instead of calling
#release
. - afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
- afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
- afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
- afterLast() - Method in interface org.hibernate.ScrollableResults
-
Go to a location just after the last result.
- afterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- afterLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Call this after finishing a two-phase load
- afterLoad(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.
- 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
- afterQueryHandlingFetchProfiles(boolean, HashSet<String>) - 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 viaTransaction
. - afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Called after transactions end
- afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
-
Performs cleanup of any held cache soft locks.
- afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- afterTransactionCompletion(boolean, boolean) - Method in 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
#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<Assignment>) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Allows to generate auxiliary database objects for an aggregate type.
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - 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
orSqlTypes.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 ofaggregatePath
. - 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 ofaggregatePath
. - 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<Column>) - 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<Column>) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
- aggregateCustomWriteExpression(AggregateColumn, List<Column>) - 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.
- 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.
- 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
- 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
- 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<Object>, List<SortSpecification>, List<SqlAstNode>) - 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 ofAgroalSettings.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() - 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.expression.SqmFieldLiteral
- alias(String) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
- alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- Alias - Class in org.hibernate.sql
-
An alias generator for SQL identifiers.
- Alias(int, String) - Constructor for class org.hibernate.sql.Alias
-
Constructor for Alias.
- Alias(String) - Constructor for class org.hibernate.sql.Alias
-
Constructor for Alias.
- ALIAS - 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 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 theselect
clause. - AliasCollisionException(String) - Constructor for exception org.hibernate.query.sqm.AliasCollisionException
- AliasCollisionException(String, Exception) - Constructor for exception 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.sql.SimpleSelect
- aliases() - Element in annotation interface org.hibernate.annotations.Filter
-
Explicitly specifies how aliases are interpolated into the
Filter.condition()
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<T>) - 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<T>) - 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<T>) - 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<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- all(Subquery<Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- all(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- all(List<? extends Restriction<? super T>>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Combine the given restrictions using logical and.
- all(Restriction<? super T>...) - 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.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 interface org.hibernate.tool.schema.spi.ContributableMatcher
-
Matches everything
- ALL - Static variable in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Matches everything
- ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
- 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_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
- ALT_SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
- AlterTableUniqueDelegate - Class in org.hibernate.dialect.unique
-
A
UniqueDelegate
which usesalter 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 usescreate 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.FlushMode
-
The
Session
is flushed whenEntityTransaction.commit()
is called and before every query. - 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?
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- and(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- and(Predicate...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- and(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- and(List<Predicate>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- and(List<Predicate>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- and(Restriction<X>) - Method in interface org.hibernate.query.restriction.Restriction
-
Combine this restriction with the given restriction using logical and.
- AnnotationBasedGenerator<A extends Annotation> - Interface in org.hibernate.generator
-
A
Generator
which receives parameters from a custom generator annotation or id generator annotation. - AnnotationException - Exception in org.hibernate
-
An exception that occurs while reading mapping annotations.
- AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
-
Constructs an
AnnotationException
using the given message. - AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
-
Constructs an
AnnotationException
using the given message and cause. - AnnotationPlacementException - Exception in org.hibernate.boot.models
- AnnotationPlacementException(String) - Constructor for exception org.hibernate.boot.models.AnnotationPlacementException
- AnnotationPlacementException(String, Throwable) - Constructor for exception org.hibernate.boot.models.AnnotationPlacementException
- ANNOTATIONS - Enum constant in enum class org.hibernate.mapping.MetadataSource
- 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<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- any(Subquery<Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- any(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- any(List<? extends Restriction<? super T>>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Combine the given restrictions using logical or.
- any(Restriction<? super T>...) - 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.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 - 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_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-definedDiscriminatorType
. - 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
-
List of
AnyDiscriminatorValue
s. - 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
- AnyKeyJdbcTypeCode - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcTypeCode
used to describe the foreign key part of anAny
mapping. - AnyKeySource - Interface in org.hibernate.boot.model.source.spi
- 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
- 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
-
Deprecated.
- AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
-
Used to externalize discrimination per a given identifier.
- append(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- append(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- append(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
- appendAliases(SqlAppender) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- appendArrayLiteral(SqlAppender, Object[], JdbcLiteralFormatter<Object>, 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
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
CheckConstraint
options to SQL check sqlCheckConstraint - appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.MySQLDialect
- appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.OracleDialect
- 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 aModelPartContainer
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 theto_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 givenSqlAppender
. - 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 givenSqlAppender
. - 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 givenSqlAppender
. - 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, JavaType<T>, T) - Static method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- 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
- 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 JavaDuration
. - appendIntervalLiteral(SqlAppender, TemporalAmount) - Method in class org.hibernate.dialect.Dialect
-
Append a literal SQL
interval
representing the given JavaTemporalAmount
. - 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
- appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
- appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
-
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 thefrom
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
- appendReadExpression(String, Consumer<String>) - 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(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 JavaUUID
. - appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.SQLServerDialect
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
- appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
-
Deprecated.
- appendWriteExpression(String, 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(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
- appliedParameters - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- 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
- 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<? extends X>) - 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(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
-definedpersistence-unit-defaults
values. - 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<String>) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
- applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
- applyAliases(RowLockStrategy, TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- applyAliases(RowLockStrategy, QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- applyAliasSpecificLockModeHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- 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<Y>, SqmExpression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- applyAssignment(SqmAssignment<Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an
AttributeConverter
instance, explicitly indicating whether to auto-apply it. - applyAttributeConverter(AttributeConverter<O, R>) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an AttributeConverter instance.
- applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an AttributeConverter by its Class.
- applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an
AttributeConverter
byClass
, explicitly indicating whether to auto-apply it. - applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(ConverterDescriptor<?, ?>) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an AttributeConverter by a
ConverterDescriptor
- applyAttributeConverter(ConverterDescriptor<?, ?>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAutoClosing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies whether
Session
s 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
Session
s 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
-
Contribute an
AuxiliaryDatabaseObject
. - applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.persister.collection.CollectionPersister
- applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
-
Applies the base set of restrictions.
- applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, 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<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, 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 theMetadata
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
-
Specify the
ColumnOrderingStrategy
. - applyColumnOrderingStrategy(ColumnOrderingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyCommentHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyConfiguration(SequenceGenerator, BiConsumer<String, String>) - Static method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- applyConfiguration(TableGenerator, BiConsumer<String, String>) - Static method in class org.hibernate.id.enhanced.TableGenerator
- applyConfiguredGraph(Map<String, ?>) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
-
Apply a graph and semantic based on configuration properties or hints based on
GraphSemantic.getJpaHintName()
forGraphSemantic.LOAD
orGraphSemantic.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
-
Specifies a
CustomEntityDirtinessStrategy
. - 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
orNULLS LAST
, toorder 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<Predicate>, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Discriminable
-
Apply the discriminator as a predicate via the
predicateConsumer
- applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- 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(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies an
EntityNotFoundDelegate
. - 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.Use
Query.setEntityGraph(EntityGraph, GraphSemantic)
which is more type safe - applyFetchJoins(Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, List<HbmResultSetMappingDescriptor.HbmFetchDescriptor>) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
-
Applies just the
Filter
values enabled for the associated entity - applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, 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
- applyFragment(String, Filter, List<String>) - 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 viaServiceLoader
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 byColumn.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 byColumn.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.Use
Query.setEntityGraph(EntityGraph, GraphSemantic)
which is more type safe - 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
-
Specify the
ImplicitNamingStrategy
. - 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
settinghibernate.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
- 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 theSessionFactory
, which will be used by all sessions unless an interceptor is explicitly specified usingSessionBuilder.interceptor(org.hibernate.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
orTransactionCoordinatorBuilder
, 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(MutatingTableReference, ColumnValueParameterList, List<ColumnValueBinding>) - 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.Use
Query.setEntityGraph(EntityGraph, GraphSemantic)
which is more type safe - 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<String, String[]>) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.Dialect
-
Modifies the given SQL, applying the appropriate updates for the specified lock modes and key columns.
- applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.SpannerDialect
- 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 usingSessionFactoryBuilder.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<MutationOperation>, 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<MutationOperation>, 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
- applyParameter(FilterJdbcParameter) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- applyParameter(ColumnValueParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify the
PhysicalNamingStrategy
. - 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<SqmPredicate>) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
- applyPredicates(Collection<SqmPredicate>) - 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
orTransactionCoordinatorBuilder
, should it prefer to useUserTransaction
in preference toTransaction
? - applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyProperty(Property) - Method in interface org.hibernate.mapping.IdentifiableTypeClass
- applyProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
- applyProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
- 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<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- applyReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- applyRestriction(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- applyRestrictions(PersistentCollection<?>, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
- applyScanEnvironment(ScanEnvironment) - Method in interface org.hibernate.boot.MetadataBuilder
-
Consider this temporary as discussed on
ScanEnvironment
- applyScanEnvironment(ScanEnvironment) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyScanner(Scanner) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify a particular Scanner instance to use.
- applyScanner(Scanner) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyScanOptions(ScanOptions) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify the options to be used in performing scanning.
- applyScanOptions(ScanOptions) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyScrollableResultsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should scrollable results be supported in queries? We ask the JDBC driver whether it supports scrollable result sets as the default for this setting, but some drivers do not accurately report this via DatabaseMetaData.
- applyScrollableResultsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySecondLevelCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should second level caching support be enabled?
- applySecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySelectionHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applySelections(QuerySpec, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
-
Returns true if the identifier can't be applied directly and needs to be generated separately.
- applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Apply a setting value.
- applySettings(Map<String, Object>) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Apply a group of settings.
- applySettings(Properties) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Apply a group of settings.
- applySharedCacheMode(SharedCacheMode) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify the second-level cache mode.
- 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 underlyingSqmFunctionRegistry
. - 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<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.
- applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Any
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.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<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies an interceptor
Class
associated with theSessionFactory
, which is used to instantiate a new interceptor for each session, unless an interceptor is explicitly specified usingSessionBuilder.interceptor(org.hibernate.Interceptor)
. - applyStatelessInterceptor(Class<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies an interceptor
Supplier
associated with theSessionFactory
, which is used to obtain an interceptor for each session, unless an interceptor is explicitly specified usingSessionBuilder.interceptor(org.hibernate.Interceptor)
. - applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyStatementInspector(StatementInspector) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
StatementInspector
associated with theSessionFactory
, which will be used by all sessions unless a statement inspector is explicitly specified usingSessionBuilder.statementInspector(java.util.function.UnaryOperator<java.lang.String>)
- 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<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Applies a named strategy implementation to the bootstrap registry.
- applyStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Applies one or more strategy selectors announced as available by the passed announcer.
- applyStructuredCacheEntries(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
By default, Hibernate stores data in the cache in its own optimized format.
- applyStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- 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 theMetadata
. - 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.
- applyTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
TimestampsCacheFactory
. - applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- 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 viaServiceLoader
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<MutationOperation>) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- applyWhereFragments(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyWhereFragments(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.OneToManyPersister
- applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
-
Apply the
SQLRestriction
restrictions - applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.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 in org.hibernate.boot.archive.spi
-
Indicates a problem accessing or visiting the archive
- ArchiveException(String) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
-
Constructs an ArchiveException
- ArchiveException(String, Throwable) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
-
Constructs an ArchiveException
- areAllResultsParameters(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- areAllResultsParameters(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- 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.
- 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(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
- 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<T>, EntityGraph<T>) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity graphs and returns
true
if they are equal, ignoring attribute order. - areEqual(Subgraph, Subgraph) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity subgraphs and returns
true
if they are equal, ignoring attribute order. - areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- areEqual(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<Class, Subgraph>, Map<Class, Subgraph>) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity subgraph maps and returns
true
if they are equal, ignoring order. - areEqual(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
- areEqual(T[], T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- 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
andCallbackRegistry
? - areMatch(Object, Object) - Method in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
- areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
-
Are the two listener instances considered a duplication?
- areTablesToBeUpdated(Set<? extends Serializable>) - Method in class org.hibernate.engine.spi.ActionQueue
-
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
- areValuesIncludedInInsertByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.
- areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.
- areValuesNullableByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.
- 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<Y>, Selection<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(Class<Y>, Selection<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(Class<Y>, List<? extends Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(Class<Y>, List<? extends Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(List<Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(List<Selection<?>>) - 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<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Array
- Array(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Array
- Array(Array) - Constructor for class org.hibernate.mapping.Array
- ARRAY - 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.type.SqlTypes
-
A type code representing the generic SQL type
ARRAY
. - 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
- arrayAgg(JpaOrder, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- arrayAgg(JpaOrder, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
array_agg
ordered set-aggregate function expression. - arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - 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<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to array.
- arrayAppend(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAppend(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAppend(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to array.
- arrayAppend(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAppend(Expression<T[]>, 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<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates arrays with each other in order.
- arrayConcat(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayConcat(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayConcat(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates arrays with each other in order.
- arrayConcat(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayConcat(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayConcat(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates arrays with each other in order.
- arrayConcat(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayConcat(T[], Expression<T[]>) - 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<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains an element.
- arrayContains(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContains(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContains(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains an element.
- arrayContains(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContains(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContains(T[], Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains an element.
- arrayContains(T[], Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContains(T[], Expression<T>) - 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<T[]>, 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[]>, 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[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAll(Expression<T[]>, 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[]>, 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[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAll(T[], 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(T[], 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(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAllNullable(Expression<T[]>, 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[]>, 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[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAllNullable(Expression<T[]>, 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[]>, 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[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAllNullable(T[], 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(T[], 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(T[], Expression<T[]>) - 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 thearray_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 thearray_contains
function. - ArrayContainsArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
- arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains a nullable element.
- arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContainsNullable(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains a nullable element.
- arrayContainsNullable(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContainsNullable(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContainsNullable(T[], Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains a nullable element.
- arrayContainsNullable(T[], Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContainsNullable(T[], Expression<T>) - 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<T>, 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<T>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(Expression<T>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayFill(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array with the same element N times, as specified by the arguments.
- arrayFill(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(Expression<T>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayFill(T, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array with the same element N times, as specified by the arguments.
- arrayFill(T, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(T, Expression<Integer>) - 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<X>, JdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- arrayFromString(JavaType<X>, XmlArrayJdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- arrayGet(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of an array by 1-based index.
- arrayGet(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayGet(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayGet(Expression<T[]>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of an array by 1-based index.
- arrayGet(Expression<T[]>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayGet(Expression<T[]>, 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<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array.
- arrayIncludes(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludes(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludes(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array.
- arrayIncludes(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludes(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludes(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array.
- arrayIncludes(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludes(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ArrayIncludesArgumentTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionArgumentTypeResolver
that resolves the argument types for thearray_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 thearray_includes
function. - ArrayIncludesArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
- arrayIncludesNullable(Expression<T[]>, 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[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludesNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludesNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array with nullable elements.
- arrayIncludesNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludesNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludesNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array with nullable elements.
- arrayIncludesNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludesNullable(T[], Expression<T[]>) - 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
- arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array.
- arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersects(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array.
- arrayIntersects(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersects(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersects(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array.
- arrayIntersects(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersects(T[], Expression<T[]>) - 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<T[]>, 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[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersectsNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersectsNullable(Expression<T[]>, 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[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersectsNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersectsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array, supporting
null
elements. - arrayIntersectsNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersectsNullable(T[], Expression<T[]>) - 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<T>) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
- ArrayJavaType(JavaType<T>) - 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<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the length of an array.
- arrayLength(Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayLength(Expression<T[]>) - 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(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
- ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
Deprecated.Use
ImmutableObjectArrayMutabilityPlan.get()
for object arrays, or implement a dedicated mutability plan for primitive arrays (see for exampleShortPrimitiveArrayJavaType
's mutability plan). - ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
Deprecated.
- arrayOverlaps(Expression<T[]>, 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[]>, 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[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlaps(Expression<T[]>, 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[]>, 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[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlaps(T[], 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(T[], 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(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlapsNullable(Expression<T[]>, 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[]>, 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[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlapsNullable(Expression<T[]>, 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[]>, 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[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlapsNullable(T[], 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(T[], 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(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayPosition(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in an array.
- arrayPosition(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPosition(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPosition(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in an array.
- arrayPosition(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPosition(Expression<T[]>, 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<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositions(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositions(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPositions(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositions(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositions(Expression<T[]>, 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<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositionsList(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositionsList(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPositionsList(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositionsList(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositionsList(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPrepend(Expression<T>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to array.
- arrayPrepend(Expression<T>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPrepend(Expression<T>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPrepend(T, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to array.
- arrayPrepend(T, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPrepend(T, Expression<T[]>) - 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<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element removed.
- arrayRemove(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemove(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayRemove(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element removed.
- arrayRemove(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemove(Expression<T[]>, 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<T[]>, 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<T[]>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemoveIndex(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayRemoveIndex(Expression<T[]>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with the element at the given 1-based index removed.
- arrayRemoveIndex(Expression<T[]>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemoveIndex(Expression<T[]>, 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<T[]>, Expression<T>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression<T[]>, Expression<T>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression<T[]>, Expression<T>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace(Expression<T[]>, Expression<T>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression<T[]>, Expression<T>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression<T[]>, Expression<T>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace(Expression<T[]>, T, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression<T[]>, T, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression<T[]>, T, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace(Expression<T[]>, T, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression<T[]>, T, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression<T[]>, 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<T[]>, Expression<Integer>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression<T[]>, Expression<Integer>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression<T[]>, Expression<Integer>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet(Expression<T[]>, Expression<Integer>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression<T[]>, Expression<Integer>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression<T[]>, Expression<Integer>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet(Expression<T[]>, Integer, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression<T[]>, Integer, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression<T[]>, Integer, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet(Expression<T[]>, Integer, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression<T[]>, Integer, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression<T[]>, 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<T[]>, Expression<Integer>, 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<T[]>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression<T[]>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice(Expression<T[]>, 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<T[]>, Expression<Integer>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression<T[]>, Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice(Expression<T[]>, Integer, 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<T[]>, Integer, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression<T[]>, Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice(Expression<T[]>, 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<T[]>, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression<T[]>, 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<? extends Object[]>, 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<? extends Object[]>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression<? extends Object[]>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(Expression<? extends Object[]>, 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<? extends Object[]>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression<? extends Object[]>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- arrayToString(MappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- arrayToString(JavaType<?>, JdbcType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- 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<T[]>, 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<T[]>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayTrim(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayTrim(Expression<T[]>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy without the last N elements, specified by the second argument.
- arrayTrim(Expression<T[]>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayTrim(Expression<T[]>, 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. - as(Class<T>) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- as(Class<X>) - Method in interface org.hibernate.query.criteria.JpaExpression
- as(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- as(Class<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- as(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- AS_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.AbstractSqmExpression
- asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asBigDecimal() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asBigDecimal() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- asBigInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
- asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asBigInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asBigInteger() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- asBlob(LobCreator) - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Use the given
LobCreator
to create aBlob
with the same data as this binary stream. - asBoolean(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
- 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<T, ?>) - 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<T>, 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
- 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.AbstractSqmExpression
- asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asDouble() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asDouble() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- 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. - 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.AbstractSqmExpression
- asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asFloat() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asFloat() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- 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<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse sine of its argument.
- asin(Expression<? extends Number>) - 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.AbstractSqmExpression
- asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asInteger() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- asInteger(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
- 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.AbstractSqmExpression
- asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asLong() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asLong() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- 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
- 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 in org.hibernate
-
Indicates failure of an assertion: a possible bug in Hibernate.
- AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
-
Creates an instance of AssertionFailure using the given message.
- AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
-
Creates an instance of AssertionFailure using the given message and underlying cause.
- assertRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- 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
- 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 - Class in org.hibernate.sql.ast.tree.update
- Assignment(Assignable, Expression) - Constructor for class org.hibernate.sql.ast.tree.update.Assignment
- assignments - Variable in class org.hibernate.sql.Update
- 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<String>) - 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. - 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.AbstractSqmExpression
- asString() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asString() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asString() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- asString() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- asString(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
- asSubQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- AsWrapperSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
- atan(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse tangent of its argument.
- atan(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse tangent of
y
overx
. - atan2(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- atan2(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- atan2(Number, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2_atn2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Transact-SQL atan2 is misspelled
- attemptToStartAlreadyStartedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- attemptToStopAlreadyStoppedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- 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_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 - 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 extends Annotation> - 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
-
An extended set of
Attribute.PersistentAttributeType
addingAttributeClassification.ANY
- 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
- 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() - 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<J> - Interface in org.hibernate.graph
-
Represents a fetched attribute in an entity graph.
- AttributeNodeImplementor<J,
E, K> - Interface in org.hibernate.graph.spi -
Integration version of the
AttributeNode
contract. - AttributePath - Class in org.hibernate.boot.model.source.spi
-
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
- AttributePath() - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
- AttributePath(AttributePath, String) - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
- AttributeRole - Class in org.hibernate.boot.model.source.spi
-
An attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
- AttributeRole(String) - Constructor for class org.hibernate.boot.model.source.spi.AttributeRole
- attributes() - 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.
- augment(CriteriaBuilder, CommonAbstractCriteria, Root<T>) - Method in interface org.hibernate.query.specification.MutationSpecification.Augmentation
- augment(CriteriaBuilder, CriteriaQuery<T>, Root<T>) - Method in interface org.hibernate.query.specification.SelectionSpecification.Augmentation
- augment(MutationSpecification.Augmentation<T>) - Method in interface org.hibernate.query.specification.MutationSpecification
-
Add an augmentation to the specification.
- augment(SelectionSpecification.Augmentation<T>) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Add an augmentation to the specification.
- augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
- augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.H2Dialect
- augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
- augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQLDialect
- AuthException - Exception in org.hibernate.exception
-
A
JDBCException
indicating an authentication or authorization failure. - AuthException(String, SQLException) - Constructor for exception org.hibernate.exception.AuthException
-
Constructor for AuthException.
- AuthException(String, SQLException, String) - Constructor for exception org.hibernate.exception.AuthException
-
Constructor for AuthException.
- AUTO - Enum constant in enum class org.hibernate.annotations.CacheLayout
-
Uses either
CacheLayout.SHALLOW
orCacheLayout.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
ifDialect.getTimeZoneSupport()
isTimeZoneSupport.NATIVE
, otherwise uses theTimeZoneStorageType.COLUMN
strategy. - AUTO - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
-
Defaults to
UuidGenerator.Style.RANDOM
. - AUTO - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
- AUTO - Enum constant in enum class org.hibernate.FlushMode
-
The
Session
is flushed whenEntityTransaction.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
- 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-openedSession
s. - AutoApplicableConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
-
Contract for handling auto-apply checks for JPA converters.
- 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 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 class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoClose() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the autoClose flag from the original session should be used to create the new session.
- autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
-
Should the session be automatically closed after transaction completion?
- autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
- AUTOCOMMIT - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Controls the autocommit mode of JDBC connections obtained from any
ConnectionProvider
implementation which respects this setting, including every built-in implementation except forDatasourceConnectionProviderImpl
. - autoEnabled() - Element in annotation interface org.hibernate.annotations.FilterDef
-
Specifies that the filter auto-enabled, so that it is not necessary to call
SharedSessionContract.enableFilter(String)
. - AutoFlushEvent - Class in org.hibernate.event.spi
-
Event class for
automatic
stateful session flush. - AutoFlushEvent(Set<String>, boolean, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
- AutoFlushEvent(Set<String>, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
- AutoFlushEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of session auto-flush events.
- autoFlushIfRequired(Set<String>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- autoFlushIfRequired(Set<String>) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
- autoFlushIfRequired(Set<String>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- autoFlushIfRequired(Set<String>, 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<String>, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- autoJoinTransactions() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
- autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
-
Should the session built automatically join in any ongoing JTA transactions.
- autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
- autonomous - Variable in class org.hibernate.dialect.OracleDialect
- autoPreFlush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- autoPreFlush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- autoPreFlush() - 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
anddrop
statements in the mapping metadata. - AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
-
Additional, optional interface for
AuxiliaryDatabaseObject
s 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<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- avg(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- avg(Expression<N>, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- avg(Expression<N>, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg(Expression<N>, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an
avg
aggregate function expression. - avg(Expression<N>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg(Expression<N>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- avg(Expression<N>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- 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
-
A SQL dialect for Azure SQL Server.
- AzureSQLServerDialect() - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
- AzureSQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
B
- Backref - Class in org.hibernate.mapping
- Backref() - Constructor for class org.hibernate.mapping.Backref
- backtrack(EntityGraphTraversalState.TraversalResult) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
-
Backtrack to previous entity graph status before last traversal.
- bag - Variable in class org.hibernate.collection.spi.PersistentBag
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PersistentBag.bagAsList()
orPersistentBag.collection
instead. - 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
- Bag(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Bag
-
Annotation binding
- Bag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
-
hbm.xml binding
- BAG - 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 extends Collection<E>,
E> - Interface in org.hibernate.collection.spi - BagType - Class in org.hibernate.type
- BagType(String, String) - Constructor for class org.hibernate.type.BagType
- 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
- baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- 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.
- BaseSqmToSqlAstConverter<T extends Statement> - Class in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter(SqlAstCreationContext, SqmStatement<?>, QueryOptions, LoadQueryInfluencers, DomainParameterXref, QueryParameterBindings, boolean) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- BaseSqmToSqlAstConverter.AdditionalInsertValues - Class in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector - Class in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter.SqmAliasedNodeCollector - Interface in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker - Class in org.hibernate.query.sqm.sql
- BaseUserTypeSupport<T> - Class in org.hibernate.usertype
- BaseUserTypeSupport() - Constructor for class org.hibernate.usertype.BaseUserTypeSupport
- BASIC - 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 - 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
andT[]
- BasicArrayType(BasicType<E>, JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.BasicArrayType
- BasicBinder<J> - Class in org.hibernate.type.descriptor.jdbc
-
Convenience base implementation of
ValueBinder
- BasicBinder(JavaType<J>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicBinder
- basicClass() - Element in annotation interface org.hibernate.annotations.TypeRegistration
-
The basic type described by the
TypeRegistration.userType()
. - BasicCollectionJavaType<C extends Collection<E>,
E> - Class in org.hibernate.type.descriptor.java.spi -
Descriptor for handling persistent collections.
- BasicCollectionJavaType(ParameterizedType, JavaType<E>, CollectionSemantics<C, E>) - 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 extends Collection<E>,
E> - Class in org.hibernate.type -
A type that maps between
ARRAY
andCollection<T>
- BasicCollectionType(BasicType<E>, JdbcType, BasicCollectionJavaType<C, E>) - 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<J>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicExtractor
- BasicFetch<T> - Class in org.hibernate.sql.results.graph.basic
-
Fetch for a basic-value
- BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, FetchTiming, DomainResultCreationState, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
- BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter<T, ?>, 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 ofType.PersistenceType.BASIC
. - BasicJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
-
Support for
JdbcLiteralFormatter
implementations with a basic implementation of anBasicJdbcLiteralFormatter.unwrap(java.lang.Object, java.lang.Class<X>, org.hibernate.type.descriptor.WrapperOptions)
method - BasicJdbcLiteralFormatter(JavaType<T>) - 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<T>, BasicValueConverter<T, ?>, 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<J>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- BasicResultAssembler(int, JavaType<J>, BasicValueConverter<J, ?>, 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 generatedIDENTITY
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
SQLException
s toJDBCException
s. - BasicSQLExceptionConverter() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
- BasicType<T> - Interface in org.hibernate.type
-
Marker interface for basic types.
- BasicTypeReference<T> - Class in org.hibernate.type
-
A basic type reference.
- BasicTypeReference(String, Class<? extends T>, int) - Constructor for class org.hibernate.type.BasicTypeReference
- BasicTypeReference(String, Class<? extends T>, int, BasicValueConverter<T, ?>) - Constructor for class org.hibernate.type.BasicTypeReference
- BasicTypeRegistration - Class in org.hibernate.boot.spi
- BasicTypeRegistration(BasicType<?>) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
- BasicTypeRegistration(BasicType<?>, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
- BasicTypeRegistration(UserType<?>, String[], TypeConfiguration) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
- BasicTypeRegistry - Class in org.hibernate.type
-
A registry of
BasicType
instances - BasicTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.BasicTypeRegistry
- BasicValue - Class in org.hibernate.mapping
- BasicValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.BasicValue
- BasicValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.BasicValue
- BasicValue(BasicValue) - Constructor for class org.hibernate.mapping.BasicValue
- BasicValue.Resolution<J> - Interface in org.hibernate.mapping
-
Resolved form of
BasicValue
as part of interpreting the boot-time model into the run-time model - 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 - 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_LOGGER - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- 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.Use
BatchSettings.BUILDER
instead - 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 in org.hibernate.jdbc
-
Much like
TooManyRowsAffectedException
, indicates that more rows than what we were expecting were affected. - BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
- batchExplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
-
Indicates explicit execution of the batch via a call to
Batch.execute()
. - BatchFailedException - Exception in org.hibernate.jdbc
-
Indicates a failed batch entry (-3 return).
- BatchFailedException(String) - Constructor for exception org.hibernate.jdbc.BatchFailedException
- BatchFailedException(String, Throwable) - Constructor for exception org.hibernate.jdbc.BatchFailedException
- BatchFetchQueue - Class in org.hibernate.engine.spi
-
Keeps track of: entity and collection keys that are available for batch fetching details related to queries which load entities with sub-select-fetchable collections
- BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.spi.BatchFetchQueue
-
Constructs a queue for the given context.
- batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
-
Indicates an implicit execution of the batch.
- BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
-
Unique key for batch identification.
- BatchKeyAccess - Interface in org.hibernate.engine.jdbc.mutation.spi
- 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.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. - BEAN_CONTAINER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
-
Identifies a
BeanContainer
to be used. - 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<String, Object>, 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
- 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
- beforeQueryHandlingFetchProfiles() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- 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.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<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- between(Expression<? extends Y>, Y, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- between(SingularAttribute<T, U>, U, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to fall between the given values.
- 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
- 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 JDBCNUMERIC
. - 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 JDBCNUMERIC
. - 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 JDBCVARBINARY
. - BINARY_WRAPPER - Static variable in class org.hibernate.type.StandardBasicTypes
- 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
- BinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
BINARY
handling. - BinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
- 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(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(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 - 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
andY
. - 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.
- 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 - Interface in org.hibernate.id.insert
- Binding - Class in org.hibernate.engine.jdbc.mutation.spi
- Binding(String, Object, JdbcValueDescriptor) - Constructor for class org.hibernate.engine.jdbc.mutation.spi.Binding
- BindingContext - Interface in org.hibernate.type
-
A context within which a
BindableType
can be resolved to an instance ofSqmExpressible
. - 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
- 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
- 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
- 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
- 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
- BooleanPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
boolean[]
handling. - BooleanPrimitiveArrayJavaType(JavaType<Boolean>) - Constructor for class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- BOOT_LOGGER - Static variable in interface org.hibernate.boot.BootLogging
- BOOT_QUERY_LOGGER - Static variable in interface org.hibernate.boot.query.BootQueryLogging
- BootLogging - Interface in org.hibernate.boot
-
Logging related to Hibernate bootstrapping
- BootQueryLogging - Interface in org.hibernate.boot.query
- Bootstrap - Class in org.hibernate.jpa.boot.spi
-
Entry into the bootstrap process.
- BootstrapContext - Interface in org.hibernate.boot.spi
-
Defines a context for things available during the process of bootstrapping a
SessionFactory
which are expected to be cleaned up after theSessionFactory
is built. - BootstrapServiceRegistry - Interface in org.hibernate.boot.registry
-
Provides the most basic services such as class loading.
- BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
-
Builder for
BootstrapServiceRegistry
instances. - BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
- BOTH - 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
- BottomType - Class in org.hibernate.type
-
A type that is assignable to every non-primitive type, that is, the type of
null
. - 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<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, 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<X, Y>, 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 valuesX
andY
. - breakDownKeyJdbcValues(Object, Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- breakDownKeyJdbcValues(Object, EntityTableMapping.KeyValueConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- broader() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
- build() - Method in interface org.hibernate.boot.MetadataBuilder
-
Actually build the metamodel
- build() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- build() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- build() - Method in class org.hibernate.boot.query.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 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(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<PreparedStatementGroup>, 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.QuerySpecification
-
Build a
criteria query
satisfying this specification, using the givenCriteriaBuilder
. - buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Build a
criteria query
satisfying this specification, using the givenCriteriaBuilder
. - 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<String, Object>, 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
- 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(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<String, Object>, 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<String, Object>, 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 usingStatement.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<String, Object>, ClassLoaderAccess) - Static method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
- 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(String, SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
- 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 itsMetadataBuilder.build()
method in cases where the application wants to accept the defaults. - buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
- buildModelMutationTranslator(TableMutation<O>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
- buildModelMutationTranslator(TableMutation<O>, 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
- buildOptimizer(OptimizerDescriptor, Class<?>, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
-
Builds an optimizer
- 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
- 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(String, SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- buildSelectTranslator(SessionFactoryImplementor, SelectStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
- buildSelectTranslator(SessionFactoryImplementor, SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
-
Builds a single-use select translator
- buildSequence(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
- buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- buildServiceRegistry(SessionFactoryImplementor, SessionFactoryOptions) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
-
Create the registry.
- buildSessionEventListeners() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Build an array of baseline
SessionEventListener
s. - 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 ofSessionFactoryImpl
. - 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
- 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
-
Deprecated.
- buildUnloadedProxy(TypePool, TypeDefinition, Collection<? extends TypeDefinition>) - 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(String, SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- buildWriteFragment(String, JdbcMapping, MutatingTableReference, ColumnReference, ParameterUsage, Consumer<Object>) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
- buildXsdDescriptor(String, String, String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
- 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<T, ?>, 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<T, ?>, 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<T, ?>, 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<T>, 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<T>, 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<T>, 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.
- byArgument(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byId(Class<T>) - Method in interface org.hibernate.Session
-
Create an
IdentifierLoadAccess
instance to retrieve an instance of the given entity type by its primary key. - byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byId(String) - Method in interface org.hibernate.Session
-
Create an
IdentifierLoadAccess
instance to retrieve an instance of the named entity type by its primary key. - byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byMultipleIds(Class<T>) - Method in interface org.hibernate.Session
-
Create a
MultiIdentifierLoadAccess
instance to retrieve multiple instances of the given entity type by their primary key values, using batching. - byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byMultipleIds(String) - Method in interface org.hibernate.Session
-
Create a
MultiIdentifierLoadAccess
instance to retrieve multiple instances of the named entity type by their primary key values, using batching. - byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byMultipleNaturalId(Class<T>) - Method in interface org.hibernate.Session
-
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<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byNaturalId(Class<T>) - Method in interface org.hibernate.Session
-
Create a
NaturalIdLoadAccess
instance to retrieve 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<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- bySimpleNaturalId(Class<T>) - Method in interface org.hibernate.Session
-
Create a
SimpleNaturalIdLoadAccess
instance to retrieve 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
- ByteArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Byte[]
handling, which disallowsnull
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_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 aBytecodeProvider
; 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
- BytecodeLogging - Interface in org.hibernate.bytecode
- 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
- 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 - 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
orinfinispan
, an instance ofRegionFactory
, aClass
object representing a class that implementsRegionFactory
, or the name of a class implementingRegionFactory
. - 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() - 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
- 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.
- CachedNaturalIdValueSource - Enum Class in org.hibernate.engine.spi
-
The type of action from which the cache call is originating.
- CacheEntry - Interface in org.hibernate.cache.spi.entry
-
A cached instance of a persistent class
- CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
-
Strategy for how cache entries are "structured" for storing into the cache.
- CacheException - Exception in org.hibernate.cache
-
Something went wrong in the cache.
- CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
-
Constructs a CacheException.
- CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
-
Constructs a CacheException.
- CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
-
Constructs a CacheException.
- cacheGetEnd(boolean) - Method in interface org.hibernate.SessionEventListener
- cacheGetStart() - Method in interface org.hibernate.SessionEventListener
- cacheHqlInterpretation(Object, HqlInterpretation<R>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- CacheImplementor - Interface in org.hibernate.cache.spi
- 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.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() - 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() - 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(org.hibernate.engine.spi.SharedSessionContractImplementor)
}) when a Hibernate Session is created. - CacheUtils - Class in org.hibernate.cache.spi.support
- CacheUtils() - Constructor for class org.hibernate.cache.spi.support.CacheUtils
- caching(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.
- 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
- CALENDAR_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
- CALENDAR_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
- 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() - 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
orStoredProcedureQuery
to named parameters of the JDBCCallableStatement
. - 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 in org.hibernate
-
Deprecated.Methods of
Interceptor
are no longer required to throw this exception type. - CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
-
Deprecated.Creates a CallbackException using the given underlying cause.
- CallbackException(String) - Constructor for exception org.hibernate.CallbackException
-
Deprecated.Creates a CallbackException using the given message.
- CallbackException(String, Exception) - Constructor for exception 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
- callInTransaction(Function<EntityManager, R>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- callWithConnection(ConnectionFunction<C, T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
- callWithConnection(ConnectionFunction<C, T>) - 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 forcreate 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 thatCustomEntityDirtinessStrategy.isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session)
will be called next as the definitive means to determine whether the entity is dirty. - 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 in org.hibernate.graph
-
Indicates an illegal attempt to make a
Graph
become anEntityGraph
viaGraph.makeRootGraph(String, boolean)
. - CannotBecomeEntityGraphException(String) - Constructor for exception org.hibernate.graph.CannotBecomeEntityGraphException
- CannotContainSubGraphException - Exception in org.hibernate.graph
-
Indicates an attempt was made to add a (key)? subgraph to an attribute type that does not support (key)? subgraphs.
- CannotContainSubGraphException(String) - Constructor for exception org.hibernate.graph.CannotContainSubGraphException
- 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() - 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, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Cascade the action to the child object.
- 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 - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- cascadeNow(CascadePoint) - Method in enum class org.hibernate.type.ForeignKeyDirection
-
Should we cascade at this cascade point?
- 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
- CaseLeastGreatestEmulation - Class in org.hibernate.dialect.function
-
Some databases don't have a function like
least()
orgreatest()
, and on those platforms we emulate the function usingcase
. - CaseLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.CaseLeastGreatestEmulation
- CaseSearchedExpression - Class in org.hibernate.sql.ast.tree.expression
- CaseSearchedExpression(MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- CaseSearchedExpression(MappingModelExpressible, List<CaseSearchedExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- CaseSearchedExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
- 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<CaseSimpleExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- CaseSimpleExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
- cast(Class<X>) - Method in interface org.hibernate.query.criteria.JpaExpression
- cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- cast(Class<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- cast(JpaExpression<T>, Class<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- cast(JpaExpression<T>, Class<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cast(JpaExpression<T>, Class<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- cast(JpaExpression<T>, JpaCastTarget<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- cast(JpaExpression<T>, JpaCastTarget<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cast(JpaExpression<T>, JpaCastTarget<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- castAs(DomainType<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- 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 byCastType
, and portability is achieved by delegating toDialect.castPattern(CastType, CastType)
. - CastFunction(Dialect, int) - Constructor for class org.hibernate.dialect.function.CastFunction
- 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 forcast(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(Class<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- castTarget(Class<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- castTarget(Class<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- castTarget(Class<X>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- castTarget(Class<X>, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- castTarget(Class<X>, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
- castTarget(Class<X>, long) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- castTarget(Class<X>, long) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- castTarget(Class<X>, 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, String, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
- CastTargetReturnTypeResolver - Class in org.hibernate.dialect.function.json
- CastTargetReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
- 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() - 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(String) - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
-
Setter for DatabaseObjectDetails.catalog()
- 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
-
Deprecated.Use
ManagedBeanSettings.JAKARTA_CDI_BEAN_MANAGER
instead - ceiling(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
- ceiling(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ceiling_ceil() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- CFG_XML_FILE - Static variable in interface org.hibernate.cfg.AvailableSettings
- CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
-
Allows access to any
cfg.xml
files specified for bootstrapping. - cfgXsd() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- 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.type.SqlTypes
-
A type code representing the generic SQL type
CHAR
. - CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
char[]
to JDBCVARCHAR
. - 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
- CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Character[]
to JDBCVARCHAR
. - CHARACTER_NCHAR - Static variable in class org.hibernate.type.StandardBasicTypes
- CharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Character[]
handling, which disallowsnull
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
- 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() - Element in annotation interface org.hibernate.annotations.SQLDelete
-
Deprecated, for removal: This API element is subject to removal in a future version.use
SQLDelete.verify()
with anExpectation
class - check() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
-
Deprecated, for removal: This API element is subject to removal in a future version.use
SQLDeleteAll.verify()
with anExpectation
class - check() - Element in annotation interface org.hibernate.annotations.SQLInsert
-
Deprecated, for removal: This API element is subject to removal in a future version.use
SQLInsert.verify()
with anExpectation
class - check() - Element in annotation interface org.hibernate.annotations.SQLUpdate
-
Deprecated, for removal: This API element is subject to removal in a future version.use
SQLUpdate.verify()
with anExpectation
class - 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(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>, String) - Method in class org.hibernate.mapping.Component
- checkColumnDuplication(Set<String>, 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
- 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.
- 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 anIllegalStateException
. - checkOpen(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- checkPropertyColumnDuplication(Set<String>, List<Property>, 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
- CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
-
Entity cache configuration properties follow the pattern
hibernate.classcache.packagename.ClassName usage[, region]
whereusage
is the cache strategy used andregion
the cache region name - 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
- 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() - Element in annotation interface org.hibernate.annotations.CollectionTypeRegistration
-
The collection classification for which the supplied type applies
- classInstantiation(Class<R>, List<? extends SqmSelectableNode<?>>, 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. - CLASSLOADERS - Static variable in interface org.hibernate.cfg.EnvironmentSettings
-
Specifies a
collection
of theClassLoader
instances Hibernate should use for classloading and resource loading. - ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
-
A service for interacting with class loaders.
- ClassLoaderService.Work<T> - Interface in org.hibernate.boot.registry.classloading.spi
- ClassLoadingException - Exception in org.hibernate.boot.registry.classloading.spi
-
Indicates a problem performing class loading.
- ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
-
Constructs a ClassLoadingException using the specified message.
- ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
-
Constructs a ClassLoadingException using the specified message and cause.
- ClassmateContext - Class in org.hibernate.boot.spi
-
Exposes the Classmate
TypeResolver
andMemberResolver
. - 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(jakarta.persistence.spi.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.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
- ClauseLevelDocumentExpression(int) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
- 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, String>, SharedSessionContractImplementor) - Static method in class org.hibernate.dialect.temptable.TemporaryTableHelper
- cleanup() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- cleanup() - Method in class org.hibernate.sql.results.spi.LoadContexts
-
Release internal state associated with *all* result sets.
- cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
- cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- cleanup() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
- clear() - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Clear 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 registeredDuplicationStrategy
s. - clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
-
Called to clear any data stored in this EntityCopyObserver.
- clear() - Method in class org.hibernate.event.spi.MergeContext
-
Clears the MergeContext.
- clear() - Method in class org.hibernate.proxy.map.MapProxy
- clear() - Method in interface org.hibernate.Session
-
Completely clear the session.
- clear() - Method in interface org.hibernate.stat.Statistics
-
Reset all statistics.
- CLEAR - Static variable in class org.hibernate.event.spi.EventType
- clearCache() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- clearCache(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Clear data from the cache
- clearCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove all state of the collections-by-key map.
- clearDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Clear the dirty flag, after flushing changes to the database.
- ClearEvent - Class in org.hibernate.event.spi
-
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 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
- 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
Clob
s 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
- 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.ScrollableResults
-
Release resources immediately.
- close() - Method in interface org.hibernate.service.ServiceRegistry
- close() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
- close() - Method in interface org.hibernate.SessionFactory
-
Destroy this
SessionFactory
and release all its resources, including caches and connection pools. - close() - Method in interface org.hibernate.SharedSessionContract
-
End the session by releasing the JDBC connection and cleaning up.
- close() - Method in interface org.hibernate.StatelessSession
-
Close the stateless session and release the JDBC connection.
- CLOSE_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
- closeSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a session being closed.
- closeStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a statement being closed.
- coalesce() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- coalesce() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- coalesce() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- coalesce() - Method in interface org.hibernate.query.sqm.NodeBuilder
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- coalesce(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- coalesce_value() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP DB
- CoalesceIfnullEmulation - Class in org.hibernate.dialect.function
- CoalesceIfnullEmulation() - Constructor for class org.hibernate.dialect.function.CoalesceIfnullEmulation
- 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
- CockroachDBAggregateSupport - Class in org.hibernate.dialect.aggregate
- CockroachDBAggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
- 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 extends JdbcOperation> - 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
- coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- coerce(X, JavaType.CoercionContext) - Method in interface org.hibernate.type.descriptor.java.JavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- coerce(X, JavaType.CoercionContext) - 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<T>) - 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 resultJavaType
are different (e.g. - CoercingResultAssembler(int, JavaType<J>, BasicValueConverter<J, ?>, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.CoercingResultAssembler
- CoercionException - Exception in org.hibernate.type.descriptor.java
-
A problem converting between JDBC types and Java types.
- CoercionException(String) - Constructor for exception org.hibernate.type.descriptor.java.CoercionException
- CoercionException(String, Throwable) - Constructor for exception org.hibernate.type.descriptor.java.CoercionException
- CoercionHelper - Class in org.hibernate.type.descriptor.java
-
Helper for type coercions.
- CoercionHelper.Coercer<T> - Interface in org.hibernate.type.descriptor.java
- COLL_LOAD_LOGGER - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
-
Static access to the logging instance
- collate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Use the 'collate' operator which exists on at least Postgres, MySQL, Oracle, and SQL Server
- collate(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- collate(Expression<String>, 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_quoted() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL requires quotes around certain collations
- 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 - COLLATIONS - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- collectAllParameters(Consumer<QueryParameter<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- collectBatchLoadableCollectionKeys(int, IndexedConsumer<T>, T, PluralAttributeMapping) - Method in class org.hibernate.engine.spi.BatchFetchQueue
- collectBatchLoadableEntityIds(int, IndexedConsumer<T>, 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<String, Object>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractQuery
- collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- collectIdGenerators(MemberDetails) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrar
- 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<C>) - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterface
representing persistent collections of the given type. - Collection - Class in org.hibernate.mapping
-
A mapping model object representing a collection.
- Collection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Collection
-
Annotation binding
- Collection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
-
hbm.xml binding
- Collection(Collection) - Constructor for class org.hibernate.mapping.Collection
- COLLECTION - 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_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
-
Collection cache configuration properties follow the pattern
hibernate.collectioncache.packagename.ClassName.role usage[, region]
whereusage
is the cache strategy used andregion
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
- collectionAppend(Expression<C>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to basic collection.
- collectionAppend(Expression<C>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionAppend(Expression<C>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionAppend(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to basic collection.
- collectionAppend(Expression<C>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionAppend(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- 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<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates basic collections with each other in order.
- collectionConcat(C, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionConcat(C, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates basic collections with each other in order.
- collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionConcat(Expression<C>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates basic collections with each other in order.
- collectionConcat(Expression<C>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionConcat(Expression<C>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContains(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains an element.
- collectionContains(Expression<? extends Collection<E>>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContains(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains an element.
- collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContains(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains an element.
- collectionContains(Collection<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContains(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - 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<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - 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<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - 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<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - 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<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains a nullable element.
- collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains a nullable element.
- collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsNullable(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains a nullable element.
- collectionContainsNullable(Collection<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContainsNullable(Collection<E>, Expression<E>) - 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
- 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<T>, 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<T>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(Expression<T>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionFill(Expression<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(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(Expression<T>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionFill(T, 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(T, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(T, Expression<Integer>) - 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
- collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of the basic collection by 1-based index.
- collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionGet(Expression<? extends Collection<E>>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of the basic collection by 1-based index.
- collectionGet(Expression<? extends Collection<E>>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionGet(Expression<? extends Collection<E>>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection.
- collectionIncludes(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludes(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection.
- collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection.
- collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection with nullable elements.
- collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection with nullable elements.
- collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection with nullable elements.
- collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - 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(CollectionPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed collection.
- collectionInfoString(CollectionPersister, PersistentCollection<?>, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed collection.
- collectionInfoString(CollectionPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a series of managed collections.
- CollectionInitializer<Data extends InitializerData> - 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection.
- collectionIntersects(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersects(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection.
- collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection.
- collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersectsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersectsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersectsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - 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<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersectsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersectsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - 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<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersectsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - 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<? extends C>, CollectionSemantics<C, ?>) - Constructor for class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- CollectionKey - Class in org.hibernate.engine.spi
-
Uniquely identifies a collection instance in a particular session.
- CollectionKey(CollectionPersister, Object) - Constructor for class org.hibernate.engine.spi.CollectionKey
- collectionLength(Expression<? extends Collection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the length of a basic collection.
- collectionLength(Expression<? extends Collection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionLength(Expression<? extends Collection<?>>) - 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
- CollectionLoadingLogger - Interface in org.hibernate.sql.results.graph.collection
- CollectionMappingType<C> - Interface in org.hibernate.metamodel.mapping
-
MappingType descriptor for the collection Java type (List, Set, etc)
- CollectionMutationTarget - Interface in org.hibernate.persister.collection.mutation
- CollectionNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
CollectionDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type. - CollectionNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
- CollectionOperationCoordinator - Interface in org.hibernate.persister.collection.mutation
-
Base contract for coordination of collection mutation operations
- collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - 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<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - 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<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - 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<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - 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<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - 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<E>, Expression<? extends Collection<? extends E>>) - 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<? extends Collection<? extends E>>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in a basic collection.
- collectionPosition(Expression<? extends Collection<? extends E>>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPosition(Expression<? extends Collection<? extends E>>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in a basic collection.
- collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPrepend(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to basic collection.
- collectionPrepend(E, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPrepend(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPrepend(Expression<? extends E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to basic collection.
- collectionPrepend(Expression<? extends E>, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPrepend(Expression<? extends E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionReadOnlyAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
CollectionDataAccess
using theAccessType.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 theAccessType.READ_WRITE
access type. - CollectionReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- collectionRemove(Expression<C>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element removed.
- collectionRemove(Expression<C>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemove(Expression<C>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRemove(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element removed.
- collectionRemove(Expression<C>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemove(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRemoveIndex(Expression<C>, 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<C>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemoveIndex(Expression<C>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRemoveIndex(Expression<C>, 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<C>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemoveIndex(Expression<C>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression<C>, E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression<C>, E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression<C>, E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionResultDescriptor(JaxbHbmNativeQueryCollectionLoadReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
- CollectionResultGraphNode - Interface in org.hibernate.sql.results.graph.collection
- 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 extends MutationOperation> - 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
- 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<C>, 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<C>, Expression<Integer>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression<C>, Expression<Integer>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSet(Expression<C>, Integer, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression<C>, Integer, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression<C>, Integer, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression<C>, Expression<Integer>, 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<C>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression<C>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression<C>, 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<C>, Expression<Integer>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression<C>, Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression<C>, Integer, 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<C>, Integer, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression<C>, Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression<C>, 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<C>, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression<C>, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionStatistics - Interface in org.hibernate.stat
-
Collection-related statistics.
- CollectionTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A table group for collection tables of plural attributes.
- CollectionTableGroup(boolean, NavigablePath, PluralAttributeMapping, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- 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<? extends Collection<?>>, 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<? extends Collection<?>>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression<? extends Collection<?>>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionToString(Expression<? extends Collection<?>>, 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<? extends Collection<?>>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression<? extends Collection<?>>, 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<C>, 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<C>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionTrim(Expression<C>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionTrim(Expression<C>, 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<C>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionTrim(Expression<C>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionType - Class in org.hibernate.type
-
A type that handles Hibernate
PersistentCollection
s (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<String, String>) - Constructor for class org.hibernate.boot.models.spi.CollectionTypeRegistration
- CollectionTypeRegistrationDescriptor(Class<? extends UserCollectionType>, Map<String, String>) - Constructor for class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
- CollectionTypeRegistrations - Annotation Interface in org.hibernate.annotations
-
Repeatable container for
CollectionTypeRegistration
- CollectionWrapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
- CollectionWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
- CollectionWrapper(Collection<E>) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
- CollectionWrapper(Collection<Object>) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
- collectJoinFetch(JaxbHbmNativeQueryJoinReturnType, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- collectParameters(List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - 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<SqmParameter<?>>) - 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
- colonSyntax - Variable in class org.hibernate.dialect.function.json.JsonObjectFunction
- 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.mapping
- Column() - Constructor for class org.hibernate.mapping.Column
- Column(String) - Constructor for class org.hibernate.mapping.Column
- 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 a column name.
- COLUMN - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate column definition was encountered.
- 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.id.IncrementGenerator
-
A parameter identifying the column holding the id.
- 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
-
An extractor which uses
ResultSetMetaData.getColumnLabel(int)
- COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
-
An extractor which uses
ResultSetMetaData.getColumnName(int)
- COLUMN_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
. - ColumnBindingDefaults - Interface in org.hibernate.boot.model.source.spi
- ColumnComparator(Metadata) - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.ColumnComparator
- ColumnDefault - Annotation Interface in org.hibernate.annotations
-
Specifies that a column has a
default
value specified in DDL. - 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
- ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Provides access to information about existing table columns
- 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
andUserDefinedObjectType
. - 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
- 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
- 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
- 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
- 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 implementsSelectableConsumer
to add new parameters. - ColumnValueParameterList(TableReference, ParameterUsage, int) - Constructor for class org.hibernate.sql.model.ast.ColumnValueParameterList
- ColumnValuesTableMutationBuilder<M extends TableMutation<?>> - Interface in org.hibernate.sql.model.ast.builder
-
Common operations of
TableUpdateBuilder
andTableInsertBuilder
. - ColumnWriteFragment - Class in org.hibernate.sql.model.ast
-
Models a column's value expression within the SQL AST.
- ColumnWriteFragment(String, List<ColumnValueParameter>, JdbcMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
- ColumnWriteFragment(String, JdbcMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
- ColumnWriteFragment(String, ColumnValueParameter, JdbcMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
- combine(List<T>, List<T>...) - 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<SqmPredicate>) - 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_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- COMMA_SEPARATOR_CHAR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- CommandAcceptanceException - Exception in org.hibernate.tool.schema.spi
-
Indicates a problem accepting/executing a schema management command.
- CommandAcceptanceException(String) - Constructor for exception org.hibernate.tool.schema.spi.CommandAcceptanceException
- CommandAcceptanceException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.CommandAcceptanceException
- comment - Variable in class org.hibernate.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.Prefer
Table.comment()
,Column.comment()
, etc. - COMMENT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- Commentable - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for annotations which contain SQL comments
- Comments - Annotation Interface in org.hibernate.annotations
-
Deprecated.Per Comment, prefer Table.comment()
- 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 whenEntityTransaction.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.
- 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.
- 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
- 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 class org.hibernate.type.descriptor.java.ComponentArrayComparator
- 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
- compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- compareTo(SqmParameter<T>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
- 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 - Class in org.hibernate.type.descriptor.java
-
Comparator for component arrays.
- ComponentArrayComparator(JavaType<Object>[]) - 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
- composite(List<ArgumentsValidator>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- composite(ArgumentsValidator...) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- composite(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- COMPOSITE - 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_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
- 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.
- 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.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
-
Grouping of
CompositeTypeRegistration
- 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
- concat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- concat(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(String, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(String, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(List<Expression<String>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(List<Expression<String>>) - 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
- 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() - 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.
- 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
- 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() - Constructor for class org.hibernate.cfg.Configuration
-
Create a new instance, using a default
BootstrapServiceRegistry
and a newly instantiatedMetadataSources
. - Configuration(MetadataSources) - Constructor for class org.hibernate.cfg.Configuration
-
Create a new instance, using the given
MetadataSources
, and aBootstrapServiceRegistry
obtained from theMetadataSources
. - Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
-
Create a new instance, using the given
BootstrapServiceRegistry
and a newly instantiatedMetadataSources
. - 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<String, Object>) - 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<T>, Consumer<EventListenerGroup<T>>) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Perform an action against the listener group for the specified event-type
- configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
- ConfigXsdSupport - Class in org.hibernate.boot.xsd
-
Support for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.
- ConfigXsdSupport() - Constructor for class org.hibernate.boot.xsd.ConfigXsdSupport
- CONFLICT - Enum constant in enum class org.hibernate.sql.ast.Clause
- ConflictClause - Class in org.hibernate.sql.ast.tree.insert
- ConflictClause(String, List<String>, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.insert.ConflictClause
- 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<T, ?>...) - 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<T, ?>...) - 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<? extends Path<?>>) - 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<? extends Path<?>>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- 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 class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connection() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the connection from the original session should be used to create the new session.
- connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connection(Connection) - Method in interface org.hibernate.SessionBuilder
-
Adds a specific connection to the session options.
- connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
- connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
-
Adds a specific connection to the session options.
- CONNECTION_HANDLING - Static variable in interface org.hibernate.cfg.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
andDriverManagerConnectionProviderImpl
. - CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies a
ConnectionProvider
to use for obtaining JDBC connections, either: a short strategy name likeagroal
,hikaricp
,c3p0
, an instance ofConnectionProvider
, aClass
object representing a class that implementsConnectionProvider
, or the name of a class that implementsConnectionProvider
. - 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.
- 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
- connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connectionHandlingMode() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the connection release mode from the original session should be used to create the new session.
- connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
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. UseSessionBuilder.connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode)
instead. - connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SharedSessionBuilder
-
Deprecated.
- ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
-
A contract for obtaining JDBC connections and, optionally, for pooling connections.
- ConnectionProviderConfigurationException - Exception in org.hibernate.engine.jdbc.connections.spi
-
Occurs when there is a problem configuring a
ConnectionProvider
. - ConnectionProviderConfigurationException(String) - Constructor for exception org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
- ConnectionProviderConfigurationException(String, Throwable) - Constructor for exception org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
- 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
- Constraint - Class in org.hibernate.mapping
-
A mapping model object representing a constraint on a relational database table.
- Constraint() - Constructor for class org.hibernate.mapping.Constraint
- 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
-
Deprecated.use
CheckConstraint.constraintString(Dialect)
instead. - constraintString(Dialect) - Method in class org.hibernate.mapping.CheckConstraint
- ConstraintViolationException - Exception 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 org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException(String, SQLException, String, ConstraintViolationException.ConstraintKind, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException(String, SQLException, ConstraintViolationException.ConstraintKind, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException.ConstraintKind - Enum Class in org.hibernate.exception
-
Enumerates the kinds of integrity constraint violation recognized by Hibernate.
- construct(Class<Y>, Selection<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- construct(Class<Y>, Selection<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- construct(Class<Y>, List<? extends Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- construct(Class<Y>, List<? extends Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- construct(Class<Y>, List<? extends Selection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CONSTRUCTOR_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- 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, EntityTableMapping.KeyColumn) - Method in interface org.hibernate.persister.entity.mutation.EntityTableMapping.KeyValueConsumer
- consume(String, int, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.MutabilityOrderedTableConsumer
- consume(String, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
- consume(JaxbCfgHibernateConfiguration) - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
Consumes the JAXB representation of a
cfg.xml
file and builds the LoadedConfig representation. - consume(JaxbCfgMappingReferenceType) - Static method in class org.hibernate.boot.cfgxml.spi.MappingReference
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<Object>) - Method in class org.hibernate.sql.results.spi.ManagedResultConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<T>) - 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<Integer, JdbcParameter>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeTreat(String, boolean) - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
-
Responsible for consuming each part of the path.
- 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(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to contain the given substring.
- contains(SingularAttribute<T, String>, 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
-
Determine if the given entity is associated with this session.
- contains(Collection<? super T>, 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
- 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
- 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<EntityKey>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Checks if a certain
EntityKey
was registered as nullifiable on thisPersistenceContext
. - containsOnlyInnerJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- containsProperty(Property) - Method in class org.hibernate.mapping.Join
- containsProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is the given proxy associated with this persistence context?
- containsQuery(String) - Method in interface org.hibernate.Cache
-
Determine whether the given region name contains cached query results.
- containsReference(QueryParameter<?>) - Method in interface org.hibernate.query.ParameterMetadata
-
Is this parameter reference registered in this collection?
- 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() - 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
Expression
s as value for the XML content of this element. - content(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- content(List<? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
-
Passes the given
Expression
s as value for the XML content of this element. - content(List<? extends Expression<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- 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(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
-
Contribute services to the indicated registry builder.
- 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<? extends AttributeConverter<?, ?>>) - 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<T>) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Register a custom event type.
- contributeEventType(String, Class<T>, T...) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Register a custom event type with a default listener.
- contributeFunctions(FunctionContributions) - Method in interface org.hibernate.boot.model.FunctionContributor
-
Contribute functions
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.dialect.Dialect
- contributeJavaType(JavaType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
- contributeJdbcType(JdbcType) - Method in interface org.hibernate.boot.model.TypeContributions
- contributeJdbcTypeConstructor(JdbcTypeConstructor) - Method in interface org.hibernate.boot.model.TypeContributions
- 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<T>, Class<? extends T>, 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
-
Deprecated.Use
TypeContributions.contributeType(BasicType)
instead. - contributeType(CompositeUserType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
-
Register a
CompositeUserType
as the implicit (auto-applied) type for values of typeCompositeUserType.returnedClass()
. - contributeType(UserType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
-
Register a
UserType
as the implicit (auto-applied) type for values of typeUserType.returnedClass()
. - contributeType(UserType<?>, String...) - Method in interface org.hibernate.boot.model.TypeContributions
-
Deprecated.Use
TypeContributions.contributeType(BasicType)
instead. - 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_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
The contributor that contributed this generator
- Conversion - Class in org.hibernate.query.sqm.tree.expression
-
A conversion of a duration to a given temporal unit, as a result of applying the 'by unit' operator.
- Conversion(Duration, TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.query.sqm.tree.expression.Conversion
- ConversionContext - Interface in org.hibernate.exception.spi
- ConversionException - Exception in org.hibernate.query.sqm.sql
-
Indicates a problem converting an SQM tree to a SQL AST
- ConversionException(String) - Constructor for exception org.hibernate.query.sqm.sql.ConversionException
- ConversionException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.sql.ConversionException
- conversionFactor(TemporalUnit, Dialect) - Method in enum 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<? extends AttributeConverter<?, ?>>, boolean, AnnotationDescriptor<? extends Annotation>) - Constructor for class org.hibernate.boot.models.spi.ConversionRegistration
- convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
-
Convert an untyped Object reference to the Converter's type.
- convert(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
- convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
- convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
-
Perform a conversion.
- convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Convert an SQLException using the current converter, doing some logging first.
- convert(SQLException, String) - Method in interface org.hibernate.engine.spi.ExceptionConverter
- convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Convert an SQLException using the current converter, doing some logging first.
- convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
-
Convert the given
SQLException
to a subtype ofJDBCException
, if possible. - convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
-
Convert the given
SQLException
to a subtype ofJDBCException
. - convert(SQLException, Supplier<String>, 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<E>, JdbcType, JavaType<T>, BasicValueConverter<T, S>) - Constructor for class org.hibernate.type.ConvertedBasicArrayType
- ConvertedBasicCollectionType<C extends Collection<E>,
E> - Class in org.hibernate.type -
A converted basic array type.
- ConvertedBasicCollectionType(BasicType<E>, JdbcType, BasicCollectionJavaType<C, E>, BasicValueConverter<C, ?>) - 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() - 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 - Annotation Interface in org.hibernate.annotations
- ConverterRegistry - Interface in org.hibernate.boot.model.convert.spi
-
A registry for JPA converters.
- 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
- 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(Object) - 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(Object) - 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
- 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<T>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Perform the requested work handling exceptions, coordinating and handling return processing.
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Make a copy of this holder.
- copy() - Method in class org.hibernate.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.Copy the options in the first given instance of
LockOptions
to the second given instance. - 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.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 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. - 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<O, T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- copyTo(AbstractSqmJoin<L, R>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- copyTo(AbstractSqmPath<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- copyTo(SqmRoot<E>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- copyTo(AbstractJpaTupleElement<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
- copyTo(SqmQueryPart<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.BasicValue
- copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
- copyWhereClause(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- copyWithoutValues(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- corr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- correlate(CollectionJoin<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(Join<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(Join<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(ListJoin<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(ListJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(MapJoin<X, K, V>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(MapJoin<X, K, V>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(Root<Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(Root<Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(SetJoin<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(SetJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(JpaCrossJoin<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(JpaCrossJoin<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(JpaEntityJoin<T, X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(JpaEntityJoin<T, X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- CorrelatedPluralTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A table group for correlated plural attributes.
- CorrelatedPluralTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer<Predicate>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- CorrelatedTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A virtual
TableReference
for correlated roots. - CorrelatedTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer<Predicate>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- cos(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the cosine of its argument.
- cos(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cosh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- cosh(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the hyperbolic cosine of its argument.
- cosh(Expression<? extends Number>) - 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
- 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.
- 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
- crc32() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Deprecated.
- 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<T>) - 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<T>) - 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<T>) - 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(Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
- create(Class<T>) - 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<T>, 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<T>, 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<T>, 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.SqmCorrelatedRootJoin
- 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_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<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- createBean(Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
- createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- createBean(String, Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
- 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
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- createCopy(SqmCopyContext, Class<X>) - 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<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaDelete(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaDelete(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCriteriaInsertSelect(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaInsertSelect(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaInsertSelect(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCriteriaInsertValues(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaInsertValues(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaInsertValues(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCriteriaUpdate(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaUpdate(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaUpdate(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCteColumn(String, JdbcMapping) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- createDeletedValueBinding(ColumnReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Create a ColumnValueBinding for deleted indicator.
- createDenormalizedTable(Identifier, Function<Identifier, DenormalizedTable>) - Method in class org.hibernate.boot.model.relational.Namespace
- createDetachedInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
-
Obtain a detached, uninitialized persistent collection of the type represented by this object.
- createDetachedProxy(SessionFactory, Class<E>, Object) - Static method in class org.hibernate.Hibernate
-
Obtain a detached, uninitialized reference (a proxy) for a persistent entity with the given identifier.
- createDialect(DialectResolutionInfo) - Method in enum 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
- 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
- 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
-
Creates
EntityEntry
. - createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createEntityGraph(Class<T>) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
- createEntityGraph(Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
- createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createEntityGraph(Class<T>) - 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<T>) - Method in interface org.hibernate.SessionFactory
-
Create an
EntityGraph
for the given entity type. - createEntityGraph(Class<T>) - 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<T>, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createEntityGraph(Class<T>, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createEntityGraph(Class<T>, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createEntityGraph(Class<T>, 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 returnnull
if there is no predefined graph with the given name. - createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
- createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createEntityGraph(String) - Method in 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 returnnull
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 returnnull
if there is no predefined graph with the given name. - createEntityGraph(Function<Class<T>, EntityDomainType<?>>, Function<String, EntityDomainType<?>>) - 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
- 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
- createEntityMetamodel(PersistentClass, EntityPersister) - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
-
Create an entity persister instance.
- createEntityTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
- createEntityTable(EntityMappingType, Function<String, String>, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
- createExecutor(BatchKeyAccess, MutationOperationGroup, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
-
Create an executor for the given
operationGroup
, potentially using batching - createExpectation(Supplier<? extends Expectation>, 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<Column>, 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<Column>, String, String, String) - Method in class org.hibernate.mapping.Table
- createForeignKey(String, List<Column>, String, String, String, List<Column>) - 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
- createForeignKeys(MetadataBuildingContext) - Method in class org.hibernate.mapping.DenormalizedTable
- createForeignKeys(MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
- createGeneratedValuesProcessor(EventType, List<AttributeMapping>) - 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.No longer called, except from tests. Use
KeyValue.createGenerator(Dialect, RootClass, Property, GeneratorSettings)
- 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<T>) - 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 withEntityManager.find(EntityGraph, Object, FindOption...)
. - createIdTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
- createIdTable(EntityMappingType, Function<String, String>, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
- 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.
- 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 givenParameterizedType
based on thisJavaType
registered for the raw type. - createJavaType(ParameterizedType, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- createJdbcDelete(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- createJdbcInsert(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- 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.
- 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
- 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.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<? extends MutabilityPlan<?>>) - Method in class org.hibernate.type.spi.TypeConfiguration
- createMutationOperation(String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
-
Intended for use from
SqlAstTranslator
- createMutationOperation(String, List<JdbcParameterBinder>) - 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<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
- createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
-
Intended for use from
SqlAstTranslator
- createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - 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
-
Deprecated.
- createNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNamedQuery(String) - Method in interface org.hibernate.Session
-
Deprecated.
- createNamedQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a typed
Query
instance for the given named query. - createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNamedQuery(String, Class<R>) - Method in interface org.hibernate.Session
- createNamedQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNamedQuery(String, Class<T>) - 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
-
Deprecated.
- createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNamedSelectionQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQuery
instance for the namedNamedQuery
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
-
Deprecated.
- createNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNativeQuery(String, Class<R>) - 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<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, Class<R>, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNativeQuery(String, Class<R>, String) - Method in interface org.hibernate.query.QueryProducer
-
Create a
NativeQuery
instance for the given native SQL query using an implicit mapping to the specified Java entity type. - createNativeQuery(String, Class<R>, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, Class<T>, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, Class<T>, 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
-
Deprecated.
- createNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNativeQuery(String, String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a
NativeQuery
instance for the given native SQL query using an explicit mapping to the specified Java type. - createNativeQuery(String, String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, String, Class<T>) - 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.SqmNegatedPredicate
- 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.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.OracleDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.PostgresPlusDialect
- 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
- createPropertyRefConstraints(Map<String, PersistentClass>) - 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.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
-
Deprecated.
- createQuery(CriteriaDelete) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(CriteriaDelete) - Method in interface org.hibernate.Session
-
Deprecated.
- createQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a
Query
for the given JPACriteriaQuery
. - createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.Session
- createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(CriteriaSelect<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(CriteriaSelect<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
- createQuery(CriteriaSelect<T>) - 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
-
Deprecated.
- createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(CriteriaUpdate) - Method in interface org.hibernate.Session
-
Deprecated.
- createQuery(EntityManager) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- 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(TypedQueryReference<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(TypedQueryReference<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(TypedQueryReference<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a typed
Query
instance for the given typed query reference. - createQuery(TypedQueryReference<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(TypedQueryReference<R>) - Method in interface org.hibernate.Session
- createQuery(TypedQueryReference<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createQuery(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createQuery(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- createQuery(String) - Method in 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 typedQuery
object, and because it is able to use the given result type to infer theselect
list, and even sometimes thefrom
clause. Alternatively,QueryProducer.createSelectionQuery(String, Class)
is preferred for queries, andQueryProducer.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<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a typed
Query
instance for the given HQL query string and given query result type. - createQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(String, Class<R>) - Method in interface org.hibernate.Session
- createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(String, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Transform the given HQL
select
query to an equivalent criteria query. - createQuery(String, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createQuery(String, Class<T>) - 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.QuerySpecification
-
Finalize the building and create executable query instance.
- createQuery(Session) - Method in interface org.hibernate.query.specification.SelectionSpecification
- 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.QuerySpecification
-
Finalize the building and create executable query instance.
- createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.SelectionSpecification
- createQueryPlan(NativeSelectQueryDefinition<R>, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Creates a new query plan for the passed native query definition
- createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
- createRegistrationHandler(BatchFetchQueue, SelectStatement, 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
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, 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<Predicate>, 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<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createSelectionQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQuery
reference for the givenCriteriaQuery
. - 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 typedSelectionQuery
object, and because it is able to use the given result type to infer theselect
list, and even sometimes thefrom
clause. - createSelectionQuery(String, EntityGraph<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createSelectionQuery(String, EntityGraph<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createSelectionQuery(String, EntityGraph<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createSelectionQuery(String, EntityGraph<R>) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQuery
instance for the given HQL query string and givenEntityGraph
, which is interpreted as a load graph. - createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createSelectionQuery(String, Class<R>) - 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<Identifier, Sequence>) - 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<?, O>, SqmJoinType, String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.SqmJoinable
- createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Create an SQM path for this source relative to the given left hand side
- createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Create a statement.
- createStatement(ExecutionContext, String) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor.StatementCreator
- createStatementTable(String, SqmCteStatement<X>, SqmSelectQuery<X>) - 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<Identifier, Table>) - 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 thecreate 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(Type, Supplier<MutabilityPlan<J>>, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
- createUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
- createUniqueKey(List<Column>, 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<Identifier, UserDefinedArrayType>) - Method in class org.hibernate.boot.model.relational.Namespace
-
Creates a mapping UDT instance.
- createUserDefinedType(Identifier, Function<Identifier, UserDefinedObjectType>) - Method in class org.hibernate.boot.model.relational.Namespace
-
Creates a mapping UDT instance.
- createUserTypeBean(String, Class<? extends UserCollectionType>, Map<String, ?>, BootstrapContext, boolean) - Static method in class org.hibernate.mapping.MappingHelper
- createValueBinding(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- createValueBinding(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- createValueBinding(String, String, JdbcMapping, ParameterUsage) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- createValueBinding(String, String, JdbcMapping, MutatingTableReference, ParameterUsage, Consumer<Object>) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
- 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
- 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)
orEntityManager.createQuery(CriteriaDelete)
must create a copy of the passed criteria query object such that the resultingQuery
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)
orEntityManager.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 aService
. - CriteriaDefinition<R> - Class in org.hibernate.query.criteria
-
A utility class that makes it easier to build criteria queries.
- CriteriaDefinition(CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManagerFactory, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManagerFactory, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManagerFactory, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManager, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManager, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManager, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(CriteriaDefinition<?>, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
-
Construct a new
CriteriaDefinition
based on the givenCriteriaDefinition
. - CriteriaDefinition(CriteriaDefinition<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
-
Construct a new
CriteriaDefinition
based on the givenCriteriaDefinition
, with the same query return type. - CriteriaDefinition(SessionFactory, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SessionFactory, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SessionFactory, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SharedSessionContract, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SharedSessionContract, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SharedSessionContract, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- 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).
- crossJoin(Class<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
- crossJoin(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- crossJoin(Class<X>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- crossJoin(EntityDomainType<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
- crossJoin(EntityDomainType<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- crossJoin(EntityDomainType<X>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- 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
- 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<SearchClauseSpecification>, CteColumn, List<CteColumn>, 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<CteColumn>) - 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 toTableGroup
for use in SQL AST - CteTableGroup(boolean, NavigablePath, SqlAliasBase, ModelPartContainer, NamedTableReference, Set<String>) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
- CteTableGroup(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
- 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
- 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
- CurrencyJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Currency
handling. - CurrencyJavaType() - Constructor for class org.hibernate.type.descriptor.java.CurrencyJavaType
- 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
, ormanaged
, or the name of a class implementingorg.hibernate.context.spi.CurrentSessionContext
. - CURRENT_TIMESTAMP - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- currentDate() - Method in class org.hibernate.dialect.Dialect
- 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
- 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 typeLocalTime
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 typeLocalDateTime
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 typeTime
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
- currentTimestamp() - Method in class org.hibernate.dialect.Dialect
-
Translation of the HQL/JPQL
current_timestamp
function, which maps to the Java typeTimestamp
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, andsource = DB
indicates that the databasecurrent_timestamp
function should be used. - currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.Dialect
-
Translation of the HQL
offset_datetime
function, which maps to the Java typeOffsetDateTime
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
-
Use the
ImplicitDiscriminatorStrategy
implementation specified byAnyDiscriminatorImplicitValues.implementation()
- 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<? extends UserCollectionType>, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
- CustomEntityDirtinessStrategy - Interface in org.hibernate
-
During a flush cycle, Hibernate needs to determine which of the entities associated with a
Session
are dirty, meaning modified. - CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
-
Responsible for identifying when attributes are dirty.
- CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
-
Provides
CustomEntityDirtinessStrategy.AttributeChecker
with meta information about the attributes being checked. - CustomEntityDirtinessStrategy.DirtyCheckContext - Interface in org.hibernate
-
A callback to drive dirty checking.
- 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 extends JdbcMutationOperation> - Interface in org.hibernate.sql.model.ast
- customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- CustomType<J> - Class in org.hibernate.type
- CustomType(UserType<J>, String[], TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
- CustomType(UserType<J>, TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
- CustomVersionOneStrategy - Class in org.hibernate.id.uuid
-
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.
- CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
- cycle(String, List<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycle(String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycle(String, X, X, List<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycle(String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycleUsing(String, String, List<JpaCteCriteriaAttribute>) - 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<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycleUsing(String, String, X, X, List<JpaCteCriteriaAttribute>) - 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.
- 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 wrappedDatabaseMetaData
. - DatabaseMetaDataDialectResolutionInfoAdapter(DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- DatabaseObjectDetails - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for annotations which represent database objects.
- DatabaseSnapshotContributor - Interface in org.hibernate.sql.results.graph
-
Contract for model-parts which contribute to their container's state array for database snapshots
- DatabaseStructure - Interface in org.hibernate.id.enhanced
-
Encapsulates definition of the underlying data structure backing a sequence-style generator.
- DatabaseVersion - Interface in org.hibernate.dialect
-
Details about the underlying database, as understood by a Dialect.
- DataException - Exception in org.hibernate.exception
-
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 org.hibernate.exception.DataException
-
Constructor for DataException.
- DataException(String, SQLException, String) - Constructor for exception org.hibernate.exception.DataException
-
Constructor for DataException.
- DataHelper - Class in org.hibernate.type.descriptor.java
-
A helper for dealing with
BLOB
andCLOB
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.The JPA-standard "jakarta.persistence.jtaDataSource" or "jakarta.persistence.nonJtaDataSource" setting are now preferred.
- 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 - 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.type.SqlTypes
-
A type code representing the generic SQL type
DATE
. - DATE - Static variable in class org.hibernate.type.StandardBasicTypes
- 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
- 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
- DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
- DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
- datepartDatename() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Transact SQL-style
- DATETIME - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
- DATETIME_VALIDATOR - Static variable in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
- 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
- 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(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.DAY
of a date, time, or datetime expression. - day(Expression<? extends TemporalAccessor>) - 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_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.
- 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.
- DB2 - Enum constant in enum class org.hibernate.dialect.Database
- 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 10.5 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
- DB2GetObjectExtractor<T> - Class in org.hibernate.dialect
-
Variant of the
GetObjectExtractor
that catches aNullPointerException
, because the DB2 JDBC driver runs into that exception when trying to access anull
value with thegetObject(int, Class)
andgetObject(String, Class)
methods. - DB2GetObjectExtractor(JavaType<T>, JavaTimeJdbcType, Class<?>) - Constructor for class org.hibernate.dialect.DB2GetObjectExtractor
- 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.1 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 extends JdbcOperation> - 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 syntaxFETCH FIRST m ROWS ONLY
andOFFSET n ROWS FETCH NEXT m ROWS ONLY
, with the only wrinkle being that this clause comes after theFOR 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
- DB2SqlAstTranslator<T extends JdbcOperation> - 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(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 extends JdbcOperation> - 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 theDdlType
interface. - DdlTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
- DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
- DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
- DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.LoadingLogger
- 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<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, 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 valuesX
andY
. - 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(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Return a deep copy of the persistent state, stopping at entities and at collections.
- 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) - 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.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.AbstractStandardBasicType
- 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
- 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
-
The default "segment_value" value, unless
TableGenerator.CONFIG_PREFER_SEGMENT_PER_ENTITY
is specified - DEF_SEQUENCE - Static variable in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
- DEF_SEQUENCE_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
The default value for
SequenceStyleGenerator.CONFIG_SEQUENCE_PER_ENTITY_SUFFIX
- 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
-
The default value for
SequenceStyleGenerator.VALUE_COLUMN_PARAM
- 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
-
Stores the time zone either with
TimeZoneStorageType.NATIVE
ifDialect.getTimeZoneSupport()
isTimeZoneSupport.NATIVE
, otherwise uses theTimeZoneStorageType.NORMALIZE_UTC
strategy. - DEFAULT - Enum constant in enum class org.hibernate.boot.spi.AccessType
-
Default access strategy is property
- 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
- DEFAULT - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Render node as is.
- DEFAULT - Static variable in class org.hibernate.Length
-
The default length for a column in JPA.
- DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- DEFAULT_ALIAS - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
- DEFAULT_ALIAS - Static variable in class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DEFAULT_ALIAS - Static variable in class org.hibernate.sql.ast.tree.insert.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 theCache
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_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
-
The default value for
OptimizableGenerator.INCREMENT_PARAM
- DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
- DEFAULT_INITIAL_VALUE - Static variable in interface org.hibernate.id.OptimizableGenerator
-
The default value for
OptimizableGenerator.INITIAL_PARAM
- 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 asList
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, eithernone
,first
, orlast
, or an instance of the enumerationNulls
. - 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_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
- defaultBasicArrayColumnName - Variable in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- 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() - 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<T>) - 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
- defaultGraph(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- defaultGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
- defaultGraph(EntityDomainType<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- defaultGraph(EntityPersister) - Method in interface org.hibernate.metamodel.MappingMetamodel
- defaultIndexSelectionExpression - Variable in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
- defaultIndexSelectionExpression - Variable in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- 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
- 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 byQuery.scroll()
. - defaultScrollMode() - Method in class org.hibernate.dialect.HANADialect
- 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
- degrees() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- degrees(Expression<? extends Number>) - 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<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- degrees_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For Oracle, HANA
- 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.AbstractDelegatingSessionBuilderImplementor
- 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<T>, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
-
Invoke the given callable in isolation from current transaction.
- delegateWork(WorkExecutorVisitable<T>, 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.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_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(java.lang.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.
- 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
- DeleteStatement - Class in org.hibernate.sql.ast.tree.delete
- DeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List<ColumnReference>) - 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<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DeleteStatement(NamedTableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DeleteStatement(NamedTableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributePath
- DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributeRole
- DenormalizedTable - Class in org.hibernate.mapping
- DenormalizedTable(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 class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- dependsOnParameterBindings() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
-
Signals that the SQL depends on the parameter bindings e.g.
- dependsOnParameterBindings() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- 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<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.DerivedTableReference
- DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of a derived value (formula).
- desc(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<T, ?>) - 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<T>, 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
- DESCENDING - Enum constant in enum class org.hibernate.query.SortDirection
- description() - Method in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- descriptor() - Method in class org.hibernate.query.sqm.produce.function.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.
- 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 toDETACHED
. - 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
- 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 usingColumn.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 usingJoinColumn.name()
. - determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineAutoSettingImpliedAction(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the 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(DialectResolutionInfo) - Method in class org.hibernate.dialect.CockroachDialect
- 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) - 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(java.util.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
- 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 class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Exposed for tests
- determineJpaScriptActionSetting(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Exposed for tests
- determineKind(DialectResolutionInfo) - Static method in enum 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) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - 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
- determineModelPartStartIndex(EntityPersister, ModelPart) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
- 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
- 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<? extends T>) - 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 db.
- determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Determine the name of the column in which we will store the generator persistent value.
- determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- determineValueMapping(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- determineValueMapping(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement, String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- 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<? extends Dialect>) - 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
, aClass
representing a class that extendsDialect
, or the name of a class that extendsDialect
. - DIALECT_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_MAJOR_VERSION
instead - DIALECT_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_MINOR_VERSION
instead - DIALECT_DB_NAME - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_NAME
instead - DIALECT_DB_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_VERSION
instead - 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 standardDialectFactory
. - 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 extends Annotation> - 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. - DialectSelector - Interface in org.hibernate.boot.registry.selector.spi
- DialectSpecificSettings - Interface in org.hibernate.cfg
-
Settings used as fallback to configure aspects of specific
Dialect
s when the boot process does not have access to aDatabaseMetaData
object or its underlying JDBCConnection
. - diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- diff(Expression<? extends N>, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
- diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- diff(N, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- DirectAccessRegion - Interface in org.hibernate.cache.spi
-
Specialized
Region
whose data is accessed directly, 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
-
Constructs a
DirectAccessRegionTemplate
. - direction() - Method in interface org.hibernate.query.Order
-
The direction, ascending or descending, in which results are sorted.
- 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 - 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. - disableCreation() - Method in class org.hibernate.mapping.ForeignKey
- disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- disableFetchProfile(String) - Method in interface org.hibernate.IdentifierLoadAccess
-
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
- disableFetchProfile(String) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
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
-
Called if
TransactionSettings.ALLOW_JTA_TRANSACTION_ACCESS
is not enabled. - 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.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(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(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, 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.
- DISCRIMINATED - Enum constant in enum class org.hibernate.boot.model.source.spi.InheritanceType
- DiscriminatedAssociationModelPart - Interface in org.hibernate.metamodel.mapping
-
A discriminated association.
- 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
- DiscriminatorConverter<O,
R> - Class in org.hibernate.metamodel.mapping - DiscriminatorConverter(String, JavaType<O>, JavaType<R>) - Constructor for class org.hibernate.metamodel.mapping.DiscriminatorConverter
- 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
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter
- DiscriminatorOptions - Annotation Interface in org.hibernate.annotations
-
Optional annotation used in conjunction with the JPA-defined
DiscriminatorColumn
annotation to express Hibernate-specific discriminator properties. - DiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
-
Contract for sources of information about a mapped discriminator.
- DiscriminatorSqmPath<T> - Interface in org.hibernate.query.sqm
-
Commonality between entity and any discriminators
- discriminatorType() - Element in annotation interface org.hibernate.annotations.DiscriminatorFormula
-
The type of value returned by the formula.
- 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
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter
- DiscriminatorType<O> - Interface in org.hibernate.metamodel.mapping
-
Union of
ConvertedBasicType
andBasicDomainType
capabilities. - DiscriminatorType(BasicType<?>, EntityPersister, DiscriminatorConverter) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- 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.
- 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
- 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.type.SqlTypes
-
A type code representing the generic SQL type
DISTINCT
. - 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_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.
- doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.AfterTransactionCompletionProcess
-
Perform whatever processing is encapsulated here after completion of the transaction.
- doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
-
Perform whatever processing is encapsulated here before completion of the transaction.
- doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- doBiDirectionalAssociationManagement(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Should we manage association of bi-directional persistent attributes for this field?
- doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- doBind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
-
Perform the binding.
- doBind(CallableStatement, X, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.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 givenCustomEntityDirtinessStrategy.AttributeChecker
. - doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- doDirtyCheckingInline(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed without replacement. See HHH-15641
- doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- doDrop(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
-
Perform a schema drop from the indicated source(s) to the indicated target(s).
- 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(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- doExtendedEnhancement(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Should we enhance field access to entities from this class?
- doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.dialect.DB2GetObjectExtractor
- 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.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.type.descriptor.jdbc.BasicExtractor
-
Perform the extraction.
- doList() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- 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(org.hibernate.cache.cfg.spi.DomainDataRegionConfig, org.hibernate.cache.cfg.spi.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 aDomainDataStorageAccess
reference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get. - DomainDataRegionTemplate(DomainDataRegionConfig, RegionFactory, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- DomainDataStorageAccess - Interface in org.hibernate.cache.spi.support
-
Specialization of
StorageAccess
for domain data regions. - DomainPath - Interface in org.hibernate.metamodel.mapping.ordering.ast
-
Represents a domain-path (model part path) used in an order-by fragment
- DomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
-
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuation
- DomainPathContinuation(NavigablePath, DomainPath, ModelPart) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- DomainQueryExecutionContext - Interface in org.hibernate.query.spi
-
Context for execution of
Query
" - DomainResult<J> - Interface in org.hibernate.sql.results.graph
-
Represents a result value in the domain query results.
- DomainResultAssembler<J> - Interface in org.hibernate.sql.results.graph
-
Responsible for "assembling" a result for inclusion in the domain query result.
- DomainResultCreationException - Exception in org.hibernate.sql.results
-
Base for problems creating
DomainResult
instances - DomainResultCreationException(String) - Constructor for exception org.hibernate.sql.results.DomainResultCreationException
- DomainResultCreationException(String, Throwable) - Constructor for exception org.hibernate.sql.results.DomainResultCreationException
- DomainResultCreationState - Interface in org.hibernate.sql.results.graph
-
Contains state related to building
DomainResult
andFetch
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).
- 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<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.SharedSessionContract
-
Perform work using the
Connection
underlying by this session, and return a result. - doScroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- doSecondPass(Map<String, PersistentClass>) - Method in 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
- DotIdentifierConsumer - Interface in org.hibernate.query.hql.spi
-
Consumes the parts of a path.
- DotIdentifierSequence - Interface in org.hibernate.spi
-
A compound name.
- doTruncate(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaTruncator
-
Perform a 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
- 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<Double>) - 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 - 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.
- DuplicateMappingException - Exception 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 org.hibernate.DuplicateMappingException
-
Creates a
DuplicateMappingException
using the given customMessage, type and name. - DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
-
Creates a
DuplicateMappingException
using the given type and name. - DuplicateMappingException.Type - Enum Class in org.hibernate
-
Enumeration of the types of things that can be duplicated.
- DuplicateSecondaryTableException(Identifier) - Constructor for exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
- DuplicationStrategy - Interface in org.hibernate.event.service.spi
-
Defines listener duplication checking strategy, both in terms of when a duplication is detected (see
DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)
) as well as how to handle a duplication (seeDuplicationStrategy.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
- durationBetween(Expression<T>, 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>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationBetween(Expression<T>, 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>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationByUnit(TemporalUnit, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Convert a
Duration
to a numeric magnitude in the given units. - durationByUnit(TemporalUnit, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationDiff(Expression<Duration>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract one duration from another.
- durationDiff(Expression<Duration>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationDiff(Expression<Duration>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract one duration from another.
- durationDiff(Expression<Duration>, 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<? extends Number>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Scale a duration by a number.
- durationScaled(Expression<? extends Number>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationScaled(Expression<? extends Number>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Scale a duration by a number.
- durationScaled(Expression<? extends Number>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationScaled(Number, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Scale a duration by a number.
- durationScaled(Number, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationSum(Expression<Duration>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add two durations.
- durationSum(Expression<Duration>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationSum(Expression<Duration>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add two durations.
- durationSum(Expression<Duration>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- DurationUnit - Class in org.hibernate.sql.ast.tree.expression
- DurationUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.DurationUnit
- 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 - 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 - 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() - 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_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
- 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
- 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
- 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
- elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Deprecated.
- ElementViaArrayArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionReturnTypeResolver
that resolves the array element type based on an argument. - embeddable() - Method in interface org.hibernate.usertype.CompositeUserType
-
The class that represents the embeddable mapping of the type.
- embeddable(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- embeddable(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
- EmbeddableAggregateJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
-
Java type for embeddable aggregates, which allows resolving a recommended
JdbcType
. - EmbeddableAggregateJavaType(Class<T>, String) - Constructor for class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- 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<O>, JavaType<R>, List<EmbeddableDiscriminatorValueDetailsImpl>) - 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 extends InitializerData> - 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
-
Registered EmbeddableInstantiator
- 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 - Annotation Interface in org.hibernate.annotations
-
Grouping of
EmbeddableInstantiatorRegistration
- 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
- 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
- EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
-
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
- 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
- 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<U>) - Static method in interface org.hibernate.query.range.Range
-
An empty range containing no values.
- 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_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
- 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<SqlSelection>, List<? extends SqlAstNode>, 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<X>, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateTupleComparison(List<? extends SqlAstNode>, List<? extends SqlAstNode>, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
A tuple comparison like
(a, b) > (1, 2)
can be emulated through it logical definition:a > 1 or a = 1 and b > 2
. - emulateValuesTableReferenceColumnAliasing(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.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
-
See the discussion on
BootstrapServiceRegistryBuilder.disableAutoClose()
. - enableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Enables
auto-closing
. - EnabledFetchProfile - Record Class in org.hibernate
-
A
FindOption
which requests 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
-
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
- enableFetchProfile(String) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
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 ofVARCHAR
?NCLOB
instead ofCLOB
? - 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
-
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(java.lang.Object...)
? - enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since "hibernate.discard_pc_on_close" is deprecated
- 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
-
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(java.lang.Object...)
return entity instances that have beenmarked for removal
in the current session, but not yet deleted in the database? - enableSessionCheck(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
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.
- end() - Method in interface org.hibernate.SessionEventListener
- endLoading(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Lifecycle method called at the very end of the result values processing
- endRead() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- endRead() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Called after reading all rows from the JDBC result set.
- endRemoveOrphanBeforeUpdates() - Method in interface org.hibernate.engine.spi.PersistenceContext
- endsWith(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to end with the given string suffix.
- endsWith(SingularAttribute<T, String>, 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
- EnhancementAsProxyLazinessInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
- EnhancementAsProxyLazinessInterceptor(String, Set<String>, CompositeType, EntityKey, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
-
The context for performing an enhancement.
- EnhancementContextWrapper - Class in org.hibernate.bytecode.enhance.spi
- EnhancementContextWrapper(EnhancementContext, ClassLoader) - Constructor for class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- EnhancementException - Exception in org.hibernate.bytecode.enhance.spi
-
An exception indicating some kind of problem performing bytecode enhancement.
- EnhancementException(String) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
- EnhancementException(String, Throwable) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
-
Constructs an EnhancementException
- EnhancementHelper - Class in org.hibernate.bytecode.enhance.spi.interceptor
- EnhancementHelper() - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
- EnhancementHelper.InheritanceChecker - Interface in org.hibernate.bytecode.enhance.spi.interceptor
- EnhancementInfo - Annotation Interface in org.hibernate.bytecode.enhance.spi
-
Provides basic information about the enhancement done to a class.
- 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.
- ENTERPRISEDB - Enum constant in enum class org.hibernate.dialect.Database
- 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<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- entity(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Access to an entity supporting Hibernate's entity-name feature
- ENTITY - 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 - 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 interface org.hibernate.persister.entity.EntityPersister
-
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_LOADING_LOGGER - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogging
- ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
The configuration parameter holding the entity name
- ENTITY_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- 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
- 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.
- 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
- EntityDataAccess - Interface in org.hibernate.cache.spi.access
-
Contract for managing transactional and concurrent access to cached entity data.
- EntityDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
-
Specialized DomainDataCachingConfig describing the requested caching config for a particular entity hierarchy's state data
- EntityDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
-
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
-
Contract to build
EntityEntry
- EntityFetch - Interface in org.hibernate.sql.results.graph.entity
-
Specialization of Fetch for entity-valued fetches
- EntityFilterException - Exception in org.hibernate
- EntityFilterException(String, Object, String) - Constructor for exception 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 anEntityKey
. - 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
- EntityInitializer<Data extends InitializerData> - 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<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.EntityJavaType
- EntityKey - Class in org.hibernate.engine.spi
-
Uniquely identifies of an entity instance in a particular Session by identifier.
- EntityKey(Object, EntityPersister) - Constructor for class org.hibernate.engine.spi.EntityKey
-
Construct a unique identifier for an entity class instance.
- EntityLoader - Interface in org.hibernate.loader.ast.spi
-
Specialization of Loader for loading entities of a type
- EntityLoadingLogging - Interface in org.hibernate.sql.results.graph.entity
- 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
- 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() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Returns the value of the
entityName
record component. - 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
- EntityNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
EntityDataAccess
using theAccessType.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 theAccessType.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 theAccessType.READ_WRITE
access type. - EntityReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityReadWriteAccess
- EntityRepresentationStrategy - Interface in org.hibernate.metamodel.spi
-
Specialization of
ManagedTypeRepresentationStrategy
for an entity type adding the ability to generate an instantiator and a proxy factory - EntityResult - 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<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
- EntityResultGraphNode - Interface in org.hibernate.sql.results.graph.entity
-
Represents a reference to an entity either as a return, fetch, or collection element or index.
- 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.
- 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.KeyColumn - Class in org.hibernate.persister.entity.mutation
- EntityTableMapping.KeyMapping - Class in org.hibernate.persister.entity.mutation
- EntityTableMapping.KeyValueConsumer - Interface in org.hibernate.persister.entity.mutation
- EntityTransactionalAccess - Class in org.hibernate.cache.spi.support
- EntityTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityTransactionalAccess
- EntityType - Class in org.hibernate.type
-
Base for types which map associations to persistent entities.
- EntityType(EntityType, String) - Constructor for class org.hibernate.type.EntityType
- EntityType(TypeConfiguration, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
-
Constructs the requested entity type mapping.
- EntityTypeException - Exception 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 org.hibernate.query.sqm.EntityTypeException
- EntityTypeLiteral - Class in org.hibernate.sql.ast.tree.expression
- EntityTypeLiteral(EntityPersister) - Constructor for class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- 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
- EntityVersionMapping - Interface in org.hibernate.metamodel.mapping
-
Describes the mapping of an entity's version
- 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
- 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 likeMySQL
whereENUM
types do not have names. - ENUMERATED - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ENUMERATED_VALUE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- EnumJavaType<T extends Enum<T>> - Class in org.hibernate.type.descriptor.java
-
Describes a Java
enum
type. - EnumJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaType
- 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<E>, String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- Environment - Class in org.hibernate.cfg
-
Provides access to configuration properties passed in
Properties
objects. - EnvironmentSettings - Interface in org.hibernate.cfg
- 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.
- eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an equality comparison check
- eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an equality comparison check
- EQ - Enum constant in enum class org.hibernate.sql.ComparisonRestriction.Operator
- 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<T, U>, 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
- equalIgnoringCase(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be equal to the given string, ignoring case.
- 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.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 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.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 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 supertypeList
. - 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 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.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.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
- 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.tree.expression.JpaCriteriaParameter
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- 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.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 class org.hibernate.sql.model.ast.ColumnValueBinding
- equals(Object) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- equals(Object) - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- 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 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
- 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.expression.SqmFieldLiteral
- 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.expression.SqmFieldLiteral
- 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.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.sql.ast.tree.expression.JsonValueEmptyBehavior
- ERROR - Static variable in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
- 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
- escapeComment(String) - Static method in class org.hibernate.dialect.Dialect
-
Perform necessary character escaping on the text of the comment.
- 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
-
Callback for
EventEngineContributor
- 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_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.event.service.spi
-
Holds the
event
listener groups for the various event types. - EventListenerGroups(ServiceRegistry) - Constructor for class org.hibernate.event.service.spi.EventListenerGroups
- EventListenerRegistrationException - Exception in org.hibernate.event.service.spi
-
Indicates a problem registering an event listener.
- EventListenerRegistrationException(String) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
- EventListenerRegistrationException(String, Throwable) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
- EventListenerRegistry - Interface in org.hibernate.event.service.spi
-
Service for accessing each
EventListenerGroup
byEventType
, along with convenience methods for managing the listeners registered in eachEventListenerGroup
. - eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- eventListeners(SessionEventListener...) - Method in interface org.hibernate.SessionBuilder
-
Add one or more
SessionEventListener
instances to the list of listeners for the new session to be built. - eventListeners(SessionEventListener...) - Method in interface org.hibernate.SharedSessionBuilder
- EventManager - Interface in org.hibernate.event.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Renamed
EventMonitor
. - EventMonitor - Interface in org.hibernate.event.monitor.spi
-
Contract implemented by services which collect, report, or monitor diagnostic events involving interactions between the session and the database or second-level cache.
- EventMonitor.CacheActionDescription - Enum Class in org.hibernate.event.monitor.spi
- eventName() - Method in class org.hibernate.event.spi.EventType
- EventSource - Interface in org.hibernate.event.spi
- EventType<T> - Class in org.hibernate.event.spi
-
Enumeration of the recognized types of events, including meta-information about each.
- EventType - Enum Class in org.hibernate.generator
-
Enumerates event types that can result in generation of a new value.
- EventTypeSets - Class in org.hibernate.generator
-
For convenience, enumerates the possible combinations of
EventType
. - EventTypeSets() - Constructor for class org.hibernate.generator.EventTypeSets
- Every - Class in org.hibernate.sql.ast.tree.expression
- Every(SelectStatement, MappingModelExpressible<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Every
- everyAny() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
These are aggregate functions taking one argument!
- everyAny_boolAndOr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
These are aggregate functions taking one argument, for databases that can directly aggregate both boolean columns and predicates!
- everyAny_minMaxCase() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
These are aggregate functions taking one argument, for Oracle and Sybase.
- everyAny_minMaxIif() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
These are aggregate functions taking one argument, for SQL Server.
- everyAny_sumCase(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
These are aggregate functions taking one argument, for databases that have to emulate the boolean aggregation functions using sum() and case.
- EveryAnyEmulation - Class in org.hibernate.dialect.function
-
Most databases don't have a function like
every()
orany()
. - EveryAnyEmulation(TypeConfiguration, boolean, boolean) - Constructor for class org.hibernate.dialect.function.EveryAnyEmulation
- evict(Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Forcibly evict an item from the cache immediately without regard for transaction isolation and/or locking.
- evict(Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- evict(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- evict(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- evict(Object) - Method in interface org.hibernate.Session
-
Remove this instance from the session cache.
- EVICT - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
evict
- EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
- EVICT - Static variable in class org.hibernate.event.spi.EventType
- evictAll() - Method in interface org.hibernate.Cache
- evictAll() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Forcibly evict all items from the cache immediately without regard for transaction isolation.
- evictAll() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- evictAllRegions() - Method in interface org.hibernate.Cache
-
Evict all cached data from every cache region.
- evictCollectionData() - Method in interface org.hibernate.Cache
-
Evict all cache data from every cache region to which some collection role is assigned.
- evictCollectionData(String) - Method in interface org.hibernate.Cache
-
Evict all cached data from the cache region to which the given collection role is assigned.
- evictCollectionData(String, Object) - Method in interface org.hibernate.Cache
-
Evict the cached item for the collection with the given role and given identifier, if there is any such item in the cache.
- evictData() - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Clear all data regardless of transaction/locking
- evictData(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Remove the entry regardless of transaction/locking
- evictDefaultQueryRegion() - Method in interface org.hibernate.Cache
-
Evict all cached query results from the default region.
- evictEntityData() - Method in interface org.hibernate.Cache
-
Evict all cached data from every cache region to which any entity type is assigned.
- evictEntityData(Class<?>) - Method in interface org.hibernate.Cache
-
Evict all cached data from the cache region to which the given entity type is assigned.
- evictEntityData(Class<?>, Object) - Method in interface org.hibernate.Cache
-
Evicts the cached item for the entity of the given type, and with the given identifier, if there is any such item in the cache.
- evictEntityData(String) - Method in interface org.hibernate.Cache
-
Evict all cached data from the cache region to which the given named entity type is assigned.
- evictEntityData(String, Object) - Method in interface org.hibernate.Cache
-
Evict the cached item for the entity of the type with the given name, and with the given identifier, if there is any such item in the cache.
- EvictEvent - Class in org.hibernate.event.spi
-
Event class for
Session.evict(java.lang.Object)
andSession.detach(java.lang.Object)
. - EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.EvictEvent
- EvictEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of evict events generated from a session.
- evictNaturalIdData() - Method in interface org.hibernate.Cache
-
Evict all cached natural id mappings for every entity type.
- evictNaturalIdData(Class<?>) - Method in interface org.hibernate.Cache
-
Evict all cached natural id mappings for the given entity type.
- evictNaturalIdData(String) - Method in interface org.hibernate.Cache
-
Evict all cached natural id mappings for the entity type with the given name.
- evictQueries() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Deprecated.only because it's currently never called
- evictQueryRegion(String) - Method in interface org.hibernate.Cache
-
Evict all cached query results from the region with the given name.
- evictQueryRegions() - Method in interface org.hibernate.Cache
-
Evict all cached query results from every region.
- evictRegion(String) - Method in interface org.hibernate.Cache
-
Evict all cached data from the named cache region.
- exactly(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(boolean, Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(CriteriaQuery<T>, CriteriaQuery<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(CriteriaQuery<T>, CriteriaQuery<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(CriteriaSelect<T>, CriteriaSelect<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(CriteriaSelect<T>, CriteriaSelect<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- EXCEPT - Enum constant in enum class org.hibernate.query.sqm.SetOperator
-
Exclusion of set elements of the set on the right-hand side.
- EXCEPT_ALL - Enum constant in enum class org.hibernate.query.sqm.SetOperator
-
Exclusion of bag elements of the bag on the right-hand side that retains duplicates.
- exceptAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exceptAll(CriteriaQuery<T>, CriteriaQuery<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(CriteriaQuery<T>, CriteriaQuery<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exceptAll(CriteriaSelect<T>, CriteriaSelect<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(CriteriaSelect<T>, CriteriaSelect<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exceptAll(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- EXCEPTION - Enum constant in enum class org.hibernate.annotations.NotFoundAction
-
Raise an exception when a foreign key value has no corresponding primary key value in the referenced table.
- EXCEPTION - Enum constant in enum class org.hibernate.id.SequenceMismatchStrategy
-
When detecting a mismatch, Hibernate throws a
MappingException
indicating the sequence whose entity mapping configuration conflict with the one found in the database. - EXCEPTION - Enum constant in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
-
Deprecated.Throw a
HibernateException
when an immutable entity is affected by a bulk update or delete statement. - EXCEPTION - Enum constant in enum class org.hibernate.ReplicationMode
-
Deprecated.Throw an exception when a row already exists.
- ExceptionConverter - Interface in org.hibernate.engine.spi
- ExceptionHandler - Interface in org.hibernate.tool.schema.spi
-
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
- exclude(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
- Exclude - Annotation Interface in org.hibernate.annotations.processing
-
Indicates that a package or top-level type should be ignored by the Hibernate annotation processor.
- EXCLUDE_DEFAULT_LISTENERS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- EXCLUDE_SUPERCLASS_LISTENERS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- excluded() - Element in annotation interface org.hibernate.annotations.OptimisticLock
-
true
if changing the annotated attribute should not cause the version to be incremented. - Executable - Interface in org.hibernate.action.spi
-
An operation which may be scheduled for later execution.
- ExecutableList<E extends ComparableExecutable> - Class in org.hibernate.engine.spi
-
A list of
executeble actions
. - ExecutableList() - Constructor for class org.hibernate.engine.spi.ExecutableList
-
Creates a new instance with the default settings.
- ExecutableList(boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
- ExecutableList(int) - Constructor for class org.hibernate.engine.spi.ExecutableList
-
Creates a new instance with the given initial capacity.
- ExecutableList(int, boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
- ExecutableList(int, ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
-
Creates a new instance with the given initial capacity and
ExecutableList.Sorter
. - ExecutableList(ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
-
Creates a new instance using the given
ExecutableList.Sorter
. - ExecutableList.Sorter<ComparableExecutable> - Interface in org.hibernate.engine.spi
-
Provides a sorting interface for
ExecutableList
. - execute() - Method in interface org.hibernate.action.spi.Executable
-
Execute this action.
- execute() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Execute this batch.
- execute(E) - Method in class org.hibernate.engine.spi.ActionQueue
- execute(Object, ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
-
Perform the execution, returning any generated value.
- execute(Object, ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor, Batch.StaleStateMapper) - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
- execute(Connection) - Method in class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
- execute(Connection) - Method in class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
- execute(Connection) - Method in interface org.hibernate.jdbc.ReturningWork
-
Execute the discrete work encapsulated by this work instance using the supplied connection.
- execute(Connection) - Method in interface org.hibernate.jdbc.Work
-
Execute the discrete work encapsulated by this work instance using the supplied connection.
- execute(PreparedStatement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
-
Execute the
PreparedStatement
return its firstResultSet
, if any. - execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
-
Performs the given SQL statement, returning its first
ResultSet
, if any. - execute(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
-
Execute the given callback, making sure it has access to a viable JDBC
Connection
. - execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- execute(JdbcOperationQueryMutation, JdbcParameterBindings, Function<String, PreparedStatement>, BiConsumer<Integer, PreparedStatement>, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcMutationExecutor
-
Perform the execution
- executeActions() - Method in class org.hibernate.engine.spi.ActionQueue
-
Perform all currently queued actions.
- executeAndExtractReturning(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
- executeAndExtractReturning(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
- executeAndExtractReturning(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.InsertReturningDelegate
- executeAndExtractReturning(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
- executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Execute the currently managed batch (if any)
- executeBatch(int, int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
-
Execute the multi-table update indicated by the passed SqmUpdateStatement
- executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Execute the multi-table insert indicated by the passed SqmInsertStatement
- executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
-
Perform all currently queued entity-insertion actions.
- executeList(Query, EntityGraph<?>) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.Since it is not type safe and returns a raw type
- executeList(Query, EntityGraph<?>, String) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.Since it is not type safe, returns a raw type, and accepts a string
- executeList(Query, EntityGraph<?>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.Since it is not type safe and returns a raw type
- executeList(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.
- executeList(TypedQuery<R>, EntityGraph<R>, String) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.Since it accepts a string instead of
GraphSemantic
- executeList(TypedQuery<R>, EntityGraph<R>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.
- executeOnConnection(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
-
Perform whatever actions are necessary using the provided JDBC
Connection
. - executeQuery(DomainQueryExecutionContext, ResultsConsumer<T, R>) - Method in interface org.hibernate.query.spi.SelectQueryPlan
-
Execute the query
- executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, int, JdbcSelectExecutor.StatementCreator, ResultsConsumer<T, R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, int, ResultsConsumer<T, R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, JdbcSelectExecutor.StatementCreator, ResultsConsumer<T, R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- executeQuery(ResultsConsumer<T, R>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- executeQuery(ResultsConsumer<T, R>) - Method in interface org.hibernate.query.sqm.spi.SqmSelectionQueryImplementor
- executeReturningWork(ReturningWork<T>, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
-
Execute the discrete work encapsulated by a
ReturningWork
instance using the supplied connection, returning the result ofReturningWork.execute(Connection)
. - executeUpdate() - Method in interface org.hibernate.query.MutationQuery
-
Execute an insert, update, or delete statement, and return the number of affected entities.
- executeUpdate() - Method in interface org.hibernate.query.Query
-
Execute an insert, update, or delete statement, and return the number of affected entities.
- executeUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
- executeUpdate(PreparedStatement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
-
Execute the
PreparedStatement
, returning its "affected row count". - executeUpdate(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
-
Execute the given SQL statement returning its "affected row count".
- executeUpdate(DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.NonSelectQueryPlan
- executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
-
Execute the multi-table update indicated by the passed SqmUpdateStatement
- ExecuteUpdateResultCheckStyle - Enum Class in org.hibernate.engine.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use an
Expectation
class - executeWork(Work, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
-
Execute the discrete work encapsulated by a
Work
instance using the supplied connection. - ExecutionContext - Interface in org.hibernate.sql.exec.spi
-
A context for execution of SQL statements expressed via SQL AST and JdbcOperation
- ExecutionException - Exception in org.hibernate.sql.exec
-
Indicates an exception performing execution
- ExecutionException(String) - Constructor for exception org.hibernate.sql.exec.ExecutionException
- ExecutionException(String, Throwable) - Constructor for exception org.hibernate.sql.exec.ExecutionException
- ExecutionOptions - Interface in org.hibernate.tool.schema.spi
-
Parameter object representing options for schema management tool execution
- exists() - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
- exists(Subquery<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exists(Subquery<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exists(Subquery<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- existsColumn(String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Like
JpaJsonTableColumnsNode.existsColumn(String, String)
, but uses the column name as JSON path expression. - existsColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- existsColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- existsColumn(String, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- existsColumn(String, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- existsColumn(String, String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Defines a boolean column on the result type with the given name for which the value can be obtained by invoking
json_exists
with the given JSON path. - ExistsPredicate - Class in org.hibernate.sql.ast.tree.predicate
- ExistsPredicate(QueryPart, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- ExistsPredicate(SelectStatement, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- exp(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the exponential of its argument, that is, Euler's number e raised to the power of its argument.
- exp(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- Expectation - Interface in org.hibernate.jdbc
-
Defines an expected DML operation outcome.
- Expectation.None - Class in org.hibernate.jdbc
-
No return code checking.
- Expectation.OutParameter - Class in org.hibernate.jdbc
-
Essentially identical to
Expectation.RowCount
except that the row count is obtained via an output parameter of astored procedure
. - Expectation.RowCount - Class in org.hibernate.jdbc
-
Row count checking.
- expectationClass() - Method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- expectationConstructor() - Method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- expectationConstructor(ExecuteUpdateResultCheckStyle) - Static method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- Expectations - Class in org.hibernate.jdbc
-
Useful operations for dealing with
Expectation
s. - expectedRowCount() - Method in class org.hibernate.jdbc.Expectation.OutParameter
- expectedRowCount() - Method in class org.hibernate.jdbc.Expectation.RowCount
- EXPLICIT - Enum constant in enum class org.hibernate.dialect.NationalizationSupport
-
The database does define and support distinct SQL types for representing nationalized character data, typically named
NCHAR
,NVARCHAR
, andNCLOB
. - explicitDomainType() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Returns the value of the
explicitDomainType
record component. - explicitJoin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Indicates an explicit request to join a transaction.
- ExplicitSqlStringGenerationContext - Class in org.hibernate.persister.entity
-
SqlStringGenerationContext implementation with support for overriding the default catalog and schema
- ExplicitSqlStringGenerationContext(String, String, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- Exportable - Interface in org.hibernate.boot.model.relational
-
Contract for entities (in the ERD sense) which can be exported via
CREATE
,ALTER
, etc - ExportableProducer - Interface in org.hibernate.boot.model.relational
-
Identifies metamodel objects that can produce
Exportable
relational stuff. - Exporter<T extends Exportable> - Interface in org.hibernate.tool.schema.spi
-
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL
CREATE
andDROP
scripts. - exportMappedObjects(boolean) - Method in interface org.hibernate.relational.SchemaManager
-
Export database objects mapped by Hibernate entities, and then import initial data from
/import.sql
and any other configured load script. - expression(ReturnableType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampaddFunction
- expression(ReturnableType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
- Expression - Interface in org.hibernate.sql.ast.tree.expression
-
Models an expression at the SQL AST level.
- EXPRESSION - Enum constant in enum class org.hibernate.dialect.SelectItemReferenceStrategy
-
The default strategy i.e.
- EXPRESSION - Enum constant in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
-
An entity type is used through a path expression, but doesn't match the criteria for
EntityNameUse.UseKind.PROJECTION
. - EXPRESSION - Static variable in class org.hibernate.persister.entity.EntityNameUse
- ExpressionReplacementWalker - Class in org.hibernate.sql.ast.spi
-
A walker that allows to replace expressions.
- ExpressionReplacementWalker() - Constructor for class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- ExpressionTypeHelper - Class in org.hibernate.dialect.function.json
- ExpressionTypeHelper() - Constructor for class org.hibernate.dialect.function.json.ExpressionTypeHelper
- extend(HibernateCriteriaBuilder) - Method in interface org.hibernate.query.criteria.spi.CriteriaBuilderExtension
- extended - Variable in class org.hibernate.dialect.OracleDialect
- ExtendedBeanManager - Interface in org.hibernate.resource.beans.container.spi
-
This contract and the nested LifecycleListener contract represent the changes we'd like to propose to the CDI spec.
- ExtendedBeanManager.LifecycleListener - Interface in org.hibernate.resource.beans.container.spi
-
Contract for things interested in receiving notifications of BeanManager lifecycle events.
- ExtendedSelfDirtinessTracker - Interface in org.hibernate.engine.spi
-
A self dirtiness tracker that declares additional methods that are intended for internal communication.
- ExtendedStatisticsSupport - Interface in org.hibernate.cache.spi
-
Optional contract for a
Region
defining support for extra statistic information. - EXTENDS - Static variable in interface org.hibernate.boot.models.XmlAnnotations
- externalForm() - Method in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.
- externalName() - Method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies a comma-separated list of extra table types, in addition to the default types
"TABLE"
and"VIEW"
, to recognize as physical tables when performing schema update, creation and validation. - extract(TemporalField<N, T>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- extract(TemporalField<N, T>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- extract(CallableStatement, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.OutputableType
-
Perform the extraction
- extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
- extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
-
Extract value from a callable output parameter by index
- extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- extract(CallableStatement, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.OutputableType
-
Perform the extraction
- extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
- extract(CallableStatement, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
-
Extract value from a callable output parameter by name
- extract(PreparedStatement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
-
Extract the
ResultSet
from thePreparedStatement
. - extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
- extract(ResultSet, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
-
Extract value from result set
- extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
-
Performs the given SQL statement, expecting a
ResultSet
in return - extract(Function<Reader, List<String>>) - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
-
Allows managed access to the input's Reader, returning a result
- extract(List<? extends SqlAstNode>) - Static method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
- extract(List<? extends SqlAstNode>) - Static method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
- extract(List<? extends SqlAstNode>) - Static method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
- extract(List<? extends SqlAstNode>) - Static method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
- extract(List<? extends SqlAstNode>) - Static method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
- extract(List<? extends SqlAstNode>) - Static method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
- extractArgumentType(List<? extends SqmTypedNode<?>>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- extractArgumentValuedMapping(List<? extends SqlAstNode>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- extractBigDecimal(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
- extractBigInteger(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
- extractBytes(InputStream) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract by bytes from the given stream.
- extractBytes(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of the bytes from the given stream.
- extractColumnAlias(ResultSetMetaData, int) - Method in interface org.hibernate.dialect.ColumnAliasExtractor
-
Extract the unique column alias.
- extractCommands(Reader, Dialect) - Method in interface org.hibernate.tool.schema.spi.SqlScriptCommandExtractor
-
Read the commands from the SQL script represented by the incoming reader, returning those commands as an array
- extractConcreteTypeStateValues(Map<AttributeMapping, DomainResultAssembler>, RowProcessingState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- extractConstraintName(SQLException) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
- extractConstraintName(SQLException) - Method in interface org.hibernate.exception.spi.ViolatedConstraintNameExtractor
-
Extract the name of the violated constraint from the given
SQLException
. - ExtractedDatabaseMetaData - Interface in org.hibernate.engine.jdbc.env.spi
-
Information extracted from
DatabaseMetaData
regarding what the JDBC driver reports as being supported or not. - ExtractFunction - Class in org.hibernate.dialect.function
-
ANSI SQL-inspired
extract()
function, where the date/time fields are enumerated byTemporalUnit
, and portability is achieved by delegating toDialect.extractPattern(TemporalUnit)
. - ExtractFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ExtractFunction
- extractHashCode(boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- extractHashCode(double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- extractHashCode(float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- extractHashCode(int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- extractHashCode(long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- extractHashCode(short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- extractHashCode(C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- extractHashCode(C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- extractHashCode(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- extractHashCode(Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- extractHashCode(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- extractHashCode(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- extractHashCode(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- extractHashCode(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Extract a proper hash code for the given value.
- extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- extractHashCode(T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- extractInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
Extract the field interceptor instance from the enhanced entity.
- ExtractionContext - Interface in org.hibernate.tool.schema.extract.spi
-
Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.
- ExtractionContext.DatabaseObjectAccess - Interface in org.hibernate.tool.schema.extract.spi
-
In conjunction with
ExtractionContext.getDatabaseObjectAccess()
provides access to information about known database objects to the extractor. - ExtractionContext.EmptyExtractionContext - Class in org.hibernate.tool.schema.extract.spi
- ExtractionContext.ResultSetProcessor<T> - Interface in org.hibernate.tool.schema.extract.spi
- ExtractionTool - Interface in org.hibernate.tool.schema.spi
-
Encapsulates the functionality for extracting database metadata used by
SchemaManagementTool
. - extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- extractJdbcValues(Object, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
- extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- extractLazyInitializer(Object) - Static method in interface org.hibernate.proxy.HibernateProxy
-
Extract the
LazyInitializer
from the given object, if and only if the object is actually a proxy. - extractLazyInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
- extractLoggableRepresentation(boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- extractLoggableRepresentation(double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- extractLoggableRepresentation(float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- extractLoggableRepresentation(int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- extractLoggableRepresentation(long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- extractLoggableRepresentation(short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Extract a loggable representation of the given value.
- extractLoggableRepresentation(C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- extractLoggableRepresentation(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- extractLoggableRepresentation(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- extractLoggableRepresentation(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- extractLoggableRepresentation(T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- extractLong(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
- extractMetadata(ExtractionContext) - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
-
Get the information about sequences.
- extractName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- extractNaturalIdFromEntity(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Given an entity instance, extract the normalized natural id representation
- extractNaturalIdFromEntityState(Object[]) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Given an array of "full entity state", extract the normalized natural id representation
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
-
The
extract()
function returnsTemporalUnit.DAY_OF_WEEK
numbered from 0 to 6. - extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.DB2Dialect
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
-
Obtain a pattern for the SQL equivalent to an
extract()
function call. - extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.H2Dialect
-
In H2, the extract() function does not return fractional seconds for the field
TemporalUnit.SECOND
. - extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.HANADialect
-
HANA has no extract() function, but we can emulate it using the appropriate named functions instead of extract().
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.HSQLDialect
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.MySQLDialect
-
MySQL supports a limited list of temporal fields in the extract() function, but we can emulate some of them by using the appropriate named functions instead of extract().
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.OracleDialect
-
Oracle supports a limited list of temporal fields in the extract() function, but we can emulate some of them by using to_char() with a format string instead of extract().
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
The
extract()
function returnsTemporalUnit.DAY_OF_WEEK
numbered from 0 to 6. - extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
- extractPropertyFetchDescriptors(List<JaxbHbmNativeQueryPropertyReturnType>, HbmResultSetMappingDescriptor.HbmFetchParent, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- extractProxyGetIdentifierMethod(Getter, Class<?>) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
- extractProxyInterfaces(PersistentClass, String) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
- extractProxySetIdentifierMethod(Setter, Class<?>) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
- extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
-
Access to the raw value (unconverted, if a converter applied)
- extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.CoercingResultAssembler
-
Access to the row value, coerced to expected type
- extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
-
Access to the raw value (unconverted, if a converter applied)
- extractRelativeName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- extractRequestedProviderName(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
-
Extract the requested persistence provider name using the algorithm Hibernate uses.
- extractResultSet(CallableStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
- extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract the contents of the given reader/stream as a string.
- extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract the contents of the given reader/stream as a string.
- extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract the contents of the given Clob as a string.
- extractTypeInfo(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.Extract the type information from the JDBC driver's DatabaseMetaData
- ExtractUnit - Class in org.hibernate.sql.ast.tree.expression
-
A
TemporalUnit
passed as an argument to theExtractFunction
. - ExtractUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ExtractUnit
- extractUsingTemplate(String, String, String) - Static method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
-
Extracts the constraint name based on a template of form templateStartconstraintNametemplateEnd.
- extractValue(CallableStatement, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
F
- factory - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- factory() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
-
Access to the SessionFactory
- factory() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- FAIL - Enum constant in enum class org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
-
When a class cannot be enhanced, throw an exception with an actionable message.
- FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH - Static variable in interface org.hibernate.cfg.QuerySettings
-
When pagination is used in combination with a
fetch join
applied to a collection or many-valued association, the limit must be applied in-memory instead of on the database. - FAILED_COMMIT - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
The transaction attempted to commit, but failed.
- FAILED_ROLLBACK - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
The transaction attempted to rollback, but failed.
- FakeSqmToSqlAstConverter - Class in org.hibernate.query.sqm.sql
- FakeSqmToSqlAstConverter(SqlAstCreationState) - Constructor for class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- FallbackContainedBean<B> - Class in org.hibernate.resource.beans.container.spi
- FallbackContainedBean(Class<B>, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
- FallbackContainedBean(String, Class<B>, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
- FALSE - Enum constant in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
false
should be returned on error. - FALSE - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
- FALSE_STRING_VALUES - Static variable in class org.hibernate.dialect.Dialect
- falseOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsExpression
- falseOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsNode
-
Sets the
JpaJsonExistsNode.ErrorBehavior.FALSE
for this json exists expression. - falseOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- fetch() - Element in annotation interface org.hibernate.annotations.Any
-
Specifies whether the value of the field or property may be lazily loaded or must be eagerly fetched:
EAGER
specifies that the association must be eagerly fetched. - fetch() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
-
The
timing
of association fetching in the fetch profile being defined. - fetch() - Element in annotation interface org.hibernate.annotations.FetchProfileOverride
-
The timing of association fetching in the named fetch profile.
- fetch() - Element in annotation interface org.hibernate.annotations.ManyToAny
-
Specifies whether the value of the field or property should be fetched lazily or eagerly:
FetchType.EAGER
, the default, requires that the association be fetched immediately, butFetchType.LAZY
is a hint which has no effect unless bytecode enhancement is enabled. - fetch() - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Fetchable
- fetch(Root<? extends X>) - Method in interface org.hibernate.query.restriction.Path
- fetch(FetchType) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Fetchable
- fetch(PluralAttribute<? super T, ?, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(PluralAttribute<? super T, ?, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(SingularAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(SingularAttribute<? super T, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(Number) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- fetch(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- fetch(Number) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- fetch(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- fetch(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- fetch(Number, FetchClauseType) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- fetch(Number, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- fetch(Number, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- fetch(Number, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- fetch(Number, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- fetch(Object) - Method in interface org.hibernate.StatelessSession
-
Fetch an association or collection that's configured for lazy loading.
- fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- fetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- fetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- fetch(Path<T, ?>) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Add a fetch path to the specification.
- Fetch - Class in org.hibernate.engine.profile
-
Models an individual fetch override within a
FetchProfile
. - Fetch - Interface in org.hibernate.sql.results.graph
-
Contract for fetches including entity, collection and composite.
- Fetch - Annotation Interface in org.hibernate.annotations
-
Specifies the default fetching method for the annotated association.
- Fetch(String, String, FetchMode, FetchType) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
- Fetch(Association, FetchStyle, FetchTiming) - Constructor for class org.hibernate.engine.profile.Fetch
-
Constructs a
Fetch
. - FETCH - Enum constant in enum class org.hibernate.graph.GraphSemantic
-
Indicates that an
EntityGraph
should be interpreted as a JPA "fetch graph". - FETCH - Enum constant in enum class org.hibernate.sql.ast.Clause
- FETCH - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FETCH_PROFILE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FETCH_PROFILE_OVERRIDE - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
- FETCH_PROFILE_OVERRIDES - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
- FETCH_PROFILES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- Fetchable - Interface in org.hibernate.mapping
-
Any mapping with an outer-join attribute
- Fetchable - Interface in org.hibernate.sql.results.graph
-
Parts of the domain model that can be fetched.
- FetchableAttributeSource - Interface in org.hibernate.boot.model.source.spi
-
Describes source for attributes which can be fetched.
- FetchableContainer - Interface in org.hibernate.sql.results.graph
-
Container of
Fetchable
references - fetchAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
-
Fetches the lazy attribute.
- FetchBuilder - Interface in org.hibernate.query.results
-
Responsible for building a single
Fetch
instance. - FetchBuilderBasicValued - Interface in org.hibernate.query.results
-
FetchBuilder specialization for basic mappings
- FetchCharacteristics - Interface in org.hibernate.boot.model.source.spi
- FetchCharacteristicsPluralAttribute - Interface in org.hibernate.boot.model.source.spi
- FetchCharacteristicsSingularAssociation - Interface in org.hibernate.boot.model.source.spi
- FetchClauseType - Enum Class in org.hibernate.query.common
-
The kind of fetch to use for the
FETCH
clause. - fetchCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback to indicate a collection being fetched.
- fetchDataBaseVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.CockroachDialect
- FetchDescriptor - Interface in org.hibernate.boot.query
-
Describes the mapping for a fetch as part of a
NamedResultSetMappingDescriptor
- fetchEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being fetched.
- FetchLimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
for databases which support the ANSI SQL standard syntaxFETCH FIRST m ROWS ONLY
but notOFFSET n ROWS
. - FetchLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.FetchLimitHandler
- FetchList - Interface in org.hibernate.sql.results.graph
-
This is essentially a List of Fetch(es), 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
FetchList.indexedForEach(IndexedConsumer)
. - FetchMemento - Interface in org.hibernate.query.named
- FetchMemento.Parent - Interface in org.hibernate.query.named
-
The parent node for the fetch
- FetchMementoBasic - Interface in org.hibernate.query.named
- FetchMode - Enum Class in org.hibernate.annotations
-
Enumerates methods for fetching an association from the database.
- FetchMode - Enum Class in org.hibernate
-
Represents an association fetching strategy.
- FetchNotFoundException - Exception in org.hibernate
-
Exception for
NotFoundAction.EXCEPTION
. - FetchNotFoundException(String, Object) - Constructor for exception org.hibernate.FetchNotFoundException
- FetchOptions - Interface in org.hibernate.sql.results.graph
-
Represents an aggregated
FetchTiming
andFetchStyle
value - fetchOverrides() - Element in annotation interface org.hibernate.annotations.FetchProfile
-
The list of association fetching strategy overrides.
- FetchParent - Interface in org.hibernate.sql.results.graph
-
Contract for things that can be the parent of a fetch
- FetchProfile - Class in org.hibernate.engine.profile
-
The runtime representation of a Hibernate fetch profile defined in annotations.
- FetchProfile - Class in org.hibernate.mapping
-
A mapping model object representing a
FetchProfile
. - FetchProfile - Annotation Interface in org.hibernate.annotations
-
Defines a fetch profile, by specifying its
FetchProfile.name()
, together with a list of fetch strategy overrides. - FetchProfile(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
-
Constructs a
FetchProfile
with the given unique name. - FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
-
Create a fetch profile representation.
- FetchProfile.Fetch - Class in org.hibernate.mapping
-
An individual association fetch within the given profile.
- FetchProfile.FetchOverride - Annotation Interface in org.hibernate.annotations
-
Overrides the fetching strategy for a particular association in the named fetch profile being defined.
- FetchProfileOverride - Annotation Interface in org.hibernate.annotations
-
Overrides the fetching strategy for the annotated association in a certain named fetch profile.
- FetchProfileOverrides - Annotation Interface in org.hibernate.annotations
-
A group of
FetchProfileOverride
s. - FetchProfiles - Annotation Interface in org.hibernate.annotations
-
Collects together multiple fetch profiles.
- FetchSettings - Interface in org.hibernate.cfg
- fetchSize() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The number of rows fetched by the JDBC driver per trip.
- fetchSize() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
The number of rows fetched by the JDBC driver per trip.
- FetchStrategy(FetchTiming, boolean) - Constructor for class org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
- FetchStyle - Enum Class in org.hibernate.engine
-
Enumeration of values describing how fetching should occur.
- FetchStyleAccess - Interface in org.hibernate.sql.results.graph
-
Access to a FetchStyle
- FetchTiming - Enum Class in org.hibernate.engine
-
Enumeration of values describing when fetching should occur.
- FetchTimingAccess - Interface in org.hibernate.sql.results.graph
-
Access to a FetchTiming
- FIELD - Enum constant in enum class org.hibernate.boot.spi.AccessType
-
Access to value via field
- FIELD - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- FIELD_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- FILE - Enum constant in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
- Filter - Interface in org.hibernate
-
Allows control over an enabled filter at runtime.
- Filter - Annotation Interface in org.hibernate.annotations
-
Specifies that an entity or collection is affected by a named filter declared using
@FilterDef
, and allows the default filter condition to be overridden for the annotated entity or collection role. - FILTER - Enum constant in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
-
An entity type is filtered for through a type restriction predicate i.e.
- FILTER - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
Apply in-memory de-duplication, removing rows already part of the results
- FILTER - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FILTER - Static variable in class org.hibernate.persister.entity.EntityNameUse
- FILTER_DEF - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FILTER_DEFS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FILTER_JOIN_TABLE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FILTER_JOIN_TABLES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- Filterable - Interface in org.hibernate.mapping
-
Defines mapping elements to which filters may be applied.
- FilterDef - Annotation Interface in org.hibernate.annotations
-
Declares a filter, specifying its FilterDef.name(), optionally, a default condition, and its parameter names and types, if it has parameters.
- FilterDefinition - Class in org.hibernate.engine.spi
-
Represents the definition of a
filter
. - FilterDefinition(String, String, boolean, boolean, Map<String, JdbcMapping>, Map<String, ManagedBean<? extends Supplier<?>>>) - Constructor for class org.hibernate.engine.spi.FilterDefinition
- FilterDefinition(String, String, Map<String, JdbcMapping>) - Constructor for class org.hibernate.engine.spi.FilterDefinition
-
Construct a new FilterDefinition instance.
- FilterDefRegistration - Class in org.hibernate.boot.models.spi
-
Global registration of a filter definition
- FilterDefRegistration(String, String, boolean, boolean, Map<String, ClassDetails>, Map<String, ClassDetails>) - Constructor for class org.hibernate.boot.models.spi.FilterDefRegistration
- FilterDefs - Annotation Interface in org.hibernate.annotations
-
Array of filter definitions.
- FilterDetails - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for filter annotations
- FilterFragmentParameter(String, String, JdbcMapping, Object) - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
- FilterFragmentPredicate(String, Filter, List<String>) - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- FilterJoinTable - Annotation Interface in org.hibernate.annotations
-
Specifies that the join table of a collection is affected by a named filter declared using
FilterDef
, and allows the default filter condition to be overridden for the annotated entity or collection role. - FilterJoinTables - Annotation Interface in org.hibernate.annotations
-
Add multiple
@FilterJoinTable
to a collection. - FilterPredicate - Class in org.hibernate.sql.ast.tree.predicate
-
Collection of
FilterPredicate.FilterFragmentPredicate
sub-predicates, each representing one enabled filter restriction. - FilterPredicate() - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- FilterPredicate.FilterFragmentParameter - Class in org.hibernate.sql.ast.tree.predicate
- FilterPredicate.FilterFragmentPredicate - Class in org.hibernate.sql.ast.tree.predicate
- FilterRestrictable - Interface in org.hibernate.metamodel.mapping
-
Things that can have associated
Filter
declarations. - Filters - Annotation Interface in org.hibernate.annotations
-
Add multiple
@Filters
. - FILTERS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FilterSource - Interface in org.hibernate.boot.model.source.spi
-
Defines the source of filter information.
- find(EntityGraph<T>, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(EntityGraph<T>, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class<T>, Object) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
- find(Class<T>, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class<T>, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- Find - Annotation Interface in org.hibernate.annotations.processing
-
Identifies a method of an abstract class or interface as defining the signature of a finder method, with an implementation generated automatically by the Hibernate Metamodel Generator.
- findAggregateDescriptor(String) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- findAliasedNodeByAlias(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Find a node (if one) by the explicit alias assigned to it within the select-clause
- findAliasedNodeByPosition(int) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Find an SqmSelection by its position in the SqmSelectClause
- findAliasedNodePosition(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Find the position of a node with the given alias, relative to the underlying SQL select-list.
- findAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findAttributeInSuperTypes(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- findAttributeInSuperTypes(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- findAttributeMapping(String) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Find an attribute by name.
- findAttributeMapping(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- findAttributeNode(String) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- findAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- findAttributeNode(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- findAttributeNode(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- findAutoApplyConverterForAttribute(MemberDetails, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
-
Resolve the auto-applied converter to be applied to a basic attribute described by the passed property descriptor.
- findAutoApplyConverterForCollectionElement(MemberDetails, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
-
Resolve the auto-applied converter to be applied to the elements of a plural attribute described by the passed property descriptor.
- findAutoApplyConverterForMapKey(MemberDetails, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
-
Resolve the auto-applied converter to be applied to the keys of a plural Map attribute described by the passed property descriptor.
- findByPath(String) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- findByPath(DotIdentifierSequence) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- findCachedIdByNaturalId(Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Find the cached identifier for the given natural-id
- findCachedNaturalIdById(Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Find the cached natural-id for the given identifier
- findCollectionDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Find a collection mapping descriptor based on its role.
- findCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Find a collection mapping descriptor based on its role.
- findCollectionTypeRegistration(CollectionClassification) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- findCompatibleJoin(TableGroupJoinProducer, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- findCompatibleJoinedGroup(TableGroupJoinProducer, SqlAstJoinType) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- findCompatibleJoinedGroup(TableGroupJoinProducer, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- findConcreteGenericAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findConcreteGenericAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findConcreteGenericAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- findCteStatement(String) - Method in interface org.hibernate.query.hql.spi.SqmCreationState
- findDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findDeclaredAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findDeclaredAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findDeclaredAttributeMapping(String) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Find an attribute-mapping, declared on this entity mapping (not super or subs), by name
- findDeclaredAttributeMapping(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- findDeclaredConcreteGenericAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findDeclaredConcreteGenericAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findDeclaredConcreteGenericAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findDeclaredPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findDeclaredPluralAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findDeclaredPluralAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findDeclaredSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findDeclaredSingularAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- findDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Locate the property-indices of all properties considered to be dirty.
- findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Compare the two snapshots to determine if they represent dirty state.
- findDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called from
flush()
. - findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
-
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
- findEmbeddableType(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.embeddable(String)
exceptnull
is returned rather than throwing an exception - findEmbeddableType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.embeddable(Class)
exceptnull
is returned rather than throwing an exception - findEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Find an entity mapping descriptor based on its Class.
- findEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Find an entity mapping descriptor based on its Hibernate entity-name.
- findEntityGraphByName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- findEntityGraphByName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
- findEntityGraphByName(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- findEntityGraphByName(String) - Method in interface org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
- findEntityGraphByName(String) - Method in interface org.hibernate.SessionFactory
-
Return the root
EntityGraph
with the given name, ornull
if there is no graph with the given name. - findEntityGraphsByJavaType(Class<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- findEntityGraphsByType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.SessionFactory
-
Return all
EntityGraph
s registered for the given entity type. - findEntityType(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.entity(String)
exceptnull
is returned rather than throwing an exception - findEntityType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.entity(Class)
exceptnull
is returned rather than throwing an exception - findEntry(String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptor
- findEventType(String) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Return the EventType by name, if one
- findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- findFetch(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchParent
- findFetchedJoinByPath(NavigablePath) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
- findFromByAlias(String, boolean) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Find a SqmFrom by its identification variable (alias).
- findFromByPath(NavigablePath) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Find a SqmFrom by its NavigablePath.
- findFromExposing(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Find a SqmFrom which exposes a Navigable by the given name.
- findFunctionDescriptor(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Find a
SqmFunctionDescriptor
by name. - findGreatestLockMode() - Method in class org.hibernate.LockOptions
-
Deprecated.Currently needed for follow-on locking.
- findIdAttribute() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- findIdAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findLoadingCollectionEntry(CollectionKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
- findLoadingCollectionLocally(CollectionKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
-
Find a LoadingCollectionEntry locally to this context.
- findManagedType(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.managedType(String)
exceptnull
is returned rather than throwing an exception - findManagedType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.managedType(Class)
exceptnull
is returned rather than throwing an exception - findModified(Object[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Locate the property-indices of all properties considered to be dirty.
- findModified(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Compare the two snapshots to determine if they represent modified state.
- findMultiple(EntityGraph<E>, List<?>, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- findMultiple(EntityGraph<E>, List<?>, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- findMultiple(EntityGraph<E>, List<?>, FindOption...) - Method in interface org.hibernate.Session
-
Return the persistent instances of the root entity of the given
EntityGraph
with the given identifiers as a list, fetching the associations specified by the graph, which is interpreted as a load graph. - findMultiple(Class<E>, List<?>, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- findMultiple(Class<E>, List<?>, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- findMultiple(Class<E>, List<?>, FindOption...) - Method in interface org.hibernate.Session
-
Return the persistent instances of the given entity class with the given identifiers as a list.
- findNamedGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
- findNaturalIdAttributes() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- findNaturalIdAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findOrCreateAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- findOrCreateAttributeNode(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- findOwningEntityInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Find the entity initializer that owns this initializer by traversing up
Initializer.getParent()
. - findOwningEntityInitializer(Initializer<?>) - Static method in interface org.hibernate.sql.results.graph.Initializer
-
Find the entity initializer that owns this initializer by traversing up
Initializer.getParent()
. - findPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findPluralAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findPluralAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findQueryParameter(int) - Method in interface org.hibernate.query.ParameterMetadata
-
Find the parameter reference registered at the given position-label, if there is one.
- findQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- findQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
-
Find the parameter reference registered under the given name, if there is one.
- findQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- findRegisteredCompositeUserType(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- findRegisteredEmbeddableInstantiator(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- findRegisteredEventType(String) - Method in class org.hibernate.event.spi.EventEngine
- findRegisteredUserType(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- findRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- findRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- findRootGraphsForType(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- findRootGraphsForType(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
- findRootGraphsForType(EntityPersister) - Method in interface org.hibernate.metamodel.MappingMetamodel
- findSecondaryTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
- findSecondaryTable(String) - Method in class org.hibernate.mapping.PersistentClass
- findSecondaryTable(String) - Method in interface org.hibernate.mapping.TableContainer
- findSetReturningFunctionDescriptor(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Find a
SqmSetReturningFunctionDescriptor
by name. - findSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findSingularAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findSqlTypedDescriptor(String) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- findSubPart(String) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- findSubPart(String) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- findSubPart(String, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- findSubPathSource(String) - Method in interface org.hibernate.metamodel.model.domain.PathSource
-
Find a
PathSource
by name relative to this source. - findSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Find a
SqmPathSource
by name relative to this source. - findSubPathSource(String) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- findSubPathSource(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findSubPathSource(String, boolean) - Method in interface org.hibernate.metamodel.model.domain.PathSource
-
Find a
PathSource
by name relative to this source. - findSubPathSource(String, boolean) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Find a
SqmPathSource
by name relative to this source. - findSubtypeByDiscriminator(Object) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- findSubtypeBySubclass(String) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- findSubTypesAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- findSubTypesAttribute(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- findSubTypesAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- findSubTypesSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- findSubTypesSubPart(String, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- findTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
- findTable(String) - Method in class org.hibernate.mapping.PersistentClass
- findTable(String) - Method in interface org.hibernate.mapping.TableContainer
- findTableDetailsBuilder(String) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- findTableGroup(String) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
- findTableGroup(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- findTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
-
Find a TableGroup by the NavigablePath it is registered under, and if not found on the current from clause level, ask the parent.
- findTableGroup(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- findTableGroup(NavigablePath) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- findTableGroupByIdentificationVariable(String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- findTableGroupByIdentificationVariable(String) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
- findTableGroupByIdentificationVariable(String) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- findTableGroupForGetOrCreate(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
-
Find the TableGroup by the NavigablePath for the purpose of creating a new TableGroup if none can be found.
- findTableGroupForGetOrCreate(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- findTableGroupForGetOrCreate(NavigablePath, boolean) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- findTableGroupJoin(TableGroup) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- findTableGroupOnCurrentFromClause(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- findTableGroupOnCurrentFromClause(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
-
Find a TableGroup in this from clause without consulting parents by the NavigablePath it is registered under.
- findTableGroupOnCurrentFromClause(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- findTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- findTreat(ManagedDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- findValueDescriptor(String, ParameterUsage) - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- findValueDescriptor(String, ParameterUsage) - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- findValueDescriptor(String, ParameterUsage) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- findValueDescriptor(String, ParameterUsage) - Method in interface org.hibernate.sql.model.MutationOperation
-
Find the JDBC parameter to be used for the specified column.
- findVersionAttribute() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- findVersionAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- finishedAttribute(AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- finishLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
Complete the load
- finishRowProcessing(boolean) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
Callback at the end of processing the current "row"
- finishRowProcessing(RowProcessingState, boolean) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- finishUp() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
General finish up step.
- finishUp(boolean) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- finishUp(int, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
- finishUp(SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- finishUp(SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
Give implementations a chance to finish processing
- finishUp(RowProcessingState) - Method in interface org.hibernate.sql.results.spi.RowReader
-
Called at the end of processing all rows
- finishUpRow(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Lifecycle method called at the end of the current row processing.
- fireEventOnEachListener(U, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Similar as
EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer)
except it doesn't use a {Supplier
}. - fireEventOnEachListener(U, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Similar to
EventListenerGroup.fireEventOnEachListener(Object, BiConsumer)
, but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns aCompletionStage
of type R. - fireEventOnEachListener(U, X, Function<RL, BiFunction<U, X, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Similar to
EventListenerGroup.fireEventOnEachListener(Object, Object, EventActionWithParameter)
, but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns aCompletionStage
of type R. - fireEventOnEachListener(U, X, EventActionWithParameter<T, U, X>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Similar to
EventListenerGroup.fireEventOnEachListener(Object, BiConsumer)
, but allows passing a third parameter to the consumer; our code based occasionally needs a third parameter: having this additional variant allows using the optimal iteration more extensively and reduce allocations. - fireLazyEventOnEachListener(Supplier<U>, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Fires an event on each registered event listener of this group.
- fireLazyEventOnEachListener(Supplier<U>, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Similar to
EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer)
, but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns aCompletionStage
of type R. - first() - Method in class org.hibernate.collection.spi.PersistentSortedSet
- first() - Method in class org.hibernate.query.Page
- first() - Method in interface org.hibernate.ScrollableResults
-
Go to the first result.
- first(int) - Static method in class org.hibernate.query.Page
-
Obtain an initial page with the given size.
- first(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- FIRST - Enum constant in enum class org.hibernate.dialect.NullOrdering
-
Null is always ordered first.
- FIRST - Enum constant in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Null values appear at the beginning of the sorted collection.
- firstKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
- firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in interface org.hibernate.query.QueryLogging
- firstValue(Expression<T>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
first_value
window function expression. - firstValue(Expression<T>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- FIX - Enum constant in enum class org.hibernate.id.SequenceMismatchStrategy
-
When detecting a mismatch, Hibernate tries to fix it by overriding the entity sequence mapping using the one found in the database.
- FIXED - Enum constant in enum class org.hibernate.query.sqm.CastType
- fk(Path<P>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- fk(Path<P>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- fk(Path<P>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- FkDomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
- FkDomainPathContinuation(NavigablePath, DomainPath, ToOneAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
- FkDomainPathContinuation(NavigablePath, DomainPath, ModelPart, Set<String>) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
- FLOAT - Enum constant in enum class org.hibernate.query.sqm.CastType
- FLOAT - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
- FLOAT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
FLOAT
. - FLOAT - Static variable in class org.hibernate.type.StandardBasicTypes
- FloatJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Float
handling. - FloatJavaType() - Constructor for class org.hibernate.type.descriptor.java.FloatJavaType
- FloatJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
FLOAT
handling. - FloatJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- FloatPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
float[]
handling. - FloatPrimitiveArrayJavaType(JavaType<Float>) - Constructor for class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- floor(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
- floor(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- flush() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
Determines whether the session should be flushed before executing the query.
- flush() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
Determines whether the session should be flushed before executing the query.
- flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- flush() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- flush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Flush this session.
- flush() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- flush() - Method in interface org.hibernate.Session
-
Force this session to flush.
- flush() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a flush occurring
- FLUSH - Enum constant in enum class org.hibernate.query.QueryFlushMode
-
Flush before executing the query.
- FLUSH - Static variable in class org.hibernate.event.spi.EventType
- FLUSH_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.TransactionSettings
-
When enabled, specifies that automatic flushing should occur during the JTA
Synchronization.beforeCompletion()
callback. - FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
- flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
- flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
- flushBeginning() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Callback to let us know that a flush is beginning.
- flushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
- flushEnding() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Callback to let us know that a flush is ending.
- FlushEntityEvent - Class in org.hibernate.event.spi
- FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.spi.FlushEntityEvent
- FlushEntityEventListener - Interface in org.hibernate.event.spi
- FlushEvent - Class in org.hibernate.event.spi
-
Event class for stateful session flush.
- FlushEvent(EventSource) - Constructor for class org.hibernate.event.spi.FlushEvent
- FlushEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of session flush events.
- flushMode() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.
- flushMode() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.
- flushMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- flushMode() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the FlushMode from the original session should be used to create the new session.
- flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- flushMode(FlushMode) - Method in interface org.hibernate.SessionBuilder
-
Specify the initial
FlushMode
to use for the opened Session - flushMode(FlushMode) - Method in interface org.hibernate.SharedSessionBuilder
- FlushMode - Enum Class in org.hibernate
-
Represents a flushing strategy.
- FlushModeType - Enum Class in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
QueryFlushMode
. This enumeration will be removed to alleviate the duplication in naming withFlushModeType
. - flushStart() - Method in interface org.hibernate.SessionEventListener
- FOLLOW_ON - Enum constant in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
- FOLLOW_ON - Enum constant in enum class org.hibernate.sql.exec.spi.JdbcLockStrategy
-
Use follow-on locking.
- force() - Element in annotation interface org.hibernate.annotations.DiscriminatorOptions
-
If enabled, allowed discriminator values are always explicitly enumerated in
select
queries, even when retrieving all instances of a root entity and its subtypes. - FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies that Hibernate should always restrict by discriminator values in SQL
select
statements, even when querying the root entity of an entity inheritance hierarchy. - FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
A flag to force using a table as the underlying structure rather than a sequence.
- forceFlush(EntityEntry) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- forceFlush(EntityEntry) - Method in interface org.hibernate.engine.spi.SessionImplementor
-
Initiate a flush to force deletion of a re-persisted entity.
- forceFlush(EntityEntry) - Method in interface org.hibernate.event.spi.EventSource
-
Force an immediate flush
- forceFlush(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- forceFlush(EntityKey) - Method in interface org.hibernate.engine.spi.SessionImplementor
-
Initiate a flush to force deletion of a re-persisted entity.
- forceFlush(EntityKey) - Method in interface org.hibernate.event.spi.EventSource
-
Force an immediate flush
- forceIdentifierSelection() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Whether forcing the selection of the identifier is in effect for this creation
- forceInitialization() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- forceInitialization() - Method in interface org.hibernate.collection.spi.LazyInitializable
-
To be called internally by the session, forcing immediate initialization.
- forceInitialize(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- forceInitialize(Object, String, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- forceLimitUsage() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
- forceLobAsLastValue() - Method in class org.hibernate.dialect.Dialect
-
Must LOB values occur last in inserts and updates?
- forceLobAsLastValue() - Method in class org.hibernate.dialect.OracleDialect
- forceLocked(Object, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
- forceVersionIncrement(Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forceVersionIncrement(Object, Object, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- forceVersionIncrement(Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- forceVersionIncrement(Object, Object, Object, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
- forceVersionIncrement(Object, Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- forceVersionIncrement(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
- forceVersionIncrement(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
- forceVersionIncrement(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- forClassInstantiation(JavaType<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- forColumn() - Element in annotation interface org.hibernate.annotations.ColumnTransformer
-
The name of the mapped column, if a persistent attribute maps to multiple columns.
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- forEach(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
- forEach(Consumer<? super Fetch>) - Method in interface org.hibernate.sql.results.graph.FetchList
- forEachAnnotation(Consumer<AnnotationDescriptor<?>>) - Static method in interface org.hibernate.boot.models.DialectOverrideAnnotations
- forEachAnnotation(Consumer<AnnotationDescriptor<?>>) - Static method in interface org.hibernate.boot.models.XmlAnnotations
- forEachAnnotation(Consumer<AnnotationDescriptor<? extends Annotation>>) - Static method in interface org.hibernate.boot.models.HibernateAnnotations
- forEachAnnotation(Consumer<AnnotationDescriptor<? extends Annotation>>) - Static method in interface org.hibernate.boot.models.JpaAnnotations
- forEachAttribute(IndexedConsumer<SingularAttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
-
Convenience method to iterate the attributes for this mapper's representation
- forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Visit each attribute mapping
- forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Visit attributes defined on this class and any supers
- forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachAttributeMapping(IndexedConsumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Visit attributes defined on this class and any supers
- forEachAttributeMapping(IndexedConsumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachBean(Consumer<ContainedBeanImplementor<?>>) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- forEachBinding(Consumer<Binding>) - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
-
Visit each parameter binding
- forEachCollectionDescriptor(Consumer<CollectionPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Visit the mapping descriptors for all collections defined in the model
- forEachCollectionEntry(BiConsumer<PersistentCollection<?>, CollectionEntry>, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Execute some action on each entry of the collectionEntries map, optionally iterating on a defensive copy.
- forEachCteColumn(String, ModelPart, Consumer<CteColumn>) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
- forEachCteColumn(CteTable, SqmCteTableColumn, Consumer<CteColumn>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- forEachDescriptor(Consumer<JavaType<?>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- forEachDisassembledJdbcValue(Object, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
A short hand form of
Bindable.forEachDisassembledJdbcValue(Object, int, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
. - forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Like
Bindable.forEachDisassembledJdbcValue(Object, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, but additionally receives an offset by which the selectionIndex is incremented when callingBindable.JdbcValuesBiConsumer.consume(int, Object, Object, Object, JdbcMapping)
. - forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.type.BasicType
- forEachDisassembledJdbcValue(Object, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
A short hand form of
Bindable.forEachDisassembledJdbcValue(Object, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
. - forEachDisassembledJdbcValue(Object, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each constituent JDBC value over the result from
Bindable.disassemble(java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor)
. - forEachEntityDescriptor(Consumer<EntityPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Visit all entity mapping descriptors defined in the model
- forEachInsertable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- forEachInsertable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachInsertable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
-
Visit each JdbcMapping starting from the given offset
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Collation
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Distinct
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Format
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
- forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
- forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each of JdbcMapping
- forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
-
Visit each of JdbcMapping
- forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
- forEachJdbcValue(Object, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
A short hand form of
Bindable.forEachJdbcValue(Object, int, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
. - forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each constituent JDBC value extracted from the entity instance itself.
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- forEachJdbcValue(Object, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
A short hand form of
Bindable.forEachJdbcValue(Object, Object, Object, JdbcValuesBiConsumer, SharedSessionContractImplementor)
, that passes null for the two valuesX
andY
. - forEachJdbcValue(Object, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each constituent JDBC value extracted from the entity instance itself.
- forEachKeyBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- forEachKeyBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
Visit each key binding
- forEachKeyColumn(Consumer<EntityTableMapping.KeyColumn>) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- forEachKeyColumn(TableDetails.KeyColumnConsumer) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
-
Visit each key column
- forEachKeyColumn(TableDetails.KeyColumnConsumer) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- forEachMutableTable(Consumer<CollectionTableMapping>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- forEachMutableTable(Consumer<EntityTableMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachMutableTable(Consumer<T>) - Method in interface org.hibernate.sql.model.MutationTarget
-
Visit each table.
- forEachMutableTableReverse(Consumer<CollectionTableMapping>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- forEachMutableTableReverse(Consumer<EntityTableMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachMutableTableReverse(Consumer<T>) - Method in interface org.hibernate.sql.model.MutationTarget
-
Same as
MutationTarget.forEachMutableTable(java.util.function.Consumer<T>)
except that here the tables are visited in reverse order - forEachNamedGraph(Consumer<RootGraph<?>>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- forEachNonFormula(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- forEachOperation(BiConsumer<Integer, O>) - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed. Use the other methods to visit each operation.
- forEachOptimisticLockBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- forEachOptimisticLockBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
Visit each optimistic-lock binding
- forEachParameter(Consumer<ColumnValueParameter>) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- forEachParameter(Consumer<ColumnValueParameter>) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- forEachParameter(Consumer<ColumnValueParameter>) - Method in interface org.hibernate.sql.model.ast.TableMutation
-
Visit the JDBC parameters associated with this mutation.
- forEachResultAssembler(BiConsumer<Initializer<?>, X>, X) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
-
Invokes the consumer with every initializer part of this assembler that returns
true
forInitializer.isResultInitializer()
. - forEachReturningColumn(BiConsumer<Integer, ColumnReference>) - Method in interface org.hibernate.sql.model.ast.TableInsert
-
Visit each return-column
- forEachReturningColumn(BiConsumer<Integer, ColumnReference>) - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
Visit each return-column
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Visits the FK "referring" columns
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Visits each selectable mapping with the selectable index offset by the given value.
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
-
Visit each contained selectable mapping.
- forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
A short hand form of
ModelPart.forEachSelectable(int, SelectableConsumer)
, that passes 0 as offset. - forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
-
Same as
SelectableMappings.forEachSelectable(int, SelectableConsumer)
, with an implicit offset of `0` - forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- forEachStatement(BiConsumer<String, PreparedStatementDetails>) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Visit the details for each table mutation
- forEachSubPart(IndexedConsumer<ModelPart>) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- forEachTableMutation(BiConsumer<Integer, M>) - Method in interface org.hibernate.sql.model.ast.MutationGroup
-
Deprecated, for removal: This API element is subject to removal in a future version.
- forEachTableMutationBuilder(Consumer<TableMutationBuilder<?>>) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- forEachTargetColumn(BiConsumer<Integer, ColumnReference>) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- forEachTargetColumn(BiConsumer<Integer, ColumnReference>) - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
-
Iterates each target column
- forEachThing(List<T>, BiConsumer<Integer, T>) - Static method in class org.hibernate.sql.model.ast.AbstractTableMutation
- forEachUpdatable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- forEachUpdatable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachUpdatable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- forEachValue(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
- forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
- forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.TableInsert
-
Visit each value binding
- forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
Visit each value binding
- forEachValueDetail(Consumer<DiscriminatorValueDetails>) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- forEachValueDetail(Consumer<DiscriminatorValueDetails>) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- FOREIGN_KEY - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
A
foreign key
constraint violation. - FOREIGN_KEY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ForeignGenerator - Class in org.hibernate.id
-
Deprecated, for removal: This API element is subject to removal in a future version.This remains around as an implementation detail of
hbm.xml
mappings. - ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
-
Deprecated.
- ForeignKey - Class in org.hibernate.mapping
-
A mapping model object representing a foreign key constraint.
- ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
- ForeignKey(Table) - Constructor for class org.hibernate.mapping.ForeignKey
- ForeignKeyContributingSource - Interface in org.hibernate.boot.model.source.spi
-
Additional contract for things which describe foreign keys.
- ForeignKeyDescriptor - Interface in org.hibernate.metamodel.mapping
-
Descriptor for foreign-keys
- ForeignKeyDescriptor.Nature - Enum Class in org.hibernate.metamodel.mapping
- ForeignKeyDescriptor.Side - Interface in org.hibernate.metamodel.mapping
- ForeignKeyDirection - Enum Class in org.hibernate.type
-
Represents directionality of the foreign key constraint
- ForeignKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
- ForeignKeyInformation.ColumnReferenceMapping - Interface in org.hibernate.tool.schema.extract.spi
- forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Creates a
StandardServiceRegistryBuilder
specific to the needs of bootstrapping JPA. - forListInstantiation(JavaType<L>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- forMapInstantiation(JavaType<M>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- forMariaDB(Dialect) - Static method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
- format(int) - Static method in class org.hibernate.id.uuid.Helper
- format(int) - Method in class org.hibernate.id.UUIDHexGenerator
-
Deprecated.
- format(short) - Static method in class org.hibernate.id.uuid.Helper
- format(short) - Method in class org.hibernate.id.UUIDHexGenerator
-
Deprecated.
- format(Expression<? extends TemporalAccessor>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Format a date, time, or datetime according to a pattern.
- format(Expression<? extends TemporalAccessor>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- format(QualifiedName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Render a formatted non-table and non-sequence qualified name
- format(QualifiedName) - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- format(QualifiedName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
-
Render a formatted non-table and non-sequence qualified name
- format(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Render a formatted sequence name
- format(QualifiedSequenceName) - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
-
Render a formatted sequence name
- format(QualifiedTableName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Render a formatted a table name
- format(QualifiedTableName) - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- format(QualifiedTableName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
-
Render a formatted a table name
- Format - Class in org.hibernate.sql.ast.tree.expression
-
Represents the format pattern for a date/time format expression
- Format(String) - Constructor for class org.hibernate.sql.ast.tree.expression.Format
- FORMAT - Enum constant in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
- format_dateFormat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL-style (also Ingres)
- format_formatdatetime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2-style (uses Java's SimpleDateFormat directly so no need to translate format)
- FORMAT_SQL - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Enables formatting of SQL logged to the console.
- FORMAT_STRING_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIME_WITH_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_MICROS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_MICROS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_MICROS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_MILLIS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_MILLIS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_NANOS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_NANOS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- FORMAT_STRING_TIMESTAMP_WITH_NANOS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- format_toChar() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Usually Oracle-style (except for Informix which quite close to MySQL-style)
- format_toVarchar() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA's name for to_char() is still Oracle-style
- FormatFunction - Class in org.hibernate.dialect.function
-
A format function with support for composite temporal expressions.
- FormatFunction(String, boolean, boolean, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
- FormatFunction(String, boolean, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
- FormatFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
- FormatFunction.FormatSqmFunction<T> - Class in org.hibernate.dialect.function
- FormatMapper - Interface in org.hibernate.type.format
-
A mapper for mapping objects to and from a format.
- FormatMapperBasedJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
-
Java type for
FormatMapper
based types i.e. - FormatMapperBasedJavaType(Type, MutabilityPlan<T>, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- FormatSqmFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, boolean, QueryEngine) - Constructor for class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
- formatWithoutCatalog(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Render a formatted sequence name, without the catalog (even the default one).
- formatWithoutCatalog(QualifiedSequenceName) - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- formula() - Element in annotation interface org.hibernate.annotations.JoinColumnOrFormula
-
The formula to use in the join condition.
- Formula - Class in org.hibernate.mapping
- Formula - Annotation Interface in org.hibernate.annotations
-
Specifies an expression written in native SQL that is used to read the value of an attribute instead of storing the value in a
Column
. - Formula() - Constructor for class org.hibernate.mapping.Formula
- Formula(String) - Constructor for class org.hibernate.mapping.Formula
- FORMULA - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- forMySQL(Dialect) - Static method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
- forPrecision(int, int) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
- forPrecision(Clock, int, int) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
- forPrecision(Integer, SharedSessionContractImplementor) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
- forPrecision(Integer, SharedSessionContractImplementor, int) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
- forTiDB(Dialect) - Static method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- forType(FetchType) - Static method in enum class org.hibernate.engine.FetchTiming
- ForUpdateClause() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- ForUpdateClause(LockMode) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- ForUpdateFragment - Class in org.hibernate.sql
-
A SQL
FOR UPDATE
clause. - ForUpdateFragment(Dialect, LockOptions, Map<String, String[]>) - Constructor for class org.hibernate.sql.ForUpdateFragment
- FORWARD_ONLY - Enum constant in enum class org.hibernate.ScrollMode
-
Requests a scrollable result that is only scrollable forwards.
- foundEntityScheduledForRemoval() - Method in interface org.hibernate.sql.results.LoadingLogger
- foundEntityWrongType() - Method in interface org.hibernate.sql.results.LoadingLogger
- FQN_ENTITY_NAME - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- FRACTIONAL_SECONDS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- FractionalSeconds - Annotation Interface in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Column.secondPrecision()
which was introduced in JPA 3.2 - frameBetweenFollowing(int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- frameBetweenFollowing(int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameBetweenFollowing(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a window frame of type
FrameKind.OFFSET_FOLLOWING
to use withJpaWindow
s. - frameBetweenFollowing(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameBetweenPreceding(int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- frameBetweenPreceding(int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameBetweenPreceding(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create window frame of type
FrameKind.OFFSET_PRECEDING
to use withJpaWindow
s. - frameBetweenPreceding(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameCurrentRow() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a window frame of type
FrameKind.CURRENT_ROW
to use withJpaWindow
s. - frameCurrentRow() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameExclude(FrameExclusion) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Set a
FrameExclusion
for this window's frame. - frameExclude(FrameExclusion) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- FrameExclusion - Enum Class in org.hibernate.query.common
- frameGroups(JpaWindowFrame, JpaWindowFrame) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Add a
GROUPS
frame clause to the window and define start and endJpaWindowFrame
specifications. - frameGroups(JpaWindowFrame, JpaWindowFrame) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- FrameKind - Enum Class in org.hibernate.query.common
- FrameMode - Enum Class in org.hibernate.query.common
- frameRange(JpaWindowFrame, JpaWindowFrame) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Add a
RANGE
frame clause to the window and define start and endJpaWindowFrame
specifications. - frameRange(JpaWindowFrame, JpaWindowFrame) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- frameRows(JpaWindowFrame, JpaWindowFrame) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Add a
ROWS
frame clause to the window and define start and endJpaWindowFrame
specifications. - frameRows(JpaWindowFrame, JpaWindowFrame) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- frameUnboundedFollowing() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a window frame of type
FrameKind.UNBOUNDED_FOLLOWING
to use withJpaWindow
s. - frameUnboundedFollowing() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameUnboundedPreceding() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a window frame of type
FrameKind.UNBOUNDED_PRECEDING
to use withJpaWindow
s. - frameUnboundedPreceding() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- free() - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- free() - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- from(JoinType) - Static method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- from(Subquery<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(Subquery<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
-
Create and add a query root corresponding to the given subquery, forming a cartesian product with any existing roots.
- from(Subquery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(EntityType<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- from(EntityType<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- from(EntityType<T>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- from(EntityType<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- from(EntityType<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(SqlResultSetMapping) - Static method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
- from(SqlResultSetMapping, String) - Static method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
- from(Class<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- from(Class<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- from(Class<T>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- from(Class<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- from(Class<X>) - Static method in interface org.hibernate.query.restriction.Path
- from(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(String, Limit, QueryParameterBindings, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.spi.QueryKey
- from(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
- from(Map<String, Object>, ClassLoaderAccess) - Static method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
- from(JpaEventListenerStyle, ClassDetails) - Static method in class org.hibernate.boot.models.spi.JpaEventListener
-
Create a listener descriptor from annotations
- from(JpaEventListenerStyle, ClassDetails, JaxbEntityListenerImpl, ModelsContext) - Static method in class org.hibernate.boot.models.spi.JpaEventListener
-
Create a listener descriptor from XML
- from(JdbcEnvironment) - Static method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- from(PersistentClass, boolean, boolean, Metadata) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass
- from(Property, int, int) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
- from(JoinType) - Static method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- from(JpaCteCriteria<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(JpaCteCriteria<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
-
Create and add a query root corresponding to the given cte, forming a cartesian product with any existing roots.
- from(JpaCteCriteria<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(JpaSetReturningFunction<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(JpaSetReturningFunction<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
-
Create and add a query root corresponding to the given set-returning function, forming a cartesian product with any existing roots.
- from(JpaSetReturningFunction<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(SqlAliasBase, String, TableGroupProducer, SqlAliasBaseGenerator) - Static method in interface org.hibernate.sql.ast.spi.SqlAliasBase
- from(SqlSelection, JavaType<X>) - Static method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- FROM - Enum constant in enum class org.hibernate.query.sqm.tree.from.DowncastLocation
- FROM - Enum constant in enum class org.hibernate.sql.ast.Clause
- FROM_FUNCTION - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- FROM_PARENT - Enum constant in enum class org.hibernate.type.ForeignKeyDirection
-
A foreign key from parent to child
- FROM_SUBQUERY - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- fromAccessType(AccessType) - Static method in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Conversion from
AccessType
toCacheConcurrencyStrategy
. - fromArray(EventType[]) - Static method in class org.hibernate.generator.EventTypeSets
- fromByte(Byte) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a numeric value as the ordinal of the enum type
- fromBytes(byte[]) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- FromClause - Class in org.hibernate.sql.ast.tree.from
-
The SQL AST from-clause node
- FromClause() - Constructor for class org.hibernate.sql.ast.tree.from.FromClause
- FromClause(int) - Constructor for class org.hibernate.sql.ast.tree.from.FromClause
- FromClauseAccess - Interface in org.hibernate.sql.ast.spi
-
Access to TableGroup indexing.
- FromClauseIndex - Class in org.hibernate.query.sqm.sql
-
An index of various FROM CLAUSE resolutions.
- FromClauseIndex(FromClauseIndex) - Constructor for class org.hibernate.query.sqm.sql.FromClauseIndex
- fromContext(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
- fromCriteriaTrimSpec(CriteriaBuilder.Trimspec) - Static method in enum class org.hibernate.query.sqm.TrimSpec
- fromDatabaseMetadata(DatabaseMetaData) - Static method in class org.hibernate.dialect.MySQLServerConfiguration
- fromDialectResolutionInfo(DialectResolutionInfo) - Static method in class org.hibernate.dialect.HANAServerConfiguration
- fromDialectResolutionInfo(DialectResolutionInfo) - Static method in class org.hibernate.dialect.MySQLServerConfiguration
- fromDialectResolutionInfo(DialectResolutionInfo) - Static method in class org.hibernate.dialect.OracleServerConfiguration
- fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- fromEncodedString(CharSequence, int, int) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Reads the encoded value from the char sequence start index until the end index and returns the decoded value.
- fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- fromExternalForm(Object) - Static method in enum class org.hibernate.annotations.OnDeleteAction
- fromExternalForm(String) - Static method in enum class org.hibernate.LockMode
- fromExternalName(String) - Static method in enum class org.hibernate.cache.spi.access.AccessType
-
Resolve an
AccessType
from its external name. - fromExternalName(String) - Static method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- fromExternalName(String) - Static method in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Interpret the incoming external name into the appropriate enum value
- fromExternalName(String) - Static method in enum class org.hibernate.metamodel.RepresentationMode
- fromHintName(String) - Static method in enum class org.hibernate.graph.GraphSemantic
- fromInteger(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a numeric value as the ordinal of the enum type
- fromInternalFetchProfile(CascadingFetchProfile, Supplier<T>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- fromJpaFlushMode(FlushModeType) - Static method in enum class org.hibernate.FlushMode
- fromJpaLockMode(LockModeType) - Static method in enum class org.hibernate.LockMode
- fromJpaModes(CacheRetrieveMode, CacheStoreMode) - Static method in enum class org.hibernate.CacheMode
-
Interpret the given JPA modes as an instance of this enumeration.
- fromJpaValue(Nulls) - Static method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.
- fromList(List<JdbcParameter>) - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- fromLockType(OptimisticLockType) - Static method in enum class org.hibernate.engine.OptimisticLockStyle
- fromLong(Long) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a numeric value as the ordinal of the enum type
- fromName(String) - Static method in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
- fromName(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a string value as the named value of the enum type
- fromNameExact(String) - Static method in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
- fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a numeric value as the ordinal of the enum type
- fromRegistryOrChildren(Class<T>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
- fromResultCheckStyle(ResultCheckStyle) - Static method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- fromSession(Function<? super Session, R>) - Method in interface org.hibernate.SessionFactory
-
Open a
Session
and use it to obtain a value. - fromShort(Short) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a numeric value as the ordinal of the enum type
- fromStatelessSession(Function<? super StatelessSession, R>) - Method in interface org.hibernate.SessionFactory
-
Open a
StatelessSession
and use it to obtain a value. - fromStatelessTransaction(Function<? super StatelessSession, R>) - Method in interface org.hibernate.SessionFactory
-
Open a
StatelessSession
and use it to obtain a value within the bounds of a transaction. - fromStream(Function<InputStream, X>) - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
- fromString(CharSequence) - Method in class org.hibernate.type.AbstractStandardBasicType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- fromString(CharSequence) - Method in interface org.hibernate.type.descriptor.java.BasicJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- fromString(CharSequence) - Method in interface org.hibernate.type.descriptor.java.JavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.YearJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- fromString(CharSequence, Type) - Method in class org.hibernate.type.format.AbstractJsonFormatMapper
- fromString(CharSequence, Type) - Method in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
- fromString(CharSequence, Type) - Method in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.AbstractJsonFormatMapper
- fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in interface org.hibernate.type.format.FormatMapper
-
Deserializes an object from the character sequence.
- fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
- fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- fromString(EmbeddableMappingType, String, boolean, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- fromString(EmbeddableMappingType, String, boolean, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- fromStringValue(CharSequence) - Method in interface org.hibernate.usertype.EnhancedUserType
-
Consume the given string representation back into this types java form.
- fromTransaction(Function<? super Session, R>) - Method in interface org.hibernate.SessionFactory
-
Open a
Session
and use it to obtain a value within the bounds of a transaction. - fromTransaction(Function<? super Transaction, R>) - Method in interface org.hibernate.SharedSessionContract
-
Obtain a value within the bounds of a transaction associated with this session.
- fromValueDetails(Function<DiscriminatorValueDetails, X>) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
-
Find and return the first DiscriminatorValueDetails which matches the given
handler
- fromValueDetails(Function<DiscriminatorValueDetails, X>) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- fromValueMappings(String, JavaType<O>, BasicType<R>, Map<Object, String>, ServiceRegistry) - Static method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- fromXMLString(String, MappingContext) - Method in class org.hibernate.type.MetaType
- full(Class<U>) - Static method in interface org.hibernate.query.range.Range
-
A complete range containing all values of the given type.
- FULL - Enum constant in enum class org.hibernate.annotations.CacheLayout
-
Stores the full state into the query cache.
- FULL - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Type is fully searchable
- FULL - Enum constant in enum class org.hibernate.engine.spi.ValueInclusion
- FULL - Enum constant in enum class org.hibernate.query.common.JoinType
- FULL - Enum constant in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Represents a full join.
- FULL - Enum constant in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Represents a full join.
- FULL_NAME - Enum constant in enum class org.hibernate.annotations.AnyDiscriminatorImplicitValues.Strategy
-
Use the entity's full-name.
- fullDiscriminatorSQLValues - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
- function(String, Class<T>, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- function(String, Class<T>, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- function(String, Class<T>, Expression<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- FUNCTION_CALL - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.array.ArrayAggFunction
- FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
- FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
- FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ListaggStringAggEmulation
- FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ModeStatsModeEmulation
- FUNCTION_RETURN_TYPE_HINT - Static variable in interface org.hibernate.procedure.ProcedureCall
-
Deprecated, for removal: This API element is subject to removal in a future version.
- functionAggregate(String, Class<T>, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionAggregate(String, Class<T>, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionAggregate(String, Class<T>, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a generic aggregate function expression.
- functionAggregate(String, Class<T>, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionAggregate(String, Class<T>, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionAggregate(String, Class<T>, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- FunctionalDependencyAnalysisSupport - Interface in org.hibernate.dialect
-
Dialect support information for primary key functional dependency analysis within
GROUP BY
andORDER BY
clauses. - FunctionalDependencyAnalysisSupportImpl - Class in org.hibernate.dialect
- FunctionalDependencyAnalysisSupportImpl(boolean, boolean, boolean) - Constructor for class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
- FunctionArgumentException - Exception in org.hibernate.query.sqm.produce.function
-
Represents a problem with the argument list of a function in HQL/JPQL.
- FunctionArgumentException(String) - Constructor for exception org.hibernate.query.sqm.produce.function.FunctionArgumentException
- FunctionArgumentTypeResolver - Interface in org.hibernate.query.sqm.produce.function
-
Pluggable strategy for resolving a function argument type for a specific call.
- FunctionContributions - Interface in org.hibernate.boot.model
-
Allows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry
, either by aDialect
or by aFunctionContributor
. - FunctionContributor - Interface in org.hibernate.boot.model
-
On object that contributes custom HQL functions, eventually to a
SqmFunctionRegistry
, via an instance ofFunctionContributions
. - FunctionExpression - Class in org.hibernate.metamodel.mapping.ordering.ast
-
Represents a function used in an order-by fragment
- FunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
-
Models a function expression at the SQL AST level.
- FunctionExpression(String, int) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- FunctionKind - Enum Class in org.hibernate.query.sqm.function
-
The kind of function e.g.
- FunctionParameterType - Enum Class in org.hibernate.query.sqm.produce.function
-
A mini-"type system" for HQL function parameters.
- FunctionRenderer - Interface in org.hibernate.query.sqm.function
-
Support for
SqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves. - FunctionReturn<T> - Interface in org.hibernate.procedure
-
Describes the function return value of a
ProcedureCall
executed via a JDBC escape of form ("{? = call ...}
. - FunctionReturnImplementor<T> - Interface in org.hibernate.procedure.spi
- FunctionReturnTypeResolver - Interface in org.hibernate.query.sqm.produce.function
-
Pluggable strategy for resolving a function return type for a specific call.
- functionTableGroup - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
- FunctionTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A special table group for a table valued functions.
- FunctionTableGroup(NavigablePath, TableGroupProducer, FunctionExpression, String, List<String>, Set<String>, boolean, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- FunctionTableReference - Class in org.hibernate.sql.ast.tree.from
-
A table reference for a table valued function.
- FunctionTableReference(FunctionExpression, String, List<String>, boolean, boolean, Set<String>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableReference
- functionWithinGroup(String, Class<T>, JpaOrder, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionWithinGroup(String, Class<T>, JpaOrder, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a generic ordered set-aggregate function expression.
- functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionWithinGroup(String, Class<T>, JpaOrder, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionWithinGroup(String, Class<T>, JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
G
- G - Enum constant in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ge(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ge(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ge(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
-
Generate a new identifier.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in interface org.hibernate.generator.BeforeExecutionGenerator
-
Generate a value.
- generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in interface org.hibernate.id.IdentifierGenerator
-
Generate a value.
- generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.id.NativeGenerator
- generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.id.uuid.UuidGenerator
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
- generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
- GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.StatisticsSettings
-
When enabled, specifies that statistics should be collected.
- generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Like
SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine)
, but also accepts afilter
predicate. - generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
-
To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
- generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
- generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
- generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
To create instances of NaturalIdCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
- generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- Generated - Annotation Interface in org.hibernate.annotations
-
Specifies that the value of the annotated property is generated by the database.
- GENERATED - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- GENERATED_COLUMN - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- GENERATED_VALUE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- generatedAs(String) - Method in class org.hibernate.dialect.DB2Dialect
- generatedAs(String) - Method in class org.hibernate.dialect.Dialect
-
The
generated as
clause, or similar, for generated column declarations in DDL statements. - generatedAs(String) - Method in class org.hibernate.dialect.H2Dialect
- generatedAs(String) - Method in class org.hibernate.dialect.HANADialect
- generatedAs(String) - Method in class org.hibernate.dialect.OracleDialect
- generatedAs(String) - Method in class org.hibernate.dialect.SQLServerDialect
- generatedBeforeExecution(Object, SharedSessionContractImplementor) - Method in class org.hibernate.generator.Assigned
- generatedBeforeExecution(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.generator.Generator
-
Determines if the property value is generated before in Java code that executes before the row is written.
- generatedBy() - Element in annotation interface org.hibernate.annotations.ValueGenerationType
-
A class which implements
Generator
. - GeneratedColumn - Annotation Interface in org.hibernate.annotations
-
Specifies that a column is defined using a DDL
generated always as
clause or equivalent, and that Hibernate should fetch the generated value from the database after each SQLINSERT
orUPDATE
. - generateDeleteAllAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- generateDeleteAllAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- generateDeleteAllAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.OneToManyPersister
- generateDeleteRowAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.OneToManyPersister
- generateDetectRowByElementString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- generateDetectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- generateDiscriminatorMapping(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateDiscriminatorMapping(PersistentClass) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- generateDiscriminatorMapping(PersistentClass) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- generatedOnExecution() - Method in class org.hibernate.generator.Assigned
- generatedOnExecution() - Method in interface org.hibernate.generator.BeforeExecutionGenerator
- generatedOnExecution() - Method in interface org.hibernate.generator.Generator
-
Determines if the property value is generated when a row is written to the database, or in Java code that executes before the row is written.
- generatedOnExecution() - Method in interface org.hibernate.generator.OnExecutionGenerator
- generatedOnExecution() - Method in class org.hibernate.id.NativeGenerator
- generatedOnExecution(Object, SharedSessionContractImplementor) - Method in class org.hibernate.generator.Assigned
- generatedOnExecution(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.generator.Generator
-
Determines if the property value is generated when a row is written to the database.
- GeneratedValueBasicResultBuilder - Class in org.hibernate.generator.values
-
Simple implementation of
ResultBuilder
for retrieving generated basic values. - GeneratedValueBasicResultBuilder(NavigablePath, BasicValuedModelPart, TableGroup, Integer) - Constructor for class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
- GeneratedValues - Interface in org.hibernate.generator.values
-
A container for database generated values retrieved by the mutation operation.
- GeneratedValuesMutationDelegate - Interface in org.hibernate.generator.values
-
Each implementation defines a strategy for retrieving values generated by the database after execution of a mutation statement.
- generateDynamicInsertSqlGroup(boolean[], Object, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- generateDynamicUpdateGroup(Object, Object, Object, Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateEntityKey(Object, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- generateEntityKey(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Instantiate an
EntityKey
with the given id and for the entity represented by the givenEntityPersister
. - generateEntityKey(Object, EntityPersister) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
- generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
- generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetchable
-
Generates a Fetch of this fetchable
- generateFetchableFetch(Fetchable, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.FetchParent
- generateHashCode(String, String, Type, Object, SessionFactoryImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
- generateHashedConstraintName(String, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
- generateHashedConstraintName(String, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
- generateHashedFkName(String, Identifier, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
- generateHashedFkName(String, Identifier, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
- generateIdentifierMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateIdentifierMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- generateInsertInitCommand(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- generateJoinPredicate(TableGroup, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- generateJoinPredicate(TableReference, TableReference, String[], String[], SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateJoinPredicate(TableReference, TableReference, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
- generateLocalObjectUuid() - Static method in class org.hibernate.id.uuid.LocalObjectUuidHelper
- generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
- generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
- generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
- generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateNaturalIdMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateNewAlias() - Method in interface org.hibernate.sql.ast.spi.SqlAliasBase
-
Generates a new alias based on the stem
- generateNewAlias() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
- generateNewAlias() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
- generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- generateNonIdAttributeMapping(NonIdentifierAttribute, Property, int, int, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateNonStrictReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateNonStrictReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateOperationGroup(Object, Object[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- generateOperationGroup(Object, Object[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- generateOperationGroup(Object, Object[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
- generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Like
SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine)
, but also accepts afilter
predicate and anorder by
clause. - generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.proxy.BlobProxy
-
Generates a BlobImpl using byte data.
- generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.proxy.BlobProxy
-
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
- generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.proxy.ClobProxy
-
Generates a
Clob
proxy using a character reader of given length. - generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.proxy.NClobProxy
-
Generates a
NClob
proxy using a character reader of given length. - generateProxy(InvocationHandler, Class<?>...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
- generateProxy(String) - Static method in class org.hibernate.engine.jdbc.proxy.ClobProxy
-
Generates a
Clob
proxy using the string data. - generateProxy(String) - Static method in class org.hibernate.engine.jdbc.proxy.NClobProxy
-
Generates a
Clob
proxy using the string data. - generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.proxy.SerializableBlobProxy
-
Generates a SerializableBlob proxy wrapping the provided Blob object.
- generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.proxy.SerializableClobProxy
-
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
- generateProxy(NClob) - Static method in class org.hibernate.engine.jdbc.proxy.SerializableNClobProxy
-
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
- generateQueryKeyMemento(SharedSessionContractImplementor) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Generate a "memento" for these parameter bindings that can be used in creating a
QueryKey
- generateReadOnlyEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateReadOnlyNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
-
Perform an explicit schema generation (rather than an "auto" one) based on the
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- generateSelectVersionString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that selects the version number by id
- generateSeries(String, String, boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard generate_series() function
- generateSeries(E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(E, E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, E, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(E, E, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, E, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(E, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, Expression<E>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(E, Expression<E>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, Expression<E>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, Expression<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(E, Expression<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, Expression<E>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression<E>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(Expression<E>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression<E>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression<E>, E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(Expression<E>, E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression<E>, E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression<E>, E, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(Expression<E>, E, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression<E>, E, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(Expression<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression<E>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression<E>, Expression<E>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(Expression<E>, Expression<E>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression<E>, Expression<E>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression<E>, Expression<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateSeries(Expression<E>, Expression<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression<E>, Expression<E>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 generate_series() function
- generateSeries_hana(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA generate_series() function
- generateSeries_recursive(int, boolean, boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Recursive CTE generate_series() function
- generateSeries_sqlserver(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server generate_series() function
- generateSeries_sybasease(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Sybase ASE generate_series() function
- GenerateSeriesArgumentTypeResolver - Class in org.hibernate.dialect.function
-
A
ArgumentsValidator
that validates the array type is compatible with the element type. - GenerateSeriesArgumentTypeResolver(BasicType<Duration>) - Constructor for class org.hibernate.dialect.function.GenerateSeriesArgumentTypeResolver
- GenerateSeriesArgumentValidator - Class in org.hibernate.dialect.function
-
A
ArgumentsValidator
that validates the array type is compatible with the element type. - GenerateSeriesArgumentValidator() - Constructor for class org.hibernate.dialect.function.GenerateSeriesArgumentValidator
- GenerateSeriesFunction - Class in org.hibernate.dialect.function
-
Standard generate_series function.
- GenerateSeriesFunction(String, String, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.GenerateSeriesFunction
- GenerateSeriesFunction(SetReturningFunctionTypeResolver, BasicType<Duration>) - Constructor for class org.hibernate.dialect.function.GenerateSeriesFunction
- GenerateSeriesFunction(SetReturningFunctionTypeResolver, BasicType<Duration>, boolean) - Constructor for class org.hibernate.dialect.function.GenerateSeriesFunction
- GenerateSeriesSetReturningFunctionTypeResolver - Class in org.hibernate.dialect.function
- GenerateSeriesSetReturningFunctionTypeResolver(String, String) - Constructor for class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
- generateSoftDeleteRowsAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- generatesOnInsert() - Method in class org.hibernate.generator.Assigned
- generatesOnInsert() - Method in interface org.hibernate.generator.Generator
- generatesOnUpdate() - Method in class org.hibernate.generator.Assigned
- generatesOnUpdate() - Method in interface org.hibernate.generator.Generator
- generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.
- generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Instantiate this template with the given arguments and expected return type.
- generateSqmExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- generateSqmExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmSetReturningFunctionDescriptor
-
Instantiate this template with the given arguments and.
- generateSqmExpression(ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Convenience for no arguments.
- generateSqmExpression(SqmTypedNode<?>, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Convenience for a single argument.
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.CastStrEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.CoalesceIfnullEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.DateTruncEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.ExtractFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.FormatFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonExistsFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonQueryFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonValueFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.LocatePositionEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.NvlCoalesceEmulation
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.OracleTruncFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.PostgreSQLTruncFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.SqlServerConvertTruncFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.SybaseTruncFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.TruncFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.xml.XmlElementFunction
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
Return an SQM node or subtree representing an invocation of this function with the given arguments.
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
- generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
- generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
- generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
- generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.InverseDistributionWindowEmulation
- generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlAggFunction
- generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.
- generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.array.DB2UnnestFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.array.H2UnnestFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.array.HANAUnnestFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.CteGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.H2GenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.HANAGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.json.DB2JsonTableFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.json.H2JsonTableFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.SQLServerGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.SybaseASEGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingSetReturningFunctionDescriptor
- generateSqmSetReturningFunctionExpression(List<? extends SqmTypedNode<?>>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
-
Return an SQM node or subtree representing an invocation of this function with the given arguments.
- generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
Return an SQM node or subtree representing an invocation of this window function with the given arguments.
- generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generatesSometimes() - Method in class org.hibernate.generator.Assigned
- generatesSometimes() - Method in interface org.hibernate.generator.Generator
- generateStaticOperationGroup() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- generateStemFromAttributeName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
- generateStemFromEntityName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
- generateSubquery(Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- generateSubquery(PersistentClass, Metadata) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateTableReferenceJoin(TableReference, String, SqlAliasBase, boolean, String[], SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateTimeSeries(E, E, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(E, E, Expression<? extends TemporalAmount>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, E, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(E, E, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(E, E, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, E, TemporalAmount) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(E, Expression<E>, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(E, Expression<E>, Expression<? extends TemporalAmount>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, Expression<E>, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(E, Expression<E>, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(E, Expression<E>, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, Expression<E>, TemporalAmount) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression<E>, E, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(Expression<E>, E, Expression<? extends TemporalAmount>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression<E>, E, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression<E>, E, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(Expression<E>, E, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression<E>, E, TemporalAmount) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression<E>, Expression<E>, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(Expression<E>, Expression<E>, Expression<? extends TemporalAmount>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression<E>, Expression<E>, Expression<? extends TemporalAmount>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression<E>, Expression<E>, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_series
function expression to generate a set of values as rows. - generateTimeSeries(Expression<E>, Expression<E>, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression<E>, Expression<E>, TemporalAmount) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
- generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
- generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
- generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
- generateUuid(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
- generateUuid(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
- generateUuid(SharedSessionContractImplementor) - Method in interface org.hibernate.id.uuid.UuidValueGenerator
-
Generate the UUID value
- generateUuid(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.UuidVersion6Strategy
- generateUuid(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.UuidVersion7Strategy
- generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
- generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
-
Delegates to
UUID.randomUUID()
- generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.UuidVersion6Strategy
- generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.UuidVersion7Strategy
- generateUUID(SharedSessionContractImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
-
Deprecated.Generate the UUID.
- generateVersionMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateVersionMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- generateVersionMapping(AbstractEntityPersister, Supplier<?>, PersistentClass, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Like
SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine)
but also accepts afilter
predicate. - GenerationTarget - Interface in org.hibernate.tool.schema.spi
-
Describes a schema generation target
- generator() - Element in annotation interface org.hibernate.annotations.CollectionId
-
The generator name.
- Generator - Interface in org.hibernate.generator
-
Describes the generation of values of a certain field or property of an entity.
- GENERATOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
The configuration parameter holding the name of this identifier generator.
- GeneratorCreationContext - Interface in org.hibernate.generator
-
Access to information useful during Generator creation and initialization.
- GeneratorCreator - Interface in org.hibernate.mapping
-
Instantiates a
Generator
. - generatorImplementation() - Element in annotation interface org.hibernate.annotations.CollectionId
-
Implementation for generating values.
- GeneratorSettings - Interface in org.hibernate.mapping
-
Exposes the default catalog and schema to the generator creation process.
- GENERIC_GENERATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- GENERIC_GENERATORS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- GenericDialect - Class in org.hibernate.annotations.processing
-
A generic dialect for ANSI-like SQL.
- GenericDialect() - Constructor for class org.hibernate.annotations.processing.GenericDialect
- GenericGenerator - Annotation Interface in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the new approach based on
IdGeneratorType
. - GenericGeneratorRegistration - Record Class in org.hibernate.boot.models.spi
-
Global registration of a generic generator
- GenericGeneratorRegistration(String, GenericGenerator) - Constructor for record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
-
Creates an instance of a
GenericGeneratorRegistration
record class. - GenericGenerators - Annotation Interface in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.since
GenericGenerator
is deprecated. - GenericJDBCException - Exception in org.hibernate.exception
-
Generic, non-specific flavor of
JDBCException
. - GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
- GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
- GEOGRAPHY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
GEOGRAPHY
. - GEOMETRY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
GEOMETRY
. - get() - Method in interface org.hibernate.ScrollableResults
-
Get the current row of results.
- get() - Static method in class org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan
- get(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- get(int) - Method in class org.hibernate.collection.spi.PersistentBag
- get(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- get(int) - Method in class org.hibernate.collection.spi.PersistentList
- get(int) - Method in class org.hibernate.engine.spi.ExecutableList
- get(int) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
- get(int) - Method in interface org.hibernate.query.sqm.tuple.TupleType
- get(int) - Method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- get(int) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListMulti
- get(int) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListSingleton
- get(EntityGraph<T>, Object) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, fetching associations specified by the given
EntityGraph
, which is interpreted as a load graph. - get(EntityGraph<T>, Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, fetching associations specified by the given
EntityGraph
, which is interpreted as a load graph, and obtaining the specified lock mode. - get(EntityGraph<T>, GraphSemantic, Object) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, fetching associations specified by the given
EntityGraph
. - get(EntityGraph<T>, GraphSemantic, Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, fetching associations specified by the given
EntityGraph
, and obtaining the specified lock mode. - get(MapAttribute<? super T, K, V>) - Method in interface org.hibernate.query.criteria.JpaPath
- get(MapAttribute<? super T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(MapAttribute<? super T, K, V>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(PluralAttribute<? super T, C, E>) - Method in interface org.hibernate.query.criteria.JpaPath
- get(PluralAttribute<? super T, C, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(PluralAttribute<? super T, C, E>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaPath
- get(SingularAttribute<? super T, Y>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(Class<T>, Object) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.Because the semantics of this method may change in a future release. Use
Session.find(Class, Object)
instead. - get(Class<T>, Object) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record.
- get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(Class<T>, Object, LockMode) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
EntityManager.find(Class, Object, FindOption...)
instead. - get(Class<T>, Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, obtaining the specified lock mode.
- get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(Class<T>, Object, LockOptions) - Method in interface org.hibernate.Session
-
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. - get(Object) - Method in class org.hibernate.collection.spi.PersistentMap
- get(Object) - Method in class org.hibernate.event.spi.MergeContext
-
Returns the managed entity associated with the specified merge Entity.
- get(Object) - Method in interface org.hibernate.property.access.spi.Getter
-
Get the property value from the given owner instance.
- get(Object) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- get(Object) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- get(Object) - Method in class org.hibernate.proxy.map.MapProxy
- get(String) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
- get(String) - Method in interface org.hibernate.query.criteria.JpaPath
- get(String) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- get(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- get(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- get(String) - Method in interface org.hibernate.query.sqm.tuple.TupleType
- get(String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(String, boolean) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Same as
SqmPath.get(String)
, but ifincludeSubtypes
is set totrue
and this path is polymorphic, also try finding subtype attributes. - get(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(String, Object) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.The semantics of this method may change in a future release. Use
SessionFactory.createGraphForDynamicEntity(String)
together withEntityManager.find(EntityGraph, Object, FindOption...)
to loaddynamic entities
. - get(String, Object) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record.
- get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(String, Object, LockMode) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.The semantics of this method may change in a future release.
- get(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, obtaining the specified lock mode.
- get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(String, Object, LockOptions) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed. Use
SessionFactory.createGraphForDynamicEntity(String)
together withEntityManager.find(EntityGraph, Object, FindOption...)
to loaddynamic entities
. - get(List<T>, int) - Static method in class org.hibernate.Hibernate
-
Obtain the element of the given persistent list with the given index, without fetching the state of the list from the database.
- get(Map<? super K, V>, K) - Static method in class org.hibernate.Hibernate
-
Obtain the value associated with the given key by the given persistent map, without fetching the state of the map from the database.
- get(GroupsPerOperation.Operation) - Method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
- get(QueryKey, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Attempt to retrieve a cached query result list for the given
QueryKey
from the cache region, and then check if the cached results, if any, are stale. - get(QueryKey, Set<String>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Attempt to retrieve a cached query result list for the given
QueryKey
from the cache region, and then check if the cached results, if any, are stale. - get(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Attempt to retrieve an object from the cache.
- get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
-
Returns
null
if the item is not readable. - get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- get(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchList
- GET - Enum constant in enum class org.hibernate.CacheMode
-
The session may read items from the cache, but will not add items, except to invalidate items when updates occur.
- GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
-
Retrieve the optimizer for accessing the entity's persistent state.
- getAccessorStrategy() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- getAccessStrategy(AccessType) - Static method in enum class org.hibernate.boot.spi.AccessType
-
Convert the JPA access type to the corresponding
AccessType
value. - getAccessStrategy(String) - Static method in enum class org.hibernate.boot.spi.AccessType
-
Resolve an externalized name to the
AccessType
value it names. - getAccessType() - Method in class org.hibernate.boot.model.source.spi.Caching
- getAccessType() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Default AccessType in effect for the entire persistence unit.
- getAccessType() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- getAccessType() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
The requested AccessType
- getAccessType() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
The type of access implemented
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadOnlyAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionTransactionAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
- getAcquisitionMode() - Method in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
- getAction() - Method in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
- getAction() - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
-
How should a duplication be handled?
- getActionQueue() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getActionQueue() - Method in interface org.hibernate.engine.spi.SessionImplementor
-
Get the
ActionQueue
associated with this session. - getActionQueue() - Method in interface org.hibernate.event.spi.EventSource
-
Get the ActionQueue for this session
- getActualExpression(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
- getAddColumnString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getAddColumnString() - Method in class org.hibernate.dialect.Dialect
-
The subcommand of the
alter table
command used to add a column to a table, usuallyadd column
oradd
. - getAddColumnString() - Method in class org.hibernate.dialect.HANADialect
- getAddColumnString() - Method in class org.hibernate.dialect.OracleDialect
- getAddColumnSuffixString() - Method in class org.hibernate.dialect.Dialect
-
The syntax for the suffix used to add a column to a table.
- getAddColumnSuffixString() - Method in class org.hibernate.dialect.HANADialect
- getAddedInstance() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
- getAddedInstance() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
- getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a foreign key constraint to a table, given the definition of the foreign key as a string.
- getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.SpannerDialect
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a foreign key constraint to a table, with the referenced key columns explicitly specified.
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SpannerDialect
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a primary key constraint to a table.
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SpannerDialect
- getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
- getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
- getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
- getAdjustedSqlString() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
- getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
Get the entity name for the collection owner entity that is affected by this event.
- getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
- getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
Get the ID for the collection owner entity that is affected by this event.
- getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
Get the collection owner entity that is affected by this event.
- getAffectedTableNames() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
- getAffectedTableNames() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getAffectedTableNames() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
-
Not the best spot for this.
- getAffectedTableNames() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- getAffectedTableNames() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- getAffectedTableNames() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- getAffectedTableNames() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- getAffectedTableNames() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
-
The names of tables this operation refers to
- getAffectedTableNames() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
-
Get the after-transaction-completion process, if any, for this action.
- getAggregateAssignmentExpressionTemplate(Dialect) - Method in class org.hibernate.mapping.AggregateColumn
- getAggregateColumn() - Method in class org.hibernate.mapping.BasicValue
- getAggregateColumn() - Method in class org.hibernate.mapping.Component
- getAggregateColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- getAggregatedCfgXml() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Intended for internal testing use only!!
- getAggregatedColumns() - Method in class org.hibernate.mapping.Component
- getAggregatedConfig() - Method in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
- getAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getAggregateReadExpressionTemplate(Dialect) - Method in class org.hibernate.mapping.AggregateColumn
- getAggregateSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getAggregateSupport() - Method in class org.hibernate.dialect.DB2Dialect
- getAggregateSupport() - Method in class org.hibernate.dialect.Dialect
-
How does this dialect support aggregate types like
SqlTypes.STRUCT
. - getAggregateSupport() - Method in class org.hibernate.dialect.H2Dialect
- getAggregateSupport() - Method in class org.hibernate.dialect.HANADialect
- getAggregateSupport() - Method in class org.hibernate.dialect.MariaDBDialect
- getAggregateSupport() - Method in class org.hibernate.dialect.MySQLDialect
- getAggregateSupport() - Method in class org.hibernate.dialect.OracleDialect
- getAggregateSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getAggregateSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getAggregateSupport() - Method in class org.hibernate.dialect.SybaseASEDialect
- getAggregateValuesArrayPositions() - Method in interface org.hibernate.sql.results.graph.embeddable.AggregateEmbeddableResultGraphNode
-
Returns the positions within the values array of the respective nesting level at which the data for this aggregate can be found.
- getAlias() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getAlias() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getAlias() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
- getAlias() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
- getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getAlias() - Method in class org.hibernate.spi.NavigablePath
- getAlias() - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
- getAlias(Dialect) - Method in class org.hibernate.mapping.Column
- getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
- getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
-
Deprecated.new read-by-position paradigm means that these generated aliases are no longer needed
- getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
-
Generate a column alias that is unique across multiple tables
- getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
- getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
-
Deprecated.new read-by-position paradigm means that these generated aliases are no longer needed
- getAliases() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- getAliasLockCount() - Method in class org.hibernate.LockOptions
-
Deprecated.The number of aliases that have alias-specific lock modes specified.
- getAliasLockIterator() - Method in class org.hibernate.LockOptions
-
Deprecated.
- getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
-
Deprecated.Get the
LockMode
explicitly specified for the given alias viaLockOptions.setAliasSpecificLockMode(String, LockMode)
. - getAliasSpecificLocks() - Method in class org.hibernate.LockOptions
-
Deprecated.
- getAliasStem() - Method in interface org.hibernate.sql.ast.spi.SqlAliasBase
-
The stem for unique alias generation
- getAliasStem() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
- getAliasStem() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
- getAliasToEntityMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the map of explicit alias to entity name mappings.
- getAliasToTableMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the map of explicit alias to table name mappings.
- getAllCollectionRoles() - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
-
Get the names of all collections known to this Metamodel
- getAllElementsIterator(EventSource, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getAllElementsIterator(CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
-
Given a collection, get an iterator of all its children, loading them from the database if necessary.
- getAllEntityNames() - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
-
Get the names of all entities known to this Metamodel
- getAllSqlForTests() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Deprecated.Exposed for tests only.
- getAllSqlForTests() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
Deprecated.
- getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Deprecated.Exposed for tests only.
- getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableStructure
-
Deprecated.
- getAllSqlForTests() - Method in class org.hibernate.id.IncrementGenerator
-
Deprecated.Exposed for tests only.
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.DB2Dialect
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.Dialect
-
The fragment of an
alter table
command which modifies a column type, or null if column types cannot be modified. - getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.H2Dialect
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.MySQLDialect
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.OracleDialect
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.SQLServerDialect
- getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.SybaseDialect
- getAlternativeName() - Method in enum class org.hibernate.annotations.OnDeleteAction
- getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
-
The command used to alter a table with the given name, usually
alter table tab_name
oralter table tab_name if exists
. - getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the
alter table
command used to create the given unique key constraint, or return the empty string if the constraint was already included in thecreate table
statement byUniqueDelegate.getTableCreationUniqueConstraintsFragment(org.hibernate.mapping.Table, org.hibernate.boot.model.relational.SqlStringGenerationContext)
. - getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the
alter table
command used to drop the given unique key which was previously created byUniqueDelegate.getAlterTableToAddUniqueKeyCommand(org.hibernate.mapping.UniqueKey, org.hibernate.boot.Metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext)
. - getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
- getAnnotatedClassNames() - Method in class org.hibernate.boot.MetadataSources
- getAnnotatedClassNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to any entity and component classes in the user domain model known by name.
- getAnnotatedClassReferences() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to any entity and component classes in the user domain model known by Class reference .
- getAnnotatedPackageNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to any known annotated package names (packages with a
package-info.class
file that Hibernate has been told about). - getAnnotatedPackages() - Method in class org.hibernate.boot.MetadataSources
- getAnnotationDescriptorRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- getAnticipatedType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
-
Based on the context it is declared, what is the anticipated type for bind values?
- getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- getAnyConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Allows access to the database metadata of the underlying database(s) in situations where we do not have a tenant id (like startup processing, for example).
- getAnyConnectionProvider() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- getAppliedGraph() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getAppliedGraph() - Method in interface org.hibernate.query.spi.QueryOptions
-
JPA
EntityGraph
explicitly applied to the query. - getAppliedGraph() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getAppliedParameterBindings() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getAppliedParameters() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- getAppliedParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called
- getAppliedParameters() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
ArchiveDescriptorFactory
used for scanning. - getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- getArgument() - Method in exception org.hibernate.query.QueryArgumentException
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayFillFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayIntersectsFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayPositionFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayPositionsFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.OracleArrayLengthFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.AvgFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.CastFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.CountFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.CurrentFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.ExtractFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.FormatFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.LocatePositionEmulation
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.OrdinalFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.SqlFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.TimestampaddFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.TimestampdiffFunction
- getArgumentListSignature() - Method in class org.hibernate.dialect.function.TrimFunction
- getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
- getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.NamedSqmSetReturningFunctionDescriptor
- getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
- getArguments() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- getArguments() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- getArguments() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- getArguments() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
- getArgumentsValidator() - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- getArgumentsValidator() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
The object responsible for validating arguments of the function.
- getArgumentsValidator() - Method in interface org.hibernate.query.sqm.function.SqmSetReturningFunctionDescriptor
-
The object responsible for validating arguments of the function.
- getArgumentTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getArgumentTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- getArray() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getArray(BasicBinder<?>, ValueBinder<T>, T, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getArray(BasicExtractor<X>, Array, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
-
Get the Java type that describes an array of this type.
- getArrayContainsFunction() - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- getArrayContainsFunction() - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- getArrayContainsFunction() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Returns the name of the
array_contains(array, element)
function, which is used for emulating the cycle clause. - getArrayJdbcTypeConstructor(ServiceRegistry) - Static method in class org.hibernate.dialect.type.OracleJdbcHelper
- getArrayLength() - Method in class org.hibernate.engine.jdbc.Size
- getArrayLength() - Method in class org.hibernate.mapping.Column
- getArrayLength() - Method in class org.hibernate.mapping.UserDefinedArrayType
- getArrayParameter() - Method in class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
- getArraySqlTypeCode() - Method in class org.hibernate.mapping.UserDefinedArrayType
- getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.Dialect
-
The SQL type name for the array type with elements of the given type name.
- getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.OracleDialect
- getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.SpannerDialect
- getAsciiStream() - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- getAssembledJavaType() - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
-
The JavaType describing the Java type that this assembler assembles.
- getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
- getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
- getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
- getAssembler() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
-
For testing purposes only
- getAssembler() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
-
For testing purposes only
- getAssignable() - Method in class org.hibernate.sql.ast.tree.update.Assignment
-
The column being updated.
- getAssignedValue() - Method in class org.hibernate.sql.ast.tree.update.Assignment
- getAssignmentExpression() - Method in class org.hibernate.mapping.Column
- getAssignments() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- getAssignments() - Method in class org.hibernate.sql.ast.tree.insert.ConflictClause
- getAssignments() - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
- getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
- getAssociatedEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
- getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
-
The name of the associated entity.
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
- getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
-
Get the entity name of the associated entity
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
The name of the associated entity.
- getAssociatedEntityPersister(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
- getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
-
Get the "persister" for this association - a class or collection persister
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
Retrieves the
Joinable
defining the associated entity. - getAssociation() - Method in class org.hibernate.engine.profile.Fetch
-
The association to which the fetch style applies.
- getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
- getAssociationAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
-
The attribute source information
- getAssociationKey() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Nature, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Side, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getAssociationOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to the name of the attribute, from the owning side, that defines the association.
- getAssociationPath() - Method in class org.hibernate.engine.profile.Association
-
The property path
- getAttribute() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
-
The attribute analyzed here
- getAttribute() - Method in interface org.hibernate.query.criteria.JpaJoin
- getAttribute() - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- getAttribute() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
-
Return the CTE attribute that is used for ordering.
- getAttribute() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getAttribute() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getAttribute() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- getAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- getAttribute(String) - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
-
Returns the found attribute or null.
- getAttribute(String) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getAttributeAnalyses() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- getAttributeAnalyses() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
-
Descriptors for the analysis of each attribute
- getAttributeClassification() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
-
The classification of the attribute (is it a basic type, entity, etc)
- getAttributeConverterAutoApplyHandler() - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
- getAttributeConverterAutoApplyHandler() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated.
- getAttributeConverterClass() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
The class of the JPA
AttributeConverter
. - getAttributeConverterDescriptor() - Method in class org.hibernate.mapping.SimpleValue
- getAttributeConverterDescriptors() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to the AttributeConverter definitions known about.
- getAttributeConverters() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to collected
AttributeConverter
definitions. - getAttributeDescriptor() - Method in interface org.hibernate.graph.AttributeNode
-
The
PersistentAttribute
represented by this node. - getAttributeIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the index of the attribute in terms of its position in the entity persister
- getAttributeIndex() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Many of Hibernate internals use arrays to define information about attributes.
- getAttributeIndexes() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getAttributeJavaType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
- getAttributeMapping() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getAttributeMapping() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getAttributeMapping(int) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Retrieve an attribute mapping by position, relative to all attributes
- getAttributeMapping(int) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Retrieve an attribute by its contributor position
- getAttributeMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getAttributeMapping(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- getAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The attributes mapping for this entity, including those declared on supertype mappings
- getAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Get access to the attributes defined on this class and any supers
- getAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getAttributeMember() - Method in interface org.hibernate.boot.spi.PropertyData
-
Return the Hibernate mapping property
- getAttributeMetadata() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
Access to AttributeMetadata
- getAttributeMutationTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getAttributeMutationTableName(int) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
-
The name of the table to use when performing mutations (INSERT,UPDATE,DELETE) for the given attribute
- getAttributeMutationTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getAttributeMutationTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getAttributeName() - Method in exception org.hibernate.boot.models.MultipleAttributeNaturesException
- getAttributeName() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
The name of the mapped attribute
- getAttributeName() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
The name of the attribute defining the id, if one
- getAttributeName() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getAttributeNode(Attribute<? super J, Y>) - Method in interface org.hibernate.graph.Graph
-
Find an existing
AttributeNode
by corresponding attribute reference, within this container. - getAttributeNode(Attribute<? super J, Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- getAttributeNode(String) - Method in interface org.hibernate.graph.Graph
-
Find an existing
AttributeNode
by name within this container. - getAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- getAttributeNodeList() - Method in interface org.hibernate.graph.Graph
-
All nodes belonging to this container.
- getAttributeNodeList() - Method in interface org.hibernate.graph.spi.GraphImplementor
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
-
Access the AttributePath to the ANY mapping
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
-
Access to the AttributePath of the ANY mapping
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
-
Access to the AttributePath for the basic value
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access to the name of the attribute that defines the association.
- getAttributePath() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
- getAttributePathBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
- getAttributeRole() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
- getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
- getAttributes() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
-
The attributes of the CTE type.
- getAttributes() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getAttributes() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- getAttributes() - Method in class org.hibernate.sql.ast.tree.expression.XmlAttributes
- getAttributesInFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- getAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
- getAttributeSourcesMakingUpIdentifier() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
-
Obtain the source descriptor for the identifier attribute.
- getAttributeValues(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
- getAutoAppliedConverterDescriptorForAttribute(MemberDetails, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
- getAutoAppliedConverterDescriptorForCollectionElement(MemberDetails, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
- getAutoAppliedConverterDescriptorForMapKey(MemberDetails, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
- getAutoApplyDescriptor() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
Get the auto-apply checker for this converter.
- getAutoCommitMode() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The transaction auto-commit mode in effect.
- getAutoEnabledFilters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getAutoEnabledFilters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain a collection of
FilterDefinition
s representing all the auto-enabled filters. - getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.Dialect
- getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to any
AuxiliaryDatabaseObject
s explicitly registered with theMetadataBuilder
. - getAuxiliaryDatabaseObjects() - Method in class org.hibernate.boot.model.relational.Database
- getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
-
Retrieves the collection-roles for the bags encountered.
- getBase() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSequentialIndexSource
-
Hibernate allows specifying the base value to use when storing the index to the database.
- getBaseAssociationJtd() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getBaseExpression() - Method in class org.hibernate.sql.ast.tree.expression.NestedColumnReference
- getBaseIndex() - Method in class org.hibernate.mapping.List
- getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getBaselineSessionEventsListenerBuilder() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This operation is a layer-breaker, exposing an internal type. It will be removed. Use
SessionFactoryOptions.buildSessionEventListeners()
instead. - getBaseType() - Method in class org.hibernate.type.MetaType
- getBasicType() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
- getBasicTypeForGenericJavaType(Class<? super J>, Type...) - Method in class org.hibernate.type.spi.TypeConfiguration
- getBasicTypeForJavaType(Class<J>) - Method in class org.hibernate.type.spi.TypeConfiguration
- getBasicTypeForJavaType(Type) - Method in class org.hibernate.type.spi.TypeConfiguration
- getBasicTypeRegistrations() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getBasicTypeRegistrations() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access the list of
BasicType
registrations. - getBasicTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
- getBatch(BatchKey, Integer, Supplier<PreparedStatementGroup>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Get the batch for the supplied key, creating one if needed using the supplied statementGroupSupplier.
- getBatchBuilder() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the
BatchFetchQueue
, instantiating one if necessary. - getBatchKey() - Method in interface org.hibernate.engine.jdbc.mutation.spi.BatchKeyAccess
-
The BatchKey to use
- getBatchKey() - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- getBatchKey() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- getBatchKey() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- getBatchKey() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- getBatchLoadableEntityIds(EntityMappingType, Object, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Get a batch of unloaded identifiers for this class, using a slightly complex algorithm that tries to grab keys registered immediately after the given key.
- getBatchLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
-
The strategy used to determine the appropriate number of keys to load in a single SQL query with batch-fetch loading.
- getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
- getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the batch-size to be applied when initializing proxies of this entity.
- getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
- getBatchSize() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getBatchSize() - Method in interface org.hibernate.loader.ast.spi.Loadable
- getBatchSize() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
-
Batch size to use when loading entities from the database.
- getBatchSize() - Method in class org.hibernate.mapping.Collection
- getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
- getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getBatchSize() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getBatchSize() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The batch size for batch loading.
- getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
- getBean(Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by class.
- getBean(Class<T>, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by class with an explicit fallback bean instance producer.
- getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
- getBean(String, Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by name and contract.
- getBean(String, Class<T>, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by name and contract with an explicit fallback bean instance producer.
- getBeanClass() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
- getBeanClass() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
-
The bean Java type
- getBeanClass() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
- getBeanContainer() - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a reference to the underlying BeanContainer.
- getBeanInstance() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
- getBeanInstance() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
-
The bean reference
- getBeanInstance() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
- getBeanManagerReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getBeanManagerReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getBeforeDropStatement() - Method in class org.hibernate.dialect.Dialect
-
A command to execute before dropping tables.
- getBeforeDropStatement() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
-
Get the before-transaction-completion process, if any, for this action.
- getBinaryStream() - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- getBinaryStream(long, long) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getBindableType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.HANADialect.HANABlobType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.H2JsonArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.H2JsonJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleBaseStructJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleXmlArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleXmlJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLUUIDJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getBinder(JavaType<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Obtain a binder object capable of binding values of the given Java type to parameters of a JDBC
PreparedStatement
. - getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- getBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Access to the binding via position
- getBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Access to the binding via name
- getBinding(QueryParameter<P>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Access to the binding via QueryParameter reference
- getBinding(QueryParameterImplementor<P>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Access to the binding via QueryParameter reference
- getBinding(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- getBindingGroup(String) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
-
Get the bindings for the specific table, or
null
- getBindings() - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
-
The parameter bindings
- getBindings() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- getBindType() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Get the Type currently associated with this binding.
- getBindType() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Get the Type currently associated with this binding.
- getBindType() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinding
- getBindValue() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Get the value current bound.
- getBindValue() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinding
- getBindValue(J, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
- getBindValue(X, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getBindValue(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
- getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Get the values currently bound.
- getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Get the values currently bound.
- getBlobBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- getBooleanExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- getBooleanType() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getBooleanType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getBooleanValue() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- getBooleanValue() - Method in class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
- getBootModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getBootstrapContext() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocumentContext
-
Access to the containing BootstrapContext
- getBootstrapContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
- getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getBootstrapContext() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getBootstrapJdbcConnectionAccess() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain a
JdbcConnectionAccess
usable from bootstrap actions (hbm2ddl.auto,Dialect
resolution, etc). - getBootstrapServiceRegistry() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
- getBuildingContext() - Method in interface org.hibernate.boot.model.naming.ImplicitNameSource
-
Access to the current building context.
- getBuildingContext() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
-
Access the contextual information related to the current process of building metadata.
- getBuildingContext() - Method in class org.hibernate.mapping.Collection
- getBuildingContext() - Method in class org.hibernate.mapping.OneToMany
- getBuildingContext() - Method in class org.hibernate.mapping.SimpleValue
- getBuildingContext() - Method in interface org.hibernate.mapping.Value
- getBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Access to the options specified by the
MetadataBuilder
- getBytecodeEnhancementMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getBytecodeEnhancementMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
- getBytecodeProvider() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Allows to force the use of a specific instance of BytecodeProvider to perform the enhancement.
- getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Access to the bytes.
- getBytes(long, int) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- getBytesPerCharacter() - Method in class org.hibernate.dialect.MySQLServerConfiguration
- getCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
CacheImplementor
. - getCache() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getCache() - Method in interface org.hibernate.SessionFactory
-
Obtain direct access to the underlying cache regions.
- getCacheable() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getCacheable() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getCacheable() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getCacheable() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getCacheAccess() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Access to the natural-id's L2 cache access.
- getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Access to the collection's cache region
- getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cache (optional operation)
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
- getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Retrieve the cached database snapshot for the requested entity key.
- getCachedPkResolutions(EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Find all the locally cached primary key cross-reference entries for the given entity.
- getCachedSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getCachedTypes() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
-
The list of specific subclasses of the root that are actually written to cache.
- getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the structure used to store data into the collection's cache region
- getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
- getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cache structure
- getCacheHitCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The number of successful cache look-ups for this data from its configured cache region since the last Statistics clearing
- getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of cache hits for this query.
- getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
- getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- getCacheMissCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The number of unsuccessful cache look-ups for this data from its configured cache region since the last Statistics clearing
- getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of cache misses for this query
- getCacheMode() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getCacheMode() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getCacheMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getCacheMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getCacheMode() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getCacheMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getCacheMode() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getCacheMode() - Method in interface org.hibernate.query.SelectionQuery
-
Obtain the
CacheMode
in effect for this query. - getCacheMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getCacheMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getCacheMode() - Method in interface org.hibernate.query.spi.QueryOptions
- getCacheMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getCacheMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- getCacheMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getCacheMode() - Method in interface org.hibernate.Session
-
Get the current cache mode for this session.
- getCacheMode() - Method in interface org.hibernate.SharedSessionContract
-
Get the current cache mode for this session.
- getCachePutCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The number of times this data has been into its configured cache region since the last Statistics clearing
- getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of cache puts for this query
- getCacheRegion() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getCacheRegion() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getCacheRegion() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getCacheRegion() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getCacheRegion() - Method in interface org.hibernate.query.SelectionQuery
-
Obtain the name of the second level query cache region in which query results will be stored (if they are cached, see the discussion on
SelectionQuery.isCacheable()
for more information). - getCacheRegion() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getCacheRegion() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getCacheRegionDefinitions() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to all explicit cache region mappings.
- getCacheRegionName() - Method in class org.hibernate.mapping.Collection
- getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
- getCacheRegionName() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The name of the region where this data is cached.
- getCacheRegionNames() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
The unqualified name of all regions.
- getCacheRegionPrefix() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCacheRegionPrefix() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
A factory-specific prefix to be applied to all cache region names.
- getCacheRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the statistics for either a domain data or query result cache region.
- getCacheRetrieveMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getCacheRetrieveMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getCacheRetrieveMode() - Method in interface org.hibernate.query.SelectionQuery
- getCacheRetrieveMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getCacheRetrieveMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getCacheRetrieveMode() - Method in interface org.hibernate.query.spi.QueryOptions
-
Controls whether query results are read from the cache.
- getCacheRetrieveMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getCacheRetrieveMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getCacheRetrieveMode() - Method in interface org.hibernate.Session
-
The JPA-defined
CacheRetrieveMode
. - getCacheRetrieveMode(Map<String, Object>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCacheRetrieveMode(Map<String, Object>) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Determine the default
CacheRetrieveMode
, given the current session properties. - getCacheStorageAccess() - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
Public for testing purposes
- getCacheStoreMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getCacheStoreMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getCacheStoreMode() - Method in interface org.hibernate.query.SelectionQuery
- getCacheStoreMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getCacheStoreMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getCacheStoreMode() - Method in interface org.hibernate.query.spi.QueryOptions
-
Controls whether query results are put into the cache.
- getCacheStoreMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getCacheStoreMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getCacheStoreMode() - Method in interface org.hibernate.Session
-
The JPA-defined
CacheStoreMode
. - getCacheStoreMode(Map<String, Object>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCacheStoreMode(Map<String, Object>) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Determine the default
CacheStoreMode
, given the current session properties. - getCacheTransactionSynchronization() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getCacheTransactionSynchronization() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
The current
CacheTransactionSynchronization
associated with this session. - getCacheTransactionSynchronization() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the caching configuration for this entity.
- getCaching() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCachingTimestamp() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
- getCachingTimestamp() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
What is the start time of this context object?
- getCallableName() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Informational access to the name of the database function or procedure
- getCallableQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
- getCallableStatementSupport() - Method in class org.hibernate.dialect.DB2Dialect
- getCallableStatementSupport() - Method in class org.hibernate.dialect.Dialect
-
The
CallableStatementSupport
for this database. - getCallableStatementSupport() - Method in class org.hibernate.dialect.HANADialect
- getCallableStatementSupport() - Method in class org.hibernate.dialect.OracleDialect
- getCallableStatementSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getCallableStatementSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getCallableStatementSupport() - Method in class org.hibernate.dialect.SybaseDialect
- getCallback() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getCallback() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
-
The callback reference
- getCallback() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getCallbackAnnotation() - Method in enum class org.hibernate.jpa.event.spi.CallbackType
- getCallbackClass() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getCallbackDefinitions() - Method in class org.hibernate.mapping.PersistentClass
- getCallbackDefinitions() - Method in class org.hibernate.mapping.Property
-
Deprecated.See discussion in
EmbeddableCallback
. - getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
- getCallbackRegistry() - Method in class org.hibernate.event.spi.EventEngine
- getCallbackType() - Method in interface org.hibernate.jpa.event.spi.Callback
-
The type of callback (pre-update, pre-persist, etc) handled
- getCallRefCursorExtractors() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
-
Extractors for REF_CURSOR (ResultSet) parameters
- getCanonicalName() - Method in class org.hibernate.boot.model.naming.Identifier
- getCanonicalName() - Method in class org.hibernate.mapping.Column
- getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
- getCascade() - Method in class org.hibernate.mapping.Property
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.CockroachDialect
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
-
The keyword that specifies that a
drop table
operation should be cascaded to its constraints, typically" cascade"
where the leading space is required, or the empty string if there is no such keyword in this dialect. - getCascadeConstraintsString() - Method in class org.hibernate.dialect.H2Dialect
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.HANADialect
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.HSQLDialect
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.OracleDialect
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
How deep are we cascaded?
- getCascadeStyle() - Method in class org.hibernate.mapping.Property
- getCascadeStyle() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
- getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
- getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
-
Retrieve the cascade style of the indicated component property.
- getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
-
Factory method for obtaining named cascade styles
- getCascadeStyleName() - Method in interface org.hibernate.boot.model.source.spi.CascadeStyleSource
-
Obtain the cascade styles to be applied to this association.
- getCascadingAction() - Method in enum class org.hibernate.loader.ast.spi.CascadingFetchProfile
- getCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDialect
- getCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
-
The name of the SQL operator that performs case-insensitive
LIKE
comparisons. - getCaseInsensitiveLike() - Method in class org.hibernate.dialect.H2Dialect
- getCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getCastType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- getCastType() - Method in class org.hibernate.type.AbstractStandardBasicType
- getCastType() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getCastType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- getCastType(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- getCastTypeName(Size, SqlExpressible, DdlTypeRegistry) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Return the database type corresponding to the given
SqlExpressible
that may be used as a target type in casting operations using the SQLCAST()
function. - getCastTypeName(JdbcMappingContainer, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getCastTypeName(JdbcMappingContainer, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getCastTypeName(SqlExpressible, Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCastTypeName(SqlTypedMapping, TypeConfiguration) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getCastTypeName(ReturnableType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getCastTypeName(ReturnableType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getCastTypeName(BasicType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getCastTypeName(BasicType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getCastTypeName(JdbcType, JavaType<?>) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCastTypeName(JdbcType, JavaType<?>, Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCatalog() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
-
Deprecated.
- getCatalog() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- getCatalog() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getCatalog() - Method in class org.hibernate.mapping.Table
- getCatalog() - Method in interface org.hibernate.mapping.UserDefinedType
- getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getCatalogIdentifier() - Method in class org.hibernate.mapping.Table
- getCatalogName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
- getCatalogName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- getCatalogName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- getCategorization() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
- getCharacterSetBytesPerCharacter(DatabaseMetaData) - Static method in class org.hibernate.dialect.MySQLDialect
-
Deprecated.
- getCharacterStream() - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- getCharacterStream(long, long) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- getCharacterType() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getCharVariantCode() - Method in enum class org.hibernate.dialect.NationalizationSupport
- getCheckCondition() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the specified check constraint condition
- getCheckCondition(String, long[]) - Method in class org.hibernate.dialect.Dialect
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Dialect.getCheckCondition(String, Long[])
instead - getCheckCondition(String, long, long) - Method in class org.hibernate.dialect.Dialect
-
Render a SQL check condition for a column that represents an enumerated value.
- getCheckCondition(String, Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
- getCheckCondition(String, Long[]) - Method in class org.hibernate.dialect.Dialect
-
Render a SQL check condition for a column that represents an enumerated value by its ordinal representation or a given list of values.
- getCheckCondition(String, String[]) - Method in class org.hibernate.dialect.Dialect
-
Render a SQL check condition for a column that represents an enumerated value by its string representation or a given list of values (with NULL value allowed).
- getCheckCondition(String, Collection<?>, JdbcType) - Method in class org.hibernate.dialect.Dialect
-
Generate a SQL
check
condition for the given column, constraining to the given values. - getCheckCondition(String, Dialect) - Method in interface org.hibernate.type.BasicType
-
The check constraint that should be added to the column definition in generated DDL.
- getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.dialect.type.OracleBooleanJdbcType
- getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.dialect.type.OracleJsonArrayJdbcType
- getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.dialect.type.OracleJsonJdbcType
- getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
The check constraint that should be added to the column definition in generated DDL.
- getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- getCheckCondition(String, JdbcType, BasicValueConverter<Boolean, ?>, Dialect) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getCheckCondition(String, JdbcType, BasicValueConverter<T, ?>, Dialect) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- getCheckCondition(String, JdbcType, BasicValueConverter<T, ?>, Dialect) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
The check constraint that should be added to the column definition in generated DDL.
- getCheckConstraint() - Method in interface org.hibernate.boot.model.source.spi.TableSource
- getCheckConstraints() - Method in class org.hibernate.mapping.Column
- getCheckConstraints() - Method in class org.hibernate.mapping.PersistentClass
- getCheckConstraintString(CheckConstraint) - Method in class org.hibernate.dialect.Dialect
-
Render a SQL check condition for
CheckConstraint
- getCheckConstraintString(CheckConstraint) - Method in class org.hibernate.dialect.SQLServerDialect
- getChecks() - Method in class org.hibernate.mapping.Table
- getCheckStyle() - Method in record class org.hibernate.boot.model.CustomSql
-
Deprecated.
- getCheckValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
- getCheckValue() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
- getClass(T) - Static method in class org.hibernate.Hibernate
-
Get the true, underlying class of a proxied entity.
- getClassDetailsRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getClassification() - Method in class org.hibernate.boot.models.spi.CollectionTypeRegistration
- getClassification() - Method in interface org.hibernate.usertype.UserCollectionType
-
The classification mapped by this custom type
- getClassLazy(T) - Static method in class org.hibernate.Hibernate
-
Get the true, underlying class of a proxied entity.
- getClassLoader() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to class loading capabilities.
- getClassLoaderService() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
ClassLoaderService
. - getClassLoaderService() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getClassLoaderService() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
ClassLoaderService
. - getClassLoaderService() - Method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
- getClassLoaderService() - Method in interface org.hibernate.query.spi.QueryEngine
-
Avoid use of this, because Hibernate Processor can't do class loading
- getClassmateContext() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the shared
ClassmateContext
object used throughout the bootstrap process. - getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
-
Retrieve the fully-qualified entity class name.
- getClassName() - Method in class org.hibernate.mapping.PersistentClass
- getClassOrElementName() - Method in interface org.hibernate.boot.spi.PropertyData
-
Returns the returned class name itself or the element type if an array
- getClassOrElementType() - Method in interface org.hibernate.boot.spi.PropertyData
-
Returns the returned class itself or the element type if an array
- getClassOrPluralElement() - Method in interface org.hibernate.boot.spi.PropertyData
-
Returns the returned class itself or the element type if an array or collection
- getClassTransformer() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getClassTransformer() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getClassType() - Method in interface org.hibernate.graph.SubGraph
- getClassType(ClassDetails) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getClauseStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getClazz() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
- getClobBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- getClobVariantCode() - Method in enum class org.hibernate.dialect.NationalizationSupport
- getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
-
The number of prepared statements that were released.
- getCode() - Method in class org.hibernate.boot.models.spi.JdbcTypeRegistration
- getCollation() - Method in class org.hibernate.mapping.Column
- getCollation() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- getCollation() - Method in class org.hibernate.sql.ast.tree.expression.Collation
- getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
- getCollection(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
-
instantiate a collection wrapper (called when loading an object)
- getCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getCollection(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the collection instance associated with the
CollectionKey
- getCollectionAttribute() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
- getCollectionBatch(CollectionPersister, Object, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Get a batch of uninitialized collection keys for a given role
- getCollectionBinding(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieves the collection mapping metadata for the given collection role.
- getCollectionBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getCollectionBindings() - Method in interface org.hibernate.boot.Metadata
-
Retrieves the Collection metadata representation for all known collections.
- getCollectionBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getCollectionCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the list of all collection data to be stored in this region
- getCollectionClass() - Method in interface org.hibernate.usertype.UserCollectionType
-
The Java type that this type maps.
- getCollectionClassification() - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
The classification handled by this semantic
- getCollectionClassification() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getCollectionClassification() - Method in class org.hibernate.type.ArrayType
- getCollectionClassification() - Method in class org.hibernate.type.BagType
- getCollectionClassification() - Method in class org.hibernate.type.CollectionType
- getCollectionClassification() - Method in class org.hibernate.type.CustomCollectionType
- getCollectionClassification() - Method in class org.hibernate.type.IdentifierBagType
- getCollectionClassification() - Method in class org.hibernate.type.ListType
- getCollectionClassification() - Method in class org.hibernate.type.MapType
- getCollectionClassification() - Method in class org.hibernate.type.OrderedMapType
- getCollectionClassification() - Method in class org.hibernate.type.OrderedSetType
- getCollectionClassification() - Method in class org.hibernate.type.SetType
- getCollectionClassification() - Method in class org.hibernate.type.SortedMapType
- getCollectionClassification() - Method in class org.hibernate.type.SortedSetType
- getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
-
The number of collection instances associated with the session.
- getCollectionDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
-
Build a
CollectionDataAccess
instance representing access to destructured collection data stored in this cache region. - getCollectionDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- getCollectionDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
The descriptor for the collection being loaded
- getCollectionDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Get a collection mapping descriptor based on its role
- getCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Get a collection mapping descriptor based on its role
- getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Doubly internal
- getCollectionEntriesSize() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
The size of the internal map storing all collection entries.
- getCollectionEntry(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the collection entry for a persistent collection
- getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of collections fetched.
- getCollectionFetchesCount() - Method in interface org.hibernate.sql.results.graph.FetchList
- getCollectionFetchesCount() - Method in interface org.hibernate.sql.results.graph.FetchParent
- getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the
PersistentCollection
object for an array - getCollectionId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
- getCollectionIdSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCollectionInstance() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
The collection instance being loaded
- getCollectionInstance(Data) - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
- getCollectionInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
- getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractBagSemantics
- getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractMapSemantics
- getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractSetSemantics
- getCollectionJavaType() - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
The collection's Java type
- getCollectionKey() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
-
Get the collection key for the collection which is to be loaded immediately.
- getCollectionKey(CollectionPersister, Object, EntityEntry, SharedSessionContractImplementor) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
-
The set of all
CollectionKey
s currently held within the persistence context. - getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of collections loaded.
- getCollectionLoader() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCollectionOwner(Object, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity that owns this persistent collection
- getCollectionPersisterClass(Collection) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
-
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
- getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.CollectionPersister
- getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of collections recreated
- getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Find the cache data access strategy for the given collection.
- getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of collections removed.
- getCollectionRole() - Method in class org.hibernate.mapping.Backref
- getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
- getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
-
The names of all collection roles.
- getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
Deprecated.
- getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
-
Retrieves a set of all the collection roles in which the given entity is a participant, as either an index or an element.
- getCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Deprecated.this method should be removed; alternative methods are available that better express the intent, allowing for better optimisations. Not aggressively removing this as it's an SPI, but also useful for testing and other contexts which are not performance sensitive. N.B. This might return an immutable map: do not use for mutations!
- getCollectionSemantics() - Method in class org.hibernate.mapping.Collection
- getCollectionSemantics() - Method in interface org.hibernate.metamodel.mapping.CollectionMappingType
- getCollectionSemantics() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCollectionSemantics() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "space" that holds the persistent state
- getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the statistics for the collection with the given role.
- getCollectionTable() - Method in class org.hibernate.mapping.Collection
- getCollectionTableCheck() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCollectionTableComment() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCollectionTableMapping() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCollectionTableMapping() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
- getCollectionTableSpecificationSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCollectionType() - Method in class org.hibernate.mapping.Collection
- getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Hibernate is moving away from
Type
. Corresponding mapping metamodel calls should be used instead - here (generally),PluralAttributeMapping
- getCollectionTypeRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of collections updated.
- getCollectionUserTypeRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getColumn() - Method in class org.hibernate.mapping.BasicValue
- getColumn(int) - Method in class org.hibernate.mapping.Constraint
- getColumn(int) - Method in class org.hibernate.mapping.SimpleValue
- getColumn(int) - Method in class org.hibernate.mapping.Table
- getColumn(int) - Method in class org.hibernate.mapping.UserDefinedObjectType
- getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
- getColumn(Identifier) - Method in class org.hibernate.mapping.Table
- getColumn(Identifier) - Method in class org.hibernate.mapping.UserDefinedObjectType
- getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve the named ColumnInformation
- getColumn(InFlightMetadataCollector, String) - Method in class org.hibernate.mapping.Table
- getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
- getColumn(Column) - Method in class org.hibernate.mapping.Table
-
Return the column which is identified by column provided as argument.
- getColumn(Column) - Method in class org.hibernate.mapping.UserDefinedObjectType
-
Return the column which is identified by column provided as argument.
- getColumnAliases() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
- getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
-
A
ColumnAliasExtractor
, usually justResultSetMetaData.getColumnLabel(int)
. - getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
-
Get the comment into a form supported for column definition.
- getColumnComment(String) - Method in class org.hibernate.dialect.HANADialect
- getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
- getColumnCount() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
-
Number of columns
- getColumnCount() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- getColumnCount() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
-
Number of values in the underlying result
- getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getColumnDefinition() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getColumnDefinition() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getColumnDefinition() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getColumnDefinition() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getColumnDefinitions() - Method in class org.hibernate.sql.ast.tree.expression.JsonTableColumnsClause
- getColumnDefinitions() - Method in class org.hibernate.sql.ast.tree.expression.XmlTableColumnsClause
- getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
- getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
- getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
- getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the SQL fragment used to make the given column unique as part of its column definition, usually just
" unique"
, or return an empty string if uniqueness does not belong in the column definition. - getColumnExpression() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
- getColumnExpression() - Method in class org.hibernate.sql.ast.tree.cte.CteColumn
- getColumnExpression() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getColumnIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
The simple (not qualified) column name.
- getColumnInsertability() - Method in class org.hibernate.mapping.Collection
- getColumnInsertability() - Method in class org.hibernate.mapping.Component
- getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
- getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
- getColumnInsertability() - Method in interface org.hibernate.mapping.Value
- getColumnLength() - Method in class org.hibernate.mapping.BasicValue
- getColumnLength() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getColumnLength() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Useful for resolutions based on column length.
- getColumnLengths() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getColumnName() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- getColumnName() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
-
The name of the column to which this value is "bound"
- getColumnName() - Method in class org.hibernate.mapping.Any.MetaValue
- getColumnName() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
The name of the soft-delete indicator column.
- getColumnName() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumn
-
The name of the column
- getColumnName() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getColumnName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- getColumnName() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
-
The name of the column this parameter "maps to"
- getColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
- getColumnNames() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
- getColumnNamingPattern() - Method in class org.hibernate.mapping.Component
-
Column naming pattern applied to the component
- getColumnOrderingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getColumnOrderingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getColumnOrderingStrategy() - Method in class org.hibernate.cfg.Configuration
-
The
CustomEntityDirtinessStrategy
, if any, that was added to this configuration. - getColumnOrderMap() - Method in class org.hibernate.mapping.Index
-
Deprecated.
- getColumnOrderMap() - Method in class org.hibernate.mapping.UniqueKey
- getColumnPrecision() - Method in class org.hibernate.mapping.BasicValue
- getColumnPrecision() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getColumnPrecision() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Useful for resolutions based on column precision.
- getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getColumnReference() - Method in interface org.hibernate.sql.ast.tree.expression.Expression
- getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
- getColumnReference() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getColumnReference() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
- getColumnReference() - Method in class org.hibernate.sql.model.ast.ColumnValueParameter
- getColumnReferenceMappings() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
-
Get the column mappings that define the reference.
- getColumnReferences() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getColumnReferences() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- getColumnReferences() - Method in interface org.hibernate.sql.ast.tree.update.Assignable
- getColumns() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getColumns() - Method in class org.hibernate.mapping.Collection
- getColumns() - Method in class org.hibernate.mapping.Component
- getColumns() - Method in class org.hibernate.mapping.Constraint
- getColumns() - Method in class org.hibernate.mapping.DenormalizedTable
- getColumns() - Method in class org.hibernate.mapping.Index
-
Deprecated.
- getColumns() - Method in class org.hibernate.mapping.OneToMany
- getColumns() - Method in class org.hibernate.mapping.Property
-
Delegates to
Value.getColumns()
. - getColumns() - Method in class org.hibernate.mapping.SimpleValue
- getColumns() - Method in class org.hibernate.mapping.Table
- getColumns() - Method in class org.hibernate.mapping.UserDefinedObjectType
- getColumns() - Method in interface org.hibernate.mapping.Value
-
If the mapping involves only columns, return them.
- getColumns() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getColumns() - Method in class org.hibernate.sql.Insert
- getColumns() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Obtain the columns making up the primary key.
- getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getColumnsAndFormulasSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
- getColumnScale() - Method in class org.hibernate.mapping.BasicValue
- getColumnScale() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getColumnScale() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Useful for resolutions based on column scale.
- getColumnsForExport() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getColumnsInOriginalOrder() - Method in class org.hibernate.mapping.PrimaryKey
- getColumnSize() - Method in class org.hibernate.mapping.Column
- getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
-
The column size (length).
- getColumnSize(Dialect, MappingContext) - Method in class org.hibernate.mapping.Column
- getColumnSource() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
Obtain source information about the column for the collection id.
- getColumnSpan() - Method in class org.hibernate.mapping.Collection
- getColumnSpan() - Method in class org.hibernate.mapping.Component
- getColumnSpan() - Method in class org.hibernate.mapping.Constraint
- getColumnSpan() - Method in class org.hibernate.mapping.Index
- getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
- getColumnSpan() - Method in class org.hibernate.mapping.Property
- getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
- getColumnSpan() - Method in class org.hibernate.mapping.Table
- getColumnSpan() - Method in class org.hibernate.mapping.UserDefinedObjectType
- getColumnSpan() - Method in interface org.hibernate.mapping.Value
-
The number of columns and formulas in the mapping.
- getColumnSpan(MappingContext) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.AbstractStandardBasicType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.AnyType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.CollectionType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.ComponentType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.CustomType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.ManyToOneType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.MetaType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.OneToOneType
- getColumnSpan(MappingContext) - Method in class org.hibernate.type.SpecialOneToOneType
- getColumnSpan(MappingContext) - Method in interface org.hibernate.type.Type
-
How many columns are used to persist this type?
- getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
- getColumnUpdateability() - Method in class org.hibernate.mapping.Component
- getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
- getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
- getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
- getCombinedTypeParameters() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
Get the collection of type-parameters collected both locally as well as from the applied type-def, if one
- getComment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the specified SQL comment
- getComment() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
- getComment() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
- getComment() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getComment() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getComment() - Method in class org.hibernate.mapping.Column
- getComment() - Method in class org.hibernate.mapping.Table
- getComment() - Method in class org.hibernate.mapping.UserDefinedObjectType
- getComment() - Method in interface org.hibernate.query.CommonQueryContract
-
Get the comment that has been set for this query, if any.
- getComment() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getComment() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getComment() - Method in interface org.hibernate.query.Query
-
Obtain the comment currently associated with this query.
- getComment() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getComment() - Method in class org.hibernate.query.spi.AbstractQuery
- getComment() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getComment() - Method in interface org.hibernate.query.spi.QueryOptions
-
The SQL comment to apply to the interpreted SQL query, for dialects which support SQL comments
- getComment() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getComment() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getComment() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Get the comments/remarks defined for the table.
- getComparator() - Method in class org.hibernate.mapping.Collection
- getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Retrieve the natural comparator for this type.
- getComparatorClassName() - Method in class org.hibernate.mapping.Collection
- getComparatorName() - Method in interface org.hibernate.boot.model.source.spi.Sortable
-
The comparator class name which will be used to sort the attribute.
- getCompatibleTableExpressions() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
- getComponent() - Method in class org.hibernate.mapping.AggregateColumn
- getComponentClass() - Method in class org.hibernate.mapping.Component
- getComponentClassName() - Method in class org.hibernate.mapping.Component
- getComponentName(int) - Method in interface org.hibernate.query.sqm.tuple.TupleType
- getComponentNames() - Method in interface org.hibernate.query.sqm.tuple.TupleType
- getCompositeUserTypeRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getCompositeUserTypeRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getCompositeUserTypes() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getCompositeUserTypes() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access the list of
CompositeUserType
registrations. - getCompoundSelectionItems() - Method in interface org.hibernate.query.criteria.JpaSelection
- getCompoundSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getConcreteDescriptor(Data) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- getConcreteDescriptor(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- getConcreteEmbeddableTypes() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Returns the concrete embeddable subtypes or an empty collection if
EmbeddableMappingType.isPolymorphic()
isfalse
. - getConcreteProxyClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getConcreteProxyClass() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the proxy interface that instances of this concrete class will be cast to (optional operation).
- getCondition() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the condition associated with the filter.
- getConfigLoader() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
- getConfigurationService() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
ConfigurationService
. - getConfigurationSettings() - Method in interface org.hibernate.type.spi.TypeBootstrapContext
- getConfigurationValues() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- getConfigurationValues() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the complete
map of config settings
. - getConfigurationValues() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
- getConfiguredJdbcBatchSize() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the currently configured JDBC batch size, which might have been specified at either the session or factory level.
- getConflictAction() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
The action to do when a conflict due to a unique constraint violation happens.
- getConflictAction() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- getConflictClause() - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Returns the conflict clause that defines what happens when an insert violates a unique constraint, or
null
if there is none. - getConflictClause() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- getConflictClause() - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
- getConflictClause() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- getConnectCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of connections requested by sessions.
- getConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
- getConnection(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- getConnection(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- getConnection(T) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Obtains a connection for use according to the underlying strategy of this provider.
- getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the name of the catalog in effect when we connected to the database.
- getConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
- getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the name of the schema in effect when we connected to the database.
- getConstraint() - Method in class org.hibernate.mapping.CheckConstraint
- getConstraintColumnNames() - Method in class org.hibernate.sql.ast.tree.insert.ConflictClause
- getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
- getConstraintColumns() - Method in interface org.hibernate.mapping.Value
-
Same as
Value.getColumns()
except it returns the PK for the non-owning side of a one-to-one association. - getConstraintInParens() - Method in class org.hibernate.mapping.CheckConstraint
- getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
-
Returns the name of the violated constraint, if known.
- getConstraintName() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
The unique constraint name for which a constraint violation is allowed.
- getConstraintName() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- getConstraintName() - Method in class org.hibernate.sql.ast.tree.insert.ConflictClause
- getConstraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.EntityPersister
- getConstraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getConstraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getConstraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getConstraintPaths() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
The paths which are part of a unique constraint, for which a constraint violation is allowed.
- getConstraintPaths() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- getConstructor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- getConsumedPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
- getConsumedPart() - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
-
Get the currently consumed part.
- getContainerClass() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
- getContainerClass() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
- getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get a reference to the persister for the entity containing this attribute.
- getContainingQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getContainingTable() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
-
The name of the table to which this selectable is mapped
- getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
-
The table which contains the columns mapped by this value
- getContainingTableExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getContainingTableInformation() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
Access to the containing table.
- getContainingTableName() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
- getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Return the identifier of the persistent object, or null if it is not associated with this session.
- getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getContributor() - Method in class org.hibernate.boot.model.relational.Sequence
- getContributor() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getContributor() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getContributor() - Method in interface org.hibernate.mapping.Contributable
-
The name of the contributor which contributed this
- getContributor() - Method in class org.hibernate.mapping.PersistentClass
- getContributor() - Method in class org.hibernate.mapping.Table
- getContributor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Deprecated.
- getContributor() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- getContributorName() - Method in interface org.hibernate.boot.spi.AdditionalMappingContributor
-
The name of this contributor.
- getContributors() - Method in interface org.hibernate.boot.Metadata
-
All of the known model contributors
- getContributors() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getConversionContext() - Method in class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
- getConverter() - Method in class org.hibernate.type.BasicTypeReference
- getConverterBean() - Method in interface org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
-
A
ManagedBean
representing the JPAAttributeConverter
, in the case that the converter is a managed bean, e.g., a CDI bean. - getConverterDescriptor() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
- getConverterJavaType() - Method in interface org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
-
A
JavaType
representing the JPAAttributeConverter
. - getConverterRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getConverterRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getConverterRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Obtain the
ConverterRegistry
which may be used to registerAttributeConverter
s. - getConverters() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getConverterType() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
- getConverterType() - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- getCopy(T) - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
- getCorrelatedJoins() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- getCorrelatedRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmCorrelation
- getCorrelatedTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- getCorrelationParent() - Method in interface org.hibernate.query.criteria.JpaFrom
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- getCorrelationParent() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- getCorrespondingJoinType() - Method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- getCorrespondingJpaJoinType() - Method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- getCorrespondingSqlJoinType() - Method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Deprecated.Unique in a millisecond for this JVM instance (unless there are more than 32767 instances created in a millisecond)
- getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
- getCountShort() - Static method in class org.hibernate.id.uuid.Helper
-
Unique in a millisecond for this JVM instance (unless there are more than 32767 instances created in a millisecond)
- getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to create the named catalog.
- getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
- getCreateCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getCreateEntryCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getCreateEnumTypeCommand(Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
- getCreateEnumTypeCommand(String, String[]) - Method in class org.hibernate.dialect.Dialect
- getCreateEnumTypeCommand(String, String[]) - Method in class org.hibernate.dialect.OracleDialect
- getCreateEnumTypeCommand(String, String[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getCreateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
Get the filter to be applied to
SchemaCreator
processing - getCreateIndexString(boolean) - Method in class org.hibernate.dialect.DB2iDialect
- getCreateIndexString(boolean) - Method in class org.hibernate.dialect.DB2zDialect
- getCreateIndexString(boolean) - Method in class org.hibernate.dialect.Dialect
-
The command used to create an index, usually
create index
orcreate unique index
. - getCreateIndexString(boolean) - Method in class org.hibernate.dialect.SQLServerDialect
- getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DB2Dialect
- getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DB2iDialect
- getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DB2zDialect
- getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.Dialect
-
A string to be appended to the end of the
create index
command, usually to specify thatnull
values are to be considered distinct. - getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.SQLServerDialect
- getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
-
Slight variation on
Dialect.getCreateTableString()
. - getCreateOptions() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getCreateParams() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to create the named schema.
- getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
- getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.SpannerDialect
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
-
HSQL will start with 0, by default.
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getCreateSequenceString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Typically dialects which support sequences can create a sequence with a single command.
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
-
Because of the overridden
HSQLSequenceSupport.getCreateSequenceString(String)
, we must also overrideHSQLSequenceSupport.getCreateSequenceString(String, int, int)
to prevent duplication ofstart with
. - getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getCreateSequenceString(String, int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Typically dialects which support sequences can create a sequence with a single command.
- getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getCreateSequenceStrings(String, int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
An optional multi-line form for databases which
SequenceSupport.supportsPooledSequences()
. - getCreateSequenceStrings(String, int, int, String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getCreateSequenceStrings(String, int, int, String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
An optional multi-line form for databases which
SequenceSupport.supportsPooledSequences()
. - getCreateTableString() - Method in class org.hibernate.dialect.Dialect
-
The command used to create a table, usually
create table
. - getCreateTableString() - Method in class org.hibernate.dialect.HANADialect
- getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.Dialect
-
Annotation to be appended to the end of each COLUMN clause for temporary tables.
- getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.SQLServerDialect
- getCreateUserDefinedTypeExtensionsString() - Method in class org.hibernate.dialect.DB2Dialect
- getCreateUserDefinedTypeExtensionsString() - Method in class org.hibernate.dialect.Dialect
-
An arbitrary extension to append to the end of the UDT
create type
command. - getCreateUserDefinedTypeKindString() - Method in class org.hibernate.dialect.Dialect
-
The kind of user-defined type to create, or the empty string if this does not need to be specified.
- getCreateUserDefinedTypeKindString() - Method in class org.hibernate.dialect.OracleDialect
- getCreateVarcharEnumTypeCommand(String, String[]) - Static method in class org.hibernate.dialect.OracleDialect
-
Used to generate the
CREATE
DDL command for Data Use Case Domain based onVARCHAR2
values. - getCreationContext() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
-
Access to the context of the creation
- getCreationContext() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getCreationContext() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getCreationContext() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getCreationOptions() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
-
What options should be applied to the creation
- getCreationState() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
-
The overall SQM creation state
- getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getCriteriaBuilder() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getCriteriaBuilder() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- getCriteriaBuilder() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- getCriteriaBuilder() - Method in interface org.hibernate.query.spi.QueryEngine
- getCriteriaBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getCriteriaBuilder() - Method in interface org.hibernate.SessionFactory
- getCriteriaBuilder() - Method in interface org.hibernate.SharedSessionContract
- getCriteriaValueHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCriteriaValueHandlingMode() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- getCrossReferenceParentTableFilter() - Method in class org.hibernate.dialect.Dialect
-
Some dialects require a not null primaryTable filter.
- getCte() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- getCte() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- getCteColumn() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- getCteColumn() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
- getCteColumns() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
- getCteContainer() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The container within this CTE is registered.
- getCteContainer() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCteCriteria(String) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getCteCriteria(String) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Returns a CTE that is registered by the given name on this container, or any of its parents.
- getCteCriteria(String) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- getCteCriteria(String) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getCteCriteria(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getCteCriterias() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getCteCriterias() - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Returns the CTEs that are registered on this container.
- getCteCriterias() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- getCteCriterias() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getCteDefinition() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The definition of the CTE.
- getCteDefinition() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCteDefinition() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getCteName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getCteObject(String) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
- getCteObject(String) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
- getCteObjects() - Method in class org.hibernate.sql.ast.tree.AbstractStatement
- getCteObjects() - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
- getCteStatement() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- getCteStatement(String) - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
- getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getCteStatement(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getCteStatement(String) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
- getCteStatement(String) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
- getCteStatements() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- getCteStatements() - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
- getCteStatements() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getCteStatements() - Method in class org.hibernate.sql.ast.tree.AbstractStatement
- getCteStatements() - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
- getCteTable() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCteTable() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- getCteTable() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getCurrent() - Method in interface org.hibernate.result.Outputs
-
Retrieve the current Output object.
- getCurrentBaseSqlTypeIndicators() - Method in class org.hibernate.type.spi.TypeConfiguration
- getCurrentCatalog() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Get the current database catalog.
- getCurrentClauseStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getCurrentClauseStack() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getCurrentClauseStack() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- getCurrentClauseStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getCurrentClauseStack() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
- getCurrentContributorName() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
The name of the contributor whose mappings we are currently processing
- getCurrentCteStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getCurrentDmlStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
-
This is only available late during the flush cycle
- getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getCurrentLockMode(Object) - Method in interface org.hibernate.Session
-
Determine the current
LockMode
of the given managed instance associated with this session. - getCurrentlyProcessingJoinType() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getCurrentlyProcessingJoinType() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getCurrentlyProcessingJoinType() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
-
Returns the
SqlAstJoinType
of the currently processing join if there is one, ornull
. - getCurrentlyResolvingForeignKeyPart() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getCurrentlyResolvingForeignKeyPart() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Returns the part of the foreign key that is currently being resolved, or
null
if no foreign key is currently being resolved. - getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
- getCurrentProcessingState() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
- getCurrentProcessingState() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getCurrentProcessingState() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getCurrentProcessingState() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getCurrentQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getCurrentQueryPart() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
-
Returns the current query part that is translated.
- getCurrentRowValue(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
Get the JDBC value at the given index for the row currently positioned at within this source.
- getCurrentSchema() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Get the current database catalog.
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Since Hibernate now baselines on Java 17,
Connection.getSchema()
is always available directly. Never used internally. - getCurrentSchemaCommand() - Method in class org.hibernate.dialect.HANADialect
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.OracleDialect
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SpannerDialect
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SQLServerDialect
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SybaseDialect
- getCurrentSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getCurrentSession() - Method in interface org.hibernate.SessionFactory
-
Obtains the current session, an instance of
Session
implicitly associated with some context or scope. - getCurrentSqmQueryPart() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getCurrentSqmQueryPart() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- getCurrentStatus() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Obtain the current transaction status using whatever means is preferred for this platform
- getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Obtain a reference to the current tenant identifier resolver, if any, or return
null
is there is no resolver configured. - getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
-
The
CurrentTenantIdentifierResolver
, if any, that was added to this configuration. - getCurrentTenantIdentifierResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
CurrentTenantIdentifierResolver
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CockroachDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
-
The command used to retrieve the current timestamp from the database.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HANADialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SpannerDialect
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
-
The current_timestamp is more accurate, but only known to be supported in SQL Server 7.0 and later and Sybase not known to support it at all
- getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the current value of this attribute.
- getCurrentVersion(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Retrieve the version number
- getCurrentVersion(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the current version of the object, or return null if there is no row for the given identifier.
- getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
A custom strategy for determining if an entity instance is dirty.
- getCustomEntityDirtinessStrategy() - Method in class org.hibernate.cfg.Configuration
-
The
CustomEntityDirtinessStrategy
, if any, that was added to this configuration. - getCustomEntityDirtinessStrategy() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
CustomEntityDirtinessStrategy
- getCustomHqlTranslator() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomHqlTranslator() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
Translator for transforming HQL (as an Antlr parse tree) into an SQM tree.
- getCustomIdGeneratorCreator() - Method in class org.hibernate.mapping.SimpleValue
- getCustomInstantiator() - Method in class org.hibernate.mapping.Component
- getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the name of a named-query that will be used for loading this entity
- getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the name of a custom persister class to be used.
- getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCustomRead() - Method in class org.hibernate.mapping.Column
- getCustomReadExpression() - Method in class org.hibernate.mapping.Column
- getCustomReadExpression() - Method in class org.hibernate.mapping.Formula
- getCustomReadExpression() - Method in interface org.hibernate.mapping.Selectable
-
Any custom read expression for this selectable.
- getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getCustomReadExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
-
The selection's read expression accounting for formula treatment as well as
ColumnTransformer.read()
- getCustomReadExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getCustomReadExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getCustomSql() - Method in interface org.hibernate.sql.model.ast.CustomSqlMutation
-
The custom SQL provided by the mapping
- getCustomSql() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
-
Custom, application-provided SQL for this mutation (if one).
- getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the custom SQL to be used for deletes for this entity
- getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the custom SQL to be used for deletes for this entity
- getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
- getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
- getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
- getCustomSqlDeleteAll() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
- getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
- getCustomSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomSqlFunctionMap() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
User defined SQM functions available for use in HQL and Criteria.
- getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the custom SQL to be used for inserts for this entity
- getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the custom SQL to be used for inserts for this entity
- getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
- getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
- getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
- getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the custom SQL to be used for updates for this entity
- getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the custom SQL to be used for updates for this entity
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
- getCustomSqmFunctionRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomSqmFunctionRegistry() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
User supplied registry of SQM functions available for use in HQL and Criteria
- getCustomSqmMultiTableInsertStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomSqmMultiTableInsertStrategy() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
Contract for handling SQM trees representing insertion (INSERT) queries where the target of the mutation is a multi-table entity.
- getCustomSqmMultiTableMutationStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomSqmMultiTableMutationStrategy() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
Contract for handling SQM trees representing mutation (UPDATE or DELETE) queries where the target of the mutation is a multi-table entity.
- getCustomSqmTranslatorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getCustomSqmTranslatorFactory() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
Factory for translators transforming an SQM tree into a different form.
- getCustomTypeProducer() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
The
BeanInstanceProducer
to use when creating custom type references. - getCustomWrite() - Method in class org.hibernate.mapping.Column
- getCustomWriteExpression() - Method in class org.hibernate.mapping.Column
- getCustomWriteExpression() - Method in class org.hibernate.mapping.Formula
- getCustomWriteExpression() - Method in interface org.hibernate.mapping.Selectable
-
Any custom write expression for this selectable.
- getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getCustomWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
-
The selection's write expression accounting
ColumnTransformer.write()
- getCustomWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getCustomWriteExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getCycleAttributes() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The attributes to use for cycle detection.
- getCycleAttributes() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCycleColumns() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getCycleLiteral() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCycleMarkAttributeName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The attribute name which is used to mark when a cycle has been detected.
- getCycleMarkAttributeName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCycleMarkColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getCyclePathAttributeName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The attribute name that represents the computation path, which is used for cycle detection.
- getCyclePathAttributeName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCyclePathColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getCycleValue() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The value which is set for the cycle mark attribute when a cycle is detected.
- getCycleValue() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getCycleValue() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getData(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
-
The current data of this initializer.
- getDatabase() - Method in interface org.hibernate.boot.Metadata
-
Retrieve the database model.
- getDatabase() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getDatabase() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
View of the relational database objects (tables, sequences, etc.) and namespaces (catalogs and schemas).
- getDatabaseAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- getDatabaseConnectionInfo(Dialect) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
- getDatabaseConnectionInfo(Dialect) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
- getDatabaseConnectionInfo(Dialect) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
- getDatabaseConnectionInfo(Dialect, ExtractedDatabaseMetaData) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
- getDatabaseHints() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getDatabaseHints() - Method in interface org.hibernate.query.spi.QueryOptions
-
Hints to apply to the interpreted SQL query
- getDatabaseHints() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getDatabaseMajorVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Obtain access to the database major version, as returned from
DatabaseMetaData.getDatabaseMajorVersion()
for the target database. - getDatabaseMajorVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDatabaseMetadata() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDatabaseMetadata() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the
DatabaseMetaData
if it is available. - getDatabaseMicroVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Obtain access to the database minor version, as returned from
DatabaseMetaData.getDatabaseMinorVersion()
for the target database. - getDatabaseMicroVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- getDatabaseMinorVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Obtain access to the database minor version, as returned from
DatabaseMetaData.getDatabaseMinorVersion()
for the target database. - getDatabaseMinorVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the database name, as returned from
DatabaseMetaData.getDatabaseProductName()
for the target database - getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getDatabaseObjectAccess() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
- getDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the current database state of the object, in a "hydrated" form, without resolving identifiers.
- getDatabaseSnapshot(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the current state of the entity as known to the underlying database, or
null
if there is no corresponding row. - getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'databaseStructure'.
- getDatabaseVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDatabaseVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the database version, as returned from
DatabaseMetaData.getDatabaseProductVersion()
for the target database - getDatatype() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
The deduced (and dialect convertible) type for this column
- getDB2Version() - Method in class org.hibernate.dialect.DB2Dialect
-
DB2 LUW Version
- getDB2Version() - Method in class org.hibernate.dialect.DB2iDialect
- getDB2Version() - Method in class org.hibernate.dialect.DB2zDialect
- getDB2Version() - Method in class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
- getDB2Version() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- getDB2Version() - Method in class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- getDdlType(SqlTypedMapping, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HANAUnnestFunction
- getDdlType(SqlTypedMapping, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- getDdlTypeCode() - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getDdlTypeCode() - Method in class org.hibernate.dialect.type.OracleBooleanJdbcType
- getDdlTypeCode() - Method in class org.hibernate.dialect.type.OracleJsonArrayJdbcType
- getDdlTypeCode() - Method in class org.hibernate.dialect.type.OracleJsonJdbcType
- getDdlTypeCode() - Method in class org.hibernate.dialect.type.OracleNestedTableJdbcType
- getDdlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
- getDdlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
A JDBC type code that identifies the SQL column type to be used for schema generation.
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UuidAsBinaryJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
- getDdlTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
- getDecimalDigits() - Method in class org.hibernate.mapping.Column
- getDecimalDigits() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
-
The precision, for numeric types
- getDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- getDeclaredAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Get access to the attributes defined on this class - do not access attributes defined on the super
- getDeclaredAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDeclaredAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getDeclaredId(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
- getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
- getDeclaredList(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredList(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredProperties() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
- getDeclaredProperties() - Method in class org.hibernate.mapping.Join
- getDeclaredProperties() - Method in class org.hibernate.mapping.MappedSuperclass
- getDeclaredProperties() - Method in class org.hibernate.mapping.PersistentClass
- getDeclaredSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredSet(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredSingularAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
- getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
- getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
- getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
- getDeclaredVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getDeclaredVersion(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getDeclaringClass() - Method in interface org.hibernate.boot.spi.PropertyData
-
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
- getDeclaringType() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
The managed type that declares this attribute
- getDeclaringType() - Method in interface org.hibernate.metamodel.mapping.OwnedValuedModelPart
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
- getDeclaringType() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaAttribute
-
The declaring type.
- getDeclaringType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- getDefaultAccess() - Method in interface org.hibernate.boot.spi.PropertyData
- getDefaultAccessStrategyName() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Name of the default
PropertyAccessStrategy
in effect for the entire persistence unit Seeentity-mappings/persistence-unit-metadata/persistence-unit-defaults/default-access
- getDefaultAccessStrategyName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default
PropertyAccessStrategy
name to use if none specified in the mapping. - getDefaultAccessType() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
-
Get the default access type for any "user model" data.
- getDefaultBatchFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultBatchFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default batch size for batch fetching in new sessions.
- getDefaultCacheAccessType() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default cache access strategy to use if none is specified
- getDefaultCascadeTypes() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Cascades to apply by default for this persistence unit See
entity-mappings/persistence-unit-metadata/persistence-unit-defaults/default-cascade
- getDefaultCascadeTypes() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default cascade styles to apply to associations.
- getDefaultCatalog() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
- getDefaultCatalog() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Default catalog in effect for the entire persistent unit.
- getDefaultCatalog() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultCatalog() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default catalog to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit catalog in XML mapping).
- getDefaultCatalog() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
The default catalog name, if one.
- getDefaultCatalog() - Method in interface org.hibernate.mapping.GeneratorSettings
- getDefaultCatalog() - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- getDefaultCatalog() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getDefaultCatalog() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getDefaultCatalogName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default database catalog name to use
- getDefaultCatalogName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
- getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
- getDefaultCollectionType() - Method in class org.hibernate.mapping.List
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
- getDefaultColumnName() - Method in enum class org.hibernate.annotations.SoftDeleteType
- getDefaultCondition() - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- getDefaultConnectionHandlingMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
- getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.DB2Dialect
- getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.Dialect
-
This is the default precision for a generated column of exact numeric type
DECIMAL
orNUMERIC
mapped to aBigInteger
orBigDecimal
. - getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.HANADialect
- getDefaultDiscriminatorColumnName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default column name to use for the discriminator column if none specified in the mapping.
- getDefaultExpression() - Method in class org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
- getDefaultExpression() - Method in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
- getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
- getDefaultIdColumnName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default column name to use for the identifier column if none specified in the mapping.
- getDefaultIntervalSecondScale() - Method in class org.hibernate.dialect.CockroachDialect
- getDefaultIntervalSecondScale() - Method in class org.hibernate.dialect.Dialect
-
This is the default scale for a generated column of type
INTERVAL SECOND
mapped to aDuration
. - getDefaultIntervalSecondScale() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getDefaultListClassification() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
Deprecated.No longer supported
- getDefaultLobLength() - Method in class org.hibernate.dialect.Dialect
- getDefaultLobLength() - Method in class org.hibernate.dialect.MySQLDialect
- getDefaultLobLength() - Method in class org.hibernate.dialect.SQLServerDialect
- getDefaultLobLength() - Method in class org.hibernate.dialect.SybaseASEDialect
- getDefaultLockOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultLockOptions() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default lock scope and lock timeout.
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLDialect
- getDefaultNamespace() - Method in class org.hibernate.boot.model.relational.Database
- getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.Dialect
-
The default value to use for the configuration property "hibernate.jdbc.lob.non_contextual_creation".
- getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.H2Dialect
- getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.HANADialect
- getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getDefaultNullPrecedence() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultNullPrecedence() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default precedence of null values in sorted query results.
- getDefaultOrdinalityColumnName() - Method in class org.hibernate.dialect.CockroachDialect
- getDefaultOrdinalityColumnName() - Method in class org.hibernate.dialect.Dialect
-
Returns the default name of the ordinality column for a set-returning function if it supports that, otherwise returns
null
. - getDefaultOrdinalityColumnName() - Method in class org.hibernate.dialect.H2Dialect
- getDefaultOrdinalityColumnName() - Method in class org.hibernate.dialect.HSQLDialect
- getDefaultOrdinalityColumnName() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getDefaultPackageName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default package name to use if none specified in XML mappings.
- getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
-
Retrieve a set of default Hibernate properties for this database.
- getDefaultPropertyAccessType() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default AccessType to use if not specified in the mapping.
- getDefaultQueryResultsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Access to the "default" region used to store query results when caching was requested but no region was explicitly named.
- getDefaults() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getDefaultSchema() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
- getDefaultSchema() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Default schema in effect for the entire persistent unit.
- getDefaultSchema() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultSchema() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default schema to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit schema in XML mapping).
- getDefaultSchema() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
The default schema name, if one.
- getDefaultSchema() - Method in interface org.hibernate.mapping.GeneratorSettings
- getDefaultSchema() - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- getDefaultSchema() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getDefaultSchema() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getDefaultSchemaName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default database schema name to use
- getDefaultSchemaName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
- getDefaultSessionProperties() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultSessionProperties() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Default properties for brand-new sessions.
- getDefaultSqlAstJoinType(TableGroup) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
- getDefaultSqlAstJoinType(TableGroup) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
The default column length when this Java type is mapped to a SQL data type which is parametrized by length, for example
Types.VARCHAR
. - getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- getDefaultSqlLength(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
-
The default column length, for use in DDL generation.
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
The default column precision when this Java type is mapped to a SQL data type which is parametrized by precision, for example
Types.DECIMAL
. - getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- getDefaultSqlPrecision(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
-
The default column precision, for use in DDL generation.
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
The default column scale when this Java type is mapped to a SQL data type which is parametrized by scale, for example
Types.DECIMAL
. - getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getDefaultSqlScale(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
-
The default column scale, for use in DDL generation.
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.H2JsonArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.OracleArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.OracleNestedTableJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.OracleXmlArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLOrdinalEnumJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getDefaultSqlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
A JDBC type code that identifies the SQL column type.
- getDefaultSqlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OrdinalEnumJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UuidAsBinaryJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcTypeConstructor
- getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.DB2Dialect
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.Dialect
-
The default value to use for the configuration property "hibernate.jdbc.batch_size".
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.H2Dialect
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.HSQLDialect
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.OracleDialect
- getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getDefaultTenantIdColumnName() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
The default column name to use for the tenant identifier column if none is specified in the mapping.
- getDefaultTenantIdentifierJavaType() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultTenantIdentifierJavaType() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default tenant identifier java type to use, in case no explicit tenant identifier property is defined.
- getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.Dialect
-
This is the default precision for a generated column of type
TIMESTAMP
mapped to aTimestamp
orLocalDateTime
. - getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.HANADialect
- getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.OracleDialect
- getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.SQLServerDialect
- getDefaultTimeZoneStorage() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getDefaultTimeZoneStorage() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getDefaultTimeZoneStorageStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.mapping.BasicValue
- getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getDefaultTimeZoneStorageStrategy() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
The default
TimeZoneStorageStrategy
. - getDefaultTransactionIsolation() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the default transaction isolation level.
- getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.Dialect
-
The default value to use for the configuration property "hibernate.jdbc.use_get_generated_keys".
- getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.HANADialect
- getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.OracleDialect
- getDefaultValue() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain a specified default value for the column
- getDefaultValue() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- getDefaultValue() - Method in class org.hibernate.mapping.Column
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getDefaultValue() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Get this Java type's default value.
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
- getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
-
Get a default value meant to indicate transience.
- getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
- getDefaultZonedTimeSqlType() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getDefaultZonedTimeSqlType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- getDefaultZonedTimestampSqlType() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getDefaultZonedTimestampSqlType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- getDefinedFetchProfileNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getDefinedFetchProfileNames() - Method in interface org.hibernate.query.sql.spi.SqlTranslationEngine
- getDefinedFetchProfileNames() - Method in interface org.hibernate.SessionFactory
-
Obtain the set of names of all
defined fetch profiles
. - getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
-
Obtain the set of names of all
defined filters
. - getDefinedHints() - Static method in interface org.hibernate.jpa.AvailableHints
- getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
-
Deprecated.
- getDelegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
This is the implementation of
EntityManager.getDelegate()
. - getDelegate() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getDelegate() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getDeleteAllExpectation() - Method in class org.hibernate.mapping.Collection
- getDeleteCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDeleteCoordinator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the delete coordinator instance.
- getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity has been deleted
- getDeleteCustomSql() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getDeleteDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getDeleteDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getDeleteDetails() - Method in interface org.hibernate.sql.model.TableMapping
-
Details for deleting from this table
- getDeletedState() - Method in interface org.hibernate.engine.spi.EntityEntry
- getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
- getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
-
Getter for property 'deletedState'.
- getDeleteExpectation() - Method in class org.hibernate.mapping.Collection
- getDeleteExpectation() - Method in class org.hibernate.mapping.Join
- getDeleteExpectation() - Method in class org.hibernate.mapping.PersistentClass
- getDeleteExpectation() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getDeleteRowDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getDeleteRowOperation() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getDeleteRowOperation(TableMapping) - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getDeleteRowRestrictions() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getDeleteRowsCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentBag
- getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get all the elements that need deleting
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentList
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentMap
- getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentSet
- getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
- getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributePath
- getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
- getDependencyOrderedUserDefinedTypes() - Method in class org.hibernate.boot.model.relational.Namespace
- getDepth() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
How many "parts" are there to this path/role?
- getDescriptor() - Method in class org.hibernate.boot.models.spi.JavaTypeRegistration
- getDescriptor() - Method in class org.hibernate.boot.models.spi.JdbcTypeRegistration
- getDescriptor() - Method in interface org.hibernate.engine.spi.EntityHolder
- getDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Returns the registered
DdlType
for the given SQL type code. - getDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- getDetailsForDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- getDetailsForDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- getDetailsForEntityName(String) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- getDetailsForEntityName(String) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- getDetailsForRelationalForm(R) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- getDialect() - Method in interface org.hibernate.boot.model.FunctionContributions
-
The SQL Dialect.
- getDialect() - Method in class org.hibernate.boot.model.relational.Database
- getDialect() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
- getDialect() - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- getDialect() - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- getDialect() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getDialect() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Get the dialect for this environment.
- getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain the dialect of the database.
- getDialect() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the
Dialect
. - getDialect() - Method in class org.hibernate.mapping.BasicValue
- getDialect() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getDialect() - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- getDialect() - Method in interface org.hibernate.query.spi.QueryEngine
- getDialect() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getDialect() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getDialect() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
Obtain the
Dialect
. - getDialect() - Method in class org.hibernate.sql.Insert
- getDialect() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getDialect() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- getDialect() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Access to the current dialect.
- getDialectResolutionInfo() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
-
Get the DialectResolutionInfo
- getDialectScopes() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- getDialectVersion() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The database version.
- getDirection() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
- getDirtynessStatus() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
-
Whether the attribute is considered dirty
- getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
- getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
- getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpsertEvent
- getDisableConstraintsStatement() - Method in class org.hibernate.dialect.Dialect
-
A SQL statement that temporarily disables foreign key constraint checking for all tables.
- getDisableConstraintsStatement() - Method in class org.hibernate.dialect.H2Dialect
- getDisableConstraintsStatement() - Method in class org.hibernate.dialect.MySQLDialect
- getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.DB2Dialect
- getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.Dialect
-
A SQL statement that temporarily disables checking of the given foreign key constraint.
- getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.OracleDialect
- getDisabledFetchProfiles() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getDisabledFetchProfiles() - Method in interface org.hibernate.query.spi.QueryOptions
-
The explicitly disabled profiles for this query
- getDisabledFetchProfiles() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble an EntityEntry based on this state for return.
- getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
- getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
- getDiscriminator() - Method in class org.hibernate.mapping.Component
- getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
- getDiscriminator() - Method in class org.hibernate.mapping.RootClass
- getDiscriminator() - Method in class org.hibernate.mapping.Subclass
- getDiscriminator() - Method in class org.hibernate.type.descriptor.jdbc.StructAttributeValues
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
- getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the result set aliases used for the identifier columns, given a suffix
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.Use
SelectableMapping.getSelectionExpression()
instead - getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorDescriptor() - Method in class org.hibernate.mapping.Any
- getDiscriminatorDomainType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorDomainType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The type of the discriminator, or
null
if the entity does not have a discriminator. - getDiscriminatorFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorMapping() - Method in interface org.hibernate.metamodel.mapping.Discriminable
- getDiscriminatorMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Returns the discriminator mapping if this discriminator type is polymorphic,
null
otherwise. - getDiscriminatorMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Mapping details for the entity's discriminator.
- getDiscriminatorMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorMatchValue() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Get the actual discriminator value in case of a single table inheritance
- getDiscriminatorName() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- getDiscriminatorPart() - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Discriminable.getDiscriminatorMapping()
instead. - getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
Obtain the column/formula information about the discriminator.
- getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
- getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the source information about the discriminator attribute for single table inheritance
- getDiscriminatorSource() - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- getDiscriminatorSQLValue() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getDiscriminatorSQLValue(PersistentClass, Dialect) - Static method in class org.hibernate.persister.entity.DiscriminatorHelper
- getDiscriminatorType() - Method in class org.hibernate.mapping.Component
- getDiscriminatorType() - Method in interface org.hibernate.metamodel.model.domain.AnyMappingDomainType
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getDiscriminatorType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the discriminator type
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getDiscriminatorType() - Method in class org.hibernate.type.AnyType
- getDiscriminatorType(Component) - Static method in class org.hibernate.persister.entity.DiscriminatorHelper
- getDiscriminatorType(SqmPathSource<T>, NodeBuilder) - Static method in class org.hibernate.persister.entity.DiscriminatorHelper
-
Utility that computes the node type used in entity or embeddable type literals.
- getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
- getDiscriminatorValue() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
- getDiscriminatorValue() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The discriminator value which indicates this entity mapping
- getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getDiscriminatorValue(String) - Method in interface org.hibernate.metamodel.mapping.EmbeddableDiscriminatorMapping
-
Retrieve the relational discriminator value corresponding to the provided embeddable class name.
- getDiscriminatorValue(PersistentClass) - Static method in class org.hibernate.persister.entity.DiscriminatorHelper
- getDiscriminatorValueFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getDiscriminatorValues() - Method in class org.hibernate.mapping.Component
- getDiscriminatorValuesToEntityNameMap() - Method in class org.hibernate.type.MetaType
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.DB2Dialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.Dialect
-
Get the minimum
DmlTargetColumnQualifierSupport
required by this dialect. - getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.H2Dialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.HANADialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.MySQLDialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.OracleDialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.SybaseDialect
- getDocuments() - Method in interface org.hibernate.boot.models.xml.spi.XmlPreProcessingResult
-
All XML documents (JAXB roots)
- getDomainBatchSize() - Method in interface org.hibernate.loader.ast.spi.BatchLoader
-
The total number of loadable references that can be initialized per each load operation.
- getDomainClass() - Method in class org.hibernate.boot.models.spi.UserTypeRegistration
- getDomainDataRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the second-level cache statistics for the given cache region.
- getDomainJavaType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
The JavaType for the value as part of the domain model
- getDomainJavaType() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- getDomainJavaType() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
-
The domain Java form, which is either
JavaType<Class>
(entity class) orJavaType<String>
(entity name). - getDomainJavaType() - Method in class org.hibernate.type.CharBooleanConverter
- getDomainJavaType() - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
-
Descriptor for the Java type for the domain portion of this converter
- getDomainJavaType() - Method in class org.hibernate.type.NumericBooleanConverter
- getDomainModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getDomainModel() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getDomainParameterXref() - Method in interface org.hibernate.query.spi.HqlInterpretation
- getDomainParameterXref() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
- getDomainResultAssemblers() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingResolution
- getDomainResultDescriptors() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- getDomainResultResultJavaType() - Method in interface org.hibernate.sql.results.spi.RowReader
-
The type actually returned from this reader's
RowReader.readRow(org.hibernate.sql.results.jdbc.spi.RowProcessingState)
call, accounting for any transformers. - getDomainResults() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
- getDomainType() - Method in class org.hibernate.boot.models.spi.JavaTypeRegistration
- getDomainType() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- getDomainValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
The resolved Classmate type descriptor for the conversion's domain type
- getDoublePrecision() - Method in class org.hibernate.dialect.Dialect
-
This is the default precision for a generated column mapped to a Java
Double
ordouble
. - getDoublePrecision() - Method in class org.hibernate.dialect.SybaseASEDialect
- getDriver() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the JDBC driver name.
- getDriverClassName(String) - Method in enum class org.hibernate.dialect.Database
-
Get the name of the JDBC driver class for this database, or null if we're not too sure what it should be.
- getDriverKind() - Method in class org.hibernate.dialect.SybaseDialect
- getDriverMajorVersion() - Method in class org.hibernate.dialect.OracleDialect
- getDriverMajorVersion() - Method in class org.hibernate.dialect.OracleServerConfiguration
- getDriverMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDriverMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the major version of the JDBC driver, as returned from
DatabaseMetaData.getDriverMajorVersion()
()} for the target database. - getDriverMinorVersion() - Method in class org.hibernate.dialect.OracleDialect
- getDriverMinorVersion() - Method in class org.hibernate.dialect.OracleServerConfiguration
- getDriverMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDriverMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the minor version of the JDBC driver, as returned from
DatabaseMetaData.getDriverMinorVersion()
for the target database. - getDriverName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getDriverName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the name of the JDBC driver, as returned from
DatabaseMetaData.getDriverName()
for the target database - getDropCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to drop the named catalog.
- getDropCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
- getDropCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getDropEnumTypeCommand(Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
- getDropEnumTypeCommand(String) - Method in class org.hibernate.dialect.Dialect
- getDropEnumTypeCommand(String) - Method in class org.hibernate.dialect.OracleDialect
- getDropEnumTypeCommand(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getDropFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
Get the filter to be applied to
SchemaDropper
processing - getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
-
The subcommand of the
alter table
command used to drop a foreign key constraint, usuallydrop constraint
. - getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
- getDropForeignKeyString() - Method in class org.hibernate.dialect.SpannerDialect
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DB2Dialect
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to drop the named schema.
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SpannerDialect
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SQLServerDialect
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.H2V1SequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.H2V2SequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
- getDropSequenceString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Typically dialects which support sequences can drop a sequence with a single command.
- getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
- getDropSequenceStrings(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getDropSequenceStrings(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
The multiline script used to drop a sequence.
- getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.No longer used
- getDropUniqueKeyString() - Method in class org.hibernate.dialect.Dialect
-
The subcommand of the
alter table
command used to drop a unique key constraint. - getDropUniqueKeyString() - Method in class org.hibernate.dialect.MySQLDialect
- getDual() - Method in class org.hibernate.dialect.DB2Dialect
- getDual() - Method in class org.hibernate.dialect.Dialect
-
Returns a table expression that has one row.
- getDual() - Method in class org.hibernate.dialect.H2Dialect
- getDual() - Method in class org.hibernate.dialect.HANADialect
- getDual() - Method in class org.hibernate.dialect.MariaDBDialect
- getDual() - Method in class org.hibernate.dialect.MySQLDialect
- getDual() - Method in class org.hibernate.dialect.OracleDialect
- getDual() - Method in class org.hibernate.dialect.SybaseASEDialect
- getDual() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Returns a table expression that has one row.
- getDuration() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- getDuration() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- getEffectiveDefaults() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocumentContext
- getEffectiveDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Access to mapping defaults in effect for this context
- getEffectiveEntityGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getEffectiveKeysFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- getEffectiveLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getEffectiveLimit() - Method in interface org.hibernate.query.spi.QueryOptions
-
Determine the effective paging limit to apply to the query.
- getEffectiveLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
-
Deprecated.Determine the
LockMode
to apply to the given alias. - getEffectiveLockMode(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getEffectiveLockMode(String, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getEffectiveLockTimeout(LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getEffectiveMappingDefaults() - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
- getEffectiveOptionalEntityName() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
- getEffectiveOptionalId() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
- getEffectiveOptionalObject() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
- getElement() - Method in class org.hibernate.mapping.Collection
- getElement() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getElement(Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getElement(Object) - Method in class org.hibernate.collection.spi.PersistentBag
- getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the value of the given collection entry.
- getElement(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getElement(Object) - Method in class org.hibernate.collection.spi.PersistentList
- getElement(Object) - Method in class org.hibernate.collection.spi.PersistentMap
- getElement(Object) - Method in class org.hibernate.collection.spi.PersistentSet
- getElementByIndex(Object, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getElementByIndex(Object, Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
- getElementClass() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSourceArray
- getElementClass() - Method in class org.hibernate.mapping.Array
- getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Return the element class of an array, or null otherwise.
- getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Return the element class of an array, or null otherwise
- getElementClassName() - Method in class org.hibernate.mapping.Array
- getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Read-by-position makes this irrelevant. Currently still used by
SQLQueryParser
- getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getElementCountInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
- getElementCountInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of elements currently in memory within the cache provider.
- getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
- getElementCountOnDisk() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of elements currently stored to disk within the cache provider.
- getElementDdlTypeCode() - Method in class org.hibernate.mapping.UserDefinedArrayType
- getElementDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getElementIterator(CE) - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
Obtain an iterator over the collection elements
- getElementIterator(Collection<E>) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
- getElementIterator(MKV) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
- getElementIterator(SE) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
- getElementJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
- getElementJavaType() - Method in interface org.hibernate.type.descriptor.java.BasicPluralJavaType
-
Get the Java type descriptor for the element type
- getElementJavaType() - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- getElementJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getElementPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getElementPathSource() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPluralPersistentAttribute
- getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getElementPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the persister of the element class, if this is a collection of entities (optional operation).
- getElementPersisterInternal() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
-
Not defined for collections of primitive type
- getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
-
Get an iterator over the element set of the collection, which may not yet be wrapped
- getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
- getElementsIterator(Object) - Method in class org.hibernate.type.MapType
- getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
- getElementsIterator(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Deprecated.
- getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getElementSqlTypeCode() - Method in class org.hibernate.mapping.UserDefinedArrayType
- getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getElementTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
- getElementType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
- getElementType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Hibernate is moving away from
Type
. Corresponding mapping metamodel calls should be used instead - here,PluralAttributeMapping.getElementDescriptor()
- getElementType() - Method in class org.hibernate.type.BasicArrayType
- getElementType() - Method in class org.hibernate.type.BasicCollectionType
- getElementType() - Method in interface org.hibernate.type.BasicPluralType
-
Get element type
- getElementType() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getElementType(int, List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
- getElementType(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
- getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the Hibernate type of the collection elements
- getElementTypeName() - Method in class org.hibernate.mapping.UserDefinedArrayType
- getElementTypeName(JavaType<?>, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getEmbeddableClass() - Method in class org.hibernate.boot.models.spi.CompositeUserTypeRegistration
- getEmbeddableClass() - Method in class org.hibernate.boot.models.spi.EmbeddableInstantiatorRegistration
- getEmbeddableClass() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getEmbeddableDomainType() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- getEmbeddableInstantiatorRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getEmbeddableInstantiatorRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getEmbeddableMapping() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
- getEmbeddableMappings() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getEmbeddableMappingType() - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getEmbeddableMappingType() - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getEmbeddableMappingType() - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
- getEmbeddableMappingType() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- getEmbeddableMappingType() - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- getEmbeddableMappingType() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- getEmbeddableOverrides() - Method in interface org.hibernate.boot.models.xml.spi.XmlProcessingResult
- getEmbeddableSource() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
-
Gets the source information about the embeddable/composition.
- getEmbeddableSubclasses(ClassDetails) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getEmbeddableTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getEmbeddableValuedModelPart(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Get an EmbeddableMappingType based on its NavigableRole.
- getEmbeddedPart() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
- getEmbeddedPart(EmbeddableMappingType, int) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
- getEmbeddedValueMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getEmptyBehavior() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Get the
JpaJsonQueryNode.EmptyBehavior
of this json query expression. - getEmptyBehavior() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Get the
JpaJsonValueNode.EmptyBehavior
of this json value expression. - getEmptyBehavior() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- getEmptyBehavior() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- getEmptyDefault() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Get the
JpaExpression
that is returned when the JSON path does not resolve for a JSON document. - getEmptyDefault() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- getEnableConstraintsStatement() - Method in class org.hibernate.dialect.Dialect
-
A SQL statement that re-enables foreign key constraint checking for all tables.
- getEnableConstraintsStatement() - Method in class org.hibernate.dialect.H2Dialect
- getEnableConstraintsStatement() - Method in class org.hibernate.dialect.MySQLDialect
- getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.DB2Dialect
- getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.Dialect
-
A SQL statement that re-enables checking of the given foreign key constraint.
- getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.OracleDialect
- getEnabledCascadingFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
Fetch-profile to apply, if one, when building the result-graph for cascade fetching - for example, the result-graph used when handling a merge to immediately load additional based on CascadeType.MERGE
- getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getEnabledFetchProfiles() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getEnabledFetchProfiles() - Method in interface org.hibernate.query.spi.QueryOptions
-
The explicitly enabled profiles for this query
- getEnabledFetchProfiles() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEnabledFilter(String) - Method in interface org.hibernate.SharedSessionContract
-
Retrieve a currently enabled filter by name.
- getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
Returns an unmodifiable Set of enabled filter names.
- getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getEndExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getEndExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getEndKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getEndKind() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getEnforcedCacheKeysFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
-
The
CacheKeysFactory
explicitly specified as part of the bootstrap by the user, by some "container", etc. - getEnhancementVersion() - Method in exception org.hibernate.bytecode.enhance.VersionMismatchException
- getEnhancer(EnhancementContext) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.
- getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Doubly internal
- getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
- getEntity() - Method in interface org.hibernate.engine.spi.EntityHolder
-
The entity object, or
null
if no entity object was registered yet. - getEntity() - Method in class org.hibernate.event.spi.AbstractDatabaseOperationEvent
-
Retrieves the entity involved in the database operation.
- getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
- getEntity() - Method in class org.hibernate.event.spi.MergeEvent
- getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
- getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
- getEntity() - Method in interface org.hibernate.id.insert.Binder
- getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
- getEntity(String, Object) - Method in interface org.hibernate.Interceptor
-
Get a fully loaded entity instance that is cached externally.
- getEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity instance associated with the given key
- getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get an entity cached by unique key
- getEntityBinding(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieves the PersistentClass entity mapping metadata representation for the given entity name.
- getEntityBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getEntityBindingMap() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
A map of
PersistentClass
by entity name. - getEntityBindings() - Method in interface org.hibernate.boot.Metadata
-
Retrieves the PersistentClass entity metadata representation for all known entities.
- getEntityBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getEntityCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the list of all entity data to be stored in this region
- getEntityClass() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
- getEntityCopyObserver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getEntityCopyObserver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
EntityCopyObserverFactory
service. - getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
-
The number of entity instances associated with the session.
- getEntityDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
-
Build a
EntityDataAccess
instance representing access to destructured entity data stored in this cache region. - getEntityDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of entity deletes.
- getEntityDescriptor() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
- getEntityDescriptor() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
-
Get the descriptor for the type of entity being initialized
- getEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Get an entity mapping descriptor based on its Class.
- getEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Get an entity mapping descriptor based on its Hibernate entity-name
- getEntityDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Get an entity mapping descriptor based on its NavigableRole.
- getEntityEntry() - Method in interface org.hibernate.engine.spi.EntityHolder
- getEntityEntry() - Method in class org.hibernate.event.spi.FlushEntityEvent
- getEntityEntryFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getEntityEntryFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the EntityEntryFactory indicated for the entity mapped by this persister.
- getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of entity fetches.
- getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
- getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getEntityGraph(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEntityGraph(String) - Method in interface org.hibernate.Session
-
Obtain an immutable reference to a predefined named entity graph or return
null
if there is no predefined graph with the given name. - getEntityGraph(String) - Method in interface org.hibernate.SharedSessionContract
-
Obtain an immutable reference to a predefined named entity graph or return
null
if there is no predefined graph with the given name. - getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEntityGraphs(Class<T>) - Method in interface org.hibernate.Session
-
Retrieve all named
EntityGraph
s with the given root entity type. - getEntityGraphs(Class<T>) - Method in interface org.hibernate.SharedSessionContract
-
Retrieve all named
EntityGraph
s with the given root entity type. - getEntityHolder(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
- getEntityHoldersByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Doubly internal
- getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
- getEntityId() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
- getEntityIdentifier(Data) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- getEntityIdentifier(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- getEntityInitializer() - Method in interface org.hibernate.engine.spi.EntityHolder
-
The entity initializer that claims to initialize the entity for this holder.
- getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of entity inserts.
- getEntityInstance() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
-
Should only be used when initializing a bytecode-proxy
- getEntityKey() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- getEntityKey() - Method in interface org.hibernate.engine.spi.EntityEntry
-
Get the
EntityKey
for this entry. - getEntityKey() - Method in interface org.hibernate.engine.spi.EntityHolder
- getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
-
The set of all
EntityKey
s currently held within the persistence context. - getEntityListenerRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of entity loads.
- getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map<?, ?>) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, Consumer<MergedSettings>) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
For tests only
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
- getEntityManagerFactoryBuilder(URL, String, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
Intended for use in Hibernate tests
- getEntityManagerFactoryBuilder(URL, String, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
Intended for use in Hibernate tests
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map<?, ?>, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map<?, ?>, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, Consumer<MergedSettings>) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
For tests only
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
- getEntityManagerFactoryBuilderOrNull(String, Map<?, ?>) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getEntityManagerFactoryBuilderOrNull(String, Map<?, ?>, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getEntityManagerFactoryBuilderOrNull(String, Map<?, ?>, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getEntityMapping() - Method in interface org.hibernate.query.NativeQuery.RootReturn
- getEntityMappings() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
-
The descriptor of the entity that is the type for this part
- getEntityMappingType() - Method in interface org.hibernate.persister.entity.EntityPersister
- getEntityMappingType(Class<?>) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
-
Deprecated, for removal: This API element is subject to removal in a future version.Only called from tests
- getEntityMappingType(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
-
Deprecated, for removal: This API element is subject to removal in a future version.Only called from tests
- getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the underlying entity metamodel instance.
- getEntityName() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
-
The Hibernate entity name.
- getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- getEntityName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
The name of the entity this interceptor is meant to intercept
- getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- getEntityName() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
The name of the entity to which this metadata applies.
- getEntityName() - Method in interface org.hibernate.engine.spi.EntityEntry
- getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
- getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
- getEntityName() - Method in exception org.hibernate.EntityFilterException
- getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
- getEntityName() - Method in class org.hibernate.event.spi.LockEvent
- getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
- getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
- getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
- getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
- getEntityName() - Method in exception org.hibernate.FetchNotFoundException
- getEntityName() - Method in class org.hibernate.id.ForeignGenerator
-
Deprecated.Getter for property 'entityName'.
- getEntityName() - Method in class org.hibernate.mapping.Backref
- getEntityName() - Method in class org.hibernate.mapping.IndexBackref
- getEntityName() - Method in class org.hibernate.mapping.OneToOne
- getEntityName() - Method in class org.hibernate.mapping.PersistentClass
- getEntityName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The entity name.
- getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
- getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The entity name which this persister maps.
- getEntityName() - Method in exception org.hibernate.PropertyValueException
- getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
- getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
-
The entity-name of the entity our owning proxy represents.
- getEntityName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
- getEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- getEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- getEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- getEntityName() - Method in exception org.hibernate.query.sqm.UnknownEntityException
- getEntityName() - Method in exception org.hibernate.StaleObjectStateException
- getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
- getEntityName() - Method in exception org.hibernate.WrongClassException
- getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getEntityName(Object) - Method in interface org.hibernate.Interceptor
-
Get the entity name for a persistent or transient instance.
- getEntityName(Object) - Method in interface org.hibernate.Session
-
Return the entity name for a persistent entity.
- getEntityNameByTableNameMap(PersistentClass, SqlStringGenerationContext) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- getEntityNameResolvers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getEntityNameResolvers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
An array of custom entity name resolvers.
- getEntityNameResolvers() - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
-
Access to the EntityNameResolver instance that Hibernate is configured to use for determining the entity descriptor from an instance of an entity
- getEntityNames() - Method in interface org.hibernate.stat.Statistics
-
The names of all entities.
- getEntityNameToDiscriminatorValueMap() - Method in class org.hibernate.type.MetaType
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitDiscriminatorColumnNameSource
-
Access the naming for the entity
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitEntityNameSource
-
Access to the entity's name information
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
-
Access the entity name information
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access to entity naming information.
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
-
Access the entity name information
- getEntityNamingSource() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
- getEntityNotFoundDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getEntityNotFoundDelegate() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Get the delegate for handling entity-not-found exception conditions.
- getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
-
Retrieve the user-supplied
EntityNotFoundDelegate
, ornull
if no delegate has been specified. - getEntityNotFoundDelegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
EntityNotFoundDelegate
- getEntityOverrides() - Method in interface org.hibernate.boot.models.xml.spi.XmlProcessingResult
- getEntityPersister() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Safety-net.
- getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the
EntityPersister
for the given entity instance. - getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
-
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
- getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Find the cache data access strategy for an entity.
- getEntitySnapshotsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
- getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the statistics for the entity with the given name.
- getEntityTableXref(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getEntityTypeDescriptor() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getEntityUniqueKey() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getEntityUniqueKeyAttributePath() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of entity updates.
- getEntityUpsertCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of entity upserts.
- getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the entity instance associated with the given
EntityKey
, calling theInterceptor
if necessary. - getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEntityValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- getEntityValuedModelPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getEntityValuedModelPart() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
- getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Retrieve the
EntityEntry
representation of the given entity. - getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- getEnumeratedType() - Method in class org.hibernate.mapping.BasicValue
- getEnumeratedType() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getEnumeratedType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
For enum mappings, what style of storage was requested (name vs.
- getEnumerationStyle() - Method in class org.hibernate.mapping.BasicValue
- getEnumType(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- getEnumTypeDeclaration(Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
- getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.Dialect
-
If this database has a special MySQL-style
enum
column type, return the type declaration for the given enumeration of values. - getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.H2Dialect
- getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.MySQLDialect
- getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.OracleDialect
- getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getEnumTypesForValue(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- getEnumValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- getErrorBehavior() - Method in interface org.hibernate.query.criteria.JpaJsonExistsNode
-
Get the
JpaJsonExistsNode.ErrorBehavior
of this json exists expression. - getErrorBehavior() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Get the
JpaJsonQueryNode.ErrorBehavior
of this json query expression. - getErrorBehavior() - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
-
Get the
JpaJsonTableFunction.ErrorBehavior
of this json table expression. - getErrorBehavior() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Get the
JpaJsonValueNode.ErrorBehavior
of this json value expression. - getErrorBehavior() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- getErrorBehavior() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- getErrorBehavior() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- getErrorBehavior() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- getErrorCode() - Method in exception org.hibernate.JDBCException
-
Get the vendor specific error code from the underlying
SQLException
. - getErrorDefault() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Get the
JpaExpression
that is returned on a json processing error. - getErrorDefault() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- getErrorMessage() - Method in exception org.hibernate.JDBCException
- getErrors() - Method in exception org.hibernate.query.NamedQueryValidationException
-
A map from query name to the error that occurred while interpreting or translating the named query.
- getEscapeCharacter() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- getEscapeCharacter() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
- getEventEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getEventEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get the EventEngine associated with this SessionFactory
- getEventHandler() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- getEventListenerGroups() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getEventListenerGroups() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Access to the event listener groups.
- getEventListenerManager() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEventListenerManager() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the
SessionEventListenerManager
associated with this session. - getEventListenerManager() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEventListenerMap() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- getEventListenerRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getEventListenerRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
EventListenerRegistry
service. - getEventManager() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEventMonitor() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getEventMonitor() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getEventMonitor() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Obtain a reference to the
EventMonitor
. - getEventSource() - Method in class org.hibernate.event.spi.MergeContext
- getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Retrieve the event type associated with this groups of listeners.
- getEventTypes() - Method in class org.hibernate.generator.Assigned
- getEventTypes() - Method in interface org.hibernate.generator.Generator
-
The event types for which this generator should be called to produce a new value.
- getEventTypes() - Method in interface org.hibernate.id.IdentifierGenerator
- getEventTypes() - Method in class org.hibernate.id.NativeGenerator
- getEventTypes() - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
- getEventTypes() - Method in class org.hibernate.id.uuid.UuidGenerator
- getExceptionConverter() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getExceptionConverter() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain an
ExceptionConverter
for reporting an error. - getExceptionConverter() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getExceptionConverter() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getExceptionHandler() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
- getExcludedRoot() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
The excluded row/object which was not inserted.
- getExcludedRoot() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- getExclusion() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getExclusion() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
- getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
-
What is the average amount time taken to execute this query?
- getExecutionAvgTimeAsDouble() - Method in interface org.hibernate.stat.QueryStatistics
- getExecutionContext() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
- getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
-
How many times has this query been executed?
- getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
- getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
-
What is the max amount time taken to execute this query?
- getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
- getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
-
What is the min amount time taken to execute this query?
- getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
-
How many
ResultSet
rows have been processed for this query - getExecutionTotalTime() - Method in interface org.hibernate.stat.QueryStatistics
-
How long, cumulatively, have all executions of this query taken?
- getExpectation() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
-
The expectation used to validate the outcome of the execution
- getExpectation() - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
- getExpectation() - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- getExpectation() - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- getExpectation() - Method in interface org.hibernate.sql.model.ast.TableMutation
-
The validation expectation for the mutation
- getExpectation() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- getExpectation() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
-
The expected outcome of execution
- getExpectation() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
-
The expectation for this mutation
- getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
- getExpectedType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- getExplicitAlias() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Retrieve the explicit alias, if one.
- getExplicitCatalogName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
-
Obtain the supplied catalog name
- getExplicitDomainType() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
- getExplicitDomainType() - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
Retrieve the name of the foreign key as supplied by the user, or
null
if the user supplied none. - getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
- getExplicitHibernateTypeName() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
Obtain the discriminator type.
- getExplicitHibernateTypeSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceBasic
- getExplicitJdbcTypeCode() - Method in class org.hibernate.mapping.BasicValue
- getExplicitJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getExplicitJdbcTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Used (for now) only to choose a container
JdbcType
for SQL arrays. - getExplicitlyListedClassNames() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns any classes which are explicitly listed as part of the "persistence unit".
- getExplicitlyListedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns the mapping files which are explicitly listed as part of the "persistence unit".
- getExplicitSchemaName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
-
Obtain the supplied schema name
- getExplicitTableName() - Method in interface org.hibernate.boot.model.source.spi.TableSource
-
Obtain the supplied table name.
- getExplicitTemporalPrecision() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
If the parameter represents a temporal type, return the explicitly specified precision - if one.
- getExportIdentifier() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- getExportIdentifier() - Method in interface org.hibernate.boot.model.relational.Exportable
-
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
- getExportIdentifier() - Method in class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
- getExportIdentifier() - Method in class org.hibernate.boot.model.relational.Sequence
- getExportIdentifier() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getExportIdentifier() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getExportIdentifier() - Method in class org.hibernate.mapping.ForeignKey
- getExportIdentifier() - Method in class org.hibernate.mapping.Index
- getExportIdentifier() - Method in class org.hibernate.mapping.PrimaryKey
- getExportIdentifier() - Method in class org.hibernate.mapping.Table
- getExportIdentifier() - Method in class org.hibernate.mapping.UniqueKey
- getExposedMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- getExposedMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlanExposer
- getExpressible() - Method in interface org.hibernate.query.sqm.SqmPathSource
- getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- getExpressible() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- getExpressible() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
- getExpressible() - Method in interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
- getExpressible() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
- getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
- getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
- getExpressibleJavaType() - Method in interface org.hibernate.metamodel.model.domain.DomainType
-
The
JavaType
representing this domain type. - getExpressibleJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getExpressibleJavaType() - Method in interface org.hibernate.query.sqm.SqmExpressible
-
The Java type descriptor for this expressible
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getExpressibleJavaType() - Method in interface org.hibernate.type.BasicType
- getExpressibleJavaType() - Method in class org.hibernate.type.CustomType
- getExpressibleJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressible
- getExpression() - Method in interface org.hibernate.boot.model.source.spi.DerivedValueSource
-
Obtain the expression used to derive the value.
- getExpression() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- getExpression() - Method in interface org.hibernate.query.criteria.JpaInPredicate
-
Return the expression to be tested against the list of values.
- getExpression() - Method in interface org.hibernate.query.criteria.JpaOrder
-
The expression to sort by
- getExpression() - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- getExpression() - Method in interface org.hibernate.query.criteria.JpaWindowFrame
-
Get the
Expression
of this window frame. - getExpression() - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- getExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- getExpression() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
-
The underlying expression.
- getExpression() - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
- getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
- getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getExpression() - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
- getExpression() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
- getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
- getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
- getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
- getExpressions() - Method in interface org.hibernate.query.criteria.JpaValues
-
Returns the expressions of this tuple.
- getExpressions() - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
- getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
- getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- getExpressions() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- getExpressions() - Method in class org.hibernate.sql.ast.tree.insert.Values
- getExpressionText() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getExpressionType() - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
- getExpressionType() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- getExpressionType() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- getExpressionType() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
-
Get the type of the expression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Any
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Duration
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Every
- getExpressionType() - Method in interface org.hibernate.sql.ast.tree.expression.Expression
-
The type for this expression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Star
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
- getExpressionType() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- getExpressionType() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
- getExternalHbm2ddlName() - Method in enum class org.hibernate.tool.schema.Action
-
The string configuration value identifying this action in old-school Hibernate configuration via "hibernate.hbm2ddl.auto".
- getExternalJpaName() - Method in enum class org.hibernate.tool.schema.Action
-
The string configuration value identifying this action in JPA-standard configuration via "jakarta.persistence.schema-generation.database.action" or "jakarta.persistence.schema-generation.scripts.action".
- getExternalName() - Method in enum class org.hibernate.cache.spi.access.AccessType
-
Get the external name of this value.
- getExternalName() - Method in class org.hibernate.id.enhanced.CustomOptimizerDescriptor
- getExternalName() - Method in interface org.hibernate.id.enhanced.OptimizerDescriptor
- getExternalName() - Method in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
- getExternalName() - Method in enum class org.hibernate.metamodel.RepresentationMode
- getExternalName() - Method in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- getExtraCreateTableInfo() - Method in class org.hibernate.mapping.BasicValue
- getExtraCreateTableInfo() - Method in interface org.hibernate.mapping.Value
- getExtraCreateTableInfo(JavaType<?>, String, String, Database) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- getExtraCreateTableInfo(JavaType<?>, String, String, Database) - Method in class org.hibernate.dialect.type.OracleBaseStructJdbcType
- getExtraCreateTableInfo(JavaType<?>, String, String, Database) - Method in class org.hibernate.dialect.type.OracleNestedTableJdbcType
- getExtraCreateTableInfo(JavaType<?>, String, String, Database) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- getExtractedDatabaseMetaData() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Access to the bits of information we pulled off the JDBC
DatabaseMetaData
(that did not get "interpreted" into the helpers/delegates available here). - getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain information about supported behavior reported by the JDBC driver.
- getExtractionTool() - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.HANADialect.HANABlobType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectType
- getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getExtractor(JavaType<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UuidAsBinaryJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- getExtraQueryImports() - Method in class org.hibernate.boot.MetadataSources
- getExtraQueryImports() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
- getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntry
- getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
-
Retrieve additional state by class type or null if no extra state of that type is present.
- getFactor() - Method in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.
- getFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the factory which created this session.
- getFactory() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getFactory() - Method in class org.hibernate.event.spi.AbstractDatabaseOperationEvent
-
The factory which owns the persister for the entity.
- getFactory() - Method in class org.hibernate.event.spi.AbstractEvent
- getFactory() - Method in interface org.hibernate.metamodel.mapping.ordering.TranslationContext
- getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the
SessionFactory
to which this persister belongs. - getFactory() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- getFactory() - Method in interface org.hibernate.SharedSessionContract
-
The factory which created this session.
- getFallbackSchemaManagementTool(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.dialect.Dialect
-
The
SchemaManagementTool
to use if none is explicitly specified. - getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2Dialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.Dialect
-
The
SqmMultiTableInsertStrategy
to use when not specified byQueryEngineOptions.getCustomSqmMultiTableInsertStrategy()
. - getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.H2Dialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANADialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HSQLDialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLDialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleDialect
- getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2Dialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.Dialect
-
The
SqmMultiTableMutationStrategy
to use when not specified byQueryEngineOptions.getCustomSqmMultiTableMutationStrategy()
. - getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.H2Dialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANADialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HSQLDialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLDialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleDialect
- getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getFetch() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getFetch() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- getFetch() - Method in interface org.hibernate.query.criteria.JpaQueryPart
- getFetch() - Method in interface org.hibernate.query.criteria.JpaSubQuery
- getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getFetchable() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
- getFetchable() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
- getFetchable(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getFetchable(int) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getFetchable(int) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getFetchable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getFetchable(int) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- getFetchableContainer() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
- getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
- getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
- getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
- getFetchableKey() - Method in interface org.hibernate.sql.results.graph.Fetchable
-
The key that identifies this Fetchable within a
FetchableContainer
. - getFetchableName() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
- getFetchableName() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- getFetchableName() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
- getFetchableName() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
-
The name of the model-part being fetched.
- getFetchableName() - Method in interface org.hibernate.sql.results.graph.Fetchable
-
The name of the fetchable.
- getFetchablePath() - Method in interface org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchDescriptor
- getFetchablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
- getFetchablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
- getFetchBatchSize() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getFetchBatchSize() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getFetchBatchSize() - Method in interface org.hibernate.Session
-
Get the maximum batch size for batch fetching associations by id in this session.
- getFetchByRole(String) - Method in class org.hibernate.engine.profile.DefaultFetchProfile
- getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
-
Obtain the fetch override associated with the given role.
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.FetchableAttributeSource
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
- getFetchClauseExpression() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- getFetchClauseType() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaQueryPart
- getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaSubQuery
- getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getFetchClauseType() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- getFetchClauseTypeForRowNumbering(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getFetchContainer() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- getFetchContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection has been fetched
- getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity has been fetched
- getFetchedMapping() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- getFetchedMapping() - Method in interface org.hibernate.sql.results.graph.Fetch
-
The value mapping being fetched
- getFetches() - Method in class org.hibernate.engine.profile.DefaultFetchProfile
- getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
-
A map of
Fetch
instances, keyed by association role - getFetches() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the fetches associated with this profile
- getFetches() - Method in interface org.hibernate.query.criteria.JpaFetch
- getFetches() - Method in interface org.hibernate.query.criteria.JpaFetchParent
- getFetches() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- getFetches() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
-
Retrieve the fetches owned by this fetch source.
- getFetchExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getFetchGroupAttributeDescriptors(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- getFetchGroupName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the name of the fetch group to which the attribute belongs
- getFetchGroupName(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- getFetchGroupNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- getFetchMode() - Method in class org.hibernate.mapping.Collection
- getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
- getFetchMode() - Method in class org.hibernate.mapping.OneToMany
- getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
- getFetchMode() - Method in class org.hibernate.mapping.ToOne
- getFetchMode() - Method in interface org.hibernate.mapping.Value
- getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getFetchMode(int) - Method in class org.hibernate.type.AnyType
- getFetchMode(int) - Method in class org.hibernate.type.ComponentType
- getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
-
Retrieve the fetch mode of the indicated component property.
- getFetchParent() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- getFetchParent() - Method in interface org.hibernate.sql.results.graph.Fetch
-
Obtain the owner of this fetch.
- getFetchProfile(String) - Method in interface org.hibernate.boot.Metadata
- getFetchProfile(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getFetchProfile(String) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
Obtain the definition of a named
FetchProfile
. - getFetchProfiles() - Method in interface org.hibernate.boot.Metadata
- getFetchProfiles() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getFetchSize() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getFetchSize() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getFetchSize() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getFetchSize() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getFetchSize() - Method in interface org.hibernate.query.SelectionQuery
-
Obtain the JDBC fetch size hint in effect for this query.
- getFetchSize() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getFetchSize() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getFetchSize() - Method in interface org.hibernate.query.spi.QueryOptions
-
The fetch size to be applied to the JDBC query.
- getFetchSize() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getFetchSize() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getFetchSize() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getFetchSize() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- getFetchSizeOrNull() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getFetchStrategy() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
- getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
- getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
- getFetchTiming() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
- getFetchTiming() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
- getField() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getField() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
- getFieldName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getFillerExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- getFillerExpression() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
- getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
- getFilter() - Method in interface org.hibernate.query.sqm.tree.expression.SqmAggregateFunction
- getFilter() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
- getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
- getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
- getFilter() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
- getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.OneToManyPersister
- getFilterAliasGenerator(TableGroup) - Method in interface org.hibernate.persister.entity.EntityPersister
- getFilterDefinition() - Method in interface org.hibernate.Filter
-
Deprecated.There is no plan to remove this operation, but its use should be avoided since
FilterDefinition
is an SPI type, and so this operation is a layer-breaker. - getFilterDefinition(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieves a filter definition by name.
- getFilterDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getFilterDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
Deprecated.
- getFilterDefinition(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the definition of a filter by name.
- getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
-
Deprecated.There is no plan to remove this operation, but its use should be avoided since
FilterDefinition
is an SPI type, and so this operation is a layer-breaker. - getFilterDefinitions() - Method in interface org.hibernate.boot.Metadata
-
Retrieves the complete map of filter definitions.
- getFilterDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getFilterDefRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getFilterName() - Method in class org.hibernate.engine.spi.FilterDefinition
-
Get the name of the filter this configuration defines.
- getFilterName() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
- getFilterName() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getFilters() - Method in class org.hibernate.mapping.Collection
- getFilters() - Method in interface org.hibernate.mapping.Filterable
- getFilters() - Method in class org.hibernate.mapping.PersistentClass
- getFilters() - Method in class org.hibernate.mapping.Subclass
- getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the filters for this entity.
- getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getFirstResult() - Method in class org.hibernate.query.Page
- getFirstResult() - Method in interface org.hibernate.query.SelectionQuery
-
The first query result row to return.
- getFirstResult() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getFirstResult() - Method in class org.hibernate.query.spi.AbstractQuery
- getFirstResult() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
- getFirstResult() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getFirstResult() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- getFirstRow() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getFirstRow() - Method in class org.hibernate.query.spi.Limit
- getFirstRow() - Method in interface org.hibernate.query.spi.QueryOptions
-
The first row from the results to return
- getFirstRow() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getFirstRow() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- getFirstRow(Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Retrieve the indicated first row for pagination
- getFirstRowJpa() - Method in class org.hibernate.query.spi.Limit
- getFixture() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- getFixture() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- getFloatPrecision() - Method in class org.hibernate.dialect.Dialect
-
This is the default precision for a generated column mapped to a Java
Float
orfloat
. - getFloatPrecision() - Method in class org.hibernate.dialect.MySQLDialect
- getFloatPrecision() - Method in class org.hibernate.dialect.SybaseASEDialect
- getFlushCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of flush operations executed, including automatic (either manual or automatic).
- getFlushMode() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getFlushMode() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getFlushMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.
- getFlushMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getFlushMode() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getFlushMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getFlushMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getFlushMode() - Method in interface org.hibernate.query.spi.QueryOptions
-
The flush mode to use for the query execution
- getFlushMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getFlushMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- getFlushMode() - Method in interface org.hibernate.Session
-
Get the current JPA flush mode for this session.
- getFollowOnLocking() - Method in class org.hibernate.LockOptions
-
Deprecated.Returns a value indicating if follow-on locking was force enabled or disabled, overriding the default behavior of the SQL dialect.
- getForeignId(String, String, SharedSessionContractImplementor, Object) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
- getForeignKey(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve the named ForeignKeyInformation
- getForeignKeyDefinition() - Method in class org.hibernate.mapping.SimpleValue
- getForeignKeyDescriptor() - Method in interface org.hibernate.metamodel.mapping.Association
-
The descriptor, allowing access to column(s), etc
- getForeignKeyDirection() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
- getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
- getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
-
Get the foreign key directionality of this association
- getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
- getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
- getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
- getForeignKeyExporter() - Method in class org.hibernate.dialect.Dialect
- getForeignKeyExporter() - Method in class org.hibernate.dialect.SpannerDialect
- getForeignKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
-
Obtain the identifier for this FK.
- getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
- getForeignKeyOptions() - Method in class org.hibernate.mapping.SimpleValue
- getForeignKeys() - Method in class org.hibernate.mapping.Table
- getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Obtain an iterable over all the table's defined foreign keys.
- getForeignKeys(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
- getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
-
Returns the foreignKeyType.
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.property.access.spi.Getter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- getFormat() - Method in class org.hibernate.sql.ast.tree.expression.Format
- getFormatMapper(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- getFormatMapper(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.JsonJavaType
- getFormatMapper(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.XmlJavaType
- getFormula() - Method in class org.hibernate.mapping.Formula
- getFormulaSources() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
- getForShare(int) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- getForShare(int) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- getForShare(int) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- getForShare(int) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- getForShare(int) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- getForShare(int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getForUpdate() - Method in class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
- getForUpdate() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- getForUpdate() - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- getForUpdate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
-
Retrieves the
FOR UPDATE NOWAIT
syntax specific to this dialect. - getForUpdateNowaitString() - Method in class org.hibernate.dialect.HANADialect
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.MySQLDialect
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.OracleDialect
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the
FOR UPDATE OF column_list NOWAIT
fragment appropriate for this dialect, given the aliases of the columns to be write locked. - getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.HANADialect
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MySQLDialect
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.OracleDialect
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
The offset/limit clauses typically must come before the
FOR UPDATE
ish clauses, so we need a way to identify these clauses in the text of the whole query. - getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.DB2Dialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.DB2iDialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
-
Retrieves the
FOR UPDATE SKIP LOCKED
syntax specific to this dialect. - getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.HANADialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.MySQLDialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.OracleDialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.DB2Dialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.DB2iDialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the
FOR UPDATE OF column_list SKIP LOCKED
fragment appropriate for this dialect, given the aliases of the columns to be write locked. - getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.HANADialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.MySQLDialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.OracleDialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
- getForUpdateString() - Method in class org.hibernate.dialect.DB2iDialect
- getForUpdateString() - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to
SELECT
statements to acquire pessimistic UPGRADE locks for this dialect. - getForUpdateString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateString() - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateString(String) - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the
FOR UPDATE OF column_list
fragment appropriate for this dialect, given the aliases of the columns to be write locked. - getForUpdateString(String) - Method in class org.hibernate.dialect.HANADialect
- getForUpdateString(String) - Method in class org.hibernate.dialect.MySQLDialect
- getForUpdateString(String) - Method in class org.hibernate.dialect.OracleDialect
- getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateString(String) - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
-
Get the
FOR UPDATE OF
orFOR SHARE OF
fragment appropriate for this dialect, given the aliases of the columns to be locked. - getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.HANADialect
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
-
Given a
LockMode
, determine the appropriatefor update
fragment to use to obtain the lock. - getForUpdateString(LockMode) - Method in class org.hibernate.dialect.HANADialect
- getForUpdateString(LockMode, int) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Use Dialect.getForUpdateString(LockMode,Timeout) instead
- getForUpdateString(LockMode, Timeout) - Method in class org.hibernate.dialect.Dialect
-
Given a lock level and timeout, determine the appropriate
for update
fragment to use to obtain the lock. - getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
- getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
-
Given a set of
LockOptions
(lock level, timeout), determine the appropriatefor update
fragment to use to obtain the lock. - getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
- getForUpdateWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.CockroachDialect
-
microsecond
is the smallest unit for aninterval
, and the highest precision for atimestamp
. - getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.DB2Dialect
-
Since we're using
seconds_between()
andadd_seconds()
, it makes sense to use seconds as the "native" precision. - getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.Dialect
-
The "native" precision for arithmetic with datetimes and day-to-second durations.
- getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.HANADialect
- getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.MySQLDialect
-
microsecond
is the smallest unit fortimestampadd()
andtimestampdiff()
, and the highest precision for atimestamp
. - getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.OracleDialect
-
We minimize multiplicative factors by using seconds (with fractional part) as the "native" precision for duration arithmetic.
- getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
microsecond
is the smallest unit for aninterval
, and the highest precision for atimestamp
, so we could use it as the "native" precision, but it's more convenient to use whole seconds (with the fractional part), since we want to useextract(epoch from ...)
in our emulation oftimestampdiff()
. - getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.SQLServerDialect
-
Even though SQL Server only supports 1/10th microsecond precision, we use nanosecond as the "native" precision for datetime arithmetic since it simplifies calculations.
- getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.SybaseASEDialect
-
Sybase ASE in principle supports microsecond precision for {code bigdatetime}, but unfortunately its duration arithmetic functions have a nasty habit of overflowing.
- getFragment() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
- getFragments() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- getFragmentSpecs() - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
- getFriendlyName() - Method in class org.hibernate.dialect.HANADialect.HANABlobType
- getFriendlyName() - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- getFriendlyName() - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- getFriendlyName() - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getFriendlyName() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
A "friendly" name for use in logging
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
-
Get value by key
- getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
- getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Get an item from the cache.
- getFromClause() - Method in interface org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
-
Obtains this container's SqmFromClause.
- getFromClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getFromClause() - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
-
Returns the in-flight from clause for the query node.
- getFromClause() - Method in class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
- getFromClause() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getFromClauseAccess() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
- getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
- getFromClauseAccess() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getFromClauseIndex() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getFromDual() - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
- getFromDual() - Method in class org.hibernate.dialect.sequence.HANASequenceSupport
- getFromDual() - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
- getFromDual() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
- getFromDualForSelectOnly() - Method in class org.hibernate.dialect.DB2Dialect
- getFromDualForSelectOnly() - Method in class org.hibernate.dialect.Dialect
- getFromDualForSelectOnly() - Method in class org.hibernate.dialect.HANADialect
- getFromDualForSelectOnly() - Method in class org.hibernate.dialect.HSQLDialect
- getFromDualForSelectOnly() - Method in class org.hibernate.dialect.OracleDialect
- getFromDualForSelectOnly() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getFromFirst() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- getFromFirst() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
- getFromFirst() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
- getFromFirst() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
- getFromMappedBy(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getFromRegistrations() - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
-
Returns the treated SqmFroms and whether their
EntityNameUse.TREAT
should be downgraded toEntityNameUse.EXPRESSION
. - getFullPath() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Access to the full path as a String
- getFullPath() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- getFullPath() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- getFullPath() - Method in interface org.hibernate.spi.DotIdentifierSequence
-
The full sequence text.
- getFullPath() - Method in class org.hibernate.spi.NavigablePath
- getFullVersion() - Method in class org.hibernate.dialect.HANAServerConfiguration
- getFunction() - Method in interface org.hibernate.query.criteria.JpaFunctionFrom
-
The function for this from node.
- getFunction() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- getFunction() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- getFunction() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- getFunction(int) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
- getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.Dialect
-
Get this dialect's level of support for primary key functional dependency analysis within
GROUP BY
andORDER BY
clauses. - getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.H2Dialect
- getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.HSQLDialect
- getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.MariaDBDialect
- getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.MySQLDialect
- getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- getFunctionExpression() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
- getFunctionKind() - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- getFunctionKind() - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- getFunctionKind() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
What sort of function is this?
- getFunctionName() - Method in interface org.hibernate.query.criteria.JpaFunction
-
Retrieve the name of the function.
- getFunctionName() - Method in interface org.hibernate.query.criteria.JpaSetReturningFunction
-
The name of the function.
- getFunctionName() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- getFunctionName() - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- getFunctionName() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- getFunctionName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- getFunctionName() - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- getFunctionName() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
- getFunctionRegistry() - Method in interface org.hibernate.boot.model.FunctionContributions
-
The registry into which the contributions should be made.
- getFunctionRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getFunctionRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
The
SqmFunctionRegistry
belonging to thisBootstrapContext
. - getFunctionRegistry() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
Access to the
SqmFunctionRegistry
belonging to theBootstrapContext
- getFunctionRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getFunctionRenderer() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- getFunctionRenderer() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- getFunctionReturn() - Method in interface org.hibernate.procedure.ProcedureCall
-
The
FunctionReturn
describing the return value of the function, ornull
if thisProcedureCall
is not a function call. - getFunctionReturn() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- getFunctionReturn() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
-
If the call is a function, returns the function return descriptor
- getFunctionsByName() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Useful for diagnostics - not efficient: do not use in production code.
- getGeneratedAs() - Method in class org.hibernate.mapping.Column
- getGeneratedIdentifierDelegate(EntityPersister) - Method in interface org.hibernate.generator.OnExecutionGenerator
-
The
InsertGeneratedIdentifierDelegate
used to retrieve the generated value if this object is an identifier generator. - getGeneratedIdentifierDelegate(EntityPersister) - Method in class org.hibernate.id.IdentityGenerator
- getGeneratedIdentifierDelegate(EntityPersister) - Method in class org.hibernate.id.NativeGenerator
- GetGeneratedKeysDelegate - Class in org.hibernate.id.insert
-
Delegate for dealing with generated values using the JDBC3 method
Statement.getGeneratedKeys()
. - GetGeneratedKeysDelegate(EntityPersister, boolean, EventType) - Constructor for class org.hibernate.id.insert.GetGeneratedKeysDelegate
- getGeneratedProperties(EventType) - Method in interface org.hibernate.persister.entity.EntityPersister
- getGeneratedValue(ModelPart) - Method in interface org.hibernate.generator.values.GeneratedValues
-
Retrieve a generated value for the requested
ModelPart
. - getGeneratedValues(List<? extends ModelPart>) - Method in interface org.hibernate.generator.values.GeneratedValues
-
Retrieves a list of generated values corresponding to the list of requested
ModelPart
s. - getGeneratedValuesMappingProducer() - Method in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- getGeneratedValuesMappingProducer() - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Retrieve the mapping producer used to read the generated values.
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
-
A variant 4 (random) strategy
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.UuidVersion6Strategy
-
Version 6
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.UuidVersion7Strategy
-
Version 7
- getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
-
Deprecated.Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines 5 variants (though it only describes algorithms to generate 4): 1 = time based 2 = DCE based using POSIX UIDs 3 = name based (md5 hash) 4 = random numbers based 5 = name based (sha-1 hash)
- getGenerationTiming() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Obtain a description of if/when the attribute value is generated by the database.
- getGenerationType() - Method in class org.hibernate.id.NativeGenerator
- getGenerator() - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
-
Retrieve the generator for this generation plan
- getGenerator() - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
- getGenerator() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
The value generation strategy to use for this attribute.
- getGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the surrogate key generation strategy (optional operation)
- getGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
- getGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
Deprecated.
- getGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.Only used in one place, will be removed
- getGeneratorName() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
Obtain the name of the identifier value generator.
- getGenerators() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getGeneratorSettings() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getGenericComponent(Class<?>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getGenericComponent(Class<?>) - Method in interface org.hibernate.boot.spi.MetadataImplementor
- getGenericGeneratorRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getGetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
-
Obtain the delegate for getting values of the persistent attribute.
- getGetter(Class) - Method in class org.hibernate.mapping.Property
- getGlobalRegistrations() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getGraph() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
- getGraph() - Method in interface org.hibernate.graph.spi.AppliedGraph
-
The applied graph
- getGraph() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
- getGraphedType() - Method in interface org.hibernate.graph.Graph
-
The managed type of the node.
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getGroupAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
-
If we want to use CTE for TableGroup rendering we will need to know the alias we can use for the group
- getGroupByClauseExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getGroupByClauseExpressions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.Dialect
-
Determine how selected items are referenced in the
group by
clause. - getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.H2Dialect
- getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.MySQLDialect
- getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.OracleDialect
- getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getGroupedExpressions() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- getGroupingExpressions() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- getGroupingExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getGroupings() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- getGroupings() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
- getGroupList() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getGroupList() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getGroupPropertyName() - Method in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- getGroupRestriction() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getGroupRestriction() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- getGroupRestriction() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- getGroupRestriction() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getGroupRestriction() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
- getHashCode(Object) - Method in class org.hibernate.type.AbstractType
- getHashCode(Object) - Method in class org.hibernate.type.CollectionType
- getHashCode(Object) - Method in class org.hibernate.type.ComponentType
- getHashCode(Object) - Method in class org.hibernate.type.CustomType
- getHashCode(Object) - Method in interface org.hibernate.type.Type
-
Get a hash code, consistent with persistence "equality".
- getHashCode(Object) - Method in class org.hibernate.type.UserComponentType
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
- getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Get a hash code, consistent with persistence "equality".
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
- getHavingClausePredicate() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getHavingClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getHbmXmlBindings() - Method in class org.hibernate.boot.MetadataSources
- getHibernateEntityName() - Method in interface org.hibernate.metamodel.model.domain.EntityDomainType
- getHibernateEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getHibernateFetchMode() - Method in enum class org.hibernate.annotations.FetchMode
- getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getHibernateFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the current
FlushMode
for this session. - getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getHibernateFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.
- getHibernateFlushMode() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getHibernateFlushMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- getHibernateFlushMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- getHibernateFlushMode() - Method in interface org.hibernate.Session
-
Get the current flush mode for this session.
- getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
-
Get the lazy initialization handler for this object.
- getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
- getHibernateLockMode() - Method in interface org.hibernate.query.NativeQuery
- getHibernateLockMode() - Method in interface org.hibernate.query.SelectionQuery
-
Get the root
LockMode
for the query - getHibernateLockMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Get the root LockMode for the query
- getHibernateLockMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getHibernateNamedNativeQueries() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getHibernateNamedQueries() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getHibernateType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- getHibernateType() - Method in interface org.hibernate.query.QueryParameter
-
Get the Hibernate Type associated with this parameter, if one.
- getHibernateType() - Method in class org.hibernate.query.spi.AbstractQueryParameter
- getHibernateType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getHierarchy() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Get the hierarchy this belongs to.
- getHierarchyInheritanceType() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
The inheritance type/strategy for the hierarchy.
- getHints() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getHints() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getHints() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getHints() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getHints() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getHitCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of successful cache look-ups against the region since the last Statistics clearing
- getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Deprecated.Unique down to millisecond
- getHiValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
-
Getter for property 'upperLimit'.
- getHqlEntityReference(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Specialized handling for resolving entity-name references in an HQL query
- getHqlString() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- getHqlString() - Method in interface org.hibernate.boot.query.NamedHqlQueryDefinition
- getHqlString() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- getHqlTranslator() - Method in class org.hibernate.dialect.Dialect
-
Return an
HqlTranslator
specific to this dialect, ornull
to use the standard translator. - getHqlTranslator() - Method in interface org.hibernate.query.spi.QueryEngine
- getId() - Method in interface org.hibernate.engine.spi.EntityEntry
- getId() - Method in class org.hibernate.event.spi.AbstractDatabaseOperationEvent
-
The id to be used in the database operation.
- getId() - Method in class org.hibernate.event.spi.PostLoadEvent
- getId() - Method in class org.hibernate.event.spi.PreLoadEvent
- getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
- getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
- getId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getId(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getIdByUniqueKey(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdByUniqueKey(Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- getIdClassAttributes() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getIdClassAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getIdClassEmbeddable() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
-
The id-class representation of this id mapping
- getIdClassSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
-
Retrieve the source information for the
IdClass
definition - getIdentificationVariable() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
- getIdentificationVariable() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- getIdentificationVariable() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- getIdentifier() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
The id of the entity instance this interceptor is associated with
- getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
- getIdentifier() - Method in exception org.hibernate.EntityFilterException
- getIdentifier() - Method in exception org.hibernate.FetchNotFoundException
- getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
- getIdentifier() - Method in class org.hibernate.mapping.OneToOne
-
Returns the identifier.
- getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
- getIdentifier() - Method in class org.hibernate.mapping.RootClass
- getIdentifier() - Method in class org.hibernate.mapping.Subclass
- getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
- getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
-
Retrieve the identifier value for the entity our owning proxy represents, without initializing the proxy.
- getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
- getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
- getIdentifier() - Method in exception org.hibernate.WrongClassException
- getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getIdentifier(Object) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Extract the identifier from an instance of the entity
- getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier of an instance from the object's identifier property.
- getIdentifier(Object) - Method in interface org.hibernate.Session
-
Return the identifier value of the given entity associated with this session.
- getIdentifier(Object) - Method in interface org.hibernate.StatelessSession
-
Return the identifier value of the given entity, which may be detached.
- getIdentifier(Object, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the identifier of the given collection entry.
- getIdentifier(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getIdentifier(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
- getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
-
Extract the identifier out of the given entity, returning the mapper's representation
- getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier of an instance from the object's identifier property.
- getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
- getIdentifier(Object, MergeContext) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Extract the identifier from an instance of the entity It's supposed to be use during the merging process
- getIdentifier(Object, MergeContext) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifier(Object, MergeContext) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier of an instance from the object's identifier property.
- getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the result set aliases used for the identifier columns, given a suffix
- getIdentifierAttributeName() - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
- getIdentifierAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
-
Access to the AttributePath for the entity's identifier attribute.
- getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
-
Obtain the source descriptor for the identifier attribute.
- getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
-
Obtain the source descriptor for the identifier attribute.
- getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Read-by-position makes this irrelevant. Currently still used by
SQLQueryParser
- getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the names of columns used to persist the identifier
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getIdentifierDescriptor() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getIdentifierDescriptor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierDescriptor() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
-
The ModelPart describing the identifier/key for this target
- getIdentifierDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getIdentifierEvenIfTransient(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
- getIdentifierFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getIdentifierForTableGroup() - Method in class org.hibernate.spi.NavigablePath
- getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Deprecated.
- getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated.
- getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.
- getIdentifierGenerator(String) - Method in interface org.hibernate.boot.Metadata
- getIdentifierGenerator(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
-
Obtain the identifier generator source.
- getIdentifierHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain the helper for dealing with identifiers in this environment.
- getIdentifierIfNotUnsaved(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"
- getIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
- getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
- getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
- getIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Mapping details for the entity's identifier.
- getIdentifierMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierMappingForJoin() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Mapping details for the entity's identifier.
- getIdentifierMappingForJoin() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
- getIdentifierOrUniqueKeyPropertyName(MappingContext) - Method in class org.hibernate.type.EntityType
-
The name of the property on the associated entity to which our FK refers
- getIdentifierOrUniqueKeyType(MappingContext) - Method in class org.hibernate.type.EntityType
-
Determine the type of either: the identifier if we reference the primary key of the associated entity, or the unique key to which we refer, that is, the property-ref.
- getIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
- getIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
- getIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
- getIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
- getIdentifierPropertyName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierPropertyName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the name of the identifier property (or return null) - need not return the name of an actual Java property
- getIdentifierPropertyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getIdentifierPropertyName(String) - Method in interface org.hibernate.type.MappingContext
- getIdentifierSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain source information about this entity's identifier.
- getIdentifierTableDetails() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Details for the table that defines the identifier column(s) for an entity hierarchy.
- getIdentifierTableDetails() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getIdentifierTableDetails() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getIdentifierTableDetails() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getIdentifierTableMapping() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
- getIdentifierTableMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierTableMapping() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- getIdentifierTableMapping() - Method in interface org.hibernate.sql.model.MutationTarget
-
The descriptor for the table containing the identifier for the target
- getIdentifierTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIdentifierTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierTableName() - Method in interface org.hibernate.sql.model.MutationTarget
-
The name of the table defining the identifier for this target
- getIdentifierType() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'identifierType'.
- getIdentifierType() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Type mapping for the identifier.
- getIdentifierType() - Method in class org.hibernate.mapping.Any
- getIdentifierType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIdentifierType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Hibernate is moving away from
Type
. Corresponding mapping metamodel calls should be used instead - here,PluralAttributeMapping.getIdentifierDescriptor()
- getIdentifierType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentifierType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier type
- getIdentifierType() - Method in class org.hibernate.type.AnyType
- getIdentifierType(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getIdentifierType(String) - Method in interface org.hibernate.type.MappingContext
- getIdentifierValue() - Method in class org.hibernate.engine.spi.EntityKey
- getIdentifierValueMapper() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
-
The id-class, if there is one, otherwise the virtual-id.
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
- getIdentityColumnString(int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
The syntax used during DDL to define a column as being an IDENTITY of a particular type.
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2Dialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2iDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2zDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Dialect
-
Get the appropriate
IdentityColumnSupport
for this dialect. - getIdentityColumnSupport() - Method in class org.hibernate.dialect.H2Dialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.HANADialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.HSQLDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.MariaDBDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.MySQLDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.OracleDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.SybaseDialect
- getIdentityInsertDelegate() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
-
Deprecated, for removal: This API element is subject to removal in a future version.use
EntityMutationTarget.getInsertDelegate()
instead - getIdentityInsertString() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
- getIdentityInsertString() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
The keyword used to insert a generated value into an identity column (or null).
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
- getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getIdentitySelectString() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Get the select command to use to retrieve the last generated IDENTITY value for a particular table
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
- getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
- getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
- getIdentityTables() - Method in class org.hibernate.mapping.RootClass
- getIdOfOwnerOrNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the id value from the owning entity key, usually the same as the key, but might be some other property, in the case of property-ref
- getIdType() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getIdType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getImmutableEntityUpdateQueryHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getImmutableEntityUpdateQueryHandlingMode() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Since
ImmutableEntityUpdateQueryHandlingMode
is deprecated. UseQueryEngineOptions.allowImmutableEntityUpdate()
instead. - getImmutableEntityUpdateQueryHandlingMode() - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getImplementation() - Method in class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
- getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
-
Return the underlying persistent object, initializing if necessary
- getImplementation(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getImplementation(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
-
Return the underlying persistent object in the given session, or null if not contained in this session's persistence context.
- getImplementationClass() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the actual class of the entity, possibly initializing the entity if it has subclasses.
- getImplementationClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- getImplementationClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
- getImplementationEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getImplementationEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the actual name of the entity, possibly initializing the entity if it has subclasses.
- getImplementors() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getImplicitCacheAccessType() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
The cache access type to use if none is specified
- getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to any implicit cache
AccessType
. - getImplicitCacheKeysFactory() - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
- getImplicitCascadeStyleName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the cascade style to apply to associations if none specified in the mapping.
- getImplicitCatalogName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the database catalog name to use if none specified in the mapping.
- getImplicitDiscriminatorColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the column name to use for the discriminator column if none specified in the mapping.
- getImplicitIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the column name to use for the identifier column if none specified in the mapping.
- getImplicitListClassification() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Collection semantics to be applied to
List
attributes with no explicit configuration - getImplicitNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getImplicitNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getImplicitNamingStrategy() - Method in class org.hibernate.cfg.Configuration
-
The
ImplicitNamingStrategy
, if any, to use in this configuration. - getImplicitPackageName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the package name to use if none specified in the mapping.
- getImplicitPropertyAccessorName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
The default
PropertyAccessStrategy
to use if none specified in the mapping. - getImplicitSchemaName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the database schema name to use if none specified in the mapping.
- getImplicitTable() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
- getImplicitTable() - Method in class org.hibernate.mapping.MappedSuperclass
- getImplicitTable() - Method in class org.hibernate.mapping.PersistentClass
- getImplicitTenantIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the column name to use for the tenant identifier column if none is specified in the mapping.
- getImplicitValueStrategy() - Method in class org.hibernate.type.MetaType
- getImpliedResultType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- getImportedName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getImportedName() - Method in interface org.hibernate.persister.entity.EntityPersister
- getImportedName(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
- getImportedName(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called
- getImportedRenames() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getImports() - Method in interface org.hibernate.boot.Metadata
-
Retrieves all defined imports (class renames).
- getImports() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getIncludedTable() - Method in class org.hibernate.mapping.DenormalizedTable
- getInclusionCheckPart() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
- getIncrementSize() - Method in class org.hibernate.boot.model.relational.Sequence
- getIncrementSize() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
- getIncrementSize() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The configured increment size
- getIncrementSize() - Method in interface org.hibernate.id.enhanced.Optimizer
-
Retrieves the defined increment size.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
- getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The amount of increment to use.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
- getIncrementValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted increment value defined for the sequence.
- getIndex() - Method in class org.hibernate.mapping.IndexedCollection
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
- getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the index of the given collection entry
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
- getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
- getIndex(String) - Method in class org.hibernate.mapping.Table
- getIndex(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve the named IndexInformation
- getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Read-by-position makes this irrelevant. Currently still used by
SQLQueryParser
- getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
- getIndexDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getIndexDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
- getIndexedColumns() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
-
Obtain the columns indexed under this index.
- getIndexes() - Method in class org.hibernate.mapping.Table
- getIndexes() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Obtain an iterable over all the table's defined indexes.
- getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract information about indexes defined against the given table.
- getIndexExporter() - Method in class org.hibernate.dialect.Dialect
- getIndexIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
-
Obtain the identifier for this index.
- getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Search the persistence context for an index of the child object, given a collection role
- getIndexMetadata() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.ListPersistentAttribute
- getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getIndexPropertyName() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
- getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getIndexTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
- getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Hibernate is moving away from
Type
. Corresponding mapping metamodel calls should be used instead - here,PluralAttributeMapping.getIndexDescriptor()
- getIndicatedEntity() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorValueDetails
-
Form of
DiscriminatorValueDetails.getIndicatedEntityName()
returning the matchedEntityMappingType
- getIndicatedEntityName() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorValueDetails
-
The name of the concrete entity-type mapped to this discriminator value
- getInetJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.DB2Dialect
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
-
Return the limit that the underlying database places on the number of elements in an
IN
predicate. - getInExpressionCountLimit() - Method in class org.hibernate.dialect.OracleDialect
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
- getInferredParameterType(QueryParameter<T>) - Method in interface org.hibernate.query.ParameterMetadata
-
Get the type of the given parameter.
- getInferredValueMapping() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getInflightQueryPart() - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
-
Get the QueryPart being processed as part of this state.
- getInitCommands() - Method in class org.hibernate.boot.model.relational.Database
- getInitCommands() - Method in record class org.hibernate.boot.model.relational.InitCommand
-
Deprecated.
- getInitCommands(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
- getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
The names of all lazy attributes which have been initialized
- getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
-
Deprecated.
- getInitializedLazyAttributeNames() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
-
Deprecated.Just as the method it overrides. Interceptors that deal with lazy state should implement
BytecodeLazyAttributeInterceptor
- getInitializedPart() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
- getInitializedPart() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
- getInitializedPart() - Method in interface org.hibernate.sql.results.graph.Initializer
- getInitializer() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
The initializer responsible for the loading
- getInitializer() - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
- getInitializerCount() - Method in interface org.hibernate.sql.results.spi.RowReader
- getInitializerData(int) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
- getInitializers() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingResolution
- getInitializingCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
- getInitialSessionCacheMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getInitialSessionCacheMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default initial
CacheMode
for new sessions. - getInitialSessionFlushMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getInitialSessionFlushMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default initial
FlushMode
for new sessions. - getInitialValue() - Method in class org.hibernate.boot.model.relational.Sequence
- getInitialValue() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The configured initial value
- getInitialValue() - Method in class org.hibernate.id.enhanced.SequenceStructure
- getInitialValue() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The initial value to use when we find no previous state in the generator table corresponding to our sequence.
- getInitialValue() - Method in class org.hibernate.id.enhanced.TableStructure
- getInjector() - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
-
Returns the
injector
for the generated property. - getInjector() - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
- getInputStream() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Retrieve the input stream.
- getInsertBatchKey() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
-
Deprecated.
- getInsertCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getInsertCoordinator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the insert coordinator instance.
- getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity has been inserted
- getInsertCustomSql() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getInsertDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getInsertDelegate() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- getInsertDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getInsertDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getInsertDetails() - Method in interface org.hibernate.sql.model.TableMapping
-
Details for insertion into this table
- getInsertExpectation() - Method in class org.hibernate.mapping.Collection
- getInsertExpectation() - Method in class org.hibernate.mapping.Join
- getInsertExpectation() - Method in class org.hibernate.mapping.PersistentClass
- getInsertExpectation() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
- getInsertGeneratedValuesProcessor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getInsertionTargetPaths() - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Returns the insertion target paths.
- getInsertionTargetPaths() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- getInsertionTargetPaths() - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
- getInsertRowOperation() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getInsertRowOperation(TableMapping) - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getInsertRowsCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
- getInsertRowValues() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getInstance() - Method in class org.hibernate.sql.results.graph.InitializerData
- getInstance(Dialect) - Static method in class org.hibernate.dialect.sequence.OracleSequenceSupport
- getInstanceGenerationId() - Method in class org.hibernate.event.spi.FlushEntityEvent
- getInstanceToLoad() - Method in class org.hibernate.event.spi.LoadEvent
- getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
-
Retrieve the optimizer for calling an entity's constructor via reflection.
- getInstantiationTarget() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- getInstantiator() - Method in class org.hibernate.boot.models.spi.EmbeddableInstantiatorRegistration
- getInstantiator() - Method in class org.hibernate.mapping.Component
- getInstantiator() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
- getInstantiator() - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
-
Create a delegate capable of instantiating instances of the represented type.
- getInstantiator() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
-
Create a delegate capable of instantiating instances of the represented type.
- getInstantiatorForClass(String) - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
- getInstantiatorForDiscriminator(Object) - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
- getInstantiatorPropertyNames() - Method in class org.hibernate.mapping.Component
- getInstrumentationMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getInstrumentationMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
- getIntegerLiteral(JpaExpression<Number>, int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getIntegerType() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getIntegerType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getIntegralDataTypeHolder(Class<?>) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
- getIntegrators() - Method in interface org.hibernate.integrator.spi.IntegratorService
-
Retrieve all integrators.
- getIntegrators() - Method in interface org.hibernate.jpa.boot.spi.IntegratorProvider
- getInterceptor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getInterceptor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
An interceptor instance shared between all sessions created by this factory.
- getInterceptor() - Method in class org.hibernate.cfg.Configuration
-
Retrieve the configured
Interceptor
. - getInterceptor() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getInterceptor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Retrieves the
Interceptor
associated with this session. - getInterceptor() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getIntermediatePathSource(SqmPathSource<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Returns the intermediate
SqmPathSource
for a path source previously acquired viaSqmPathSource.findSubPathSource(String)
. - getInternalIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getInternalIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
-
Retrieve the identifier value for the entity our owning proxy represents.
- getInterpretationCache() - Method in interface org.hibernate.query.spi.QueryEngine
- getIntervalJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Deprecated.Unique in a local network
- getIsolatedConnection() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
-
Returns a
Connection
that is usable within the bounds of theTransactionCoordinatorBuilder.buildDdlTransactionIsolator(org.hibernate.tool.schema.internal.exec.JdbcContext)
andDdlTransactionIsolator.release()
calls, with autocommit mode enabled. - getIsolatedConnection(boolean) - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
-
Returns a
Connection
that is usable within the bounds of theTransactionCoordinatorBuilder.buildDdlTransactionIsolator(org.hibernate.tool.schema.internal.exec.JdbcContext)
andDdlTransactionIsolator.release()
calls, with the given autocommit mode. - getIsolationLevel() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The transaction isolation-level in effect.
- getJakartaGroupPropertyName() - Method in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- getJakartaHintName() - Method in enum class org.hibernate.graph.GraphSemantic
-
The corresponding Jakarta Persistence hint name.
- getJakartaJsonBFormatMapperOrNull() - Static method in class org.hibernate.type.format.jakartajson.JakartaJsonIntegration
- getJandexView() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Deprecated.Set via the
hibernate-models
settinghibernate.models.jandex.index
instead - getJarFileUrls() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getJarFileUrls() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
- getJarURLFromURLEntry(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
Given a URL which defines an entry within a JAR (really any "bundled archive" such as a jar file, zip, etc) and an entry within that JAR, find the URL to the JAR itself.
- getJavaConstant(String, String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- getJavaConstantType(String, String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- getJavaType() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Obtain the attribute's java type if possible.
- getJavaType() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
- getJavaType() - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
- getJavaType() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
- getJavaType() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
- getJavaType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
The Java type for this part.
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.DomainType
-
The Java class which represents by this domain type.
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
The Java class of the entity type.
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.SimpleDomainType
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
- getJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJavaType() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaAttribute
-
The java type of the attribute.
- getJavaType() - Method in interface org.hibernate.query.criteria.JpaTupleElement
- getJavaType() - Method in interface org.hibernate.query.results.ResultBuilder
-
The Java type of the value returned for a result built by this builder.
- getJavaType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- getJavaType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getJavaType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
- getJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- getJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getJavaType() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
-
For
DynamicInstantiationNature.CLASS
this will return the Class to be instantiated. - getJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- getJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
- getJavaType() - Method in interface org.hibernate.type.BasicType
- getJavaType() - Method in class org.hibernate.type.BasicTypeReference
- getJavaType() - Method in class org.hibernate.type.ComponentType
- getJavaType() - Method in class org.hibernate.type.CustomType
- getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- getJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Get the Java type (a
Type
object) described by thisJavaType
. - getJavaType() - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
- getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
- getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
- getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Get the Java type (the
Class
object) described by thisJavaType
. - getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
- getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorType
- getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
-
The descriptor for the Java type represented by this expressible type
- getJavaTypeDescriptor() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJavaTypeDescriptor() - Method in interface org.hibernate.query.criteria.JpaTupleElement
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
- getJavaTypeDescriptor() - Method in interface org.hibernate.type.BasicType
- getJavaTypeDescriptor() - Method in class org.hibernate.type.CustomType
- getJavaTypeName() - Method in interface org.hibernate.query.criteria.JpaTupleElement
- getJavaTypeRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getJavaTypeRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getJavaTypeRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
- getJavaTypeRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getJavaTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
- getJaxbRoot() - Method in class org.hibernate.boot.models.xml.spi.XmlProcessingResult.OverrideTuple
- getJdbcBatchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getJdbcBatchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default JDBC statement batch size for new sessions.
- getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJdbcBatchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Get the session-level JDBC batch size.
- getJdbcBatchSize() - Method in interface org.hibernate.SharedSessionContract
-
Get the session-level JDBC batch size for the current session.
- getJdbcConnection() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getJdbcConnection() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJdbcConnectionAccess() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
- getJdbcContext() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
- getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJdbcCoordinator() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the
JdbcCoordinator
for this session. - getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getJdbcDatabaseMetaData() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getJdbcDriver() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The JDBC Driver to be used for connections
- getJdbcEnvironment() - Method in class org.hibernate.boot.model.relational.Database
- getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Obtain the JDBC Environment from which this metadata came.
- getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain the
JdbcEnvironment
backing thisJdbcServices
instance. - getJdbcEnvironment() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getJdbcEnvironment() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getJdbcFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getJdbcFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getJdbcJavaType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- getJdbcJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJdbcJavaType() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getJdbcJavaType() - Method in class org.hibernate.type.ConvertedBasicCollectionType
- getJdbcJavaType() - Method in class org.hibernate.type.CustomType
- getJdbcLiteralFormatter() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
-
The strategy for formatting values of this expressible type to a SQL literal.
- getJdbcLiteralFormatter() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJdbcLiteralFormatter() - Method in class org.hibernate.type.AbstractStandardBasicType
- getJdbcLiteralFormatter() - Method in interface org.hibernate.type.BasicType
- getJdbcLiteralFormatter() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getJdbcLiteralFormatter() - Method in class org.hibernate.type.ConvertedBasicCollectionType
- getJdbcLiteralFormatter() - Method in class org.hibernate.type.CustomType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
- getJdbcLockStrategy() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getJdbcMapping() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- getJdbcMapping() - Method in interface org.hibernate.mapping.BasicValue.Resolution
- getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
- getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SqlExpressible
-
Anything that is expressible at the SQL AST level would be of basic type.
- getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumn
-
Describes the mapping between object and relational for this column
- getJdbcMapping() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getJdbcMapping() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.cte.CteColumn
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Collation
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Format
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getJdbcMapping() - Method in interface org.hibernate.sql.ast.tree.expression.Literal
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
- getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- getJdbcMapping() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
-
The JDBC mapping (type, etc.) for the parameter
- getJdbcMapping() - Method in interface org.hibernate.type.BasicType
- getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
- getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
- getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.SqlExpressible
- getJdbcMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getJdbcMapping(int) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getJdbcMapping(int) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getJdbcMapping(int) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getJdbcMapping(int) - Method in interface org.hibernate.type.BasicType
- getJdbcMutationExecutor() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Access the executor for
JdbcOperationQueryMutation
operations. - getJdbcParameterBindings() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getJdbcParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
- getJdbcParamsBySqmParam() - Method in interface org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
-
The mapping between an SqmParameter and all of its JDBC parameters
- getJdbcParamsBySqmParam() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getJdbcParamsBySqmParam() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
- getJdbcParamsBySqmParam() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
- getJdbcPosition() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
-
The position within the operation, starting at 1 per JDBC
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getJdbcResultSetIndex() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
-
Get the JDBC position (1-based)
- getJdbcSelectExecutor() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Access the executor for
JdbcOperationQuerySelect
operations. - getJdbcServices() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJdbcServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getJdbcServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
JdbcServices
service. - getJdbcServices() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the
JdbcServices
for the factory which created this session. - getJdbcServices() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJdbcServices() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getJdbcServices() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getJdbcServices() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getJdbcServices() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- getJdbcSessionContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJdbcSessionContext() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJdbcSessionContext() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
- getJdbcSessionOwner() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
- getJdbcTimeZone() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getJdbcTimeZone() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The timezone to use when interacting with JDBC.
- getJdbcTimeZone() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJdbcTimeZone() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJdbcTimeZone() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
The JDBC
TimeZone
used when writing a value of typeTime
orTimestamp
to a JDBCPreparedStatement
, or when reading from a JDBCResultSet
. - getJdbcToHibernateTypeContributionMap() - Method in class org.hibernate.type.spi.TypeConfiguration
- getJdbcType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
The JavaType for the relational value as part of the relational model (its JDBC representation)
- getJdbcType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
-
The descriptor for the SQL type represented by this expressible type
- getJdbcType() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJdbcType() - Method in class org.hibernate.type.AbstractStandardBasicType
- getJdbcType() - Method in class org.hibernate.type.ComponentType
- getJdbcType() - Method in class org.hibernate.type.CustomType
- getJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
- getJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
- getJdbcType() - Method in interface org.hibernate.type.OutputableType
-
Descriptor for the SQL type mapped by this type.
- getJdbcType(int) - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getJdbcType(int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
The
JdbcType
registered under the given type code with the associatedJdbcTypeRegistry
. - getJdbcType(TypeConfiguration) - Method in interface org.hibernate.usertype.UserType
-
A mapped
JdbcType
. - getJdbcTypeCode() - Method in class org.hibernate.dialect.HANADialect.HANABlobType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.H2JsonJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectType
- getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getJdbcTypeCode() - Method in interface org.hibernate.procedure.FunctionReturn
-
The JDBC type code representing the SQL type of the function return value.
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getJdbcTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
The JDBC type code used when interacting with JDBC APIs.
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.Bindable
-
The number of JDBC mappings
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
-
The number of JDBC mappings
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
-
The number of selectables
- getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- getJdbcTypeCount() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getJdbcTypeCount() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getJdbcTypeCount() - Method in interface org.hibernate.type.BasicType
- getJdbcTypeRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getJdbcTypeRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getJdbcTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
- getJdbcUrl() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The JDBC URL to be used for connections
- getJdbcValue(int) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
Retrieve the value corresponding to the given index as part of the "current JDBC row".
- getJdbcValue(SqlSelection) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
Retrieve the value corresponding to the given SqlSelection as part of the "current JDBC row".
- getJdbcValueBinder() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
-
The strategy for binding values of this expressible type to JDBC
PreparedStatement
s andCallableStatement
s. - getJdbcValueBinder() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJdbcValueBinder() - Method in class org.hibernate.type.AbstractStandardBasicType
- getJdbcValueBinder() - Method in interface org.hibernate.type.BasicType
- getJdbcValueBinder() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getJdbcValueBinder() - Method in class org.hibernate.type.ConvertedBasicCollectionType
- getJdbcValueBinder() - Method in class org.hibernate.type.CustomType
- getJdbcValueBindings() - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
-
Get the delegate to be used to coordinate JDBC parameter binding.
- getJdbcValueCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Different from
EmbeddableMappingType.getJdbcTypeCount()
as this will treat an aggregate as a single element. - getJdbcValueCount(MappingType) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
- getJdbcValueDescriptor(String, ParameterUsage) - Method in interface org.hibernate.sql.model.MutationOperation
-
Form of
MutationOperation.findValueDescriptor(java.lang.String, org.hibernate.engine.jdbc.mutation.ParameterUsage)
, throwing an exception if not found as opposed to simply returning null - getJdbcValueExtractor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
-
The strategy for extracting values of this expressible type from JDBC ResultSets, CallableStatements, etc
- getJdbcValueExtractor() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getJdbcValueExtractor() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
-
Get the extractor that can be used to extract JDBC values for this selection
- getJdbcValueExtractor() - Method in class org.hibernate.type.AbstractStandardBasicType
- getJdbcValueExtractor() - Method in interface org.hibernate.type.BasicType
- getJdbcValueExtractor() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getJdbcValueExtractor() - Method in class org.hibernate.type.ConvertedBasicCollectionType
- getJdbcValueExtractor() - Method in class org.hibernate.type.CustomType
- getJdbcValues(EmbeddableMappingType, int[], Object, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
- getJdbcValueSelectable(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getJdbcValuesMappingProducer() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryAnonBlock
-
Retrieve the "result set mappings" for processing any ResultSets returned from the JDBC call.
- getJdbcValuesMappingProducer() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- getJdbcValuesMappingProducerProvider() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getJdbcValuesMappingProducerProvider() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
JdbcServices
service. - getJdbcValuesSourceProcessingState() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
Access to the state related to the overall processing of the results.
- getJndiName() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getJndiName() - Method in interface org.hibernate.SessionFactory
-
The JNDI name, used to bind the
SessionFactory
to JNDI. - getJoinClosure() - Method in class org.hibernate.mapping.PersistentClass
- getJoinClosure() - Method in class org.hibernate.mapping.Subclass
- getJoinClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
- getJoinClosureSpan() - Method in class org.hibernate.mapping.Subclass
- getJoinedGroup() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- getJoinedNode() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- getJoinedNode() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
- getJoinedNode() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- getJoinedTableReference() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
- getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- getJoinPredicate() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getJoinPredicate() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
-
Obtain the join predicate
- getJoinPredicateConsumer() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- getJoins() - Method in class org.hibernate.mapping.PersistentClass
- getJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getJoinType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- getJoinType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- getJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- getJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- getJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- getJoinType() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- getJoinType() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
- getJoinType() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- getJPA10() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJPA20() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJPA21() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJPA22() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJPA30() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJPA31() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJPA32() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- getJpaAttributeConverterDescriptor() - Method in class org.hibernate.mapping.SimpleValue
- getJpaCallbackClasses() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Access to the sources describing JPA lifecycle callbacks.
- getJpaClassification() - Method in enum class org.hibernate.metamodel.AttributeClassification
-
The associated
Attribute.PersistentAttributeType
, if one - getJpaCompliance() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getJpaCompliance() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
In-flight form of
JpaCompliance
- getJpaCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getJpaCompliance() - Method in interface org.hibernate.metamodel.mapping.ordering.TranslationContext
- getJpaCompliance() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- getJpaCompliance() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getJpaCompliance() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getJpaCompliance() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
- getJpaCompliance() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used
- getJpaConverters() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getJpaCriteriaParameter() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- getJpaCriteriaParamResolutions() - Method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
- getJpaEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
-
The JPA-specific entity name.
- getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
- getJpaEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getJpaEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The JPA entity name, if one, associated with the entity.
- getJpaHintName() - Method in enum class org.hibernate.graph.GraphSemantic
-
Deprecated.Use
GraphSemantic.getJakartaHintName()
instead - getJpaMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getJpaMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
JpaMetamodel
- getJpaMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
-
Access to the JPA / domain metamodel.
- getJpaMetamodel() - Method in interface org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
- getJpaMetamodel() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
-
The
JpaMetamodel
. - getJpaMetamodel() - Method in interface org.hibernate.type.BindingContext
- getJpaNamedNativeQueries() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getJpaNamedQueries() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getJpaRetrieveMode() - Method in enum class org.hibernate.CacheMode
- getJpaStoreMode() - Method in enum class org.hibernate.CacheMode
- getJpaTempClassLoader() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access the temporary
ClassLoader
passed to us, as defined byPersistenceUnitInfo.getNewTempClassLoader()
, if any. - getJpaValue() - Method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.
- getJsonArrayJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getJsonbArrayJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getJsonbJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getJsonFormatMapper() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getJsonFormatMapper() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The format mapper to use for serializing/deserializing JSON data.
- getJsonFormatMapper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getJsonFormatMapper() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getJsonFormatMapper() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Obtain the JSON
FormatMapper
. - getJsonFormatMapper() - Method in class org.hibernate.type.spi.TypeConfiguration
- getJsonJacksonFormatMapperOrNull() - Static method in class org.hibernate.type.format.jackson.JacksonIntegration
- getJsonJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getJtaDataSource() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getJVM() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Deprecated.Unique across JVMs on this machine (unless they load this class in the same quarter-second, which is very unlikely)
- getJvmIdentifierBytes() - Static method in class org.hibernate.id.uuid.Helper
- getJvmIdentifierHexString() - Static method in class org.hibernate.id.uuid.Helper
- getJvmIdentifierInt() - Static method in class org.hibernate.id.uuid.Helper
- getKey() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getKey() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the current collection key value
- getKey() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Retrieves the object being used to key (uniquely identify) this batch.
- getKey() - Method in class org.hibernate.engine.spi.CollectionEntry
- getKey() - Method in class org.hibernate.engine.spi.CollectionKey
- getKey() - Method in class org.hibernate.engine.spi.EntityUniqueKey
- getKey() - Method in class org.hibernate.mapping.Collection
- getKey() - Method in class org.hibernate.mapping.Join
- getKey() - Method in class org.hibernate.mapping.JoinedSubclass
- getKey() - Method in class org.hibernate.mapping.PersistentClass
- getKey() - Method in class org.hibernate.mapping.RootClass
- getKey() - Method in class org.hibernate.mapping.Subclass
- getKey() - Method in class org.hibernate.query.KeyedPage
-
The key of the last result on the previous page, or of the first result on the next page, which may be used to locate the start or end, respectively, of the current page.
- getKey() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
The collection key.
- getKeyBindingList() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- getKeyBindings() - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- getKeyBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
-
The bindings for each key restriction (WHERE clause).
- getKeyBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
The bindings for each key restriction (WHERE clause).
- getKeyClosure() - Method in class org.hibernate.mapping.PersistentClass
- getKeyClosure() - Method in class org.hibernate.mapping.RootClass
- getKeyClosure() - Method in class org.hibernate.mapping.Subclass
- getKeyColumn(int) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
-
Get a key column by relative position
- getKeyColumn(int) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Read-by-position makes this irrelevant. Currently still used by
SQLQueryParser
- getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getKeyColumns() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
-
Group of columns defined on the primary key
- getKeyColumns() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- getKeyColumns(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getKeyDefinition() - Method in class org.hibernate.mapping.ForeignKey
- getKeyDefinition() - Method in class org.hibernate.query.KeyedPage
-
A key definition for key-based pagination.
- getKeyDescriptor() - Method in class org.hibernate.mapping.Any
- getKeyDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getKeyDetails() - Method in interface org.hibernate.metamodel.mapping.TableDetails
-
Details about the primary-key of this table
- getKeyDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getKeyDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getKeyedResultList(KeyedPage<R>) - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the results for the given page, using key-based pagination.
- getKeyedResultList(KeyedPage<R>) - Method in class org.hibernate.query.spi.AbstractQuery
- getKeyedResultList(KeyedPage<R>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getKeyFetchable(int) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getKeyFetchable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getKeyFetchable(int) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.MapPersistentAttribute
- getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
- getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getKeyInterpretation() - Method in class org.hibernate.query.KeyedPage
-
Determines whether the
key
should be interpreted as the last result on the previous page, or as the first result on the next page. - getKeyIterator(MKV) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
- getKeyIterator(MKV) - Method in interface org.hibernate.collection.spi.MapSemantics
- getKeyList() - Method in class org.hibernate.query.KeyedResultList
-
The keys of the results, in order.
- getKeyMapping() - Method in class org.hibernate.mapping.Any
- getKeyMapping() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getKeyOfOwner(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the key value from the owning entity instance, usually the identifier, but might be some other unique key, in the case of property-ref
- getKeyPart() - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
- getKeyPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getKeyPathSource() - Method in interface org.hibernate.metamodel.model.domain.MapPersistentAttribute
- getKeyRestrictionBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- getKeyRestrictionBindings() - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- getKeyRestrictionBindings() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- getKeyRestrictionBindings() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- getKeys() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
- getKeySide() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getKeySource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
- getKeySource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getKeySubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
- getKeySubgraphs() - Method in interface org.hibernate.graph.AttributeNode
-
All key subgraphs rooted at this node.
- getKeySubGraphs() - Method in interface org.hibernate.graph.AttributeNode
-
All key subgraphs rooted at this node.
- getKeySubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
- getKeyTable() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getKeyTargetMatchPart() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
-
The model sub-part relative to the associated entity type that is the target of this association's foreign-key
- getKeyType() - Method in interface org.hibernate.metamodel.model.domain.AnyMappingDomainType
- getKeyType() - Method in interface org.hibernate.metamodel.model.domain.MapPersistentAttribute
- getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Hibernate is moving away from
Type
. Corresponding mapping metamodel calls should be used instead - here,PluralAttributeMapping.getKeyDescriptor()
- getKeyValueFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getKeywords() - Method in class org.hibernate.dialect.Dialect
-
The keywords of this SQL dialect.
- getKind() - Method in exception org.hibernate.exception.ConstraintViolationException
-
Returns the kind of constraint that was violated.
- getKind() - Method in class org.hibernate.persister.entity.EntityNameUse
- getKind() - Method in interface org.hibernate.query.criteria.JpaWindowFrame
-
Get the
FrameKind
of this window frame. - getKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- getKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- getKind() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
- getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.NoopOptimizer
- getLastSourceValue() - Method in interface org.hibernate.id.enhanced.Optimizer
-
A common means to access the last value obtained from the underlying source.
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
- getLastValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
-
Getter for property 'lastValue'.
- getLastValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
-
Getter for property 'lastValue'.
- getLastValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
-
Getter for property 'lastValue'.
- getLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- getLazyAttributesMetadata() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
- getLazyGroup() - Method in class org.hibernate.mapping.Property
- getLazyIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the index of the attribute in terms of its position within the lazy attributes of the persister
- getLazyLoadPlanByFetchGroup() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- getLeftHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- getLeftHandExpression(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getLeftHandOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
-
Get the left-hand operand.
- getLeftHandOperand() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
-
Get the left-hand operand.
- getLegacyResolvedBasicType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
The BasicType resolved using the pre-6.0 rules.
- getLength() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
-
The specified length.
- getLength() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Retrieve the length of the input stream
- getLength() - Method in interface org.hibernate.engine.jdbc.CharacterStream
-
Retrieve the number of characters.
- getLength() - Method in class org.hibernate.engine.jdbc.Size
- getLength() - Method in class org.hibernate.mapping.Column
- getLength() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getLength() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getLength() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getLength() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getLength() - Method in interface org.hibernate.query.criteria.JpaCastTarget
-
Returns the specified length of the cast target or
null
. - getLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- getLength() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
- getLhs() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
- getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
- getLhs() - Method in interface org.hibernate.query.criteria.JpaPath
-
The source (think "left hand side") of this path
- getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- getLhs() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-join
- getLhs() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- getLhs() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- getLhs() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- getLHSPropertyName() - Method in class org.hibernate.type.AnyType
- getLHSPropertyName() - Method in interface org.hibernate.type.AssociationType
-
Get the name of a property in the owning entity that provides the join key (null if the identifier)
- getLHSPropertyName() - Method in class org.hibernate.type.CollectionType
- getLHSPropertyName() - Method in class org.hibernate.type.EntityType
- getLifecycleOwner() - Method in class org.hibernate.service.spi.ServiceBinding
- getLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getLimit() - Method in interface org.hibernate.query.spi.QueryOptions
-
The limit to the query results.
- getLimit() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getLimit() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getLimitHandler() - Method in class org.hibernate.dialect.CockroachDialect
- getLimitHandler() - Method in class org.hibernate.dialect.DB2Dialect
- getLimitHandler() - Method in class org.hibernate.dialect.DB2iDialect
- getLimitHandler() - Method in class org.hibernate.dialect.DB2zDialect
- getLimitHandler() - Method in class org.hibernate.dialect.Dialect
-
Obtain a
LimitHandler
that implements pagination support forQuery.setMaxResults(int)
andQuery.setFirstResult(int)
. - getLimitHandler() - Method in class org.hibernate.dialect.H2Dialect
- getLimitHandler() - Method in class org.hibernate.dialect.HANADialect
- getLimitHandler() - Method in class org.hibernate.dialect.HSQLDialect
- getLimitHandler() - Method in class org.hibernate.dialect.MySQLDialect
- getLimitHandler() - Method in class org.hibernate.dialect.OracleDialect
- getLimitHandler() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getLimitHandler() - Method in class org.hibernate.dialect.SpannerDialect
- getLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
- getLimitHandler() - Method in class org.hibernate.dialect.SybaseASEDialect
- getLimitParameter() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getLimitParameter() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- getLinkedSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- getLinkedSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
- getList(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getList(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getListenerRegistry() - Method in class org.hibernate.event.spi.EventEngine
- getListExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- getListExpressions() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
- getListIndexBase() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
- getLiteral() - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
- getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- getLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getLiteralValue() - Method in interface org.hibernate.sql.ast.tree.expression.Literal
- getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
- getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- getLiteralValue(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getLiteralValue(Expression) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
-
Returns the literal value of the given expression, inlining a parameter value if necessary.
- getLoadable() - Method in interface org.hibernate.loader.ast.spi.CollectionLoader
- getLoadable() - Method in interface org.hibernate.loader.ast.spi.EntityLoader
- getLoadable() - Method in interface org.hibernate.loader.ast.spi.Loader
-
The value-mapping loaded by this loader
- getLoadable() - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
- getLoadContexts() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Retrieve this persistence context's managed load context.
- getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection has been loaded
- getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity has been loaded
- getLoadedCollectionOwnerIdOrNull(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the ID for the entity that owned this persistent collection when it was loaded
- getLoadedCollectionOwnerOrNull(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity that owned this persistent collection when it was loaded
- getLoadedCollectionPersister(PersistentCollection<?>, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
- getLoadedElementsIterator(SharedSessionContractImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLoadedElementsIterator(CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
-
Iterate just the elements of the collection that are already there.
- getLoadedKey() - Method in class org.hibernate.engine.spi.CollectionEntry
- getLoadedOwnerIdOrNull(PersistentCollection<?>, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
- getLoadedOwnerOrNull(PersistentCollection<?>, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
- getLoadedPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
-
This is only available late during the flush cycle
- getLoadedState() - Method in interface org.hibernate.engine.spi.EntityEntry
- getLoadedValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the loaded value of this attribute.
- getLoadedValue(String) - Method in interface org.hibernate.engine.spi.EntityEntry
- getLoaderName() - Method in class org.hibernate.mapping.Collection
- getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
- getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- getLoadingClassLoader() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Obtain access to the ClassLoader that can be used to load Class references.
- getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- getLoadingEntityHolders() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getLoadingJdbcParameterBindings() - Method in class org.hibernate.engine.spi.SubselectFetch
-
The JDBC parameter bindings related to
SubselectFetch.getLoadingSqlAst()
for the specific execution that loaded the owners - getLoadingJdbcParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
- getLoadingSqlAst() - Method in class org.hibernate.engine.spi.SubselectFetch
-
The SQL AST select from which the owner was loaded
- getLoadJavaType() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
-
The Java type descriptor for the type returned when the entity is loaded
- getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getLoadQueryInfluencers() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the
LoadQueryInfluencers
associated with this session. - getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getLoadQueryInfluencers() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- getLoadQueryInfluencers() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getLoadQueryInfluencers() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getLoadQueryInfluencers() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getLoadQueryInfluencers() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getLobCodeTypeMapping(int) - Static method in class org.hibernate.type.descriptor.jdbc.LobTypeMappings
- getLobCreator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getLobCreator() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Obtain access to the
LobCreator
. - getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Create an instance of a
LobCreator
appropriate for the current environment, mainly meant to account for variance between: JDBC 4 (<= JDK 1.6) and JDBC 3 (>= JDK 1.5). - getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Retrieve the delegate for building
LobCreator
instances. - getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getLobHelper() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getLobHelper() - Method in interface org.hibernate.Session
- getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
-
Get the
LobMergeStrategy
to use,Dialect.NEW_LOCATOR_LOB_MERGE_STRATEGY
by default. - getLobMultiplier() - Method in class org.hibernate.engine.jdbc.Size
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLobValueBindingList() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- getLobValueBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
Obtain the local binding context associated with this container.
- getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Obtain the metadata-building context local to this entity source.
- getLocalName() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- getLocalName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- getLocalName() - Method in interface org.hibernate.spi.DotIdentifierSequence
-
The name of this leaf sequence part.
- getLocalName() - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
- getLocalName() - Method in class org.hibernate.spi.NavigablePath
- getLocalResourceName() - Method in class org.hibernate.boot.xsd.XsdDescriptor
- getLocalSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Get access to the local registry of Synchronization instances
- getLocatedClasses() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
-
Returns descriptors for all classes discovered as part of the scan
- getLocatedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
-
Returns descriptors for all mapping files discovered as part of the scan
- getLocatedPackages() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
-
Returns descriptors for all packages discovered as part of the scan
- getLocation() - Method in interface org.hibernate.boot.query.NamedQueryDefinition
-
The location at which the defining named query annotation occurs, usually a class or package name.
- getLocation() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getLockable() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- getLockingStrategy(EntityPersister, LockMode) - Method in class org.hibernate.dialect.Dialect
-
A
LockingStrategy
which is able to acquire a database-level lock with the specified level. - getLockingStrategy(EntityPersister, LockMode) - Method in class org.hibernate.dialect.SpannerDialect
- getLockMode() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
-
Retrieve the specific lock mode defined.
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
- getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
- getLockMode() - Method in interface org.hibernate.engine.spi.EntityEntry
- getLockMode() - Method in class org.hibernate.event.spi.LoadEvent
- getLockMode() - Method in class org.hibernate.event.spi.LockEvent
- getLockMode() - Method in class org.hibernate.event.spi.RefreshEvent
- getLockMode() - Method in class org.hibernate.LockOptions
-
Deprecated.Retrieve the overall lock mode in effect for this set of options.
- getLockMode() - Method in interface org.hibernate.query.NativeQuery
-
Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.
- getLockMode() - Method in interface org.hibernate.query.NativeQuery.RootReturn
- getLockMode() - Method in interface org.hibernate.query.SelectionQuery
-
Get the root
LockModeType
for the query - getLockMode() - Method in class org.hibernate.query.spi.AbstractQuery
- getLockMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getLockMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getLockMode() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getLockModeType() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
- getLockOptions() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getLockOptions() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getLockOptions() - Method in class org.hibernate.event.spi.LoadEvent
- getLockOptions() - Method in class org.hibernate.event.spi.LockEvent
- getLockOptions() - Method in class org.hibernate.event.spi.RefreshEvent
- getLockOptions() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
-
Specify the lock options applied during loading.
- getLockOptions() - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
-
The locking options for the loaded entity
- getLockOptions() - Method in interface org.hibernate.query.NativeQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLockOptions() - Method in interface org.hibernate.query.Query
-
Deprecated, for removal: This API element is subject to removal in a future version.Since
LockOptions
is transitioning to a new role as an SPI. - getLockOptions() - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.Since
LockOptions
is transitioning to a new role as an SPI. - getLockOptions() - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- getLockOptions() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- getLockOptions() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getLockOptions() - Method in interface org.hibernate.query.spi.QueryOptions
-
Describes the locking to apply to the query results
- getLockOptions() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getLockOptions() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getLockOptions() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- getLockOptions() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- getLockOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getLockRowIdentifier(LockMode) - Method in class org.hibernate.dialect.Dialect
-
Obtain a
RowLockStrategy
for the givenLockMode
. - getLockScope() - Method in class org.hibernate.event.spi.LoadEvent
- getLockScope() - Method in class org.hibernate.event.spi.LockEvent
- getLockScope() - Method in class org.hibernate.event.spi.RefreshEvent
- getLockScope() - Method in class org.hibernate.LockOptions
-
Deprecated.The current lock scope:
PessimisticLockScope.EXTENDED
means the lock extends to rows of owned collections, butPessimisticLockScope.NORMAL
means only the entity table and secondary tables are locked. - getLockStrategy() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- getLockTimeout() - Method in class org.hibernate.event.spi.LoadEvent
- getLockTimeout() - Method in class org.hibernate.event.spi.LockEvent
- getLockTimeout() - Method in class org.hibernate.event.spi.RefreshEvent
- getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
- getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getLogicalConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Retrieves the logical connection associated with this JDBC coordinator.
- getLogicalName() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
- getLogicalTableName(Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getLogicalTableNameForContainedColumns() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
- getLogicalValueColumnNameIdentifier() - Method in class org.hibernate.id.enhanced.TableStructure
- getLogSlowQuery() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
- getLongSqlLength() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
The default column length when this Java type is mapped to a column of type
Types.LONGVARCHAR
orTypes.LONGVARBINARY
. - getLongType() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getLongVarcharVariantCode() - Method in enum class org.hibernate.dialect.NationalizationSupport
- getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Deprecated.
- getLowerBound() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- getLowerBound() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
- getLowercaseFunction() - Method in class org.hibernate.dialect.Dialect
-
The name of the SQL function that transforms a string to lowercase, almost always
lower
. - getMagnitude() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- getMagnitude() - Method in class org.hibernate.sql.ast.tree.expression.Duration
- getMajor() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Simpler naming
- getMajor() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- getManagedBeanRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
- getManagedBeanRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
ManagedBeanRegistry
. - getManagedBeanRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getManagedBeanRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
ManagedBeanRegistry
service. - getManagedBeanRegistry() - Method in class org.hibernate.mapping.BasicValue
- getManagedClassNames() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getManagedClassNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getManagedEntities() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getManagedEntities() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getManagedEntities() - Method in interface org.hibernate.Session
-
Obtain the collection of all managed entities which belong to this persistence context.
- getManagedEntities(EntityType<E>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getManagedEntities(EntityType<E>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getManagedEntities(EntityType<E>) - Method in interface org.hibernate.Session
-
Obtain a collection of all managed entities of the given type which belong to this persistence context.
- getManagedEntities(Class<E>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getManagedEntities(Class<E>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getManagedEntities(Class<E>) - Method in interface org.hibernate.Session
-
Obtain a collection of all managed entities of the given type which belong to this persistence context.
- getManagedEntities(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getManagedEntities(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getManagedEntities(String) - Method in interface org.hibernate.Session
-
Obtain a collection of all managed instances of the entity type with the given entity name which belong to this persistence context.
- getManagedObject() - Method in interface org.hibernate.engine.spi.EntityHolder
-
The proxy if there is one and otherwise the entity.
- getManagedResources() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
- getManagedType() - Method in class org.hibernate.boot.models.xml.spi.XmlProcessingResult.OverrideTuple
- getManagedType() - Method in interface org.hibernate.query.criteria.JpaRoot
- getManagedType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- getManagedType() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- getManagedTypeRepresentationResolver() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.no longer called
- getManyToManyFilterFragment(TableGroup, Map<String, Filter>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getManyToManyFilterFragment(TableGroup, Map<String, Filter>) - Method in interface org.hibernate.persister.collection.CollectionPersister
- getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
- getManyToManyOrderByFragment() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getManyToManyOrdering() - Method in class org.hibernate.mapping.Collection
- getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
- getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- getMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getMapKeyNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used
- getMapKeyPropertyName() - Method in class org.hibernate.mapping.Map
- getMapPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getMappedBy() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getMappedByProperty() - Method in class org.hibernate.mapping.Collection
- getMappedByProperty() - Method in class org.hibernate.mapping.OneToOne
- getMappedByProperty() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getMappedByProperty() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getMappedClass() - Method in class org.hibernate.mapping.MappedSuperclass
- getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
- getMappedClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getMappedClass() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The persistent class, or null
- getMappedClasses() - Method in interface org.hibernate.boot.models.xml.spi.XmlPreProcessingResult
-
All classes named across all XML mappings
- getMappedFetchOptions() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- getMappedFetchOptions() - Method in interface org.hibernate.sql.results.graph.Fetchable
-
The configured fetch timing and style
- getMappedIdAttributeName() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
-
Obtain the
MapsId.value()
naming the attribute within the EmbeddedId mapped by this relationship. - getMappedIdEmbeddableTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
-
Returns the embeddable type descriptor of the id-class, if there is one, otherwise the one of the virtual embeddable mapping type.
- getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.MappingType
-
The descriptor descriptor for the mapped Java type
- getMappedJavaType() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
-
The Java type descriptor for the concrete type.
- getMappedJavaType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getMappedJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getMappedJavaType() - Method in interface org.hibernate.type.BasicType
- getMappedJavaType() - Method in class org.hibernate.type.CustomType
- getMappedNames() - Method in interface org.hibernate.boot.models.xml.spi.XmlPreProcessingResult
-
All "type names" named across all XML mappings.
- getMappedSuperclass() - Method in class org.hibernate.mapping.Component
- getMappedSuperclass() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Get the name of the entity that is the "super class" for this entity
- getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getMappedSuperclass(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getMappedSuperclassesOverrides() - Method in interface org.hibernate.boot.models.xml.spi.XmlProcessingResult
- getMappedSuperclassMappings() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getMappedSuperclassMappingsCopy() - Method in interface org.hibernate.boot.spi.MetadataImplementor
- getMappedTableDetails() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Details for the table this entity maps.
- getMappedTableDetails() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getMappedTableDetails() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getMappedTableDetails() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getMappedType() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getMappedType() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getMappedType() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
-
Descriptor for the type of this mapping
- getMappedType() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getMappedType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getMappedType() - Method in interface org.hibernate.type.BasicType
- getMappingBinder() - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
- getMappingDefaults() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the
MappingDefaults
. - getMappingFileNames() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getMappingIdentifier() - Method in interface org.hibernate.query.results.ResultSetMapping
-
An identifier for the mapping
- getMappingMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
MappingMetamodelImplementor
- getMappingMetamodel() - Method in interface org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
- getMappingMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
-
Access to the relational mapping model.
- getMappingMetamodel() - Method in interface org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
- getMappingMetamodel() - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getMappingMetamodel() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
-
The
MappingMetamodel
. - getMappingMetamodel() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
The runtime
MappingMetamodelImplementor
- getMappingMetamodel() - Method in interface org.hibernate.type.BindingContext
- getMappingModelExpressible(SqmToSqlAstConverter, ReturnableType<?>, List<SqlAstNode>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
- getMappingModelExpressible(SqmToSqlAstConverter, ReturnableType<?>, List<SqlAstNode>) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- getMappingModelPart() - Method in class org.hibernate.type.ComponentType
- getMappingModelPart() - Method in interface org.hibernate.type.spi.CompositeTypeImplementor
- getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- getMappingXmlBindings() - Method in class org.hibernate.boot.MetadataSources
- getMapsIdSources() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
-
Obtain the mapping of attributes annotated with
MapsId
. - getMatchExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- getMatchExpression() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
- getMaterialization() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The materialization hint for the CTE.
- getMaterialization() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getMaterialization() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
-
What is the maximum length Hibernate can use for generated aliases?
- getMaxAliasLength() - Method in class org.hibernate.dialect.HANADialect
- getMaxAliasLength() - Method in class org.hibernate.dialect.MySQLDialect
- getMaxAliasLength() - Method in class org.hibernate.dialect.OracleDialect
- getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASEDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.CockroachDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.DB2Dialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.Dialect
-
What is the maximum identifier length supported by this dialect?
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.HANADialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.MySQLDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.OracleDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.SQLServerDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.SybaseASEDialect
- getMaxIdentifierLength() - Method in class org.hibernate.dialect.SybaseDialect
- getMaximumArraySize() - Method in class org.hibernate.dialect.H2Dialect
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to issue 1815. - getMaximumFetchDepth() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getMaximumFetchDepth() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getMaximumFetchDepth() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
When creating
Fetch
references, defines a limit to how deep we should join for fetches. - getMaximumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getMaximumSeriesSize() - Method in class org.hibernate.dialect.DB2Dialect
-
DB2 doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with a top level recursive CTE which requires an upper bound on the amount of elements that the series can return. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.H2Dialect
-
Since H2 doesn't support ordinality for the
system_range
function orlateral
, it's impossible to usesystem_range
for non-constant cases. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.HANADialect
-
HANA doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with thexmltable
andlpad
functions. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.HSQLDialect
-
HSQLDB doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with a top level recursive CTE which requires an upper bound on the amount of elements that the series can return. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.MySQLDialect
-
MySQL doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with a top level recursive CTE which requires an upper bound on the amount of elements that the series can return. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.OracleDialect
-
Oracle doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with a top level recursive CTE which requires an upper bound on the amount of elements that the series can return. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.SQLServerDialect
-
SQL Server doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with a top level recursive CTE which requires an upper bound on the amount of elements that the series can return. - getMaximumSeriesSize() - Method in class org.hibernate.dialect.SybaseASEDialect
-
Sybase ASE doesn't support the
generate_series
function orlateral
recursive CTEs, so it has to be emulated with thexmltable
andreplicate
functions. - getMaxLobPrefetchSize() - Method in class org.hibernate.dialect.HANADialect.HANABlobType
- getMaxLobPrefetchSize() - Method in class org.hibernate.dialect.HANAServerConfiguration
- getMaxNVarcharCapacity() - Method in class org.hibernate.dialect.Dialect
-
The longest possible length of a
Types.NVARCHAR
-like column. - getMaxNVarcharLength() - Method in class org.hibernate.dialect.Dialect
-
The biggest size value that can be supplied as argument to a
Types.NVARCHAR
-like type. - getMaxNVarcharLength() - Method in class org.hibernate.dialect.HANADialect
- getMaxNVarcharLength() - Method in class org.hibernate.dialect.SQLServerDialect
- getMaxOrLimit(Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Some dialect-specific LIMIT clauses require the maximum last row number (aka, first_row_number + total_row_count), while others require the maximum returned row count (the total maximum number of rows to return).
- getMaxResults() - Method in class org.hibernate.query.Page
- getMaxResults() - Method in interface org.hibernate.query.SelectionQuery
-
The maximum number of query result rows to return.
- getMaxResults() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getMaxResults() - Method in class org.hibernate.query.spi.AbstractQuery
- getMaxResults() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
- getMaxResults() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getMaxResults() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- getMaxRows() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getMaxRows() - Method in class org.hibernate.query.spi.Limit
- getMaxRows() - Method in interface org.hibernate.query.spi.QueryOptions
-
The maximum number of rows to return from the results
- getMaxRows() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getMaxRows() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- getMaxRows() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- getMaxRows(SqmSelectStatement<?>, int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getMaxRows(SelectStatement, JdbcParameterBindings, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getMaxRowsJpa() - Method in class org.hibernate.query.spi.Limit
- getMaxValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted maximum value defined for the sequence.
- getMaxVarbinaryCapacity() - Method in class org.hibernate.dialect.Dialect
-
The longest possible length of a
Types.VARBINARY
-like column. - getMaxVarbinaryLength() - Method in class org.hibernate.dialect.Dialect
-
The biggest size value that can be supplied as argument to a
Types.VARBINARY
-like type. - getMaxVarbinaryLength() - Method in class org.hibernate.dialect.HANADialect
- getMaxVarbinaryLength() - Method in class org.hibernate.dialect.MySQLDialect
- getMaxVarbinaryLength() - Method in class org.hibernate.dialect.OracleDialect
- getMaxVarbinaryLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getMaxVarbinaryLength() - Method in class org.hibernate.dialect.SpannerDialect
- getMaxVarcharCapacity() - Method in class org.hibernate.dialect.Dialect
-
The longest possible length of a
Types.VARCHAR
-like column. - getMaxVarcharCapacity() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.DB2Dialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.Dialect
-
The biggest size value that can be supplied as argument to a
Types.VARCHAR
-like type. - getMaxVarcharLength() - Method in class org.hibernate.dialect.H2Dialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.HANADialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.MySQLDialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.OracleDialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.SpannerDialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.SQLServerDialect
- getMaxVarcharLength() - Method in class org.hibernate.dialect.SybaseASEDialect
- getMaybeLazySet() - Method in interface org.hibernate.engine.spi.EntityEntry
-
Has a bit set for every attribute position that is potentially lazy.
- getMember() - Method in class org.hibernate.property.access.spi.EnhancedGetterFieldImpl
- getMember() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getMember() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- getMemberResolver() - Method in class org.hibernate.boot.spi.ClassmateContext
- getMergeCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getMergeCoordinator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the merge coordinator instance.
- getMessage() - Method in exception org.hibernate.boot.MappingException
- getMessage() - Method in exception org.hibernate.InstantiationException
- getMessage() - Method in exception org.hibernate.NonUniqueObjectException
- getMessage() - Method in exception org.hibernate.PropertyAccessException
- getMessage() - Method in exception org.hibernate.PropertyValueException
- getMessage() - Method in exception org.hibernate.QueryException
- getMessage() - Method in exception org.hibernate.StaleObjectStateException
- getMessage() - Method in exception org.hibernate.TransientPropertyValueException
- getMessage() - Method in exception org.hibernate.UnresolvableObjectException
- getMetaAttribute(String) - Method in class org.hibernate.mapping.Component
- getMetaAttribute(String) - Method in interface org.hibernate.mapping.MetaAttributable
- getMetaAttribute(String) - Method in class org.hibernate.mapping.PersistentClass
- getMetaAttribute(String) - Method in class org.hibernate.mapping.Property
- getMetaAttributeMap() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
-
The
org.hibernate.mapping
package accepts these as a Map, so for now expose the underlying Map. - getMetaAttributes() - Method in class org.hibernate.mapping.Component
- getMetaAttributes() - Method in interface org.hibernate.mapping.MetaAttributable
- getMetaAttributes() - Method in class org.hibernate.mapping.PersistentClass
- getMetaAttributes() - Method in class org.hibernate.mapping.Property
- getMetadata() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
-
Access the mapping metadata
- getMetadata() - Method in class org.hibernate.mapping.Collection
- getMetadata() - Method in class org.hibernate.mapping.SimpleValue
- getMetadata() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getMetadataBuilder() - Method in class org.hibernate.boot.MetadataSources
-
Get a builder for metadata where non-default options can be specified.
- getMetadataBuilder(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
-
Creates a
MetadataBuilderImplementor
. - getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
-
Get a builder for metadata where non-default options can be specified.
- getMetadataBuildingContext() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Deprecated.This operation is not very typesafe, and we're migrating away from its use
- getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Options specific to building the boot metamodel
- getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
-
Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.
- getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
Access to the options used to build this
Metadata
- getMetadataCollector() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Access to the collector of metadata as we build it.
- getMetaMapping() - Method in class org.hibernate.mapping.Any
- getMetamodel() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
Deprecated.
- getMetamodel() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getMetamodel() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
The parent metamodel.
- getMetamodel() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getMetaType() - Method in class org.hibernate.mapping.Any
- getMetaValues() - Method in class org.hibernate.mapping.Any
- getMethod() - Method in class org.hibernate.engine.profile.Fetch
-
The fetch method to be applied to the association.
- getMethod() - Method in class org.hibernate.mapping.FetchProfile.Fetch
- getMethod() - Method in class org.hibernate.property.access.spi.EnhancedGetterFieldImpl
- getMethod() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getMethod() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- getMethod() - Method in interface org.hibernate.property.access.spi.Setter
-
Optional operation (may return
null
) - getMethod() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
- getMethod() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
- getMethodName() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getMethodName() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- getMethodName() - Method in interface org.hibernate.property.access.spi.Setter
-
Optional operation (may return
null
) - getMethodName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
- getMethodName() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
- getMicro() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Simpler naming
- getMicro() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- getMigrateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
Get the filter to be applied to
SchemaMigrator
processing - getMinimumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.CockroachDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DB2Dialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DB2iDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DB2zDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.Dialect
-
Get the version of the SQL dialect that is the minimum supported by this implementation.
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.H2Dialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.HANADialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.HSQLDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.MariaDBDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.MySQLDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.OracleDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.SQLServerDialect
- getMinimumSupportedVersion() - Method in class org.hibernate.dialect.SybaseDialect
- getMinor() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Simpler naming
- getMinor() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- getMinValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted minimum value defined for the sequence.
- getMissCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of unsuccessful cache look-ups against the region since the last Statistics clearing
- getMode() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
-
The mode represented
- getMode() - Method in interface org.hibernate.procedure.ProcedureParameter
-
Retrieves the parameter "mode".
- getMode() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getMode() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getModel() - Method in interface org.hibernate.query.criteria.JpaEntityJoin
- getModel() - Method in interface org.hibernate.query.criteria.JpaRoot
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getModel() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- getModelBuildingContext() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocumentContext
-
Access to the containing ModelsContext
- getModelPart() - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
- getModelPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getModelPart() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
- getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getModelsContext() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
hibernate-models
ModelsContext - getModelsContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated.Use BootstrapContext.getModelsContext() instead.
- getModes(Object) - Static method in enum class org.hibernate.boot.beanvalidation.ValidationMode
- getModifier() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- getModifier() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
- getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
- getMultiKeyLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
-
The strategy used to determine the appropriate number of keys to load in a single SQL query with multi-key loading.
- getMultiNaturalIdLoader() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Access to performing multi-value natural-id database selection.
- getMultiNaturalIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getMultiNaturalIdLoader() - Method in interface org.hibernate.persister.entity.EntityPersister
- getMultiple(EntityGraph<T>, List<?>) - Method in interface org.hibernate.StatelessSession
-
Retrieve multiple rows, returning instances of the root entity of the given
EntityGraph
with the fetched associations specified by the graph, in a list where the position of an instance in the list matches the position of its identifier in the given array, and the list contains a null value if there is no persistent instance matching a given identifier. - getMultiple(EntityGraph<T>, GraphSemantic, List<?>) - Method in interface org.hibernate.StatelessSession
-
Retrieve multiple rows, returning instances of the root entity of the given
EntityGraph
with the fetched associations specified by the graph, in a list where the position of an instance in the list matches the position of its identifier in the given array, and the list contains a null value if there is no persistent instance matching a given identifier. - getMultiple(Class<T>, List<?>) - Method in interface org.hibernate.StatelessSession
-
Retrieve multiple rows, returning entity instances in a list where the position of an instance in the list matches the position of its identifier in the given array, and the list contains a null value if there is no persistent instance matching a given identifier.
- getMultiple(Class<T>, List<?>, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve multiple rows, obtaining the specified lock mode, and returning entity instances in a list where the position of an instance in the list matches the position of its identifier in the given array, and the list contains a null value if there is no persistent instance matching a given identifier.
- getMultiTenancySource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the source information about the multi-tenancy discriminator for this entity
- getMutabilityPlan() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
The resolved MutabilityPlan
- getMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
- getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Retrieve the mutability plan for this Java type.
- getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- getMutatingTable() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- getMutatingTable() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- getMutatingTable() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- getMutatingTable() - Method in interface org.hibernate.sql.model.ast.builder.TableMutationBuilder
-
Reference (in the SQL AST sense) to the mutating table
- getMutatingTable() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- getMutatingTable() - Method in interface org.hibernate.sql.model.ast.TableMutation
-
The table being mutated
- getMutatingTableDetails() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
-
The name of the mutating table
- getMutationComment() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- getMutationComment() - Method in interface org.hibernate.sql.model.ast.TableMutation
-
The comment to be used in the SQL if enabled and supported
- getMutationDelegate() - Method in interface org.hibernate.sql.model.EntityMutationOperationGroup
- getMutationDelegate(MutationType) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- getMutationStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
The builder of prepared and callable JDBC statements for mutation operations (insert, update and delete) originating from persistent context events, as opposed to Query handling
- getMutationTarget() - Method in class org.hibernate.id.insert.TableInsertReturningBuilder
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- getMutationTarget() - Method in interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
-
The collection being mutated
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
- getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
- getMutationTarget() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- getMutationTarget() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- getMutationTarget() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- getMutationTarget() - Method in interface org.hibernate.sql.model.ast.MutationGroup
- getMutationTarget() - Method in interface org.hibernate.sql.model.EntityMutationOperationGroup
-
The model-part being mutated.
- getMutationTarget() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- getMutationTarget() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- getMutationTarget() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- getMutationTarget() - Method in interface org.hibernate.sql.model.MutationOperation
-
The thing being mutated
- getMutationTarget() - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
The model-part being mutated
- getMutationType() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- getMutationType() - Method in interface org.hibernate.sql.model.ast.MutationGroup
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.JdbcInsertMutation
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.JdbcUpdateMutation
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.MergeOperation
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- getMutationType() - Method in class org.hibernate.sql.model.jdbc.UpsertOperation
- getMutationType() - Method in interface org.hibernate.sql.model.MutationOperation
-
The type of operation (INSERT, etc)
- getMutationType() - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
The type of mutation (at the model-level) represented by this group.
- getMutationType() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
-
The type of mutation being detailed
- getMySQLVersion() - Method in class org.hibernate.dialect.MariaDBDialect
- getMySQLVersion() - Method in class org.hibernate.dialect.MySQLDialect
- getName() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
Retrieves the class name, not the file name.
- getName() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
-
The mapping file name.
- getName() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
-
Retrieves the package name.
- getName() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
-
Get the entry's name
- getName() - Method in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- getName() - Method in interface org.hibernate.boot.model.JavaTypeDescriptor
- getName() - Method in class org.hibernate.boot.model.relational.Namespace
- getName() - Method in class org.hibernate.boot.model.relational.Sequence
- getName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Obtain the attribute name.
- getName() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the name of the column.
- getName() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the name of the filter being described.
- getName() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Obtain the supplied Hibernate type name.
- getName() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
- getName() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- getName() - Method in class org.hibernate.boot.model.TypeDefinition
- getName() - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- getName() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getName() - Method in interface org.hibernate.boot.query.NamedQueryDefinition
- getName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the name of the attribute
- getName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.LazyFetchGroupMetadata
-
Access to the name of the fetch group.
- getName() - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
- getName() - Method in interface org.hibernate.cache.spi.Region
-
Retrieve the unqualified name of this region.
- getName() - Method in class org.hibernate.cache.spi.support.AbstractRegion
- getName() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the name of this attribute.
- getName() - Method in exception org.hibernate.DuplicateMappingException
- getName() - Method in class org.hibernate.engine.profile.FetchProfile
-
The name of this fetch profile
- getName() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- getName() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
- getName() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getName() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
- getName() - Method in interface org.hibernate.Filter
-
Get the name of this filter.
- getName() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Get the persistence unit name,
- getName() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getName() - Method in class org.hibernate.mapping.CheckConstraint
- getName() - Method in class org.hibernate.mapping.Column
- getName() - Method in class org.hibernate.mapping.Constraint
- getName() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the name of the fetch profile.
- getName() - Method in class org.hibernate.mapping.Index
- getName() - Method in class org.hibernate.mapping.MetaAttribute
- getName() - Method in class org.hibernate.mapping.Property
- getName() - Method in class org.hibernate.mapping.Table
- getName() - Method in interface org.hibernate.mapping.UserDefinedType
- getName() - Method in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
- getName() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The name under which this CTE is registered.
- getName() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaAttribute
-
The name of the attribute.
- getName() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
-
The name under which this CTE is registered.
- getName() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getName() - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
-
The name associated with this memento
- getName() - Method in class org.hibernate.query.spi.AbstractQueryParameter
- getName() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getName() - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- getName() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
-
Function name accessor
- getName() - Method in class org.hibernate.query.sqm.function.NamedSqmSetReturningFunctionDescriptor
-
Function name accessor
- getName() - Method in interface org.hibernate.query.sqm.SqmJoinable
- getName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- getName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getName() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- getName() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- getName() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
-
If this represents a named parameter, return that parameter name; otherwise return
null
. - getName() - Method in interface org.hibernate.SessionFactory
-
The name assigned to this
SessionFactory
, if any. - getName() - Method in interface org.hibernate.sql.ast.tree.cte.CteObject
- getName() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- getName() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Get the qualified name of the table.
- getName() - Method in class org.hibernate.type.AnyType
- getName() - Method in class org.hibernate.type.BasicArrayType
- getName() - Method in class org.hibernate.type.BasicCollectionType
- getName() - Method in class org.hibernate.type.BasicTypeReference
- getName() - Method in class org.hibernate.type.BottomType
- getName() - Method in class org.hibernate.type.CollectionType
- getName() - Method in class org.hibernate.type.ComponentType
- getName() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getName() - Method in class org.hibernate.type.CustomType
- getName() - Method in class org.hibernate.type.EntityType
-
For entity types, the name correlates to the associated entity name.
- getName() - Method in class org.hibernate.type.JavaObjectType
- getName() - Method in class org.hibernate.type.MetaType
- getName() - Method in class org.hibernate.type.NullType
- getName() - Method in class org.hibernate.type.QueryParameterJavaObjectType
- getName() - Method in class org.hibernate.type.SerializableType
- getName() - Method in class org.hibernate.type.StandardBasicTypeTemplate
- getName() - Method in interface org.hibernate.type.Type
-
Returns the abbreviated name of the type.
- getName() - Method in exception org.hibernate.UnknownFilterException
-
The unknown filter name.
- getName() - Method in exception org.hibernate.UnknownProfileException
-
The unknown fetch profile name.
- getNamedEntityGraph(String) - Method in interface org.hibernate.boot.Metadata
- getNamedEntityGraph(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getNamedEntityGraphs() - Method in interface org.hibernate.boot.Metadata
- getNamedEntityGraphs() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getNamedEntityGraphs() - Method in class org.hibernate.cfg.Configuration
- getNamedEntityGraphs(Class<E>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getNamedEntityGraphs(Class<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- getNamedHqlQueryMapping(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve named query metadata by name.
- getNamedHqlQueryMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getNamedNativeQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
- getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getNamedNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.
- getNamedNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.
- getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- getNamedNativeQueryMapping(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve named SQL query metadata.
- getNamedNativeQueryMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getNamedNativeQueryRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getNamedObjectRepository() - Method in interface org.hibernate.query.spi.QueryEngine
- getNamedParameterNames() - Method in interface org.hibernate.query.ParameterMetadata
-
Return the names of all named parameters of the query.
- getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
-
Obtain a
ProcedureCall
based on a named template - getNamedProcedureCallMap() - Method in class org.hibernate.cfg.Configuration
- getNamedProcedureCallMapping(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve named procedure metadata.
- getNamedProcedureCallMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
- getNamedQueries() - Method in class org.hibernate.cfg.Configuration
- getNamedQueries(Class<R>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getNamedQueries(Class<R>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- getNamedQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.
- getNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- getNamedQueryRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
- getNamedStoredProcedureQueries() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getNamedStoredProcedureQueryRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getNameIdentifier() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getNameIdentifier() - Method in class org.hibernate.mapping.Table
- getNameIdentifier() - Method in interface org.hibernate.mapping.UserDefinedType
- getNameIdentifier(MetadataBuildingContext) - Method in class org.hibernate.mapping.Column
- getNameQualifierSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.Dialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.HANADialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.MySQLDialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getNameQualifierSupport() - Method in class org.hibernate.dialect.SybaseDialect
- getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain the level of support for qualified names.
- getNamespaces() - Method in class org.hibernate.boot.model.relational.Database
- getNamespaceUri() - Method in class org.hibernate.boot.xsd.XsdDescriptor
- getNameWithinArchive() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
-
Get the relative name of the entry within the archive.
- getNamingStrategy(Properties, ServiceRegistry) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
- getNationalizationSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getNationalizationSupport() - Method in class org.hibernate.dialect.Dialect
-
Determines whether this database requires the use of explicitly nationalized character (Unicode) data types.
- getNationalizationSupport() - Method in class org.hibernate.dialect.MariaDBDialect
- getNationalizationSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getNationalizationSupport() - Method in class org.hibernate.dialect.SybaseDialect
- getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Dialect
-
Deprecated, for removal: This API element is subject to removal in a future version.Use Dialect.getNativeValueGenerationStrategy() instead
- getNativeJdbcParametersIgnored() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getNativeJdbcParametersIgnored() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getNativeJdbcParametersIgnored() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getNativeJdbcParametersIgnored() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- getNativeJdbcParametersIgnored() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.Dialect
-
Support for native parameter markers.
- getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.H2Dialect
- getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getNativeQueryInterpreter() - Method in interface org.hibernate.query.spi.QueryEngine
- getNativeQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
- getNativeValueGenerationStrategy() - Method in class org.hibernate.dialect.CockroachDialect
- getNativeValueGenerationStrategy() - Method in class org.hibernate.dialect.Dialect
-
The native type of generation supported by this Dialect.
- getNativeValueGenerationStrategy() - Method in class org.hibernate.dialect.OracleDialect
- getNativeValueGenerationStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getNaturalIdAttributes() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
The attribute(s) making up the natural-id.
- getNaturalIdCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNaturalIdCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the NaturalId cache (optional operation)
- getNaturalIdCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cached natural id lookups successfully retrieved from the cache.
- getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cached natural id lookups not found in the cache.
- getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cacheable natural id lookups put in cache.
- getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Find the cache data access strategy for the given entity's natural-id cache.
- getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.PersistentClass
- getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.RootClass
- getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.Subclass
- getNaturalIdCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the natural id caching configuration for this entity.
- getNaturalIdCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the list of all natural-id data to be stored in this region
- getNaturalIdDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
-
Build a
NaturalIdDataAccess
instance representing access to natural id mappings stored in this cache region. - getNaturalIdDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- getNaturalIdentifierProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNaturalIdentifierProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
If the entity defines a natural id, that is, if
EntityPersister.hasNaturalIdentifier()
returnstrue
, the indices of the properties which make up the natural id. - getNaturalIdentifierSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNaturalIdentifierSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the current state of the natural-id properties from the database.
- getNaturalIdLoader() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Access to performing natural-id database selection.
- getNaturalIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNaturalIdLoader() - Method in interface org.hibernate.persister.entity.EntityPersister
- getNaturalIdMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The mapping for the natural-id of the entity, if one is defined
- getNaturalIdMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNaturalIdMutability() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Retrieve the natural id mutability
- getNaturalIdQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of natural id queries executed against the database.
- getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
-
The global maximum query time for natural id queries executed against the database.
- getNaturalIdQueryExecutionMaxTimeEntity() - Method in interface org.hibernate.stat.Statistics
-
The entity name for the maximum natural id query time.
- getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
-
The region for the maximum natural id query time.
- getNaturalIdResolutions() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Access to the natural-id helper for this persistence context
- getNaturalIdSnapshot(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the values of the natural id fields as known to the underlying database, or null if the entity has no natural id or there is no corresponding row.
- getNaturalIdStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the natural id resolution statistics for the entity type with the given name.
- getNaturalIdValue() - Method in interface org.hibernate.engine.spi.Resolution
- getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
Performs reverse operation to
NaturalIdDataAccess.generateCacheKey(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.engine.spi.SharedSessionContractImplementor)
, returning the original naturalIdValues. - getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
- getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- getNature() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
- getNature() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
-
Obtain the nature of this identifier source.
- getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
- getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
- getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getNature() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
-
Retrieve the nature of this relational value.
- getNature() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
- getNature() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
- getNature() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
- getNature() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
-
Retrieves the enum describing the nature of this target.
- getNature() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
- getNavigableName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- getNavigablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
- getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
- getNavigablePath() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
- getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
- getNavigablePath() - Method in interface org.hibernate.query.criteria.JpaPath
-
Get this path's NavigablePath
- getNavigablePath() - Method in interface org.hibernate.query.named.ModelPartReferenceMemento
-
Path to the memento, relative to the result roots
- getNavigablePath() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
- getNavigablePath() - Method in interface org.hibernate.query.NativeQuery.RootReturn
- getNavigablePath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getNavigablePath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Returns the NavigablePath.
- getNavigablePath() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getNavigablePath() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- getNavigablePath() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- getNavigablePath() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- getNavigablePath() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
- getNavigablePath() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
-
The NavigablePath for this node (if one!).
- getNavigablePath() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
- getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getNavigablePath() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
- getNavigablePath() - Method in interface org.hibernate.sql.results.graph.Fetch
-
Get the property path to this fetch
- getNavigablePath() - Method in interface org.hibernate.sql.results.graph.FetchParent
-
Get the property path to this parent
- getNavigablePath() - Method in interface org.hibernate.sql.results.graph.Initializer
- getNavigablePath() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
- getNavigablePathCopy(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
-
Utility that checks if this path's parent navigable path is compatible with the specified SQM parent, and if not creates a copy of the navigable path with the correct parent.
- getNavigableRole() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
The
NavigableRole
of the thing to be cached - getNavigableRole() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- getNavigableRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getNavigableRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
The NavigableRole for this collection.
- getNavigableRole() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNavigableRole() - Method in interface org.hibernate.sql.model.MutationTarget
-
The model role of this target
- getNClobBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getNestedTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getNestedTableJdbcTypeConstructor(ServiceRegistry) - Static method in class org.hibernate.dialect.type.OracleJdbcHelper
- getNewTableChangeModifier() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- getNewTableChangeModifier() - Method in class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- getNextPage() - Method in class org.hibernate.query.KeyedResultList
-
The specification of the next page of results, if there are more results, or
null
if it is known that there are no more results after this page. - getNextState() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
- getNextValue() - Method in interface org.hibernate.id.enhanced.AccessCallback
-
Retrieve the next value from the underlying source.
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.CockroachDialect
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Override the method
renderInsertIntoNoColumns()
on thetranslator
returned by this dialect. - getNoColumnsInsertString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
- getNoCycleLiteral() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getNoCycleValue() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The default value for the cycle mark attribute when no cycle is detected.
- getNoCycleValue() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getNoCycleValue() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getNodeBuilder() - Method in interface org.hibernate.query.sqm.NodeBuilder
- getNodeBuilder() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
-
The
NodeBuilder
. - getNodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- getNodeJavaType() - Method in interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
-
The Java type descriptor for this node.
- getNodeJavaType() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
-
The Java type descriptor for this node.
- getNodes() - Method in interface org.hibernate.graph.spi.GraphImplementor
- getNodeType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getNodeType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
This node's type is its "referenced path source"
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- getNodeType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
-
The expression's type.
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getNodeType() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- getNodeType() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- getNodeType() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
- getNodeType() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
- getNodeType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getNodeType() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
- getNonDuplicatedProperties() - Method in class org.hibernate.mapping.PersistentClass
- getNonDuplicatedProperties() - Method in class org.hibernate.mapping.SingleTableSubclass
- getNonDuplicatedProperties() - Method in class org.hibernate.mapping.UnionSubclass
- getNonJtaDataSource() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getNonJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNonLazyPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
- getNonOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to entity naming information for the owning side.
- getNonOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to the physical name of the non-owning entity's primary table.
- getNonRootUrls() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns any non-root URLs for scanning.
- getNonSelectQueryPlan(QueryInterpretationCache.Key) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- getNotFoundAction() - Method in class org.hibernate.mapping.ManyToOne
- getNotFoundAction() - Method in class org.hibernate.mapping.OneToMany
- getNoWait() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- getNullability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getNullable() - Method in class org.hibernate.mapping.Column
- getNullable() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
-
Is the column nullable?
- getNullColumnString() - Method in class org.hibernate.dialect.Dialect
-
The keyword used to specify a nullable column, usually
""
, but sometimes" null"
. - getNullColumnString() - Method in class org.hibernate.dialect.SybaseDialect
- getNullColumnString(String) - Method in class org.hibernate.dialect.Dialect
-
The keyword used to specify a nullable column of the given SQL type.
- getNullColumnString(String) - Method in class org.hibernate.dialect.MySQLDialect
- getNullOrdering() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getNullOrdering() - Method in class org.hibernate.dialect.CockroachDialect
- getNullOrdering() - Method in class org.hibernate.dialect.Dialect
-
Returns the default ordering of null.
- getNullOrdering() - Method in class org.hibernate.dialect.H2Dialect
- getNullOrdering() - Method in class org.hibernate.dialect.HANADialect
- getNullOrdering() - Method in class org.hibernate.dialect.HSQLDialect
- getNullOrdering() - Method in class org.hibernate.dialect.MySQLDialect
- getNullPrecedence() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- getNullPrecedence() - Method in interface org.hibernate.query.criteria.JpaOrder
-
The precedence for nulls for this order element
- getNullPrecedence() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
-
The precedence for nulls for this search order element
- getNullPrecedence() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getNullPrecedence() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- getNullPrecedence() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- getNullPrecedence() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
- getNullPrecedence() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
- getNullValue() - Method in interface org.hibernate.mapping.KeyValue
- getNullValue() - Method in class org.hibernate.mapping.SimpleValue
-
The property or field value which indicates that field or property has never been set.
- getNullValueSemantic() - Method in interface org.hibernate.mapping.KeyValue
- getNullValueSemantic() - Method in class org.hibernate.mapping.SimpleValue
-
The rule for determining if the field or property has been set.
- getNumber() - Method in class org.hibernate.query.Page
-
The page number, where
0
is the first page. - getNumberOfActiveStatements() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
- getNumberOfAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The total number of attributes for this entity, including those declared on supertype mappings
- getNumberOfAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Get the number of attributes defined on this class and any supers
- getNumberOfAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNumberOfCachedHqlInterpretations() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- getNumberOfCachedQueryPlans() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- getNumberOfCollectionsProcessed() - Method in class org.hibernate.event.spi.FlushEvent
- getNumberOfDeclaredAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Get the number of attributes defined on this entity mapping - do not access attributes defined on the super
- getNumberOfDeclaredAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNumberOfEntitiesProcessed() - Method in class org.hibernate.event.spi.FlushEvent
- getNumberOfFetchableKeys() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getNumberOfFetchableKeys() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNumberOfFetchableKeys() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
-
The number of fetchables in the container
- getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getNumberOfFetchables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getNumberOfFetchables() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
-
The number of fetchables in the container
- getNumberOfKeyBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
The number of key bindings
- getNumberOfKeyFetchables() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getNumberOfKeyFetchables() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
-
The number of key fetchables in the container
- getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
- getNumberOfOperations() - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Number of operations in this group
- getNumberOfOptimisticLockBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
The number of optimistic-lock bindings
- getNumberOfParametersUsed() - Method in interface org.hibernate.jdbc.Expectation
-
The number of JDBC parameters this expectation uses.
- getNumberOfParametersUsed() - Method in class org.hibernate.jdbc.Expectation.OutParameter
- getNumberOfResultBuilders() - Method in interface org.hibernate.query.results.ResultSetMapping
-
The number of result builders currently associated with this mapping
- getNumberOfReturningColumns() - Method in interface org.hibernate.sql.model.ast.TableInsert
-
The number of columns being returned
- getNumberOfReturningColumns() - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
The number of columns being returned
- getNumberOfRoots() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- getNumberOfStatements() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
The number of statements in this group
- getNumberOfTableMutations() - Method in interface org.hibernate.sql.model.ast.MutationGroup
- getNumberOfTargetColumns() - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
-
The number of target columns associated with this insert.
- getNumberOfValueBindings() - Method in interface org.hibernate.sql.model.ast.TableInsert
-
The number of value bindings
- getNumberOfValueBindings() - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
The number of value bindings
- getObject() - Method in class org.hibernate.event.spi.DeleteEvent
-
Returns the encapsulated entity to be deleted.
- getObject() - Method in class org.hibernate.event.spi.EvictEvent
- getObject() - Method in class org.hibernate.event.spi.LockEvent
- getObject() - Method in class org.hibernate.event.spi.PersistEvent
- getObject() - Method in class org.hibernate.event.spi.RefreshEvent
- getObject() - Method in class org.hibernate.event.spi.ReplicateEvent
- getObjectName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
- getObjectName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- getObjectNameNormalizer() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Not sure how I feel about this exposed here
- getOffset() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getOffset() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- getOffset() - Method in interface org.hibernate.query.criteria.JpaQueryPart
- getOffset() - Method in interface org.hibernate.query.criteria.JpaSubQuery
- getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getOffsetAdjustedExpression(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- getOffsetClauseExpression() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- getOffsetExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getOffsetFetchClauseMode(QueryPart) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- getOffsetParameter() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getOffsetParameter() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- getOldState() - Method in class org.hibernate.event.spi.PostUpdateEvent
- getOldState() - Method in class org.hibernate.event.spi.PreUpdateEvent
-
The old state of the entity at the time it was last loaded from the database; can be null in the case of detached entities.
- getOn() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- getOn() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- getOnDeleteAction() - Method in class org.hibernate.mapping.ForeignKey
- getOnDeleteAction() - Method in class org.hibernate.mapping.SimpleValue
- getOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- getOperand() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
- getOperation() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- getOperation(int) - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Gets a specific MutationOperation from the group
- getOperation(String) - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Get the operation for a specific table.
- getOperationGroup() - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
- getOperator() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
-
Get the operator
- getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
- getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- getOperator() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
-
Get the operation
- getOperator() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
- getOperator() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- getOperatorChar() - Method in enum class org.hibernate.query.sqm.UnaryArithmeticOperator
- getOperatorSqlText() - Method in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- getOperatorSqlTextString() - Method in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity has experienced an optimistic lock failure.
- getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
-
The number of Hibernate
StaleObjectStateException
s or JPAOptimisticLockException
s that have occurred. - getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- getOptimisticLockBindings() - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- getOptimisticLockBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
All optimistic-lock bindings (WHERE clause), appended after key bindings
- getOptimisticLockStyle() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the optimistic locking style for this entity.
- getOptimisticLockStyle() - Method in class org.hibernate.mapping.PersistentClass
- getOptimisticLockStyle() - Method in class org.hibernate.mapping.Subclass
- getOptimizer() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'optimizer'.
- getOptimizer() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The optimizer being used by this generator.
- getOptimizer() - Method in interface org.hibernate.id.OptimizableGenerator
- getOptimizerClass() - Method in class org.hibernate.id.enhanced.CustomOptimizerDescriptor
- getOptimizerClass() - Method in interface org.hibernate.id.enhanced.OptimizerDescriptor
- getOptimizerClass() - Method in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
- getOptionalTableUpdate() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- getOptions() - Method in class org.hibernate.boot.model.relational.Sequence
- getOptions() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- getOptions() - Method in class org.hibernate.mapping.CheckConstraint
- getOptions() - Method in class org.hibernate.mapping.Column
- getOptions() - Method in class org.hibernate.mapping.Constraint
- getOptions() - Method in class org.hibernate.mapping.Index
- getOptions() - Method in class org.hibernate.mapping.Table
- getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
- getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
- getOrder() - Method in interface org.hibernate.boot.model.source.spi.Orderable
-
The order by clause used during loading this plural attribute.
- getOrderBy() - Method in class org.hibernate.mapping.Collection
- getOrderByClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getOrderByFragment() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getOrderByValue() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- getOrderedJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- getOrderedParameterOccurrences() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
-
Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameter
- getOrderingUniqueKey() - Method in class org.hibernate.mapping.PrimaryKey
- getOrderList() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getOrderList() - Method in interface org.hibernate.query.criteria.JpaSubQuery
- getOrderList() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getOrderList() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getOrderList() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getOrderList() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getOrderMapping() - Method in class org.hibernate.mapping.UserDefinedObjectType
- getOrdinalParameterLabels() - Method in interface org.hibernate.query.ParameterMetadata
-
Get the position labels of all positional parameters.
- getOrigin() - Method in exception org.hibernate.boot.InvalidMappingException
- getOrigin() - Method in exception org.hibernate.boot.MappingException
- getOrigin() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Obtain the origin of this source.
- getOrigin() - Method in interface org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
-
Obtain the origin for this context
- getOrigin() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getOriginal() - Method in class org.hibernate.event.spi.MergeEvent
- getOriginalMessage() - Method in exception org.hibernate.QueryException
- getOriginalOrder() - Method in class org.hibernate.mapping.PrimaryKey
- getOriginalPropertyOrder() - Method in class org.hibernate.type.ComponentType
- getOriginalSqlString() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
- getOrInitializeEntitySnapshotsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
- getOrphan() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
- getOrphan() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentBag
- getOrphans(Serializable, String) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
get all "orphaned" elements
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentList
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentMap
- getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentSet
- getOrphans(String, PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Get the collection orphans (entities which were removed from the collection)
- getOrphans(Collection<E>, Collection<E>, String, SharedSessionContractImplementor) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Given a collection of entity instances that used to belong to the collection, and a collection of instances that currently belong, return a collection of orphans
- getOtherwise() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- getOtherwise() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- getOtherwise() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- getOtherwise() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- getOutputParameterValue(int) - Method in interface org.hibernate.procedure.ProcedureOutputs
-
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
- getOutputParameterValue(String) - Method in interface org.hibernate.procedure.ProcedureOutputs
-
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
- getOutputParameterValue(ProcedureParameter<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
-
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
- getOutputs() - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieves access to outputs of this procedure call.
- getOverriddenDescriptor() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
- getOwner() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getOwner() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the owning entity.
- getOwner() - Method in class org.hibernate.engine.profile.Association
-
The persister of the owning entity.
- getOwner() - Method in class org.hibernate.mapping.Collection
- getOwner() - Method in class org.hibernate.mapping.Component
- getOwner() - Method in interface org.hibernate.metamodel.spi.ValueAccess
-
Access to the owner of the instance being instantiated
- getOwnerAlias() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
- getOwnerAlias() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
-
The alias for the node (result or fetch) which owns the fetch modeled by this builder.
- getOwnerEntityName() - Method in class org.hibernate.mapping.Collection
- getOwnerEntityName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getOwnerEntityPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getOwnerEntityPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the persister of the entity that "owns" this collection
- getOwnerId(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Search
this
persistence context for an associated entity instance which is considered the "owner" of the givenchildEntity
, and return that owner's id value. - getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
- getOwnerTableGroup() - Method in class org.hibernate.engine.spi.SubselectFetch
-
The TableGroup for the owner within the
SubselectFetch.getLoadingSqlAst()
- getOwnerVersionComparator() - Method in interface org.hibernate.cache.cfg.spi.CollectionDataCachingConfig
-
The comparator to be used with the owning entity's version (if it has one).
- getOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Access to the name of the attribute, from the owning side, that defines the association.
- getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Access to entity naming information for the owning side.
- getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to entity naming information for the owning side.
- getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Access to the physical name of the owning entity's table.
- getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to the physical name of the owning entity's primary table.
- getPackage() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- getPage() - Method in class org.hibernate.query.KeyedPage
-
A specification of this page in terms of page size and an (approximate) page number.
- getPage() - Method in class org.hibernate.query.KeyedResultList
-
The size and approximate page number of the current page.
- getParameter(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameter(int, Class<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameter(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameter(String, Class<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameterBinder() - Method in interface org.hibernate.sql.ast.tree.expression.JdbcParameter
- getParameterBinder() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- getParameterBinders() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
- getParameterBinders() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getParameterBinders() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- getParameterBinders() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
-
Get the list of parameter binders for the generated PreparedStatement
- getParameterBinders() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- getParameterBinders() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- getParameterBinders() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
-
Get the list of parameter binders for the generated PreparedStatement
- getParameterBindings() - Method in interface org.hibernate.query.spi.QueryImplementor
- getParameterBindValue(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
-
The total number of registered parameters.
- getParameterCountLimit() - Method in class org.hibernate.dialect.Dialect
-
Return the limit that the underlying database places on the number of parameters that can be defined for a PreparedStatement.
- getParameterCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
- getParameterExtractor() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- getParameterExtractors() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
-
Extractors for reading back any OUT/INOUT parameters.
- getParameterJdbcMapping(String) - Method in class org.hibernate.engine.spi.FilterDefinition
-
Retrieve the type of the named parameter defined for this filter.
- getParameterMap() - Method in class org.hibernate.boot.models.spi.CollectionTypeRegistration
- getParameterMarkerStrategy() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtains the service used for marking SQL parameters
- getParameterMarkerStrategy() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getParameterMarkerStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
ParameterMarkerStrategy
service. - getParameterMementos() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
- getParameterMetadata() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- getParameterMetadata() - Method in interface org.hibernate.query.CommonQueryContract
-
Get the
ParameterMetadata
object representing the parameters of this query, and providing access to theQueryParameter
s. - getParameterMetadata() - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- getParameterMetadata() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameterMetadata() - Method in interface org.hibernate.query.spi.HqlInterpretation
- getParameterMetadata() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
- getParameterMetadata() - Method in interface org.hibernate.query.spi.SqmQuery
- getParameterMetadata() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getParameterMode() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- getParameterName() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
- getParameterName() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
- getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
-
Get a set of the parameters defined by this configuration.
- getParameterPosition() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
- getParameterRegistration(int) - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieve a previously registered parameter memento by the position under which it was registered.
- getParameterRegistration(String) - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieve a previously registered parameter memento by the name under which it was registered.
- getParameterRegistrations() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
-
Get the list of any parameter registrations we need to register against the generated CallableStatement
- getParameterRenderingMode() - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- getParameterRenderingMode() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getParameterResolver(String) - Method in class org.hibernate.engine.spi.FilterDefinition
- getParameterResolvers() - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- getParameters() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- getParameters() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
- getParameters() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Obtain any supplied Hibernate type parameters.
- getParameters() - Method in class org.hibernate.boot.model.TypeDefinition
- getParameters() - Method in class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
- getParameters() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getParameters() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- getParameters() - Method in interface org.hibernate.query.ParameterMetadata
-
The
QueryParameter
s representing the parameters of the query, in no particular well-defined order. - getParameters() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameters() - Method in class org.hibernate.query.spi.AbstractQuery
- getParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- getParameters() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- getParameters() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- getParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getParameters() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- getParameters() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- getParameters() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- getParameters() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- getParameters() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
- getParameters() - Method in interface org.hibernate.sql.model.ast.TableMutation
-
The JDBC parameters associated with this mutation.
- getParameterStrategy() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
- getParameterStrategy() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- getParameterType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- getParameterType() - Method in exception org.hibernate.query.QueryArgumentException
- getParameterType() - Method in class org.hibernate.query.spi.AbstractQueryParameter
- getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- getParameterType() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- getParameterTypes() - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- getParameterTypes() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- getParameterTypes() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- getParameterValue(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameterValue(Parameter<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParameterValue(String) - Method in interface org.hibernate.Filter
-
Obtain the argument currently bound to the filter parameter with the given name.
- getParameterValue(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getParent() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Access to the parent part
- getParent() - Method in class org.hibernate.boot.model.source.spi.AttributePath
- getParent() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
- getParent() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
- getParent() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- getParent() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- getParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- getParent() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getParent() - Method in interface org.hibernate.spi.DotIdentifierSequence
-
The parent sequence part.
- getParent() - Method in class org.hibernate.spi.NavigablePath
- getParent() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
- getParent() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Returns the parent
Initializer
ornull
if this is a result initializer. - getParentAggregateColumn() - Method in class org.hibernate.mapping.Component
- getParentInjectionAttributePropertyAccess() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getParentPath() - Method in interface org.hibernate.query.criteria.JpaPath
- getParentPath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getParentProcessingState() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
-
The parent processing state.
- getParentProperty() - Method in class org.hibernate.mapping.Component
- getParentReferenceAttributeName() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
- getParentServiceRegistry() - Method in interface org.hibernate.service.ServiceRegistry
-
Retrieve this registry's parent registry.
- getParentState() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
- getPart(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getPartitions() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getPartitions() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
- getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
- getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
The type for this part.
- getPartName() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- getPartName() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
- getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
- getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getPartName() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getPartName() - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
The local part name, which is generally the unqualified role name
- getPartName() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
- getPartName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getParts() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- getParts() - Method in interface org.hibernate.spi.DotIdentifierSequence
- getPassingExpressions() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- getPassingExpressions() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- getPassingExpressions() - Method in class org.hibernate.sql.ast.tree.expression.JsonPathPassingClause
- getPath() - Method in exception org.hibernate.InvalidMappingException
- getPathName() - Method in interface org.hibernate.metamodel.model.domain.PathSource
-
The name of this thing.
- getPathName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getPathName() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- getPathRegistry() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
-
SqmPathRegistry associated with this state.
- getPathType() - Method in interface org.hibernate.metamodel.model.domain.PathSource
-
The type of path this source creates.
- getPathType() - Method in interface org.hibernate.query.sqm.SqmPathSource
-
The type of path this source creates.
- getPathType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmEmbeddableDomainType
- getPathType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getPattern() - Method in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
- getPattern() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- getPattern() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
- getPersistenceContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getPersistenceContext() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the persistence context for this session.
- getPersistenceContext() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getPersistenceContext() - Method in class org.hibernate.sql.results.spi.LoadContexts
-
Retrieves the persistence context to which this is bound.
- getPersistenceContextInternal() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getPersistenceContextInternal() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Similar to
SharedSessionContractImplementor.getPersistenceContext()
, with two differences: this version performs better as it allows for inlining and probably better prediction, and it skips some checks of the current state of the session. - getPersistenceContextInternal() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getPersistenceType() - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- getPersistenceType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getPersistenceType() - Method in class org.hibernate.type.BasicTypeReference
- getPersistenceType() - Method in class org.hibernate.type.ComponentType
- getPersistenceUnitMetadata() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPersistenceUnitRootUrl() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getPersistenceUnitRootUrl() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Get the root url for the persistence unit.
- getPersistenceUnitTransactionType() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getPersistenceUnitTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getPersistenceUnitUtil() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getPersistentClass() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
Mapping details for the entity.
- getPersistentClass() - Method in class org.hibernate.mapping.Join
- getPersistentClass() - Method in class org.hibernate.mapping.Property
- getPersistentClass() - Method in exception org.hibernate.PropertyAccessException
- getPersistentClass() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the actual class of the entity.
- getPersistentClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- getPersistentClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
- getPersistentCollectionRepresentationResolver() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getPersister() - Method in interface org.hibernate.engine.spi.EntityEntry
- getPersister() - Method in class org.hibernate.engine.spi.EntityKey
- getPersister() - Method in class org.hibernate.event.spi.AbstractDatabaseOperationEvent
-
The persister for the entity.
- getPersister() - Method in class org.hibernate.event.spi.PostLoadEvent
- getPersister() - Method in class org.hibernate.event.spi.PreLoadEvent
- getPhysicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Exposes access to the "real"
Connection
. - getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getPhysicalImplicitNamespaceName() - Method in class org.hibernate.boot.model.relational.Database
- getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Access to the current underlying JDBC transaction.
- getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
- getPhysicalName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The physical name of the database structure (table or sequence).
- getPhysicalName() - Method in class org.hibernate.id.enhanced.SequenceStructure
- getPhysicalName() - Method in class org.hibernate.id.enhanced.TableStructure
- getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
- getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getPhysicalNamingStrategy() - Method in class org.hibernate.cfg.Configuration
-
The
PhysicalNamingStrategy
, if any, to use in this configuration. - getPhysicalTableName(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPlanCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of query plans successfully fetched from the cache.
- getPlanCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of query plans *not* fetched from the cache.
- getPlanCompilationTotalMicroseconds() - Method in interface org.hibernate.stat.QueryStatistics
-
The overall time spent to compile the plan for this particular query.
- getPluralAttribute() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
- getPluralAttribute() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
- getPluralAttribute() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
- getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- getPluralAttributeDescriptor() - Method in interface org.hibernate.query.named.ModelPartResultMementoCollection
- getPluralAttributeMapping(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called
- getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
- getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
-
Access the AttributePath for the Map attribute
- getPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getPluralDomainPath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- getPluralPath() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- getPluralPath() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- getPluralPath() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- getPluralType(int, List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
- getPoolMaxSize() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The maximum connection pool size.
- getPoolMinSize() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
The minimum connection pool size.
- getPosition() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
-
The JDBC parameter position
- getPosition() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- getPosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
- getPosition() - Method in class org.hibernate.query.spi.AbstractQueryParameter
- getPosition() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- getPosition() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- getPosition() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
-
If this represents a positional parameter, return that parameter position; otherwise return
null
. - getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- getPosition() - Method in interface org.hibernate.ScrollableResults
-
The current position within the query results.
- getPosition() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- getPostLoadEvent() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getPostLoadMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPostPersistMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPostRemoveMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPostUpdateMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPrecision() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
-
The specified precision.
- getPrecision() - Method in class org.hibernate.engine.jdbc.Size
- getPrecision() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getPrecision() - Method in class org.hibernate.mapping.Column
- getPrecision() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getPrecision() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getPrecision() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getPrecision() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getPrecision() - Method in interface org.hibernate.query.criteria.JpaCastTarget
-
Returns the specified precision of the cast target or
null
. - getPrecision() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- getPrecision() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.DateJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- getPrecision() - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
-
The precision represented by this type
- getPrecision() - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- getPredicate() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
- getPredicate() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
- getPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- getPredicate() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
- getPredicate() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- getPredicate() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
- getPredicate() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- getPredicate() - Method in class org.hibernate.sql.ast.tree.insert.ConflictClause
- getPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
- getPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
- getPredicates() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- getPredicates() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
The Java type class that is preferred by the binder or null.
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getPreferredSqlTypeCodeForArray() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getPreferredSqlTypeCodeForArray() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.DB2Dialect
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.Dialect
-
The JDBC type code to use for mapping properties of basic Java array or
Collection
types. - getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.HANADialect
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.MySQLDialect
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.OracleDialect
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.SQLServerDialect
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.SybaseASEDialect
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.mapping.BasicValue
- getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getPreferredSqlTypeCodeForArray() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
When mapping a basic array or collection type to the database what is the preferred SQL type code to use?
- getPreferredSqlTypeCodeForArray(int) - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getPreferredSqlTypeCodeForArray(int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
When mapping a basic array or collection type to the database what is the preferred SQL type code to use, given the element SQL type code?
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.Dialect
-
The JDBC type code to use for mapping properties of Java type
boolean
. - getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.MySQLDialect
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.OracleDialect
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.mapping.BasicValue
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
When mapping a boolean type to the database what is the preferred SQL type code to use?
- getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
The JDBC
type code
used to bind a null boolean value. - getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.mapping.BasicValue
- getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
When mapping a duration type to the database what is the preferred SQL type code to use?
- getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.mapping.BasicValue
- getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
When mapping an instant type to the database what is the preferred SQL type code to use?
- getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.mapping.BasicValue
- getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
When mapping an uuid type to the database what is the preferred SQL type code to use?
- getPreLoadEvent() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getPreparedStatementDetails(String) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Get the PreparedStatement in this group related to the given table-name.
- getPreparedStatementDetails(String) - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
-
Details about the
PreparedStatement
for mutating the given table. - getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
-
The number of prepared statements that were acquired.
- getPrePersistMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPreRemoveMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPreUpdateMethod() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getPreviousPage() - Method in class org.hibernate.query.KeyedResultList
-
The specification of the previous page of results, or
null
if it is known that this is the first page. - getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
- getPrimaryKey() - Method in class org.hibernate.mapping.Table
- getPrimaryKey() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve information about the table's primary key, if one is defined (aka, may return
null
). - getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract information about the given table's primary key.
- getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
-
The
PrimaryKeyJoinColumns
mapping for the joined-subclass. - getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Retrieves the columns defines as making up this secondary tables primary key.
- getPrimaryKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Obtain the identifier for this PK.
- getPrimarySortClassifier() - Method in interface org.hibernate.engine.spi.ComparableExecutable
-
This affect sorting order of the executables, when sorting is enabled.
- getPrimaryTable() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the primary table for this entity.
- getPrimaryTable() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getPrimaryTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
- getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getPrimitiveArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
-
Get the Java type that describes an array of this type's primitive variant.
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
- getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- getPrimitiveClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
-
Retrieve the primitive counterpart to the wrapper type identified by this descriptor
- getProcedureName() - Method in interface org.hibernate.boot.query.NamedProcedureCallDefinition
-
The name of the underlying database procedure or function name
- getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
-
Get the name of the stored procedure (or function) to be called.
- getProcessingOptions() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getProcessingQuery() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
-
Access to the query currently being processed.
- getProcessingStateStack() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
-
Access to the stack of current creation processing state.
- getProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getProperties() - Method in class org.hibernate.cfg.Configuration
-
Get all properties
- getProperties() - Static method in class org.hibernate.cfg.Environment
-
The system properties, extended with all additional properties specified in
hibernate.properties
. - getProperties() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getProperties() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getProperties() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getProperties() - Method in class org.hibernate.mapping.Component
- getProperties() - Method in class org.hibernate.mapping.Join
- getProperties() - Method in class org.hibernate.mapping.PersistentClass
-
Build a list of the properties defined on this class.
- getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
-
Transform the array of property indexes to an array of booleans, true when the property is insertable and non-null
- getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
-
Transform the array of property indexes to an array of booleans for each attribute, true when the property is dirty
- getProperty() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Access to the end path part.
- getProperty() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
The entity identifier or id-bag property details.
- getProperty(int) - Method in class org.hibernate.mapping.Component
- getProperty(String) - Method in class org.hibernate.cfg.Configuration
-
Get a property value by name
- getProperty(String) - Method in class org.hibernate.mapping.Component
- getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
- getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
The getter/setter access to this attribute
- getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.PropertyBasedMapping
- getPropertyAccessorName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Obtain the name of the property accessor style used to access this attribute.
- getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
- getPropertyAccessStrategy() - Method in class org.hibernate.mapping.Property
- getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
-
Access to the
PropertyAccessStrategy
that created this instance. - getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Backref
- getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.IndexBackref
- getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Property
- getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
- getPropertyAnnotatedWithIdAndToOne(ClassDetails, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPropertyAnnotatedWithMapsId(ClassDetails, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cascade styles of the properties (optional operation)
- getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "checkability" of the properties of this class (is the property dirty checked, does the cache need to be updated)
- getPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
- getPropertyClosure() - Method in class org.hibernate.mapping.RootClass
- getPropertyClosure() - Method in class org.hibernate.mapping.Subclass
- getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
- getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
- getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Get the column names for the given property path
- getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the column names for the given property path
- getPropertyDeclaringClass(Property) - Method in class org.hibernate.mapping.Component
- getPropertyIndex() - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
-
Returns the index of the generated property.
- getPropertyIndex() - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
- getPropertyIndex(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyIndex(String) - Method in interface org.hibernate.persister.walking.spi.AttributeSource
- getPropertyIndex(String) - Method in class org.hibernate.type.AnyType
- getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
- getPropertyIndex(String) - Method in interface org.hibernate.type.CompositeType
-
Convenience method for locating the property index for a given property name.
- getPropertyInsertability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyInsertability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "insertability" of the properties of this class (does the property appear in an SQL INSERT)
- getPropertyLaziness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyLaziness() - Method in interface org.hibernate.persister.entity.EntityPersister
- getPropertyName() - Method in interface org.hibernate.boot.spi.PropertyData
- getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
-
Deprecated.Getter for property 'propertyName'.
- getPropertyName() - Method in class org.hibernate.mapping.OneToOne
- getPropertyName() - Method in class org.hibernate.mapping.ToOne
- getPropertyName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
- getPropertyName() - Method in exception org.hibernate.PropertyAccessException
- getPropertyName() - Method in exception org.hibernate.PropertyValueException
- getPropertyName() - Method in exception org.hibernate.TransientPropertyValueException
-
Returns the property name.
- getPropertyName() - Method in class org.hibernate.type.EntityType
- getPropertyName() - Method in class org.hibernate.type.ManyToOneType
- getPropertyName() - Method in class org.hibernate.type.OneToOneType
- getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
-
Get the name of all properties.
- getPropertyNames() - Method in class org.hibernate.mapping.Component
- getPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyNames() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the names of the class properties - doesn't have to be the names of the actual Java properties (used for XML generation only)
- getPropertyNames() - Method in class org.hibernate.type.AnyType
- getPropertyNames() - Method in class org.hibernate.type.ComponentType
- getPropertyNames() - Method in interface org.hibernate.type.CompositeType
-
Get the names of the component properties
- getPropertyNullability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyNullability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the nullability of the properties of this class
- getPropertyNullability() - Method in class org.hibernate.type.AnyType
- getPropertyNullability() - Method in class org.hibernate.type.ComponentType
- getPropertyNullability() - Method in interface org.hibernate.type.CompositeType
-
Retrieve the indicators regarding which component properties are nullable.
- getPropertyOwnerEntityName() - Method in exception org.hibernate.TransientPropertyValueException
-
Returns the entity name for entity that owns the association property.
- getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- getPropertySpaces() - Method in interface org.hibernate.action.spi.Executable
-
What spaces (tables) are affected by this action?
- getPropertySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class only.
- getPropertySpaces() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getPropertySpaces() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getPropertySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getPropertySpan() - Method in class org.hibernate.mapping.Component
- getPropertySpan() - Method in class org.hibernate.mapping.Join
- getPropertySpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getPropertyType() - Method in interface org.hibernate.boot.spi.PropertyData
-
Return the class itself
- getPropertyType() - Method in class org.hibernate.persister.entity.UniqueKeyEntry
- getPropertyType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.by the supertypes
- getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyTypes() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the Hibernate types of the class properties
- getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
- getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Which properties appear in the SQL update? (Initialized, updateable ones!)
- getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
-
Which properties appear in the SQL update? (Initialized, updateable ones!)
- getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.Use
EntityPersister.getValue(java.lang.Object, int)
instead - getPropertyValue(Object, int) - Method in class org.hibernate.type.ComponentType
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
-
Extract a particular component property value indicated by index.
- getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the value of a particular property
- getPropertyValue(J, int) - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the value of the property with the given index.
- getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
- getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
-
Get the value of all properties from the given entity
- getPropertyValues(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.Use
EntityPersister.getValues(java.lang.Object)
instead - getPropertyValues(Object) - Method in class org.hibernate.type.AnyType
- getPropertyValues(Object) - Method in class org.hibernate.type.ComponentType
- getPropertyValues(Object) - Method in interface org.hibernate.type.CompositeType
-
Extract the values of the component properties from the given component instance without access to the session.
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
-
Extract the values of the component properties from the given component instance
- getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the values of the insertable properties of the object (including backrefs)
- getPropertyVersionability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPropertyVersionability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "versionability" of the properties of this class (is the property optimistic-locked)
- getProvidedJtaPlatform() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
-
Retrieve the JtaPlatform provided by this environment.
- getProviderClassName() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getProviderClassName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Get the explicitly specified provider class name, or
null
if not specified. - getProviderUtil() - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- getProxy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
For lazy entities, obtain the interface to use in constructing its proxies.
- getProxy() - Method in interface org.hibernate.bytecode.spi.BasicProxyFactory
-
Get a proxy reference..
- getProxy() - Method in interface org.hibernate.engine.spi.EntityHolder
-
The proxy object, or
null
if no proxy object was registered yet. - getProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
- getProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
- getProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
-
Create a new proxy instance
- getProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get an existing proxy by key
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.proxy.NClobProxy
-
Determines the appropriate class loader to which the generated proxy should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.proxy.SerializableBlobProxy
-
Determines the appropriate class loader to which the generated proxy should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.proxy.SerializableClobProxy
-
Determines the appropriate class loader to which the generated proxy should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.proxy.SerializableNClobProxy
-
Determines the appropriate class loader to which the generated proxy should be scoped.
- getProxyFactory() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
-
Create the delegate capable of producing proxies for the given entity
- getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
- getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
- getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
- getProxyJavaType() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
- getPrunedDiscriminatorPredicate(Map<String, EntityNameUse>, MappingMetamodelImplementor, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getPutCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of cache puts into the region since the last Statistics clearing
- getQualifiedName() - Method in class org.hibernate.id.enhanced.SequenceStructure
- getQualifiedName(SqlStringGenerationContext) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQualifiedName(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
- getQualifiedName(SqlStringGenerationContext) - Method in interface org.hibernate.mapping.UserDefinedType
- getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Deprecated.Use a provided
SqlStringGenerationContext
instead. - getQualifiedTableName() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getQualifiedTableName() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQualifiedTableName() - Method in class org.hibernate.mapping.Table
- getQualifiedTableName() - Method in interface org.hibernate.mapping.UserDefinedType
- getQualifier() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getQueries() - Method in interface org.hibernate.stat.Statistics
-
All executed query strings.
- getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cached queries successfully retrieved from the cache.
- getQueryCacheLayout() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getQueryCacheLayout() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The layout of entries in the query cache.
- getQueryCacheLayout() - Method in class org.hibernate.mapping.Collection
- getQueryCacheLayout() - Method in class org.hibernate.mapping.PersistentClass
- getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cached queries notnot found in the cache.
- getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cacheable queries put in cache.
- getQueryEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getQueryEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
QueryEngine
- getQueryEngine() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
-
The
QueryEngine
. - getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of executed queries.
- getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
-
The time in milliseconds of the slowest query.
- getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
-
The query string for the slowest query.
- getQueryFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
-
The
QueryFlushMode
in effect for this query. - getQueryFlushMode() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getQueryFlushMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getQueryHints() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
- getQueryHints() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.Dialect
-
Apply a hint to the given SQL query.
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.H2Dialect
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.MySQLDialect
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.OracleDialect
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.SQLServerDialect
- getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.CockroachDialect
-
Applies the hints to the query string.
- getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Dialect
-
Apply a hint to the given SQL query.
- getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.HANADialect
- getQueryIdentifier(String) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getQueryOptions() - Method in interface org.hibernate.query.Query
-
Get the execution options for this
Query
. - getQueryOptions() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getQueryOptions() - Method in class org.hibernate.query.spi.AbstractQuery
- getQueryOptions() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
-
The options to use for execution of the query
- getQueryOptions() - Method in interface org.hibernate.query.spi.SqmQuery
- getQueryOptions() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- getQueryOptions() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getQueryOptions() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getQueryOptions() - Method in interface org.hibernate.result.spi.ResultContext
- getQueryOptions() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getQueryOptions() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getQueryParameter() - Method in interface org.hibernate.query.spi.QueryParameterBinding
- getQueryParameter(int) - Method in interface org.hibernate.query.ParameterMetadata
-
Get the parameter reference registered at the given position-label.
- getQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- getQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
-
Get the parameter reference registered under the given name.
- getQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- getQueryParameterBindings() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getQueryParameterBindings() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
-
The domain parameter bindings
- getQueryParameterBindings() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getQueryParameterOccurrences() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
- getQueryPart() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getQueryPart() - Method in interface org.hibernate.query.criteria.JpaDerivedFrom
-
The subquery part for this derived from node.
- getQueryPart() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
-
The query structure.
- getQueryPart() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- getQueryPart() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- getQueryPart() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getQueryPart() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
- getQueryPart() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
- getQueryPart() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- getQueryPartForRowNumbering() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getQueryParts() - Method in interface org.hibernate.query.criteria.JpaQueryGroup
- getQueryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- getQueryParts() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- getQueryPartStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getQueryPlanCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of query plans successfully retrieved from cache.
- getQueryPlanCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of query plans lookups not found in cache.
- getQueryPlanCachingEnabled() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getQueryPlanCachingEnabled() - Method in interface org.hibernate.query.spi.QueryOptions
-
Should the query plan of the query be cached?
- getQueryPlanCachingEnabled() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getQueryRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the second-level cache statistics for the given query cache region.
- getQueryResults(String, Object[], ExtractionContext.ResultSetProcessor<T>) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getQueryResultsCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Get query cache by
region name
or create a new one if none exist. - getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Get the named QueryResultRegionAccess but not creating one if it does not already exist.
- getQuerySequencesString() - Method in class org.hibernate.dialect.CockroachDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2iDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2zDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
-
Get the
select
command used retrieve the names of all sequences. - getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.HANADialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.MariaDBDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.OracleDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getQuerySequencesString() - Method in class org.hibernate.dialect.SQLServerDialect
- getQuerySource() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- getQuerySource() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getQuerySource() - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
-
Returns the query source to use for copied queries.
- getQuerySource() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
- getQuerySpaces() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- getQuerySpaces() - Method in class org.hibernate.engine.spi.ExecutableList
-
Lazily constructs the querySpaces affected by the actions in the list.
- getQuerySpaces() - Method in class org.hibernate.event.spi.AutoFlushEvent
- getQuerySpaces() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.
- getQuerySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getQuerySpaces() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
- getQuerySpaces() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
The affected query spaces.
- getQuerySpec() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getQuerySpec() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
-
The query structure.
- getQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getQuerySpec() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
- getQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Obtain the query statistics for the given query string.
- getQueryStatisticsMaxSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getQueryStatisticsMaxSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The number of
QueryStatistics
entries that should be stored byStatistics
. - getQueryString() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
- getQueryString() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
- getQueryString() - Method in interface org.hibernate.query.Query
-
The query as a string, or
null
in the case of a criteria query. - getQueryString() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getQueryString() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
- getQueryString() - Method in interface org.hibernate.query.spi.SqmQuery
- getQueryString() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
- getQueryString() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
- getQueryString() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- getQueryString() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getQueryString() - Method in exception org.hibernate.QueryException
-
Retrieve the query being evaluated when the exception occurred.
- getQueryStringCacheKey() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- getQueuedOrphans(String) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the "queued" orphans
- getQuotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- getQuotedCatalog() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQuotedCatalog() - Method in class org.hibernate.mapping.Table
- getQuotedCatalog() - Method in interface org.hibernate.mapping.UserDefinedType
- getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.Table
- getQuotedName() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQuotedName() - Method in class org.hibernate.mapping.Column
- getQuotedName() - Method in class org.hibernate.mapping.Table
- getQuotedName() - Method in interface org.hibernate.mapping.UserDefinedType
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Index
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
- getQuotedName(Dialect) - Method in interface org.hibernate.mapping.UserDefinedType
- getQuotedSchema() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQuotedSchema() - Method in class org.hibernate.mapping.Table
- getQuotedSchema() - Method in interface org.hibernate.mapping.UserDefinedType
- getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
- getQuotedSchema(Dialect) - Method in interface org.hibernate.mapping.UserDefinedType
- getRawList() - Method in class org.hibernate.collection.spi.PersistentList
- getRawStructFromJdbcValue(Object) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getRawStructFromJdbcValue(Object) - Method in class org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
- getRawTypeName() - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated.not appropriate for named enum or array types
- getRawTypeName(String) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
- getRawTypeNames() - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated.not appropriate for named enum or array types
- getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
- getReadExpression() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getReadExpression() - Method in class org.hibernate.sql.ast.tree.expression.NestedColumnReference
- getReadFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
A SQL fragment to apply to the column value on read.
- getReadLockString(int) - Method in class org.hibernate.dialect.CockroachDialect
- getReadLockString(int) - Method in class org.hibernate.dialect.DB2Dialect
- getReadLockString(int) - Method in class org.hibernate.dialect.DB2iDialect
- getReadLockString(int) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Use Dialect.getReadLockString(Timeout) instead.
- getReadLockString(int) - Method in class org.hibernate.dialect.HANADialect
- getReadLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
- getReadLockString(int) - Method in class org.hibernate.dialect.OracleDialect
- getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getReadLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.CockroachDialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.DB2Dialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.DB2iDialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to
SELECT
statements to acquire READ locks for this dialect. - getReadLockString(Timeout) - Method in class org.hibernate.dialect.HANADialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.MySQLDialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.OracleDialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getReadLockString(Timeout) - Method in class org.hibernate.dialect.SpannerDialect
- getReadLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
- getReadLockString(String, int) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Use Dialect.getReadLockString(String, Timeout) instead.
- getReadLockString(String, int) - Method in class org.hibernate.dialect.HANADialect
- getReadLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
- getReadLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
- getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getReadLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
- getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.CockroachDialect
- getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to
SELECT
statements to acquire READ locks for this dialect, given the aliases of the columns to be read locked. - getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.HANADialect
- getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.MySQLDialect
- getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.OracleDialect
- getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getReadLockString(String, Timeout) - Method in class org.hibernate.dialect.SpannerDialect
- getReadOnly() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getReadOnly() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getReadOnly() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getReadOnly() - Method in class org.hibernate.event.spi.LoadEvent
- getReadOnly() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getReadOnly() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getReadOnly(SessionImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiIdLoadOptions
-
Should the entities be loaded in read-only mode?
- getReadRowLockStrategy() - Method in class org.hibernate.dialect.Dialect
-
The row lock strategy to use for read locks.
- getRealParent() - Method in class org.hibernate.spi.NavigablePath
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.BasicJavaType
-
Obtain the "recommended"
SQL type descriptor
for this Java type. - getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Obtain the "recommended"
SQL type descriptor
for this Java type. - getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.JsonJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.XmlJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.YearJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection has been recreated (rows potentially deleted and then rows (re-)inserted)
- getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
- getRefCursorExtractor() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- getReference() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
- getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
Provides access to the stored reference.
- getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getReference() - Method in interface org.hibernate.NaturalIdLoadAccess
-
Return the persistent instance with the full natural id specified by previous calls to
NaturalIdLoadAccess.using(jakarta.persistence.metamodel.SingularAttribute<? super T, X>, X)
. - getReference() - Method in exception org.hibernate.query.sqm.EntityTypeException
-
The entity name or the name of the Java class.
- getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getReference(Class<T>, Object) - Method in interface org.hibernate.Session
-
Return a reference to the persistent instance with the given class and identifier, making the assumption that the instance is still persistent in the database.
- getReference(Object) - Method in interface org.hibernate.IdentifierLoadAccess
-
Return the persistent instance with the given identifier, assuming that the instance exists.
- getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Return the persistent instance with the given natural id value, assuming that the instance exists.
- getReference(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getReference(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getReference(String, Object) - Method in interface org.hibernate.Session
-
Return a reference to the persistent instance of the given named entity with the given identifier, making the assumption that the instance is still persistent in the database.
- getReference(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getReference(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getReference(T) - Method in interface org.hibernate.Session
-
Return a reference to the persistent instance with the same identity as the given instance, which might be detached, making the assumption that the instance is still persistent in the database.
- getReferenceableProperties() - Method in class org.hibernate.mapping.JoinedSubclass
- getReferenceableProperties() - Method in class org.hibernate.mapping.PersistentClass
-
Build a list of properties which may be referenced in association mappings.
- getReferencedColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
-
Obtain the information about the referenced column (the target side).
- getReferencedColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access the name of the column that is the target of the FK being described
- getReferencedColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
- getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
-
Returns the referenced columns if the foreignkey does not refer to the primary key
- getReferencedColumnValues(Dialect) - Method in interface org.hibernate.generator.OnExecutionGenerator
-
A SQL expression indicating how to calculate the generated values when the mapped columns are included in the SQL statement.
- getReferencedColumnValues(Dialect) - Method in class org.hibernate.id.IdentityGenerator
- getReferencedColumnValues(Dialect) - Method in class org.hibernate.id.NativeGenerator
- getReferencedColumnValues(Dialect) - Method in class org.hibernate.id.SelectGenerator
- getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
-
Obtain the name of the referenced entity.
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
- getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
- getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
- getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
- getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
- getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
- getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.FetchParent
-
This parent's mapping type
- getReferencedMappingType() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
- getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getReferencedMappingType() - Method in interface org.hibernate.sql.results.graph.FetchParent
-
This parent's mapping type
- getReferencedModePart() - Method in interface org.hibernate.sql.results.graph.FetchParent
-
Whereas
FetchParent.getReferencedMappingContainer()
andFetchParent.getReferencedMappingType()
return the referenced container type, this method returns the referenced part. - getReferencedPath() - Method in interface org.hibernate.sql.results.graph.BiDirectionalFetch
-
The NavigablePath for the DomainResult or Fetch that this Fetch refers to.
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
The path source that this path refers to (and that most likely created it).
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
The Navigable for an SqmFrom will always be a NavigableContainer The path source that this path refers to (and that most likely created it).
- getReferencedPrimaryKeyColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
-
Access the name of the column that is a primary key column in the referenced-table that is referenced by the foreign-key described here.
- getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
Given a property path, locate the appropriate referenceable property reference.
- getReferencedPropertyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
- getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
- getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
- getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getReferencedPropertyType(String, String) - Method in interface org.hibernate.type.MappingContext
- getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
- getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
- getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access the name of the table that is the target of the FK being described
- getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
-
Access the name of the table referenced by the foreign-key described here.
- getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
- getReferenceModelPart() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
- getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
- getReferencingColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
-
Obtain the information about the referencing column (the source column, which points to the referenced column).
- getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
-
The reflection optimizer to use for this embeddable.
- getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
-
The reflection optimizer to use for this embeddable.
- getReflectionOptimizer(Class<?>, Map<String, PropertyAccess>) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
- getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
BytecodeProvider.getReflectionOptimizer(Class, Map)
insstead - getRegion() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Deprecated.
- getRegion() - Method in class org.hibernate.boot.model.source.spi.Caching
- getRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
The region containing the data being accessed
- getRegion() - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
The underlying cache region being used.
- getRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- getRegion() - Method in interface org.hibernate.cache.spi.TimestampsCache
-
The region used to store all timestamp data.
- getRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Get a cache Region by name.
- getRegionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
The underlying RegionFactory in use.
- getRegionFactory() - Method in interface org.hibernate.cache.spi.Region
-
The RegionFactory that generated this Region
- getRegionFactory() - Method in class org.hibernate.cache.spi.support.AbstractRegion
- getRegionName() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the unqualified name of this region.
- getRegionName() - Method in interface org.hibernate.stat.CacheRegionStatistics
- getRegionType() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Deprecated.
- getRegisteredArrayType(Type) - Method in class org.hibernate.type.BasicTypeRegistry
- getRegisteredEventTypes() - Method in class org.hibernate.event.spi.EventEngine
- getRegisteredName() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getRegisteredParameters() - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieve all registered parameters.
- getRegisteredStrategyImplementors(Class<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Retrieve all of the registered implementors of the given strategy.
- getRegisteredType(Class<J>) - Method in class org.hibernate.type.BasicTypeRegistry
- getRegisteredType(Type) - Method in class org.hibernate.type.BasicTypeRegistry
- getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
- getRegistrationKey() - Method in interface org.hibernate.query.criteria.spi.CriteriaBuilderExtension
- getRegistrationKeys() - Method in class org.hibernate.boot.model.TypeDefinition
- getRegistrationKeys() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
- getRegistrationKeys() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getRegistrationKeys() - Method in class org.hibernate.type.AbstractStandardBasicType
- getRegistrationKeys() - Method in interface org.hibernate.type.BasicType
-
Get the names under which this type should be registered in the type registry.
- getRegistrationKeys() - Method in class org.hibernate.type.CustomType
- getRegistrationKeys() - Method in class org.hibernate.type.MetaType
- getRegistrationKeys() - Method in class org.hibernate.type.StandardBasicTypeTemplate
- getRegistrationName() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- getRegistrationName() - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- getRegistrationName() - Method in interface org.hibernate.boot.query.NamedQueryDefinition
-
The name under which the query is to be registered.
- getRegistrationName() - Method in interface org.hibernate.boot.query.NamedResultSetMappingDescriptor
-
The name under which the result-set-mapping is to be registered
- getRegistrationName() - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
- getRegistrationName() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getRegistrationName() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getRegistrationName() - Method in interface org.hibernate.query.named.NamedQueryMemento
-
The name under which the query is registered
- getRegistrations() - Method in interface org.hibernate.query.ParameterMetadata
- getRegistrationsAsList() - Method in interface org.hibernate.query.spi.ProcedureParameterMetadataImplementor
- getRelationalJavaType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
The JavaType for the relational value as part of the relational model (its JDBC representation)
- getRelationalJavaType() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- getRelationalJavaType() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
-
The relational Java form.
- getRelationalJavaType() - Method in interface org.hibernate.query.sqm.SqmExpressible
-
Usually the same as
SqmExpressible.getExpressibleJavaType()
. - getRelationalJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getRelationalJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- getRelationalJavaType() - Method in class org.hibernate.type.CharBooleanConverter
- getRelationalJavaType() - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
-
Descriptor for the Java type for the relational portion of this converter
- getRelationalJavaType() - Method in class org.hibernate.type.NumericBooleanConverter
- getRelationalValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
The resolved Classmate type descriptor for the conversion's relational type
- getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
- getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
-
Obtain the column/formula information about the multi-tenancy discriminator.
- getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
- getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
-
Obtain the contained
RelationalValueSource
references. - getRelativePosition() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getRelativePosition() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getRelativePosition() - Method in interface org.hibernate.sql.model.TableMapping
-
The position of the table relative to others for the
MutationTarget
- getReleaseMode() - Method in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
- getReloadedEntityHolders() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getRemoveCoordinator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getRemoveCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getRemoveCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
- getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection has been removed
- getRemoveEntryCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getReplacement(Blob, Blob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- getReplacement(Clob, Clob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- getReplacement(NClob, NClob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- getReplacement(Type, Object, Map<Object, Object>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
- getReplacement(T, T, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.JavaType
- getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
- getRepresentationMode() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
The representation mode.
- getRepresentationMode() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getRepresentationStrategy() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getRepresentationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Describes how the entity is represented in the application's domain model.
- getRepresentationStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getRepresentationStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
- getRepresentationStrategySelector() - Method in interface org.hibernate.boot.spi.BootstrapContext
- getRequestedId() - Method in class org.hibernate.event.spi.MergeEvent
- getRequestedVersion() - Method in exception org.hibernate.boot.UnsupportedOrmXsdVersionException
- getResolution() - Method in class org.hibernate.mapping.BasicValue
- getResolutionType() - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
-
Deprecated.Get the type used to resolve the actual discriminator value.
- getResolvedInstance(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
- getResolvedInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- getResolvedJavaType() - Method in class org.hibernate.mapping.BasicValue
- getResolvedMappingModelType(SqmParameter<T>) - Method in interface org.hibernate.query.sqm.spi.SqmParameterMappingModelResolutionAccess
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- getResolvedModel() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Get this path's actual resolved model, i.e.
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- getResourceLocalTransaction() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransactionAccess
-
Provides access to the resource local transaction of this data store, which is used by the
TransactionCoordinator
to manage transactions against the data store when not using JTA. - getResourceRegistry() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Provides access to the registry of JDBC resources associated with this logical connection.
- getRespectNulls() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- getRespectNulls() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
- getRespectNulls() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
- getRespectNulls() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
- getRestriction() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getRestriction() - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
- getRestriction() - Method in interface org.hibernate.query.criteria.JpaCriteriaBase
- getRestriction() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- getRestriction() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- getRestriction() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- getRestriction() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getRestriction() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getRestriction() - Method in class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
- getResult() - Method in class org.hibernate.event.spi.LoadEvent
- getResult() - Method in class org.hibernate.event.spi.MergeEvent
- getResult() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
- getResult() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
- getResult() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
- getResult() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
- getResultBuilders() - Method in interface org.hibernate.query.results.ResultSetMapping
-
The result builders currently associated with this mapping
- getResultCacheRegionName() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getResultCacheRegionName() - Method in interface org.hibernate.query.spi.QueryOptions
-
The query cache region in which the results should be cached.
- getResultCacheRegionName() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getResultClass() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
- getResultClass() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getResultCount() - Method in exception org.hibernate.NonUniqueResultException
-
Get the number of actual results.
- getResultCount() - Method in interface org.hibernate.query.SelectionQuery
-
Determine the size of the query result list that would be returned by calling
SelectionQuery.getResultList()
with no offset or limit applied to the query. - getResultCount() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getResultCountEstimate() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
The estimate for the amount of results that can be expected for pre-sizing collections.
- getResultingEntityKeys() - Method in class org.hibernate.engine.spi.SubselectFetch
-
The entity-keys of all owners loaded from a particular execution
- getResultInitializers() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingResolution
- getResultJavaType() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- getResultJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- getResultJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
- getResultJavaType() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
- getResultJavaType() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- getResultJavaType() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getResultJavaType() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
- getResultJavaType() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
- getResultJavaTypes() - Method in interface org.hibernate.sql.results.spi.RowReader
-
The individual JavaType for each DomainResult
- getResultList() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- getResultList() - Method in class org.hibernate.query.KeyedResultList
-
The results on the current page.
- getResultList() - Method in interface org.hibernate.query.Query
-
Execute the query and return the query results as a
List
. - getResultList() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the query results as a
List
. - getResultList() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getResultList() - Method in interface org.hibernate.result.ResultSetOutput
-
Consume the underlying
ResultSet
and return the resulting List. - getResultListTransformer() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getResultListTransformer() - Method in interface org.hibernate.query.spi.QueryOptions
-
Transformer applied to the query to transform the structure of the overall results
- getResultListTransformer() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getResultMappingClass() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
An implicit entity mapping by entity class
- getResultMappingName() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
An explicit ResultSet mapping by name
- getResultSelection(Selection<?>[]) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DB2Dialect
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Dialect
-
Given a callable statement previously processed by
Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int)
, extract theResultSet
from theOUT
parameter. - getResultSet(CallableStatement) - Method in class org.hibernate.dialect.MySQLDialect
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.OracleDialect
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.DB2Dialect
- getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
-
Given a callable statement previously processed by
Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int)
, extract theResultSet
from the positionalOUT
parameter. - getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
- getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getResultSet(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
Given a callable statement previously processed by
RefCursorSupport.registerRefCursorParameter(CallableStatement, int)
, extract theResultSet
. - getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.DB2Dialect
- getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
-
Given a callable statement previously processed by
Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int)
, extract theResultSet
from the namedOUT
parameter. - getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
- getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getResultSet(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
Given a callable statement previously processed by
RefCursorSupport.registerRefCursorParameter(CallableStatement, String)
, extract theResultSet
. - getResultSetMapping() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
- getResultSetMapping() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
- getResultSetMapping(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve the metadata for a named SQL result set mapping.
- getResultSetMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getResultSetMappingClasses() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
- getResultSetMappingMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
- getResultSetMappingName() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- getResultSetMappingName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
- getResultSetMappingNames() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
- getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Obtain the
ResultSet
extractor associated with this JDBC coordinator. - getResultStream() - Method in interface org.hibernate.query.Query
-
Execute the query and return the query results as a
Stream
. - getResultStream() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the query results as a
Stream
. - getResultStream() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getResultStream() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getResultType() - Method in interface org.hibernate.boot.query.NamedProcedureCallDefinition
- getResultType() - Method in interface org.hibernate.boot.query.NamedQueryDefinition
-
The expected result type of the query, or
null
. - getResultType() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getResultType() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
- getResultType() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getResultType() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getResultType() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
- getResultType() - Method in interface org.hibernate.query.sqm.spi.InterpretationsKeySource
- getResultType() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getResultVariable() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- getResultVariable() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
- getResultVariable() - Method in interface org.hibernate.sql.results.graph.DomainResult
-
The result-variable (alias) associated with this result.
- getResultVariable() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
- getReturnClass() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
-
Getter for property 'returnClass'.
- getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
- getReturnedClass() - Method in class org.hibernate.type.AnyType
- getReturnedClass() - Method in class org.hibernate.type.ArrayType
- getReturnedClass() - Method in class org.hibernate.type.BagType
- getReturnedClass() - Method in class org.hibernate.type.ComponentType
- getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
- getReturnedClass() - Method in class org.hibernate.type.CustomType
- getReturnedClass() - Method in class org.hibernate.type.EntityType
-
This returns the wrong class for an entity with a proxy, or for a named entity.
- getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
- getReturnedClass() - Method in class org.hibernate.type.ListType
- getReturnedClass() - Method in class org.hibernate.type.MapType
- getReturnedClass() - Method in class org.hibernate.type.MetaType
- getReturnedClass() - Method in class org.hibernate.type.SetType
- getReturnedClass() - Method in class org.hibernate.type.SortedMapType
- getReturnedClass() - Method in class org.hibernate.type.SortedSetType
- getReturnedClass() - Method in interface org.hibernate.type.Type
-
The class handled by this type.
- getReturnedClass() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getReturnedClassName() - Method in class org.hibernate.mapping.Property
- getReturnedClassName() - Method in interface org.hibernate.type.Type
-
The qualified name of the class handled by this type.
- getReturnedJavaType() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getReturningColumns() - Method in class org.hibernate.sql.ast.tree.AbstractMutationStatement
- getReturningColumns() - Method in interface org.hibernate.sql.ast.tree.MutationStatement
- getReturningColumns() - Method in interface org.hibernate.sql.model.ast.TableInsert
-
The columns to return from the insert.
- getReturningColumns() - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
The columns to return from the insert.
- getReturnSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getReturnType() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getReturnType() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- getReturnType() - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
-
The return type in a format suitable for display to the user.
- getReturnTypeClass() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the declared Java type class
- getReturnTypeClass() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
- getReturnTypeClass() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
- getReturnTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getReturnTypeResolver() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- getReusablePath(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getReusablePath(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- getReusablePaths() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getReusablePaths() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Returns an immutable List of reusable paths
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.AnyType
- getRHSUniqueKeyPropertyName() - Method in interface org.hibernate.type.AssociationType
-
The name of a unique property of the associated entity that provides the join key (null if the identifier of an entity, or key of a collection)
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.CollectionType
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.EntityType
- getRightHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- getRightHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- getRightHandOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
-
Get the right-hand operand.
- getRightHandOperand() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
-
Get the right-hand operand.
- getRole() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Deprecated.
- getRole() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getRole() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the current role name
- getRole() - Method in class org.hibernate.engine.profile.Association
-
The fully qualified role name
- getRole() - Method in class org.hibernate.engine.spi.CollectionEntry
- getRole() - Method in class org.hibernate.engine.spi.CollectionKey
- getRole() - Method in exception org.hibernate.EntityFilterException
- getRole() - Method in class org.hibernate.id.ForeignGenerator
-
Deprecated.Getter for property 'role'.
- getRole() - Method in class org.hibernate.mapping.Collection
- getRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the name of this collection role (the fully qualified class name, extended by a "property path")
- getRole() - Method in class org.hibernate.type.CollectionType
- getRoleName() - Method in class org.hibernate.mapping.Component
- getRolePath() - Method in interface org.hibernate.sql.model.MutationTarget
- getRoot() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the hierarchy's root type source.
- getRoot() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getRoot() - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- getRoot() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- getRoot() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- getRoot() - Method in interface org.hibernate.sql.results.graph.FetchParent
- getRoot(int, Class<E>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getRoot(int, Class<E>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
Get a query root element at the given position with the given type.
- getRoot(int, Class<E>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getRoot(String, Class<E>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getRoot(String, Class<E>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
Get a query root element with the given alias and the given type.
- getRoot(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getRootClass() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
Mapping details for the root of the entity hierarchy.
- getRootClass() - Method in class org.hibernate.mapping.PersistentClass
- getRootClass() - Method in class org.hibernate.mapping.RootClass
- getRootClass() - Method in class org.hibernate.mapping.Subclass
- getRootEntityDescriptor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getRootEntityDescriptor() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getRootEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getRootEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an object that identifies the space in which identifiers of this entity hierarchy are unique.
- getRootList() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getRootList() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
Return the roots as a list.
- getRootList() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- getRootList() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getRootList() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getRootPathName() - Method in interface org.hibernate.loader.ast.spi.Loadable
-
The name for this loadable, for use as the root when generating relative paths
- getRootPathName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getRoots() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getRoots() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- getRoots() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
-
Immutable view of the domain roots.
- getRoots() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getRoots() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getRoots() - Method in class org.hibernate.sql.ast.tree.from.FromClause
- getRootTable() - Method in class org.hibernate.mapping.PersistentClass
- getRootTable() - Method in class org.hibernate.mapping.RootClass
- getRootTable() - Method in class org.hibernate.mapping.Subclass
- getRootTableIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getRootTableIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the names of columns on the root table used to persist the identifier.
- getRootTableKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getRootTableKeyColumnNames() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The names of the primary key columns in the root table.
- getRootTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getRootTableName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Locks are always applied to the "root table".
- getRootTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getRootTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getRootUrl() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns the root URL for scanning.
- getRowId() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the row-id name for this entity
- getRowId() - Method in interface org.hibernate.boot.model.source.spi.TableSource
- getRowId() - Method in interface org.hibernate.engine.spi.EntityEntry
- getRowId() - Method in class org.hibernate.mapping.Table
- getRowIdColumnString(String) - Method in class org.hibernate.dialect.DB2iDialect
- getRowIdColumnString(String) - Method in class org.hibernate.dialect.DB2zDialect
- getRowIdColumnString(String) - Method in class org.hibernate.dialect.Dialect
-
If this dialect requires that the
rowid
column be declared explicitly, return the DDL column definition. - getRowIdMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The mapping for the row-id of the entity, if one is defined.
- getRowIdMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getRowIdName() - Method in interface org.hibernate.metamodel.mapping.EntityRowIdMapping
- getRowIdResult() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- getRowMutationOperations() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getRowMutationOperations() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getRowMutationOperations() - Method in class org.hibernate.persister.collection.OneToManyPersister
- getRowNumber() - Method in interface org.hibernate.ScrollableResults
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getRowProcessingState() - Method in class org.hibernate.sql.results.graph.InitializerData
- getRowReader() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
todo (6.0) : do we want this here? Depends how we handle caching assembler / result memento
- getRowSize() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
- getRowsToSkip() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- getRowsToSkip(SelectStatement, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getRowToCacheSize() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
-
The size of the row for caching.
- getRuntimeMetamodels() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getRuntimeMetamodels() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
RuntimeMetamodelsImplementor
- getRuntimeVersion() - Method in exception org.hibernate.bytecode.enhance.VersionMismatchException
- getScale() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
-
The specified scale.
- getScale() - Method in class org.hibernate.engine.jdbc.Size
- getScale() - Method in class org.hibernate.mapping.Column
- getScale() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getScale() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getScale() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getScale() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getScale() - Method in interface org.hibernate.query.criteria.JpaCastTarget
-
Returns the specified scale of the cast target or
null
. - getScale() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- getScale() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getScanEnvironment() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the environment for scanning.
- getScanner() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
Scanner
to be used for scanning. - getScanner(ArchiveDescriptorFactory) - Method in interface org.hibernate.boot.archive.scan.spi.ScannerFactory
-
Create a scanner.
- getScanOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the options to be used for scanning.
- getSchema() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
-
Deprecated.
- getSchema() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- getSchema() - Method in class org.hibernate.boot.xsd.XsdDescriptor
- getSchema() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- getSchema() - Method in class org.hibernate.mapping.Table
- getSchema() - Method in interface org.hibernate.mapping.UserDefinedType
- getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getSchemaAutoTooling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
Deprecated.
- getSchemaAutoTooling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This is unused and will be removed.
- getSchemaCharset() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getSchemaCharset() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getSchemaCreator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getSchemaDropper(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getSchemaIdentifier() - Method in class org.hibernate.mapping.Table
- getSchemaManager() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getSchemaManager() - Method in interface org.hibernate.SessionFactory
-
A
SchemaManager
with the same default catalog and schema as pooled connections belonging to this factory. - getSchemaMigrator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getSchemaName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
- getSchemaName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- getSchemaName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- getSchemaNameResolver() - Method in class org.hibernate.dialect.Dialect
-
Get the strategy for determining the schema name from a JDBC
Connection
, usuallyDefaultSchemaNameResolver
. - getSchemaNameResolver() - Method in class org.hibernate.dialect.SpannerDialect
- getSchemaNameResolver() - Method in class org.hibernate.dialect.SybaseDialect
- getSchemaPopulator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getSchemaTruncator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getSchemaValidator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
- getScriptAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- getScriptDescription() - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
- getScriptSourceInput() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
-
If
SourceDescriptor.getSourceType()
indicates scripts are involved, returns a representation of the script file to read. - getScriptTargetOutput() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
-
If
TargetDescriptor.getTargetTypes()
includes scripts, return a representation of the script file to write to. - getSearchability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getSearchAttributeName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The attribute name by which one can order the final CTE result, to achieve the search order.
- getSearchAttributeName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getSearchBySpecifications() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The order by which should be searched.
- getSearchBySpecifications() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getSearchBySpecifications() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getSearchClauseKind() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The kind of search (breadth-first or depth-first) that should be done for a recursive query.
- getSearchClauseKind() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getSearchClauseKind() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getSearchColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- getSecondarySortIndex() - Method in interface org.hibernate.engine.spi.ComparableExecutable
-
This affect sorting order of the executables, when sorting is enabled.
- getSecondaryTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
- getSecondaryTable(String) - Method in class org.hibernate.mapping.PersistentClass
- getSecondaryTable(String) - Method in interface org.hibernate.mapping.TableContainer
- getSecondaryTableMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the secondary tables for this entity
- getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cacheable entities and collections successfully retrieved from the cache.
- getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cacheable entities collections not found in the cache and loaded from the database.
- getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of cacheable entities and collections put in the cache.
- getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
-
All second-level cache region names.
- getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column in which we store the segment to which each row belongs.
- getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The value in
segment column
corresponding to this generator instance. - getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The size of the
segment column
in the underlying table. - getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
-
Get the selectable at the given position
- getSelectable(int) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- getSelectableIndex(String) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- getSelectableIndex(String) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- getSelectableIndex(String) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- getSelectableMappings() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- getSelectableName() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
- getSelectableName() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- getSelectableName() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getSelectableName() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getSelectableNode() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
- getSelectableNode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- getSelectableNode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- getSelectableOrderMap() - Method in class org.hibernate.mapping.Index
- getSelectablePath() - Method in class org.hibernate.mapping.AggregateColumn
- getSelectablePath() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
- getSelectablePath() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- getSelectables() - Method in class org.hibernate.mapping.Collection
- getSelectables() - Method in class org.hibernate.mapping.Component
- getSelectables() - Method in class org.hibernate.mapping.Index
- getSelectables() - Method in class org.hibernate.mapping.OneToMany
- getSelectables() - Method in class org.hibernate.mapping.Property
-
Delegates to
Value.getSelectables()
. - getSelectables() - Method in class org.hibernate.mapping.SimpleValue
- getSelectables() - Method in interface org.hibernate.mapping.Value
-
The mapping to columns and formulas.
- getSelectableType(MappingContext, int) - Method in interface org.hibernate.mapping.Value
- getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSelectByUniqueKeyString(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get a SQL select string that performs a select based on a unique key determined by the given property name.
- getSelectByUniqueKeyString(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSelectByUniqueKeyString(String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get a SQL select string that performs a select based on a unique key determined by the given property names.
- getSelectByUniqueKeyString(String[], String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSelectByUniqueKeyString(String[], String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
- getSelectClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getSelectClause() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.DB2Dialect
- getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.HSQLDialect
- getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getSelectClauseNullString(SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
-
Given a type mapping, return the expression for a literal null value of that type, to use in a
select
clause. - getSelectClauseNullString(SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getSelectGUIDString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getSelectGUIDString() - Method in class org.hibernate.dialect.Dialect
-
Get the command used to select a GUID from the database.
- getSelectGUIDString() - Method in class org.hibernate.dialect.HANADialect
- getSelectGUIDString() - Method in class org.hibernate.dialect.MySQLDialect
- getSelectGUIDString() - Method in class org.hibernate.dialect.OracleDialect
- getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
- getSelection() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- getSelection() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- getSelection() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- getSelection() - Method in interface org.hibernate.query.criteria.JpaSubQuery
- getSelection() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- getSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getSelection() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
- getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getSelectionExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
-
The selection's expression.
- getSelectionExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getSelectionExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getSelectionItems() - Method in interface org.hibernate.query.criteria.JpaSelection
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getSelections() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- getSelections(int) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
- getSelections(int) - Method in interface org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
- getSelections(int) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
- getSelectItemReference(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSelectorExpression() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- getSelectorNames() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
- getSelectorNames() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
-
Any registered names for this strategy registration.
- getSelectQueryPart() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.ANSISequenceSupport
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.H2V1SequenceSupport
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NextvalSequenceSupport
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
- getSelectSequenceNextValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Generate the select expression fragment that will retrieve the next value of a sequence as part of another (typically DML) statement.
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.ANSISequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.H2V1SequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.NextvalSequenceSupport
- getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
- getSelectSequencePreviousValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Generate the select expression fragment that will retrieve the previous value of a sequence as part of another (typically DML) statement.
- getSelectSQL() - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
-
Get the SQL statement to be used to retrieve generated key values.
- getSelectSQL() - Method in class org.hibernate.id.insert.BasicSelectingDelegate
- getSelectSQL() - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
- getSelectStatement() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
-
Obtain the
SQL SELECT
statement to use. - getSelfRenderingExpression() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
- getSemantic() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
- getSemantic() - Method in interface org.hibernate.graph.spi.AppliedGraph
-
The semantic (fetch/load) under which the graph should be applied
- getSemantics() - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- getSemantics() - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- getSeparateCollectionTable() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- getSeparatorExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- getSeparatorExpression() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- getSequenceExporter() - Method in class org.hibernate.dialect.Dialect
- getSequenceExporter() - Method in class org.hibernate.dialect.SpannerDialect
- getSequenceExporter() - Method in class org.hibernate.dialect.SQLServerDialect
- getSequenceGeneratorRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getSequenceInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named SequenceInformation
- getSequenceInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named SequenceInformation
- getSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named SequenceInformation
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DB2Dialect
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
-
A
SequenceInformationExtractor
which is able to extractSequenceInformation
from the JDBC result set returned whenDialect.getQuerySequencesString()
is executed. - getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.HANADialect
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.HSQLDialect
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MariaDBDialect
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.OracleDialect
- getSequenceInformationList() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the list of
SequenceInformation
objects which describe the underlying database sequences. - getSequenceName() - Method in class org.hibernate.boot.model.relational.QualifiedSequenceName
- getSequenceName() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
The qualified sequence name.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getSequenceNextValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Generate the appropriate select statement to to retrieve the next value of a sequence.
- getSequenceNextValString(String, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- getSequenceNextValString(String, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Generate the appropriate select statement to to retrieve the next value of a sequence.
- getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
- getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
- getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
- getSequencePreviousValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Generate the appropriate select statement to to retrieve the previous value of a sequence.
- getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
- getSequences() - Method in class org.hibernate.boot.model.relational.Namespace
- getSequenceSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getSequenceSupport() - Method in class org.hibernate.dialect.DB2Dialect
- getSequenceSupport() - Method in class org.hibernate.dialect.DB2iDialect
-
No support for sequences.
- getSequenceSupport() - Method in class org.hibernate.dialect.DB2zDialect
- getSequenceSupport() - Method in class org.hibernate.dialect.Dialect
-
Get the appropriate
SequenceSupport
for this dialect. - getSequenceSupport() - Method in class org.hibernate.dialect.H2Dialect
- getSequenceSupport() - Method in class org.hibernate.dialect.HANADialect
- getSequenceSupport() - Method in class org.hibernate.dialect.HSQLDialect
- getSequenceSupport() - Method in class org.hibernate.dialect.MariaDBDialect
- getSequenceSupport() - Method in class org.hibernate.dialect.MySQLDialect
-
No support for sequences.
- getSequenceSupport() - Method in class org.hibernate.dialect.OracleDialect
- getSequenceSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getSequenceSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getService() - Method in class org.hibernate.service.spi.ServiceBinding
- getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
-
Retrieve a service by role, returning null if there is no such service.
- getServiceInitiated() - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
- getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
- getServiceInitiated() - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
- getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
-
Obtains the service role initiated by this initiator.
- getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
- getServiceRegistry() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
-
Access the ServiceRegistry specific to the SessionFactory being built.
- getServiceRegistry() - Method in class org.hibernate.boot.MetadataSources
- getServiceRegistry() - Method in interface org.hibernate.boot.model.FunctionContributions
-
Access to services.
- getServiceRegistry() - Method in class org.hibernate.boot.model.relational.Database
- getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getServiceRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
The service registry available to bootstrapping
- getServiceRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the
StandardServiceRegistry
. - getServiceRegistry() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The service registry to use in building the factory.
- getServiceRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getServiceRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Access to the
ServiceRegistry
for thisSessionFactory
. - getServiceRegistry() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
Access to available services.
- getServiceRegistry() - Method in class org.hibernate.mapping.Collection
- getServiceRegistry() - Method in class org.hibernate.mapping.OneToMany
- getServiceRegistry() - Method in class org.hibernate.mapping.PersistentClass
- getServiceRegistry() - Method in class org.hibernate.mapping.SimpleValue
- getServiceRegistry() - Method in interface org.hibernate.mapping.Value
- getServiceRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getServiceRegistry() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
- getServiceRegistry() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getServiceRegistry() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getServiceRegistry() - Method in interface org.hibernate.type.spi.TypeBootstrapContext
- getServiceRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Deprecated.This simply isn't a very sensible place to hang the
ServiceRegistry
- getServiceRole() - Method in exception org.hibernate.service.NullServiceException
- getServiceRole() - Method in class org.hibernate.service.spi.ServiceBinding
- getServiceRole() - Method in exception org.hibernate.service.UnknownServiceException
- getSession() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getSession() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the session currently associated with this collection.
- getSession() - Method in class org.hibernate.engine.spi.BatchFetchQueue
- getSession() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the session to which this persistence context is bound.
- getSession() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getSession() - Method in interface org.hibernate.engine.spi.SessionImplementor
- getSession() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Returns this object, fulfilling the contract of
WrapperOptions
. - getSession() - Method in class org.hibernate.event.spi.AbstractEvent
-
Returns the session event source for this event.
- getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- getSession() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the session to which this proxy is associated, or null if it is not attached.
- getSession() - Method in interface org.hibernate.query.Query
-
Get the
QueryProducer
which produced thisQuery
, that is, theSession
orStatelessSession
that was used to create thisQuery
instance. - getSession() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getSession() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
-
The underlying session
- getSession() - Method in interface org.hibernate.query.spi.QueryImplementor
- getSession() - Method in interface org.hibernate.result.spi.ResultContext
- getSession() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- getSession() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- getSession() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Access to the current session.
- getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of sessions closed.
- getSessionFactory() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
-
Access the SessionFactory being built to trigger this BV activation
- getSessionFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
-
Access to the SessionFactory for which a Region is being built.
- getSessionFactory() - Method in interface org.hibernate.Cache
-
The
SessionFactory
to which thisCache
belongs. - getSessionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
- getSessionFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- getSessionFactory() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getSessionFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getSessionFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
- getSessionFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getSessionFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the factory which created this session.
- getSessionFactory() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getSessionFactory() - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- getSessionFactory() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
- getSessionFactory() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
- getSessionFactory() - Method in interface org.hibernate.Session
-
Get the session factory which created this session.
- getSessionFactory() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSessionFactory() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
Deprecated.
- getSessionFactory() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
- getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
- getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getSessionFactory() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- getSessionFactory() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Access to the current session factory.
- getSessionFactory() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Deprecated.This operation is not very typesafe, and we're migrating away from its use
- getSessionFactoryBuilder() - Method in interface org.hibernate.boot.Metadata
-
Get the builder for
SessionFactory
instances based on this metamodel. - getSessionFactoryBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderFactory
-
The contract method.
- getSessionFactoryName() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- getSessionFactoryName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getSessionFactoryName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The name to be used for the
SessionFactory
. - getSessionFactoryName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the session factory name.
- getSessionFactoryName() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- getSessionFactoryName() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
-
The
SessionFactoryObserver
, if any, that was added to this configuration. - getSessionFactoryObservers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getSessionFactoryObservers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Observers for events raised by the factory.
- getSessionFactoryOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getSessionFactoryOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get the options used to build this factory.
- getSessionFactoryOptions() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getSessionFactoryOptions() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
- getSessionFactoryOptions() - Method in interface org.hibernate.SessionFactory
-
Deprecated.There is no plan to remove this operation, but its use should be avoided since
SessionFactoryOptions
is an SPI type, and so this operation is a layer-breaker. - getSessionFactoryUuid() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- getSessionFactoryUuid() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
- getSessionFactoryUuid() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the session factory UUID.
- getSessionFactoryUuid() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- getSessionIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getSessionIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain a
UUID
which uniquely identifies this session. - getSessionIdentifier() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of sessions opened.
- getSessionToken() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain a "token" which uniquely identifies this session.
- getSessionUidColumn() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSet(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSetClause() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- getSetClause() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- getSetOperator() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- getSetOperator() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- getSetReturningFunctionsByName() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Useful for diagnostics - not efficient: do not use in production code.
- getSetReturningTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- getSetReturningTypeResolver() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- getSetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
-
Obtain the delegate for setting values of the persistent attribute.
- getSetter(Class) - Method in class org.hibernate.mapping.Property
- getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Get the named setting.
- getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Get the named setting, using the specified converter.
- getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Get the named setting, using the specified converter and default value.
- getSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Obtain the current aggregated settings.
- getSettings() - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Access to the complete map of config settings.
- getSettings() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getSharedCacheMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getSharedCacheMode() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the
SharedCacheMode
to determine if the second-level cache is enabled. - getSharedCacheMode() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getSharedCacheMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getSide(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getSideNature() - Method in interface org.hibernate.metamodel.mapping.Association
-
Indicates which "side" of the foreign-key this association describes
- getSignature() - Method in class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
- getSignature() - Method in class org.hibernate.dialect.function.AvgFunction.Validator
- getSignature() - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
-
Pretty-print the signature of the argument list.
- getSignature() - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
- getSignature(String) - Method in class org.hibernate.dialect.function.ConcatPipeFunction
- getSignature(String) - Method in class org.hibernate.dialect.function.DB2PositionFunction
- getSignature(String) - Method in class org.hibernate.dialect.function.DB2SubstringFunction
- getSignature(String) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- getSignature(String) - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- getSignature(String) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Used only for pretty-printing the function signature in the log.
- getSignature(String) - Method in interface org.hibernate.query.sqm.function.SqmSetReturningFunctionDescriptor
-
Used only for pretty-printing the function signature in the log.
- getSingleIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
- getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
- getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- getSingleJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- getSingleJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- getSingleJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- getSingleJdbcMapping() - Method in interface org.hibernate.type.BasicType
- getSingleJdbcType(SqlAstNode) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- getSingleOperation() - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Get the singular operation, assuming there is just one.
- getSingleResult() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- getSingleResult() - Method in interface org.hibernate.query.Query
-
Execute the query and return the single result of the query, throwing an exception if the query returns no results.
- getSingleResult() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the single result of the query, throwing an exception if the query returns no results.
- getSingleResult() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getSingleResult() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getSingleResult() - Method in interface org.hibernate.result.ResultSetOutput
-
Consume the underlying
ResultSet
with the expectation that there is just a single level of root returns. - getSingleResultOrNull() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the single result of the query, or
null
if the query returns no results. - getSingleResultOrNull() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- getSingleResultOrNull() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getSingleStatementDetails() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Get the single statement details.
- getSingleTableMutation() - Method in interface org.hibernate.sql.model.ast.MutationGroup
- getSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSingularAttributeNature() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Obtain the nature of this attribute type.
- getSingularAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getSize() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Obtain the size of this collection without initializing it
- getSize() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- getSize() - Method in class org.hibernate.query.Page
-
The size of the page, that is, the maximum number of results on the page.
- getSize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getSize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
- getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
- getSizeInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
- getSizeInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The size that the in-memory elements take up within the cache provider.
- getSizeSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the source for the specified column size.
- getSizeStrategy() - Method in class org.hibernate.dialect.Dialect
-
A custom
Dialect.SizeStrategy
for column types. - getSizeStrategy() - Method in class org.hibernate.dialect.MySQLDialect
- getSizeStrategy() - Method in class org.hibernate.dialect.SQLServerDialect
- getSizeStrategy() - Method in class org.hibernate.dialect.SybaseASEDialect
- getSkipLocked() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- getSkipLocked() - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- getSkipLocked() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSkipLockedSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- getSlowQueries() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
- getSlowQueries() - Method in interface org.hibernate.stat.Statistics
-
If "hibernate.log_slow_query" is enabled, a map from the SQL query to the maximum execution time in milliseconds.
- getSnapshot() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Get the current snapshot from the session
- getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
- getSnapshot(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the snapshot of the pre-flush collection state
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
- getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Return a new snapshot of the current state of the collection
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
- getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentBag
- getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the snapshot value of the given collection entry
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentList
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentMap
- getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentSet
- getSoftDeleteColumn() - Method in class org.hibernate.mapping.Collection
- getSoftDeleteColumn() - Method in class org.hibernate.mapping.RootClass
- getSoftDeleteColumn() - Method in interface org.hibernate.mapping.SoftDeletable
-
The column which indicates soft-deletion.
- getSoftDeleteMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Mapping for soft-delete support, or
null
if soft-delete not defined - getSoftDeleteMapping() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
-
Mapping for soft-delete support, or
null
if soft-delete not defined - getSoftDeleteMapping() - Method in interface org.hibernate.metamodel.mapping.SoftDeletableModelPart
-
Get the mapping of the soft-delete indicator
- getSoftDeleteMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSoftDeleteStrategy() - Method in class org.hibernate.mapping.BasicValue
- getSoftDeleteStrategy() - Method in class org.hibernate.mapping.Collection
- getSoftDeleteStrategy() - Method in class org.hibernate.mapping.RootClass
- getSoftDeleteStrategy() - Method in interface org.hibernate.mapping.SoftDeletable
-
The strategy for indicating soft-deletion.
- getSoftDeleteStrategy() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
The soft-delete strategy - how to interpret indicator values
- getSoftDeleteTableDetails() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getSoftDeleteTableDetails() - Method in interface org.hibernate.metamodel.mapping.SoftDeletableModelPart
-
Details about the table which holds the soft-delete column.
- getSortDirection() - Method in interface org.hibernate.query.criteria.JpaOrder
-
The direction, ascending or descending, in which to sort
- getSortDirection() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- getSortedForResolveInstance() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingResolution
- getSortExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- getSortExpression() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
- getSortingComparator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getSortingComparator() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
For sorted collections, the comparator to use.
- getSortOrder() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- getSortOrder() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
- getSortOrder() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- getSortOrder() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
- getSortOrder() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
- getSortSpecifications() - Method in interface org.hibernate.query.criteria.JpaQueryPart
- getSortSpecifications() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- getSortSpecifications() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- getSortSpecifications() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- getSortSpecificationsRowNumbering(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSource() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
- getSource() - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- getSource() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the fetch profile source.
- getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getSourceAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getSourceIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
- getSourceSelectStatement() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- getSourceType() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
- getSourceType() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
-
The indicated source type for this target type.
- getSpaces() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getSpecification() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- getSpecification() - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
- getSpecificContractClass() - Method in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
- getSql() - Method in record class org.hibernate.boot.model.CustomSql
-
Deprecated.
- getSql() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSQL() - Method in exception org.hibernate.JDBCException
-
Get the actual SQL statement being executed when the exception occurred.
- getSqlAfterString() - Method in interface org.hibernate.tool.schema.spi.Cleaner
-
A statement to run after ending the process of truncating tables.
- getSqlAliasBase() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getSqlAliasBaseGenerator() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getSqlAliasBaseGenerator() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getSqlAliasBaseGenerator() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getSqlAliasBaseManager() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Access to the SQL alias helper
- getSqlAliasStem() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getSqlAliasStem() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSqlAliasStem() - Method in interface org.hibernate.persister.entity.EntityPersister
- getSqlAliasStem() - Method in interface org.hibernate.sql.ast.tree.from.TableGroupProducer
-
Get the "stem" used as the base for generating SQL table aliases for table references that are part of the TableGroup being generated
- getSqlAlterStrings(Table, Metadata, TableInformation, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.TableMigrator
- getSqlAppender() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSqlAst() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
- getSqlAst() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
- getSqlAstCreationContext() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
- getSqlAstCreationState() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getSqlAstCreationState() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
- getSqlAstCreationState() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
The underlying state for SQL AST creation
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.CockroachDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2Dialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2iDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2zDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.Dialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.H2Dialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.HANADialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.HSQLDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.MariaDBDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.MySQLDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.OracleDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.PostgresPlusDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SpannerDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SQLServerDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SybaseASEDialect
- getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SybaseDialect
- getSqlAstTranslatorFactory() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
- getSqlBeforeString() - Method in interface org.hibernate.tool.schema.spi.Cleaner
-
A statement to run before beginning the process of truncating tables.
- getSqlBuffer() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSqlComment() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- getSqlComment() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- getSqlComment() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- getSqlCreateCommand(TemporaryTable) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getSqlCreateCommand(TemporaryTable) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
- getSqlCreateStrings(UserDefinedArrayType, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
- getSqlCreateStrings(T, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Exporter
-
Get the commands needed for creation.
- getSqlDisableConstraintString(ForeignKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Cleaner
-
A statement that disables the given foreign key constraint.
- getSqlDropCommand(TemporaryTable) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getSqlDropCommand(TemporaryTable) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
- getSqlDropStrings(UserDefinedArrayType, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
- getSqlDropStrings(T, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Exporter
-
Get the commands needed for dropping.
- getSqlEnableConstraintString(ForeignKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Cleaner
-
A statement that re-enables the given foreign key constraint.
- getSQLException() - Method in exception org.hibernate.JDBCException
-
Get the underlying
SQLException
. - getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Access the current exception converter being used internally.
- getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain the helper for dealing with JDBC
SQLException
faults. - getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain service for dealing with exceptions.
- getSqlExceptionHelper() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
- getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getSqlExpression() - Method in interface org.hibernate.sql.ast.spi.SqlExpressionAccess
- getSqlExpression() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getSqlExpressionResolver() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
- getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
- getSqlExpressionResolver() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getSqlExpressionResolver() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
- getSqlFragment() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- getSqlFunctionMap() - Method in interface org.hibernate.boot.Metadata
- getSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getSqlFunctions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to any SQL functions explicitly registered with the
MetadataBuilder
. - getSqlIntervalType(int) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlIntervalType(JdbcMappingContainer) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlIntervalType(JdbcType) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSQLKeywords() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- getSQLKeywords() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Obtain access to the SQL keywords of the JDBC driver, as returned from
DatabaseMetaData.getSQLKeywords()
for the target database. - getSqlName() - Method in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
- getSqlQueryString() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
- getSqlResultSetMappingRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
- getSqlSelections() - Method in class org.hibernate.sql.ast.tree.select.SelectClause
- getSqlSelections() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
-
The JDBC selection descriptors.
- getSQLState() - Method in exception org.hibernate.JDBCException
-
Get the X/Open or ANSI SQL SQLState error code from the underlying
SQLException
. - getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain service for logging SQL statements.
- getSqlStateType() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the type of codes the driver says it uses for
SQLState
. - getSqlString() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- getSqlString() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
-
The SQL used to mutate the table
- getSqlString() - Method in interface org.hibernate.persister.collection.mutation.RemoveCoordinator
-
The SQL used to perform the removal
- getSqlString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
- getSqlString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
- getSqlString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
- getSqlString() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
Informational access to the SQL query string
- getSqlString() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
- getSqlString() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
- getSqlString() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- getSqlString() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
-
Get the SQL command we will be executing through JDBC PreparedStatement or CallableStatement
- getSqlString() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- getSqlString() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- getSqlString() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
-
The SQL to be used when creating the PreparedStatement
- getSqlStringGenerationContext() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getSqlStringGenerationContext() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
SqlStringGenerationContext
. - getSqlStringGenerationContext() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
The
SqlStringGenerationContext
to use when generating SQL. - getSqlStringGenerationContext() - Method in interface org.hibernate.mapping.GeneratorSettings
- getSqlStringGenerationContext() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getSqlStringGenerationContext() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- getSqlStringGenerationContext() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- getSqlTemporalType(int) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlTemporalType(JdbcMapping) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlTemporalType(JdbcMappingContainer) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlTemporalType(MappingModelExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlTemporalType(SqmExpressible<?>) - Method in class org.hibernate.type.spi.TypeConfiguration
- getSqlTemporalType(JdbcType) - Static method in class org.hibernate.type.spi.TypeConfiguration
- getSqlText() - Method in enum class org.hibernate.sql.ComparisonRestriction.Operator
- getSqlTranslationEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getSqlTranslationEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
SqlTranslationEngine
- getSqlTruncateCommand(TemporaryTable, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getSqlTruncateCommand(TemporaryTable, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
- getSqlTruncateStrings(Collection<Table>, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Cleaner
-
A statement or statements that truncate the given tables.
- getSqlTuple() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- getSqlTuple() - Method in interface org.hibernate.sql.ast.tree.expression.SqlTupleContainer
- getSqlTuple(SqlAstNode) - Static method in interface org.hibernate.sql.ast.tree.expression.SqlTupleContainer
- getSqlType() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the free-hand definition of the column's type.
- getSqlType() - Method in class org.hibernate.mapping.Column
- getSqlType() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getSqlType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
- getSqlType() - Method in interface org.hibernate.usertype.UserType
-
The JDBC/SQL type code for the database column mapped by this custom type.
- getSqlType(Metadata) - Method in class org.hibernate.mapping.Column
- getSqlType(CastTarget, SessionFactoryImplementor) - Static method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- getSqlTypeCode() - Method in class org.hibernate.mapping.Column
-
Returns SQL type code for this column, or
null
if the type code is unknown. - getSqlTypeCode() - Method in class org.hibernate.type.BasicTypeReference
- getSqlTypeCode() - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
The SQL type code of the descriptor.
- getSqlTypeCode(String) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Returns the
SqlTypes
type code for the given DDL raw type name, ornull
if the type code cannot be determined from the registrations. - getSqlTypeCode(MappingContext) - Method in class org.hibernate.mapping.Column
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.AbstractStandardBasicType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.AnyType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.CollectionType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.ComponentType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.CustomType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.ManyToOneType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.MetaType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.OneToOneType
- getSqlTypeCodes(MappingContext) - Method in class org.hibernate.type.SpecialOneToOneType
- getSqlTypeCodes(MappingContext) - Method in interface org.hibernate.type.Type
- getSqlTypeDefinition() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- getSqlTypeName() - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- getSqlTypeName() - Method in interface org.hibernate.type.descriptor.jdbc.SqlTypedJdbcType
- getSqlTypeName() - Method in interface org.hibernate.type.descriptor.jdbc.StructuredJdbcType
- getSqlTypeName(SqlTypedMapping, TypeConfiguration) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getSqlWhereStringTableExpression() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSqmCreationContext() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- getSqmDeleteOrUpdateStatement() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
- getSqmFunctionRegistry() - Method in interface org.hibernate.query.spi.QueryEngine
- getSqmFunctionRegistry() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
Obtain the
SqmFunctionRegistry
. - getSqmJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getSqmJoins() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
The joins associated with this SqmFrom
- getSqmJoinType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- getSqmJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- getSqmJoinType() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
-
The type of join - inner, cross, etc
- getSqmMultiTableInsertStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getSqmMultiTableInsertStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSqmMultiTableInsertStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
- getSqmMultiTableMutationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getSqmMultiTableMutationStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSqmMultiTableMutationStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The strategy to use for SQM mutation statements where the target entity has multiple tables.
- getSqmOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- getSqmParameterMappingModelExpressibleResolutions() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getSqmParameterMappingModelTypeResolutions() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
- getSqmParameterMappingModelTypeResolutions() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
- getSqmParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- getSqmParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- getSqmParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
-
Access to the (potentially still growing) collection of parameters for the statement.
- getSqmParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
- getSqmPathSource() - Method in interface org.hibernate.query.sqm.tree.domain.SqmSingularPersistentAttribute
- getSqmQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
- getSqmQueryPartStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getSqmQueryPartStack() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- getSqmQueryPartStack() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- getSqmStatement() - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- getSqmStatement() - Method in interface org.hibernate.query.spi.HqlInterpretation
- getSqmStatement() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
- getSqmStatement() - Method in interface org.hibernate.query.spi.SqmQuery
- getSqmStatement() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- getSqmStatement() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getSqmStatement() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- getSqmTranslatorFactory() - Method in class org.hibernate.dialect.Dialect
-
Return a
SqmTranslatorFactory
specific to this dialect, ornull
to use the standard translator. - getSqmTranslatorFactory() - Method in class org.hibernate.dialect.SybaseDialect
- getSqmTranslatorFactory() - Method in interface org.hibernate.query.spi.QueryEngine
- getSqmTreats() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- getSqmTreats() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
The treats associated with this SqmFrom
- getSqmType() - Method in interface org.hibernate.query.sqm.SqmExpressible
- getSqmType() - Method in interface org.hibernate.query.sqm.SqmPathSource
- getSqmType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- getSqmType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmEmbeddableDomainType
- getSqmType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- getSqmType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmEntityDomainType
- getSqmType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- getSqmType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmMappedSuperclassDomainType
- getSqmType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatableDomainType
- getSqmType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
- getSqmType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- getSqmType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getSqmType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- getSqmType() - Method in interface org.hibernate.type.BasicType
- getStandardServiceRegistryBuilder() - Method in class org.hibernate.cfg.Configuration
-
Intended for internal testing use only!!!
- getStart() - Method in interface org.hibernate.stat.Statistics
-
The
Instant
at which this instance ofStatistics
was created, or since the last timeStatistics.clear()
was called. - getStartExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getStartExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getStartKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- getStartKind() - Method in class org.hibernate.sql.ast.tree.expression.Over
- getStartTime() - Method in interface org.hibernate.stat.Statistics
-
Deprecated.
- getStartValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted start value defined for the sequence.
- getState() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
-
Retrieve the cached collection state.
- getState() - Method in class org.hibernate.event.spi.PostInsertEvent
- getState() - Method in class org.hibernate.event.spi.PostUpdateEvent
- getState() - Method in class org.hibernate.event.spi.PostUpsertEvent
- getState() - Method in class org.hibernate.event.spi.PreInsertEvent
-
Getter for property 'state'.
- getState() - Method in class org.hibernate.event.spi.PreLoadEvent
- getState() - Method in class org.hibernate.event.spi.PreUpdateEvent
-
Retrieves the state to be used in the update.
- getState() - Method in class org.hibernate.event.spi.PreUpsertEvent
-
Retrieves the state to be used in the upsert.
- getState() - Method in class org.hibernate.sql.results.graph.InitializerData
- getStateArrayInitialPosition(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getStateArrayPosition() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
The attribute's position within the container's state array
- getStateArrayPosition() - Method in class org.hibernate.persister.entity.UniqueKeyEntry
- getStatelessInterceptorImplementorSupplier() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getStatelessInterceptorImplementorSupplier() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
A stateless
Supplier
for interceptor instances which are not shared between sessions created by this factory. - getStatement() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
-
The
PreparedStatement
generated from the SQL. - getStatement() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getStatement() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
- getStatementGroup() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
- getStatementInspector() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getStatementInspector() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The default
StatementInspector
for this factory. - getStatementInspector() - Method in class org.hibernate.cfg.Configuration
-
The
StatementInspector
, if any, that was added to this configuration. - getStatementInspector() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Obtain the statement preparer associated with this JDBC coordinator.
- getStatementStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getStaticFetchableList() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getStaticMutationOperationGroup() - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- getStaticMutationOperationGroup() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- getStaticMutationOperationGroup() - Method in interface org.hibernate.persister.entity.mutation.MutationCoordinator
-
The operation group used to perform the mutation unless some form of dynamic mutation is necessary.
- getStaticMutationOperationGroup() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
- getStaticMutationOperationGroup() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getStatistics() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getStatistics() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
StatisticsImplementor
. - getStatistics() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getStatistics() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- getStatistics() - Method in interface org.hibernate.Session
-
Get the statistics for this session.
- getStatistics() - Method in interface org.hibernate.SessionFactory
-
Retrieve the statistics for this factory.
- getStatus() - Method in interface org.hibernate.engine.spi.EntityEntry
- getStatus() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
- getStatus() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
- getStatus() - Method in interface org.hibernate.Transaction
-
Get the current status of this transaction.
- getStorageAccess() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- getStorageAccess() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
- getStoredSnapshot() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getStoredSnapshot() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the snapshot cached by the collection instance
- getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- getStrategy() - Method in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- getStrategyImplementation() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
- getStrategyImplementation() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
-
The strategy implementation class.
- getStrategyRegistrationProviders() - Method in interface org.hibernate.jpa.boot.spi.StrategyRegistrationProviderList
- getStrategyRegistrations() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistrationProvider
-
Get all
StrategyRegistration
s announced by this provider. - getStrategyRole() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
- getStrategyRole() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
-
The strategy role.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
Retrieves access to the InputStream for the class file.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
-
Retrieves access to the InputStream for the mapping file.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
-
Retrieves access to the InputStream for the
package-info.class
file. - getStreamAccess() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
-
Get access to the stream for the entry
- getStreamName() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
-
Get the name of the resource backing the stream
- getStringBuilder() - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- getStringType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getStructColumnNames() - Method in class org.hibernate.mapping.Component
- getStructJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.OracleJdbcHelper
- getStructJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- getStructName() - Method in class org.hibernate.mapping.Component
- getStructName() - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- getStructTypeName() - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- getStructTypeName() - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- getStructTypeName() - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- getStructTypeName() - Method in interface org.hibernate.type.descriptor.jdbc.StructuredJdbcType
- getStyle() - Method in class org.hibernate.boot.models.spi.JpaEventListener
- getStyle() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- getStyle() - Method in interface org.hibernate.sql.results.graph.FetchStyleAccess
- getSubclass() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
- getSubclass() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
- getSubclass() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
- getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getSubclassClosure() - Method in class org.hibernate.mapping.PersistentClass
- getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used.
- getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.Hibernate no longer uses aliases to read from result sets
- getSubclassEntityNames() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Obtain the
EntityPersister
for the concrete class of the given entity instance which participates in a mapped inheritance hierarchy with this persister. - getSubclasses() - Method in class org.hibernate.mapping.PersistentClass
-
Get the subclasses in a special 'order', most derived subclasses first.
- getSubclassFormulaAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.Hibernate no longer uses aliases to read from result sets
- getSubclassId() - Method in class org.hibernate.mapping.PersistentClass
- getSubclassId() - Method in class org.hibernate.mapping.RootClass
- getSubclassId() - Method in class org.hibernate.mapping.Subclass
- getSubclassId() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
- getSubclassId() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
A value that uniquely identifies an entity mapping relative to its inheritance hierarchy
- getSubclassJoinClosure() - Method in class org.hibernate.mapping.PersistentClass
- getSubclassPersister() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
- getSubclassPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
- getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.Hibernate no longer uses aliases to read from result sets
- getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
- getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
- getSubclassTableClosure() - Method in class org.hibernate.mapping.PersistentClass
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getSubclassTableName(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getSubclassTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubclassTableNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getSubclassTableNames() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getSubclassTableNames() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getSubclassTableSpan() - Method in interface org.hibernate.persister.entity.EntityPersister
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getSubgraphs() - Method in interface org.hibernate.graph.AttributeNode
-
All value subgraphs rooted at this node.
- getSubGraphs() - Method in interface org.hibernate.graph.AttributeNode
-
All value subgraphs rooted at this node.
- getSubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
- getSubMappingTypes() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Retrieve mappings for all subtypes
- getSubMappingTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Find a
SqmPathSource
by name relative to this source. - getSubPathSource(String, boolean) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Find a
SqmPathSource
by name relative to this source. - getSubPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- getSubPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
- getSubquery() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- getSubquery() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Any
- getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Every
- getSubQuery() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- getSubQuery() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
- getSubQuery() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
- getSubQueryExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- getSubselect() - Method in class org.hibernate.mapping.Table
- getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Retrieve the fetch descriptor associated with the given entity key.
- getSubselectFetchEnabled() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- getSubString(long, int) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- getSubtypes() - Method in class org.hibernate.type.AnyType
- getSubtypes() - Method in class org.hibernate.type.ComponentType
- getSubtypes() - Method in interface org.hibernate.type.CompositeType
-
Get the types of the component properties
- getSubTypes() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Access the subtype sources for types extending from this type source,
- getSubTypes() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
- getSubTypes() - Method in class org.hibernate.mapping.MappedSuperclass
- getSubTypes() - Method in class org.hibernate.mapping.PersistentClass
- getSubTypes() - Method in interface org.hibernate.metamodel.model.domain.EmbeddableDomainType
- getSubTypes() - Method in interface org.hibernate.metamodel.model.domain.EntityDomainType
- getSubTypes() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
The descriptors of all known managed subtypes of this type.
- getSubTypes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
-
The number of transactions we know to have been successful.
- getSuperclass() - Method in class org.hibernate.mapping.PersistentClass
- getSuperclass() - Method in class org.hibernate.mapping.RootClass
- getSuperclass() - Method in class org.hibernate.mapping.Subclass
- getSuperclass(String) - Method in class org.hibernate.mapping.Component
- getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
-
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @Entity
- getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
- getSuperMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The mapping for the entity which is the supertype for this entity mapping.
- getSuperMappingType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
-
Returns the PersistentClass of the first superclass marked as @Entity or null if none exists
- getSuperPersistentClass() - Method in class org.hibernate.mapping.PersistentClass
- getSupertype() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getSupertype() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSuperType() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
- getSuperType() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
- getSuperType() - Method in class org.hibernate.mapping.MappedSuperclass
- getSuperType() - Method in class org.hibernate.mapping.PersistentClass
- getSuperType() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
The descriptor of the supertype of this type.
- getSuperType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getSupportedHints() - Method in class org.hibernate.query.spi.AbstractQuery
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.Dialect
-
The kind of temporary tables that are supported on this database.
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.H2Dialect
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HANADialect
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HSQLDialect
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.MySQLDialect
- getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.OracleDialect
- getSynchronizationSpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called
- getSynchronizedQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.
- getSynchronizedQuerySpaces() - Method in interface org.hibernate.query.SynchronizeableQuery
-
Obtain the list of query spaces this query is synchronized with.
- getSynchronizedQuerySpaces() - Method in interface org.hibernate.result.spi.ResultContext
- getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain any additional table names on which to synchronize (auto flushing) this entity.
- getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
Obtain any additional table names on which to synchronize (auto flushing) this entity.
- getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
- getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
- getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
- getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
- getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
- getTable() - Method in interface org.hibernate.mapping.AttributeContainer
- getTable() - Method in class org.hibernate.mapping.Collection
- getTable() - Method in class org.hibernate.mapping.Constraint
- getTable() - Method in class org.hibernate.mapping.Index
- getTable() - Method in class org.hibernate.mapping.Join
- getTable() - Method in class org.hibernate.mapping.JoinedSubclass
- getTable() - Method in class org.hibernate.mapping.OneToMany
-
Table of the owner entity (the "one" side)
- getTable() - Method in class org.hibernate.mapping.PersistentClass
- getTable() - Method in class org.hibernate.mapping.RootClass
- getTable() - Method in class org.hibernate.mapping.SimpleValue
- getTable() - Method in class org.hibernate.mapping.Subclass
- getTable() - Method in class org.hibernate.mapping.UnionSubclass
- getTable() - Method in interface org.hibernate.mapping.Value
- getTable() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
-
Deprecated.
- getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- getTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
- getTable(String) - Method in class org.hibernate.mapping.PersistentClass
- getTable(String) - Method in interface org.hibernate.mapping.TableContainer
- getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Look for a matching table.
- getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Getter for property 'tableAccessCount'.
- getTableAlias() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
- getTableAlias() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
- getTableAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
- getTableAlias() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
-
The table-alias associated with the fetch modeled by this builder.
- getTableCleaner() - Method in class org.hibernate.dialect.Dialect
-
Get a schema
Cleaner
, usuallyStandardTableCleaner
. - getTableClosure() - Method in class org.hibernate.mapping.PersistentClass
- getTableClosure() - Method in class org.hibernate.mapping.RootClass
- getTableClosure() - Method in class org.hibernate.mapping.Subclass
- getTableComment(String) - Method in class org.hibernate.dialect.Dialect
-
Get the comment into a form supported for table definition.
- getTableComment(String) - Method in class org.hibernate.dialect.HANADialect
- getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
- getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
- getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
- getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the SQL fragment used to specify the unique constraints on the given table as part of the
create table
command, with a leading comma, usually something like: - getTableDetails() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- getTableDetails() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- getTableDetails() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- getTableDetails() - Method in interface org.hibernate.sql.model.MutationOperation
-
The table against which operation is to be performed
- getTableDetailsBuilder(String) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- getTableExporter() - Method in class org.hibernate.dialect.DB2Dialect
- getTableExporter() - Method in class org.hibernate.dialect.Dialect
- getTableExporter() - Method in class org.hibernate.dialect.HANADialect
- getTableExporter() - Method in class org.hibernate.dialect.OracleDialect
- getTableExporter() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getTableExporter() - Method in class org.hibernate.dialect.SpannerDialect
- getTableExporter() - Method in class org.hibernate.dialect.SQLServerDialect
- getTableExpression() - Method in class org.hibernate.dialect.temptable.TemporaryTable
- getTableExpression() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
- getTableExpression() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- getTableExpression() - Method in exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
- getTableGeneratorRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getTableGroup(CollectionPart.Nature) - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
- getTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
-
Get a TableGroup by the NavigablePath it is registered under.
- getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getTableGroupProducer() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
- getTableId() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
- getTableId() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- getTableId() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- getTableId() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
-
An identifier for the table reference.
- getTableId() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
- getTableId() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- getTableInclusionChecker(InsertCoordinatorStandard.InsertValuesAnalysis) - Static method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- getTableInformation(String) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
- getTableInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named TableInformation
- getTableInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named TableInformation
- getTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named TableInformation
- getTableInformation(Table) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
- getTableMapping() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- getTableMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getTableMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getTableMappings() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- getTableMigrator() - Method in class org.hibernate.dialect.Dialect
-
Get a
TableMigrator
, usuallyStandardTableMigrator
. - getTableMutation(int) - Method in interface org.hibernate.sql.model.ast.MutationGroup
- getTableMutation(String) - Method in interface org.hibernate.sql.model.ast.MutationGroup
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
- getTableName() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
- getTableName() - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
-
The table for which we are grouping parameter bindings
- getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the table in which we store this generator's persistent state.
- getTableName() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
The name of the table which holds the indicator column
- getTableName() - Method in interface org.hibernate.metamodel.mapping.TableDetails
-
The name of the table
- getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getTableName() - Method in interface org.hibernate.persister.collection.CollectionPersister
- getTableName() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
- getTableName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The table to join to.
- getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getTableName() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getTableName() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- getTableName() - Method in interface org.hibernate.sql.model.ast.TableMutation
-
The name of the table being mutated.
- getTableName() - Method in interface org.hibernate.sql.model.TableMapping
-
The name of the mapped table
- getTableName() - Method in class org.hibernate.sql.Update
- getTableName(int) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.Only ever used from places where we really want to use
SelectStatement
(select generator)InsertSelectStatement
UpdateStatement
DeleteStatement
- getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getTableNameForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getTableNameForColumn(String) - Method in interface org.hibernate.persister.entity.EntityPersister
- getTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getTableNames() - Method in interface org.hibernate.persister.entity.EntityPersister
- getTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
- getTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
-
Returns the table reference for the table expression, or null if not found.
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
- getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getTableReferenceJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
- getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
- getTableReferences(SqlAstNode) - Static method in class org.hibernate.sql.ast.spi.AliasCollector
- getTables() - Method in class org.hibernate.boot.model.relational.Namespace
- getTables(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract all the tables information.
- getTablesInformation(Namespace) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to all the
TableInformation
for a givenNamespace
- getTablesNeedingDynamicUpdate() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- getTablesNeedingDynamicUpdate() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
- getTablesNeedingUpdate() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- getTablesNeedingUpdate() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
-
Descriptor of the tables needing to be updated.
- getTableSource() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the table being joined to.
- getTableSpan() - Method in interface org.hibernate.persister.entity.EntityPersister
- getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- getTablesWithNonNullValues() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- getTablesWithNonNullValues() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
-
Descriptor of the tables which had any non-null value bindings
- getTablesWithPreviousNonNullValues() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- getTablesWithPreviousNonNullValues() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
-
Descriptor of the tables which had any non-null value bindings
- getTableTypeString() - Method in class org.hibernate.dialect.Dialect
-
An arbitrary fragment appended to the end of the
create table
statement. - getTableTypeString() - Method in class org.hibernate.dialect.MySQLDialect
- getTableTypeString() - Method in class org.hibernate.dialect.SybaseASEDialect
- getTableTypeString(String) - Method in class org.hibernate.dialect.InnoDBStorageEngine
- getTableTypeString(String) - Method in class org.hibernate.dialect.MyISAMStorageEngine
- getTableTypeString(String) - Method in interface org.hibernate.dialect.MySQLStorageEngine
- getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Getter for property "target".
- getTarget() - Method in interface org.hibernate.query.criteria.JpaManipulationCriteria
-
Get the root path that is the target of the DML statement.
- getTarget() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- getTarget() - Method in interface org.hibernate.query.sqm.tree.SqmDmlStatement
-
Get the root path that is the target of the DML statement.
- getTargetColumns() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- getTargetColumns() - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
-
Get all target columns
- getTargetInstance(Data) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
-
Get the target entity instance for the currently processing "row".
- getTargetInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- getTargetKeyPropertyNames() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
- getTargetPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getTargetPart() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- getTargetPart() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
- getTargetPart() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getTargetPart() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- getTargetPart() - Method in interface org.hibernate.sql.model.MutationTarget
-
The ModelPart describing the mutation target
- getTargetPath() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
-
The attribute/path to be updated
- getTargetSide() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getTargetTable() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- getTargetTable() - Method in class org.hibernate.sql.ast.tree.AbstractMutationStatement
- getTargetTable() - Method in interface org.hibernate.sql.ast.tree.MutationStatement
- getTargetTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
- getTargetTypes() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
-
The target type described here.
- getTempClassLoader() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getTempClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getTemplate(Dialect, TypeConfiguration) - Method in class org.hibernate.mapping.Column
- getTemplate(Dialect, TypeConfiguration) - Method in class org.hibernate.mapping.Formula
- getTemplate(Dialect, TypeConfiguration) - Method in interface org.hibernate.mapping.Selectable
- getTemporalPrecision() - Method in class org.hibernate.mapping.BasicValue
- getTemporalPrecision() - Method in class org.hibernate.mapping.Column
- getTemporalPrecision() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getTemporalPrecision() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getTemporalPrecision() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getTemporalPrecision() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getTemporalPrecision() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- getTemporalPrecision() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getTemporalPrecision() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
For temporal type mappings, what precision was requested?
- getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.Dialect
-
The action to take after finishing use of a temporary table.
- getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.HSQLDialect
- getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.MySQLDialect
- getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.Dialect
-
The action to take before beginning use of a temporary table.
- getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.HSQLDialect
- getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.MySQLDialect
- getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.Dialect
-
The command to create a temporary table.
- getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HANADialect
- getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HSQLDialect
- getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.MySQLDialect
- getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.Dialect
-
An arbitrary SQL fragment appended to the end of the statement to create a temporary table, specifying dialect-specific options, or
null
if there are no options to specify. - getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.H2Dialect
- getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.HANADialect
- getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.OracleDialect
- getTemporaryTableDdlTransactionHandling() - Method in class org.hibernate.dialect.Dialect
-
Deprecated.No dialect currently overrides this, so it's obsolete
- getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.Dialect
-
The command to drop a temporary table.
- getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.MySQLDialect
- getTemporaryTableExporter() - Method in class org.hibernate.dialect.Dialect
-
Get a
TemporaryTableExporter
, usuallyStandardTemporaryTableExporter
. - getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.Dialect
-
The command to truncate a temporary table.
- getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.HANADialect
- getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
Deprecated.
- getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getTenantIdentifier() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getTenantIdentifier() - Method in interface org.hibernate.id.enhanced.AccessCallback
-
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
- getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
-
Obtain the tenant identifier associated with this session, as a string.
- getTenantIdentifierJavaType() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getTenantIdentifierJavaType() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
The
JavaType
to use for a tenant identifier. - getTenantIdentifierValue() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getTenantIdentifierValue() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getTenantIdentifierValue() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getTenantIdentifierValue() - Method in interface org.hibernate.SharedSessionContract
-
Obtain the tenant identifier associated with this session.
- Getter - Interface in org.hibernate.property.access.spi
-
The contract for getting the value of a persistent attribute from its container/owner.
- GetterFieldImpl - Class in org.hibernate.property.access.spi
-
Field-based implementation of Getter
- GetterFieldImpl(Class<?>, String, Field) - Constructor for class org.hibernate.property.access.spi.GetterFieldImpl
- GetterMethodImpl - Class in org.hibernate.property.access.spi
- GetterMethodImpl(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.spi.GetterMethodImpl
- getTestExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- getTestExpression() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmInPredicate
- getTestExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
- getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
- getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
- getText() - Method in class org.hibernate.boot.model.naming.Identifier
-
Get the identifiers name (text)
- getText() - Method in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- getText() - Method in class org.hibernate.mapping.Column
- getText() - Method in class org.hibernate.mapping.Formula
- getText() - Method in interface org.hibernate.mapping.Selectable
-
The selectable's "canonical" text representation
- getText() - Method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- getText() - Method in enum class org.hibernate.sql.ast.SqlAstJoinType
- getText(Dialect) - Method in class org.hibernate.mapping.Column
- getText(Dialect) - Method in class org.hibernate.mapping.Formula
- getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
-
The selectable's text representation accounting for the Dialect's quoting, if quoted
- getThis() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getThis() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- getThis() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
-
Returns a specific implementation.
- getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
-
Returns a specific implementation.
- getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- getTimeout() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- getTimeout() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- getTimeout() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- getTimeout() - Method in interface org.hibernate.cache.spi.RegionFactory
- getTimeout() - Method in class org.hibernate.LockOptions
-
Deprecated.The timeout associated with
this
options, defining a maximum amount of time that the database should wait to obtain a pessimistic lock before returning an error to the client. - getTimeout() - Method in interface org.hibernate.query.CommonQueryContract
-
Obtain the query timeout in seconds.
- getTimeout() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
- getTimeout() - Method in interface org.hibernate.query.named.NamedQueryMemento
- getTimeout() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getTimeout() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getTimeout() - Method in interface org.hibernate.query.spi.QueryOptions
-
The timeout to apply to the query.
- getTimeout() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getTimeout() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- getTimeout() - Method in interface org.hibernate.Transaction
-
Retrieve the transaction timeout set for this instance.
- getTimeOut() - Method in class org.hibernate.LockOptions
-
Deprecated.The timeout, in milliseconds, associated with
this
options. - getTimeOut() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
- getTimeoutInMilliseconds() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- getTimeoutInSeconds(int) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Use Timeouts.getTimeoutInSeconds(int) instead.
- getTimeoutInSeconds(int) - Static method in interface org.hibernate.Timeouts
-
Get the number of (whole) seconds represented by the given
timeout
. - getTimeoutInSeconds(Timeout) - Static method in interface org.hibernate.Timeouts
-
Get the number of (whole) seconds represented by the given
timeout
. - getTimeoutMillis() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
How many times has this structure been accessed through this reference?
- getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
- getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
- getTimestampsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Find the cache data access strategy for Hibernate's timestamps cache.
- getTimestampsCacheFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getTimestampsCacheFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
A factory for the
TimestampsCache
used to track invalidation of cached query result sets. - getTimeZoneStorageType() - Method in class org.hibernate.mapping.BasicValue
- getTimeZoneSupport() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getTimeZoneSupport() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getTimeZoneSupport() - Method in class org.hibernate.dialect.CockroachDialect
- getTimeZoneSupport() - Method in class org.hibernate.dialect.DB2zDialect
- getTimeZoneSupport() - Method in class org.hibernate.dialect.Dialect
-
How the dialect supports time zone types like
Types.TIMESTAMP_WITH_TIMEZONE
. - getTimeZoneSupport() - Method in class org.hibernate.dialect.H2Dialect
- getTimeZoneSupport() - Method in class org.hibernate.dialect.OracleDialect
- getTimeZoneSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getTimeZoneSupport() - Method in class org.hibernate.dialect.SQLServerDialect
- getTiming() - Method in class org.hibernate.engine.profile.Fetch
-
The fetch timing to be applied to the association.
- getTiming() - Method in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- getTiming() - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Returns the timing this generated values delegate handles.
- getTiming() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- getTiming() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- getTiming() - Method in interface org.hibernate.sql.results.graph.Fetch
-
immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
- getTiming() - Method in interface org.hibernate.sql.results.graph.FetchTimingAccess
- getToolingHint(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
- getToolingHintContext() - Method in interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
- getToolingHints() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
- getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- getTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getTransaction() - Method in interface org.hibernate.SharedSessionContract
-
Get the
Transaction
instance associated with this session. - getTransactionCompletionProcesses() - Method in class org.hibernate.engine.spi.ActionQueue
- getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getTransactionCoordinator() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Obtain the
TransactionCoordinator
. - getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Access to the builder that generated this coordinator
- getTransactionCount() - Method in interface org.hibernate.stat.Statistics
-
The number of transactions we know to have completed.
- getTransactionDriverControl() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Get the delegate used by the local transaction driver to control the underlying transaction
- getTransactionIdentifier(Transaction) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIsolation() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the transaction isolation level.
- getTransactionType() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getTransactionType() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Deprecated, for removal: This API element is subject to removal in a future version.since
PersistenceUnitTransactionType
will be removed in JPA 4 - getTransformedType() - Method in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
- getTransformedType() - Method in interface org.hibernate.query.TypedTupleTransformer
-
The type resulting from this transformation
- getTransformedType() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
-
Deprecated.
- getTransformedType() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
-
Deprecated.
- getTransformedType() - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
-
Deprecated.
- getTransformedType() - Method in class org.hibernate.transform.ToListResultTransformer
-
Deprecated.
- getTransientEntityName() - Method in exception org.hibernate.TransientPropertyValueException
-
Returns the entity name for the transient entity.
- getTreatedPath(ManagedDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- getTreatedSubgraphs() - Method in interface org.hibernate.graph.spi.GraphImplementor
- getTreatTarget() - Method in interface org.hibernate.query.criteria.JpaTreatedPath
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- getTreatTarget() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- getTruncateTableCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- getTruncateTableStatement(String) - Method in class org.hibernate.dialect.DB2Dialect
- getTruncateTableStatement(String) - Method in class org.hibernate.dialect.Dialect
-
A SQL statement that truncates the given table.
- getTruncateTableStatements(String[]) - Method in class org.hibernate.dialect.Dialect
-
A SQL statement or statements that truncate the given tables.
- getTruncatorFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
Get the filter to be applied to
SchemaTruncator
processing - getTupleLength() - Method in interface org.hibernate.query.sqm.tree.domain.SqmDomainType
- getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- getTupleLength() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
- getTupleLength() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- getTupleTransformer() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getTupleTransformer() - Method in interface org.hibernate.query.spi.QueryOptions
-
Transformer applied to the query to transform the structure of each "row" in the results
- getTupleTransformer() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- getTupleType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getTuplizer() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
- getType() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
- getType() - Method in enum class org.hibernate.boot.spi.AccessType
-
Retrieves the external name for this access type
- getType() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the attribute's type
- getType() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the mapping type of this attribute.
- getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
- getType() - Method in exception org.hibernate.DuplicateMappingException
- getType() - Method in class org.hibernate.engine.spi.TypedValue
- getType() - Method in interface org.hibernate.generator.GeneratorCreationContext
-
Mapping details for the identifier type.
- getType() - Method in exception org.hibernate.InvalidMappingException
- getType() - Method in class org.hibernate.mapping.Any
- getType() - Method in class org.hibernate.mapping.Any.KeyValue
- getType() - Method in class org.hibernate.mapping.Any.MetaValue
- getType() - Method in class org.hibernate.mapping.BasicValue
- getType() - Method in class org.hibernate.mapping.Collection
- getType() - Method in class org.hibernate.mapping.Column
- getType() - Method in class org.hibernate.mapping.Component
- getType() - Method in class org.hibernate.mapping.DependantValue
- getType() - Method in class org.hibernate.mapping.FetchProfile.Fetch
- getType() - Method in class org.hibernate.mapping.ManyToOne
- getType() - Method in class org.hibernate.mapping.OneToMany
- getType() - Method in class org.hibernate.mapping.OneToOne
- getType() - Method in class org.hibernate.mapping.Property
- getType() - Method in interface org.hibernate.mapping.Value
- getType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
- getType() - Method in interface org.hibernate.query.criteria.JpaCastTarget
-
Returns the JPA type for this cast target.
- getType() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
-
The type of the CTE.
- getType() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
-
The domain type of the CTE.
- getType() - Method in interface org.hibernate.query.range.Range
-
The Java class of the values belonging to this range.
- getType() - Method in interface org.hibernate.query.restriction.Path
- getType() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Returns the inferred mapping model expressible i.e.
- getType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- getType() - Method in exception org.hibernate.query.sqm.StrictJpaComplianceViolation
- getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- getType() - Method in record class org.hibernate.query.TypedParameterValue
-
Deprecated.use
TypedParameterValue.type
- getTypeCategory() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- getTypeCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
- getTypeCode() - Method in class org.hibernate.mapping.Column
- getTypeCode() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
-
The JDBC type-code.
- getTypeCode(String) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
Get the type code as in the static field names defined on
Types
. - getTypeCodes() - Method in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
- getTypeConfiguration() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
- getTypeConfiguration() - Method in interface org.hibernate.boot.model.FunctionContributions
-
Access to type information.
- getTypeConfiguration() - Method in class org.hibernate.boot.model.relational.Database
- getTypeConfiguration() - Method in interface org.hibernate.boot.model.TypeContributions
-
The
TypeConfiguration
to contribute to - getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getTypeConfiguration() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
The
TypeConfiguration
belonging to thisBootstrapContext
. - getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
Access to the
TypeConfiguration
belonging to theBootstrapContext
- getTypeConfiguration() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getTypeConfiguration() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain the
TypeConfiguration
- getTypeConfiguration() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the
TypeConfiguration
for the factory which created this session. - getTypeConfiguration() - Method in class org.hibernate.mapping.SimpleValue
- getTypeConfiguration() - Method in interface org.hibernate.metamodel.MappingMetamodel
-
The
TypeConfiguration
this metamodel is associated with - getTypeConfiguration() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
- getTypeConfiguration() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- getTypeConfiguration() - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTypeConfiguration() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- getTypeConfiguration() - Method in interface org.hibernate.type.BindingContext
- getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.java.JavaType.CoercionContext
- getTypeConfiguration() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Provides access to the
TypeConfiguration
for access to various type system related registries. - getTypeConfiguration() - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Obtain the
TypeConfiguration
. - getTypeConfiguration() - Method in interface org.hibernate.type.spi.TypeConfigurationAware
- getTypeConfiguration() - Method in class org.hibernate.usertype.UserTypeLegacyBridge
- getTypeConfiguration() - Method in class org.hibernate.usertype.UserTypeSupport
- getTypeContributors() - Method in interface org.hibernate.jpa.boot.spi.TypeContributorList
-
Deprecated.
- getTypeDefinition(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve a type definition by name.
- getTypeDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getTypeDefinitionRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Access to the
TypeDefinitionRegistry
, which may be used to add type definitions to this metadata repository. - getTypeDefinitionRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- getTypeDescriptor() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
- getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.Since
DiscriminatorMetadata
is deprecated - getTypeForEqualsHashCode() - Method in class org.hibernate.type.AbstractStandardBasicType
- getTypeForEqualsHashCode() - Method in interface org.hibernate.type.Type
-
The type to use for
equals()
andhashCode()
computation. - getTypeImplementorClass() - Method in class org.hibernate.boot.model.TypeDefinition
- getTypeIndex() - Method in class org.hibernate.mapping.Column
- getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Obtain information about the Hibernate type (
Type
) for this attribute. - getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
Obtain information about the Hibernate type (
Type
) for the collection id - getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
-
Obtain information about the Hibernate index type (
Type
) for this plural attribute index. - getTypeName() - Method in class org.hibernate.boot.model.relational.QualifiedTypeName
- getTypeName() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSource
-
Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.
- getTypeName() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Get the name of this type.
- getTypeName() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
- getTypeName() - Method in interface org.hibernate.boot.spi.PropertyData
-
Returns the returned class name itself
- getTypeName() - Method in exception org.hibernate.bytecode.enhance.VersionMismatchException
- getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- getTypeName() - Method in class org.hibernate.mapping.Any.KeyValue
- getTypeName() - Method in class org.hibernate.mapping.Any.MetaValue
- getTypeName() - Method in class org.hibernate.mapping.Collection
- getTypeName() - Method in class org.hibernate.mapping.Column
- getTypeName() - Method in class org.hibernate.mapping.SimpleValue
- getTypeName() - Method in interface org.hibernate.metamodel.model.domain.DomainType
-
The name of the type.
- getTypeName() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
-
The name of the managed type.
- getTypeName() - Method in interface org.hibernate.query.sqm.SqmExpressible
-
The name of the type.
- getTypeName() - Method in interface org.hibernate.query.sqm.tree.domain.SqmDomainType
- getTypeName() - Method in interface org.hibernate.query.sqm.tree.domain.SqmManagedDomainType
- getTypeName() - Method in interface org.hibernate.query.sqm.tree.domain.SqmMappedSuperclassDomainType
- getTypeName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getTypeName() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatableDomainType
- getTypeName() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
-
The database specific type name.
- getTypeName() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Get the name of the Java type.
- getTypeName() - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- getTypeName(int, Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Deprecated.not appropriate for named enum or array types, use
DdlTypeRegistry.getTypeName(int, Size, Type)
instead - getTypeName(int, Dialect) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Get the SQL type name for the specified
JDBC type code
, filling in the placemarkers$l
,$p
, and$s
with the default length, precision, and scale for the given SQL dialect. - getTypeName(int, Size) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Deprecated.not appropriate for named enum or array types, use
DdlTypeRegistry.getTypeName(int, Size, Type)
instead - getTypeName(int, Size, Type) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Get the SQL type name for the specified
JDBC type code
and size, filling in the placemarkers$l
,$p
, and$s
with the length, precision, and scale determined by the given size object. - getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
Get the type name as in the static field names defined on
Types
. - getTypeName(Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated.not appropriate for named enum or array types, use
DdlType.getTypeName(Size, Type, DdlTypeRegistry)
instead - getTypeName(Size) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Deprecated.not appropriate for named enum or array types, use
DdlType.getTypeName(Size, Type, DdlTypeRegistry)
instead - getTypeName(Size, Type, DdlTypeRegistry) - Method in interface org.hibernate.type.descriptor.sql.DdlType
-
Return a type with length, precision, and scale specified by the given size object.
- getTypeName(JdbcMappingContainer, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getTypeName(JdbcMappingContainer, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getTypeName(ReturnableType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getTypeName(ReturnableType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getTypeName(BasicType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getTypeName(BasicType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- getTypeParameters() - Method in class org.hibernate.mapping.Collection
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
- getTypeReference() - Method in record class org.hibernate.query.TypedParameterValue
-
Deprecated.use
TypedParameterValue.type
- getTypeResolver() - Method in class org.hibernate.boot.spi.ClassmateContext
- getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
- getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
- getUnderlyingJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
- getUnderlyingJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorType
- getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
-
Gets access to the data underlying this BLOB.
- getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
-
Gets access to the data underlying this CLOB.
- getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- getUnderlyingTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.VirtualTableGroup
- getUnderlyingType() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getUninstantiatableClass() - Method in exception org.hibernate.InstantiationException
-
Returns the
Class
we were attempting to instantiate. - getUniqueConstraintNameThatMayFail() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryInsert
- getUniqueConstraintNameThatMayFail(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.Dialect
-
Get the
UniqueDelegate
supported by this dialect - getUniqueDelegate() - Method in class org.hibernate.dialect.H2Dialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.HSQLDialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.OracleDialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.SpannerDialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.SQLServerDialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.SybaseDialect
- getUniqueInteger() - Method in class org.hibernate.mapping.Table
- getUniqueKey(String) - Method in class org.hibernate.mapping.Table
- getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
- getUniqueKeyExporter() - Method in class org.hibernate.dialect.Dialect
- getUniqueKeyExporter() - Method in class org.hibernate.dialect.SpannerDialect
- getUniqueKeyLoader(String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
- getUniqueKeyName() - Method in class org.hibernate.mapping.Column
- getUniqueKeyName() - Method in class org.hibernate.persister.entity.UniqueKeyEntry
- getUniqueKeyPropertyNames(EntityPersister) - Method in interface org.hibernate.generator.OnExecutionGenerator
-
The name of a property of the entity which may be used to locate the just-
insert
ed row containing the generated value. - getUniqueKeyPropertyNames(EntityPersister) - Method in class org.hibernate.id.SelectGenerator
- getUniqueKeys() - Method in class org.hibernate.mapping.Table
- getUniqueSemantic() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- getUniqueSemantic() - Method in interface org.hibernate.query.spi.QueryOptions
- getUniqueSemantic() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- getUnit() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- getUnit() - Method in class org.hibernate.sql.ast.tree.expression.Duration
- getUnit() - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
- getUnit() - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
- getUnjoinedProperties() - Method in class org.hibernate.mapping.PersistentClass
-
Get a list of the properties defined on this class which are not defined as part of a join.
- getUnknownSqlResultSetMappingName() - Method in exception org.hibernate.query.UnknownSqlResultSetMappingException
- getUnparsedLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- getUnparsedLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- getUnquotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
- getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
The strategy for distinguishing between detached and transient state based on the identifier mapping
- getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
-
The strategy for distinguishing between detached and transient state based on the version mapping.
- getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
-
Returns the "unsaved" entity identifier value.
- getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
- getUnsupportedEnhancementStrategy() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
- getUpdateCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getUpdateCoordinator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the update coordinator instance.
- getUpdateCount() - Method in interface org.hibernate.result.UpdateCountOutput
-
Retrieve the associated update count
- getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection has been updated
- getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity has been updated
- getUpdateCustomSql() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getUpdateDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getUpdateDelegate() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- getUpdateDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- getUpdateDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getUpdateDetails() - Method in interface org.hibernate.sql.model.TableMapping
-
Details for updating this table
- getUpdateEntryCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- getUpdateExpectation() - Method in class org.hibernate.mapping.Collection
- getUpdateExpectation() - Method in class org.hibernate.mapping.Join
- getUpdateExpectation() - Method in class org.hibernate.mapping.PersistentClass
- getUpdateExpectation() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- getUpdateGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getUpdateGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
- getUpdateGeneratedValuesProcessor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getUpdateRowOperation() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getUpdateRowRestrictions() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getUpdateRowsCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
- getUpdateRowValues() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- getUpdateTimestampsCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of timestamps successfully retrieved from cache.
- getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of timestamp requests that were not found in the cache.
- getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
The global number of timestamps put in cache.
- getUpperBound() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- getUpperBound() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
- getUpsertOperation() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- getUrl() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the JDBC URL.
- getUrlPrefix() - Method in enum class org.hibernate.dialect.Database
-
Get the JDBC URL prefix used by this database.
- getUsage() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Deprecated.
- getUsage() - Method in class org.hibernate.sql.model.ast.ColumnValueParameter
- getUsage() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
-
How the parameter is used in the query
- getUserDefinedTypeComment(String) - Method in class org.hibernate.dialect.Dialect
-
Get the comment into a form supported for UDT definition.
- getUserDefinedTypeExporter() - Method in class org.hibernate.dialect.Dialect
- getUserDefinedTypeExporter() - Method in class org.hibernate.dialect.OracleDialect
- getUserDefinedTypes() - Method in class org.hibernate.boot.model.relational.Namespace
- getUserProvidedIdentifier() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
- getUserType() - Method in class org.hibernate.type.CustomCollectionType
- getUserType() - Method in class org.hibernate.type.CustomType
- getUserTypeClass() - Method in class org.hibernate.boot.models.spi.CollectionTypeRegistration
- getUserTypeClass() - Method in class org.hibernate.boot.models.spi.CompositeUserTypeRegistration
- getUserTypeClass() - Method in class org.hibernate.boot.models.spi.UserTypeRegistration
- getUserTypeRegistrations() - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- getUserTypeRegistrations() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument
- getUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Get the UUID unique to this SessionFactoryOptions.
- getUuid() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getUuid() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
The UUID assigned to this
SessionFactory
. - getUuid() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- getUuid() - Method in class org.hibernate.type.spi.TypeConfiguration
- getUUID() - Method in interface org.hibernate.boot.Metadata
-
Gets the
UUID
for this metamodel. - getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- getValidateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
Get the filter to be applied to
SchemaValidator
processing - getValidationMode() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- getValidationMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- getValidationModes() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
-
Access the requested validation mode(s).
- getValidatorFactoryReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getValidatorFactoryReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- getValidFunctionKeys() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- getValue() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
- getValue() - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns the enclosed value.
- getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- getValue() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- getValue() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- getValue() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Return the user-visible collection (or array) instance
- getValue() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
-
The value to be bound to the parameter
- getValue() - Method in class org.hibernate.engine.spi.TypedValue
- getValue() - Method in class org.hibernate.mapping.Column
- getValue() - Method in class org.hibernate.mapping.MetaAttribute
- getValue() - Method in class org.hibernate.mapping.Property
- getValue() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorValueDetails
-
The discriminator value
- getValue() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- getValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- getValue() - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- getValue() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
-
The new value
- getValue() - Method in record class org.hibernate.query.TypedParameterValue
-
Deprecated.use
TypedParameterValue.value
- getValue() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
- getValue(int, Class<T>) - Method in interface org.hibernate.metamodel.spi.ValueAccess
-
Access to an individual value.
- getValue(Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
Convenient access to getting the value for this attribute from the declarer
- getValue(Object, int) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Extract a specific attribute value from the entity instance, by position
- getValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
- getValueBinder() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
-
The binder to be used in binding this value
- getValueBindingList() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- getValueBindings() - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- getValueBindings() - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- getValueBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
-
The (non-LOB) bindings for each column being updated (SET clause)
- getValueBindings() - Method in interface org.hibernate.sql.model.ast.TableInsert
-
The value bindings for each column, including table key(s)
- getValueBindings() - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
The value bindings for each column.
- getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column in which we store our persistent generator value.
- getValueConverter() - Method in interface org.hibernate.mapping.BasicValue.Resolution
-
Converter, if any, to convert values between the domain and relational JavaType representations
- getValueConverter() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
-
Information about the value mappings
- getValueConverter() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorType
- getValueConverter() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
-
Returns the converter that this basic type uses for transforming from the domain type, to the relational type, or
null
if there is no conversion. - getValueConverter() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- getValueConverter() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
-
Exposed for testing purposes
- getValueConverter() - Method in interface org.hibernate.type.BasicType
- getValueConverter() - Method in class org.hibernate.type.ConvertedBasicArrayType
- getValueConverter() - Method in class org.hibernate.type.ConvertedBasicCollectionType
- getValueConverter() - Method in interface org.hibernate.type.ConvertedBasicType
- getValueConverter() - Method in class org.hibernate.type.CustomType
- getValueConverter() - Method in interface org.hibernate.usertype.UserType
-
Returns the converter that this custom type uses for transforming from the domain type to the relational type, or
null
if there is no conversion. - getValueDescriptor() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
- getValueExpression() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
- getValueExpression(SelectableMapping) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport.AggregateColumnWriteExpression
-
Returns the value expression to assign to the given selectable mapping, or throws an
IllegalArgumentException
when an invalid selectable mapping is passed. - getValueExpression(SelectableMapping) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- getValueExpressions() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- getValueGenerator() - Method in class org.hibernate.id.uuid.UuidGenerator
- getValueGeneratorCreator() - Method in class org.hibernate.mapping.Property
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
-
For a singular attribute, the value type is defined as the attribute type
- getValueIndexesToCacheIndexes() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
-
Mapping from value index to cache index.
- getValueMapping() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
- getValueMappings() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
- getValuePosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
- getValues() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- getValues() - Method in class org.hibernate.mapping.MetaAttribute
- getValues() - Method in interface org.hibernate.metamodel.spi.ValueAccess
-
The complete set of values.
- getValues() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- getValues() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
- getValues() - Method in class org.hibernate.sql.InFragment
- getValues() - Method in class org.hibernate.type.CharBooleanConverter
- getValues() - Method in class org.hibernate.type.descriptor.jdbc.StructAttributeValues
- getValues() - Method in class org.hibernate.type.TrueFalseConverter
- getValues() - Method in class org.hibernate.type.YesNoConverter
- getValues(Object) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Extract the individual attribute values from the entity instance
- getValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
- getValuesArrayPosition() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
-
Get the position within the "JDBC values" array (0-based).
- getValuesArrayPositions() - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
- getValuesList() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- getValuesList() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
- getValuesList() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- getValuesMapping() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- getValueSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
- getValueTransformer() - Method in class org.hibernate.id.uuid.UuidGenerator
- getVarcharVariantCode() - Method in enum class org.hibernate.dialect.NationalizationSupport
- getVersion() - Method in class org.hibernate.boot.xsd.XsdDescriptor
- getVersion() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Retrieves the version (optimistic locking) associated with this cache entry.
- getVersion() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
- getVersion() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
- getVersion() - Method in class org.hibernate.dialect.Dialect
-
Get the version of the SQL dialect that is the target of this instance.
- getVersion() - Method in interface org.hibernate.engine.spi.EntityEntry
- getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
- getVersion() - Method in class org.hibernate.mapping.PersistentClass
- getVersion() - Method in class org.hibernate.mapping.RootClass
- getVersion() - Method in class org.hibernate.mapping.Subclass
- getVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- getVersion(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- getVersion(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersion(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the version number (or timestamp) from the object's version property.
- getVersionAttribute() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
-
The attribute marked as the version
- getVersionAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the source information about the attribute used for optimistic locking.
- getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionColumnName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
For versioned entities, get the name of the column (again, expected on the root table) used to store the version values.
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- getVersionComparatorAccess() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
-
Access to the comparator to be used with the entity's version.
- getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
- getVersionJavaType() - Method in interface org.hibernate.persister.entity.EntityPersister
- getVersionMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Mapping details for the entity's version when using the version strategy.
- getVersionMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
-
If
EntityPersister.isVersioned()
, then what is the index of the property holding the locking value. - getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionString() - Static method in class org.hibernate.Version
-
Access to the Hibernate ORM version.
- getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
If
EntityPersister.isVersioned()
, then what is the type of the property holding the locking value. - getVersionUpdateBatchkey() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- getVersionUpdateGroup() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- getViewQuery() - Method in class org.hibernate.mapping.Table
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.CockroachDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.DB2Dialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.Dialect
-
A
ViolatedConstraintNameExtractor
for extracting the name of a violated constraint from aSQLException
. - getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.H2Dialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.HANADialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.HSQLDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.MariaDBDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.MySQLDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.OracleDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.SQLServerDialect
- getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.SybaseASEDialect
- getViolatedConstraintNameExtractor() - Method in interface org.hibernate.exception.spi.ConversionContext
- getVirtualIdEmbeddable() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
-
The virtual-id representation of this id mapping
- getVirtualSelectables() - Method in class org.hibernate.mapping.OneToOne
- getVirtualSelectables() - Method in interface org.hibernate.mapping.Value
-
Same as
Value.getSelectables()
except it returns the PK for the non-owning side of a one-to-one association. - getWhenFragments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- getWhenFragments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- getWhenFragments() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- getWhenFragments() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- getWhere() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the specified extra where condition to be applied to this entity.
- getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- getWhere() - Method in class org.hibernate.mapping.Collection
- getWhere() - Method in class org.hibernate.mapping.PersistentClass
- getWhere() - Method in class org.hibernate.mapping.RootClass
- getWhere() - Method in class org.hibernate.mapping.Subclass
- getWhereClause() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- getWhereClause() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- getWhereClause() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
- getWhereClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- getWhereClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- getWhereFragment() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- getWhereFragment() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
- getWindow() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- getWithinGroup() - Method in class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
- getWithinGroup() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- getWithinGroup() - Method in interface org.hibernate.query.sqm.tree.expression.SqmOrderedSetAggregateFunction
- getWithinGroup() - Method in interface org.hibernate.sql.ast.tree.expression.OrderedSetAggregateFunctionExpression
- getWrapMode() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Get the
JpaJsonQueryNode.WrapMode
of this json query expression. - getWrapMode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- getWrappedBlob() - Method in class org.hibernate.engine.jdbc.proxy.SerializableBlobProxy
-
Access to the wrapped Blob reference
- getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.proxy.WrappedBlob
-
Retrieve the wrapped
Blob
reference - getWrappedClob() - Method in class org.hibernate.engine.jdbc.proxy.SerializableClobProxy
-
Access to the wrapped Clob reference
- getWrappedClob() - Method in interface org.hibernate.engine.jdbc.proxy.WrappedClob
-
Retrieve the wrapped
Blob
reference - getWrappedNClob() - Method in interface org.hibernate.engine.jdbc.proxy.WrappedNClob
-
Retrieve the wrapped
Blob
reference - getWrappedObject() - Method in interface org.hibernate.engine.jdbc.spi.JdbcWrapper
-
Retrieve the wrapped JDBC object.
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- getWrappedPath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPathWrapper
-
Access the wrapped SqmPath.
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- getWrappedPath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- getWrappedPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- getWrappedValue() - Method in class org.hibernate.mapping.DependantValue
- getWrapperArrayHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- getWrapperArrayHandling() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- getWrapperOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- getWrapperOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Return an instance of
WrapperOptions
which is not backed by a session, and whose functionality is therefore incomplete. - getWrapperOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- getWrapperOptions() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
-
Obtain the "incomplete"
WrapperOptions
that would be returned bySessionFactoryImplementor.getWrapperOptions()
. - getWriteExpr() - Method in class org.hibernate.mapping.Column
- getWriteExpr() - Method in interface org.hibernate.mapping.Selectable
- getWriteExpr(JdbcMapping, Dialect) - Method in interface org.hibernate.mapping.Selectable
- getWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
- getWriteExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- getWriteFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
A SQL fragment to apply to the column value on write.
- getWriteLockString(int) - Method in class org.hibernate.dialect.CockroachDialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.DB2Dialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.DB2iDialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Use Dialect.getWriteLockString(Timeout) instead.
- getWriteLockString(int) - Method in class org.hibernate.dialect.HANADialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.OracleDialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getWriteLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.CockroachDialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.DB2Dialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.DB2iDialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to
SELECT
statements to acquire pessimistic WRITE locks for this dialect. - getWriteLockString(Timeout) - Method in class org.hibernate.dialect.HANADialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.MySQLDialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.OracleDialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getWriteLockString(Timeout) - Method in class org.hibernate.dialect.SpannerDialect
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.Dialect
-
Deprecated.Use Dialect.getWriteLockString(String, Timeout) instead.
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.HANADialect
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
- getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.CockroachDialect
- getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to
SELECT
statements to acquire WRITE locks for this dialect, given the aliases of the columns to be WRITE locked. - getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.HANADialect
- getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.MySQLDialect
- getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.OracleDialect
- getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.PostgreSQLDialect
- getWriteLockString(String, Timeout) - Method in class org.hibernate.dialect.SpannerDialect
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.CockroachDialect
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.Dialect
-
The row lock strategy to use for write locks.
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.HANADialect
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.MySQLDialect
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.OracleDialect
- getWriteRowLockStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
- getXmlBindings() - Method in class org.hibernate.boot.MetadataSources
-
Deprecated.
- getXmlDocument() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocumentContext
-
The XML document
- getXmlDocumentContext() - Method in class org.hibernate.boot.models.xml.spi.XmlProcessingResult.OverrideTuple
- getXmlFormatMapper() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- getXmlFormatMapper() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The format mapper to use for serializing/deserializing XML data.
- getXmlFormatMapper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- getXmlFormatMapper() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- getXmlFormatMapper() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Obtain the XML
FormatMapper
. - getXmlFormatMapper() - Method in class org.hibernate.type.spi.TypeConfiguration
- getXMLJacksonFormatMapperOrNull() - Static method in class org.hibernate.type.format.jackson.JacksonIntegration
- getXMLJacksonFormatMapperOrNull(boolean) - Static method in class org.hibernate.type.format.jackson.JacksonIntegration
- getXmlMappingBinderAccess() - Method in class org.hibernate.boot.MetadataSources
- getXmlMappingBinderAccess() - Method in class org.hibernate.cfg.Configuration
-
An object capable of parsing XML mapping files that can then be passed to
Configuration.addXmlMapping(Binding)
. - getXmlMappingBindings() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to binding for all known XML mapping files.
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
This is only useful to log warnings when these deprecated attributes are populated.
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
- getZonedTimeSqlType(TimeZoneStorageStrategy) - Static method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getZonedTimeSqlType(TimeZoneStorageStrategy) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- getZonedTimestampSqlType(TimeZoneStorageStrategy) - Static method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- getZonedTimestampSqlType(TimeZoneStorageStrategy) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- GLOBAL - Enum constant in enum class org.hibernate.dialect.temptable.TemporaryTableKind
-
Modeled as what the SQL standard calls a global temporary table, which is a table that is defined once per schema, but its data is scoped to a transaction where data is usually deleted automatically on transaction commit, though it is possible to control whether Hibernate should delete data or not through
Dialect.getTemporaryTableAfterUseAction()
. - globalGeneratorCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for in terms of collecting all named value generators globally, regardless of location.
- GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.MappingSettings
-
When enabled, all database identifiers are quoted.
- GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS - Static variable in interface org.hibernate.cfg.MappingSettings
-
Controls whether column-definitions (
Column.columnDefinition()
,JoinColumn.columnDefinition()
, etc.) should be auto-quoted as part of global quoting. - GlobalRegistrar - Interface in org.hibernate.boot.models.spi
- GlobalRegistrations - Interface in org.hibernate.boot.models.spi
-
Registrations which are considered global, collected across annotations and XML mappings.
- GONE - Enum constant in enum class org.hibernate.engine.spi.Status
- goToNext() - Method in interface org.hibernate.result.Outputs
-
Go to the next Output object (if any), returning an indication of whether there was another (aka, will the next call to
Outputs.getCurrent()
returnnull
? - graph() - Element in annotation interface org.hibernate.annotations.NamedEntityGraph
-
The textual representation of the graph.
- Graph<J> - Interface in org.hibernate.graph
-
Represents a managed type in an entity graph, acting as a container for:
AttributeNode
references representing fetched attributes, and treated subgraphs, each represented by a child instance ofSubGraph
. - graphCreator() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Returns the value of the
graphCreator
record component. - GraphHelper - Class in org.hibernate.graph.spi
-
Helper containing utilities useful for graph handling
- GraphHelper() - Constructor for class org.hibernate.graph.spi.GraphHelper
- GraphImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the
Graph
contract. - GraphNode<J> - Interface in org.hibernate.graph
-
Common operations of
AttributeNode
andGraph
. - GraphNodeBuilder - Interface in org.hibernate.query.results
-
Commonality between the builders for results and fetches.
- GraphNodeImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the
GraphNode
contract - GraphParser - Class in org.hibernate.graph
-
Parser for string representations of entity graphs.
- GraphParser() - Constructor for class org.hibernate.graph.GraphParser
- GraphSemantic - Enum Class in org.hibernate.graph
- GREATER_THAN - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- GREATER_THAN_OR_EQUAL - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- greaterThan(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- greaterThan(SingularAttribute<T, U>, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be strictly greater than the given lower bound.
- greaterThan(LockMode) - Method in enum class org.hibernate.LockMode
-
Check if this lock mode is more restrictive than the given lock mode.
- greaterThan(U) - Static method in interface org.hibernate.query.range.Range
-
A range containing all values strictly greater than the given lower bound.
- greaterThanOrEqual(SingularAttribute<T, U>, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be greater than or equal to the given lower bound.
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- greaterThanOrEqualTo(U) - Static method in interface org.hibernate.query.range.Range
-
A range containing all values greater than or equal to the given lower bound.
- greatest(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- greatest(Expression<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- greatest(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- GREATEST - Enum constant in enum class org.hibernate.dialect.NullOrdering
-
Null is treated as the greatest value.
- GROUP - Enum constant in enum class org.hibernate.query.common.FrameExclusion
- GROUP - Enum constant in enum class org.hibernate.sql.ast.Clause
- groupBy(Expression...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- groupBy(List<Expression<?>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- groupByClauseContains(NavigablePath, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- GROUPED - Enum constant in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
The
SchemaMigrator
andSchemaValidator
execute a singleDatabaseMetaData.getTables(String, String, String, String[])
call to retrieve all the database table in order to determine all theEntity
have a mapped database tables. - GroupedPredicate - Class in org.hibernate.sql.ast.tree.predicate
- GroupedPredicate(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
- GROUPS - Enum constant in enum class org.hibernate.query.common.FrameMode
- GroupsPerOperation - Class in org.hibernate.boot.beanvalidation
- GroupsPerOperation.Operation - Enum Class in org.hibernate.boot.beanvalidation
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "greater than" comparison check.
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- gt(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "greater than" comparison check.
- guessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- guessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain an estimate of the entity name of the given entity instance, which is not involved in an association, using only the
EntityNameResolver
. - guessEntityName(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- GUIDGenerator - Class in org.hibernate.id
-
Deprecated.use
UuidGenerator
- GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
-
Deprecated.
H
- H2 - Enum constant in enum class org.hibernate.dialect.Database
- H2AggregateSupport - Class in org.hibernate.dialect.aggregate
- H2AggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.H2AggregateSupport
- H2ArrayContainsFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayContainsFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayContainsFunction
- H2ArrayFillFunction - Class in org.hibernate.dialect.function.array
-
Implement the array fill function by using
system_range
. - H2ArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.H2ArrayFillFunction
- H2ArrayIncludesFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayIncludesFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayIncludesFunction
- H2ArrayIntersectsFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayIntersectsFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayIntersectsFunction
- H2ArrayPositionFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayPositionFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayPositionFunction
- H2ArrayPositionsFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayPositionsFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayPositionsFunction
- H2ArrayRemoveFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayRemoveFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArrayRemoveFunction
- H2ArrayRemoveIndexFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayRemoveIndexFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArrayRemoveIndexFunction
- H2ArrayReplaceFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayReplaceFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArrayReplaceFunction
- H2ArraySetFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArraySetFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArraySetFunction
- H2ArrayToStringFunction - Class in org.hibernate.dialect.function.array
-
H2 requires a very special emulation, because
unnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. - H2ArrayToStringFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayToStringFunction
- H2Dialect - Class in org.hibernate.dialect
-
A SQL dialect for H2.
- H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
- H2Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.H2Dialect
- H2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.H2Dialect
- H2Dialect.OrdinalParameterMarkerStrategy - Class in org.hibernate.dialect
- H2DurationIntervalSecondJdbcType - Class in org.hibernate.dialect.type
- H2DurationIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- H2FinalTableIdentityColumnSupport - Class in org.hibernate.dialect.identity
-
Identity column support for H2 2+ versions
- H2FormatJsonJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
H2JsonJdbcType
instead - H2FormatJsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
-
Deprecated.
- H2GenerateSeriesFunction - Class in org.hibernate.dialect.function
-
H2 generate_series function.
- H2GenerateSeriesFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.H2GenerateSeriesFunction
- H2IdentityColumnSupport - Class in org.hibernate.dialect.identity
- H2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.H2IdentityColumnSupport
- H2IdentityColumnSupport.InsertValuesHandler - Interface in org.hibernate.dialect.identity
- H2JsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
H2 json_arrayagg function.
- H2JsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.H2JsonArrayAggFunction
- H2JsonArrayJdbcType - Class in org.hibernate.dialect.type
-
H2 requires binding JSON via
setBytes
methods. - H2JsonArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.H2JsonArrayJdbcType
- H2JsonArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
H2JsonArrayJdbcType
. - H2JsonArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.H2JsonArrayJdbcTypeConstructor
- H2JsonExistsFunction - Class in org.hibernate.dialect.function.json
-
H2 json_exists function.
- H2JsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.H2JsonExistsFunction
- H2JsonJdbcType - Class in org.hibernate.dialect.type
-
H2 requires binding JSON via
setBytes
methods. - H2JsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.dialect.type.H2JsonJdbcType
- H2JsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
Standard json_objectagg function that uses no returning clause.
- H2JsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.H2JsonObjectAggFunction
- H2JsonQueryFunction - Class in org.hibernate.dialect.function.json
-
H2 json_query function.
- H2JsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.H2JsonQueryFunction
- H2JsonTableFunction - Class in org.hibernate.dialect.function.json
-
H2 json_table function.
- H2JsonTableFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.H2JsonTableFunction
- H2JsonValueFunction - Class in org.hibernate.dialect.function.json
-
H2 json_value function.
- H2JsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.H2JsonValueFunction
- H2SqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for H2.
- H2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- H2UnnestFunction - Class in org.hibernate.dialect.function.array
-
H2 unnest function.
- H2UnnestFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2UnnestFunction
- H2V1SequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
H2Dialect
. - H2V1SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2V1SequenceSupport
- H2V2SequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
H2Dialect
. - H2V2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2V2SequenceSupport
- H2XmlConcatFunction - Class in org.hibernate.dialect.function.xml
-
H2 xmlconcat function.
- H2XmlConcatFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.H2XmlConcatFunction
- H2XmlElementFunction - Class in org.hibernate.dialect.function.xml
-
H2 xmlelement function.
- H2XmlElementFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.H2XmlElementFunction
- H2XmlForestFunction - Class in org.hibernate.dialect.function.xml
-
H2 xmlforest function.
- H2XmlForestFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.H2XmlForestFunction
- H2XmlPiFunction - Class in org.hibernate.dialect.function.xml
-
H2 xmlpi function.
- H2XmlPiFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.H2XmlPiFunction
- HANA - Enum constant in enum class org.hibernate.dialect.Database
- HANA_MAX_LOB_PREFETCH_SIZE - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies the LOB prefetch size.
- HANAAggregateSupport - Class in org.hibernate.dialect.aggregate
- HANABlobType(int) - Constructor for class org.hibernate.dialect.HANADialect.HANABlobType
- HANADialect - Class in org.hibernate.dialect
-
An SQL dialect for the SAP HANA Platform and Cloud.
- HANADialect() - Constructor for class org.hibernate.dialect.HANADialect
- HANADialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HANADialect
- HANADialect(DatabaseVersion, boolean) - Constructor for class org.hibernate.dialect.HANADialect
- HANADialect(HANAServerConfiguration, boolean) - Constructor for class org.hibernate.dialect.HANADialect
- HANADialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HANADialect
- HANADialect.HANABlobType - Class in org.hibernate.dialect
- HANAGenerateSeriesFunction - Class in org.hibernate.dialect.function
-
HANA generate_series function.
- HANAGenerateSeriesFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HANAGenerateSeriesFunction
- HANAGenerateSeriesFunction.HANAGenerateSeriesQueryTransformer - Class in org.hibernate.dialect.function
- HANAGenerateSeriesQueryTransformer(FunctionTableGroup, TableGroup, int, String, boolean) - Constructor for class org.hibernate.dialect.function.HANAGenerateSeriesFunction.HANAGenerateSeriesQueryTransformer
- HANAIdentityColumnSupport - Class in org.hibernate.dialect.identity
- HANAIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.HANAIdentityColumnSupport
- HANAJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
SAP HANA json_arrayagg function.
- HANAJsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonArrayAggFunction
- HANAJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
SAP HANA json_array function.
- HANAJsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonArrayFunction
- HANAJsonExistsFunction - Class in org.hibernate.dialect.function.json
-
SAP HANA json_exists function.
- HANAJsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonExistsFunction
- HANAJsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
SAP HANA json_objectagg function.
- HANAJsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonObjectAggFunction
- HANAJsonObjectFunction - Class in org.hibernate.dialect.function.json
-
SAP HANA json_object function.
- HANAJsonObjectFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonObjectFunction
- HANAJsonTableFunction - Class in org.hibernate.dialect.function.json
-
HANA json_table function.
- HANAJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonTableFunction
- HANAJsonValueFunction - Class in org.hibernate.dialect.function.json
-
HANA json_value function.
- HANAJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HANAJsonValueFunction
- HANASequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
HANADialect
. - HANASequenceSupport() - Constructor for class org.hibernate.dialect.sequence.HANASequenceSupport
- HANAServerConfiguration - Class in org.hibernate.dialect
-
Utility class that extracts some initial configuration from the database for
HANADialect
. - HANAServerConfiguration(DatabaseVersion) - Constructor for class org.hibernate.dialect.HANAServerConfiguration
- HANAServerConfiguration(DatabaseVersion, int) - Constructor for class org.hibernate.dialect.HANAServerConfiguration
- HANASqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
An SQL AST translator for HANA.
- HANASqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- HANAUnnestFunction - Class in org.hibernate.dialect.function.array
-
HANA unnest function.
- HANAUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.HANAUnnestFunction
- HANAXmlTableFunction - Class in org.hibernate.dialect.function.xml
-
HANA xmltable function.
- HANAXmlTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- handleAndClearWarnings(Connection, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
General purpose handling of warnings associated with a JDBC
Connection
. - handleAndClearWarnings(Statement, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
General purpose handling of warnings associated with a JDBC
Statement
. - handleEntityNotFound(String, Object) - Method in interface org.hibernate.proxy.EntityNotFoundDelegate
- handleEntry(ArchiveEntry, ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveEntryHandler
-
Handle the entry
- handleEviction(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Called on
Session.evict(java.lang.Object)
to give a chance to clean up natural-id cross refs. - handleException(CommandAcceptanceException) - Method in interface org.hibernate.tool.schema.spi.ExceptionHandler
-
Handle the CommandAcceptanceException error
- handleExplicitName(String, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
-
Called when the user has supplied an explicit name for the database object.
- handleLockExpiry(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.Lockable) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- handlePotentialImplicitForcedVersionIncrement(Object, Object, Object[], Object, int[], SharedSessionContractImplementor, EntityVersionMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
Handle the case of reading an attribute.
- handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- handleSynchronization(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Part of the "load synchronization process".
- handleValueGeneration(AttributeMapping, MutationGroupBuilder, OnExecutionGenerator) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- handleWarning(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
- handleWarning(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
-
Handle an individual warning in the stack.
- handleWarning(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
- handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
Handle the case of writing an attribute.
- handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- hasAfterLoadActions() - Method in interface org.hibernate.sql.exec.spi.Callback
- hasAfterTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
- hasAggregateFunctions(Expression) - Static method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- hasAggregateFunctions(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- hasAggregateFunctions(QuerySpec) - Static method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- hasAlias(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- hasAliases() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- hasAliasSpecificLockModes() - Method in class org.hibernate.LockOptions
-
Deprecated.Whether this
LockOptions
instance defines alias-specific lock-modes - hasAlterTable() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the
ALTER TABLE
syntax? - hasAnnotation(Class<? extends Annotation>) - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
- hasAnnotation(Class<? extends Annotation>) - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedField
- hasAnyInsertableColumns() - Method in class org.hibernate.mapping.Collection
- hasAnyInsertableColumns() - Method in class org.hibernate.mapping.Component
- hasAnyInsertableColumns() - Method in class org.hibernate.mapping.OneToMany
- hasAnyInsertableColumns() - Method in class org.hibernate.mapping.SimpleValue
- hasAnyInsertableColumns() - Method in interface org.hibernate.mapping.Value
- hasAnyMatching(Predicate<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- hasAnyMultiValuedBindings() - Method in interface org.hibernate.query.spi.QueryParameterBindings
- hasAnyQueuedActions() - Method in class org.hibernate.engine.spi.ActionQueue
- hasAnyReturns() - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- hasAnyUninitializedAttributes() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
- hasAnyUninitializedAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- hasAnyUninitializedAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.Collection
- hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.Component
- hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.OneToMany
- hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.SimpleValue
- hasAnyUpdatableColumns() - Method in interface org.hibernate.mapping.Value
- hasAttributeNode(Attribute<? super J, ?>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- hasAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- hasBeforeTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
- hasCache() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasCache() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection role cacheable
- hasCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasCache() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.Use
EntityPersister.canReadFromCache()
and/orEntityPersister.canWriteToCache()
depending on need - hasCallbackActions() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- hasCallbackActions() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
- hasCallbackActions() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- hasCascadeDelete() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasCascadeDelete() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity has any delete cascading.
- hasCascades() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasCascades() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity has any (non-none) cascading.
- hasCheckConstraint() - Method in class org.hibernate.mapping.Column
- hasCollectionInitializers() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingResolution
- hasCollectionInitializers() - Method in interface org.hibernate.sql.results.spi.RowReader
- hasCollectionNotReferencingPK() - Method in class org.hibernate.mapping.PersistentClass
- hasCollectionNotReferencingPK() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasCollectionNotReferencingPK() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity contains references to persistent collections not referencing the primary key.
- hasCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity contains references to persistent collections.
- hasColumns() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- hasConstraint() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- hasContainingClass() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
-
Does the identifier have a corresponding EmbeddableId or IdClass?
- hasCustomRead() - Method in class org.hibernate.mapping.Column
- hasDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
- hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.Dialect
-
Is an explicit column type required for
generated as
columns? - hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.SQLServerDialect
- hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
- hasDataTypeInIdentityColumn() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Whether this dialect have an Identity clause added to the data type or a completely separate identity data type
- hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- hasDatePart() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- hasDatePart(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a SQL date or timestamp type?
- hasDeleteRow() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- hasDenormalizedTables() - Method in class org.hibernate.mapping.Table
- hasDirtyCollection() - Method in class org.hibernate.event.spi.FlushEntityEvent
- hasDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
- hasDiscriminator() - Method in class org.hibernate.mapping.RootClass
- hasDuplicateTables() - Method in interface org.hibernate.persister.entity.EntityPersister
- hasDuplicateTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- hasDuplicateTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- hasDuplicateTables() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.PersistentClass
- hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.RootClass
- hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.Subclass
- hasEnabledCascadingFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- hasEnabledFetchProfiles() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- hasEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- hasFetchSize() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- hasFilterForLoadByKey() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasFilterForLoadByKey() - Method in interface org.hibernate.persister.entity.EntityPersister
- hasFirstRow(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Is a first row limit indicated?
- hasFormula() - Method in class org.hibernate.mapping.Collection
- hasFormula() - Method in class org.hibernate.mapping.OneToMany
- hasFormula() - Method in class org.hibernate.mapping.SimpleValue
- hasFormula() - Method in interface org.hibernate.mapping.Value
- hasFormulaProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hashCode() - Method in record class org.hibernate.BatchSize
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.model.CustomSql
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- hashCode() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.boot.model.naming.Identifier
- hashCode() - Method in record class org.hibernate.boot.model.relational.InitCommand
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.boot.model.relational.Namespace
- hashCode() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- hashCode() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
- hashCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
- hashCode() - Method in class org.hibernate.boot.model.TypeDefinition
- hashCode() - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- hashCode() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.cache.spi.QueryKey
- hashCode() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- hashCode() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- hashCode() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- hashCode() - Method in class org.hibernate.collection.spi.PersistentBag
- hashCode() - Method in class org.hibernate.collection.spi.PersistentList
- hashCode() - Method in class org.hibernate.collection.spi.PersistentMap
- hashCode() - Method in class org.hibernate.collection.spi.PersistentSet
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonIndexAccess
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonParameterIndexAccess
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- hashCode() - Method in record class org.hibernate.EnabledFetchProfile
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
- hashCode() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
- hashCode() - Method in record class org.hibernate.engine.spi.AssociationKey
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.engine.spi.CollectionKey
- hashCode() - Method in class org.hibernate.engine.spi.EntityKey
- hashCode() - Method in class org.hibernate.engine.spi.EntityUniqueKey
- hashCode() - Method in class org.hibernate.engine.spi.TypedValue
- hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- hashCode() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.LockOptions
-
Deprecated.
- hashCode() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- hashCode() - Method in class org.hibernate.mapping.CheckConstraint
- hashCode() - Method in class org.hibernate.mapping.Column
- hashCode() - Method in class org.hibernate.mapping.FetchProfile
- hashCode() - Method in class org.hibernate.mapping.Formula
- hashCode() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
- hashCode() - Method in class org.hibernate.mapping.Table
- hashCode() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- hashCode() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- hashCode() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- hashCode() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
- hashCode() - Method in record class org.hibernate.query.sql.spi.ParameterOccurrence
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
- hashCode() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- hashCode() - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- hashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- hashCode() - Method in record class org.hibernate.query.TypedParameterValue
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.spi.NavigablePath
- hashCode() - Method in class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
- hashCode() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
- hashCode() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
- hashCode() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- hashCode() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- hashCode() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
-
Deprecated.Define our hashCode by our defined constructor's hasCode.
- hashCode() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
-
Deprecated.
- hashCode() - Method in class org.hibernate.type.AnyType.ObjectTypeCacheEntry
- hashCode() - Method in class org.hibernate.type.BasicArrayType
- hashCode() - Method in class org.hibernate.type.BasicCollectionType
- hashCode() - Method in class org.hibernate.type.ConvertedBasicArrayType
- hashCode() - Method in class org.hibernate.type.ConvertedBasicCollectionType
- hashCode() - Method in class org.hibernate.type.CustomType
- hashCode() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- hashCode() - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
-
Returns a hash code value for this object.
- hashCode(J) - Method in interface org.hibernate.usertype.CompositeUserType
-
Get a hashcode for the instance, consistent with persistence "equality"
- hashCode(J) - Method in interface org.hibernate.usertype.UserType
-
Get a hash code for the given instance of the Java class mapped by this custom type, consistent with the definition of persistence "equality" for this custom type.
- hashCode(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- hashedName(String) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
Hash a constraint name using MD5.
- hasHolder() - Method in class org.hibernate.type.ArrayType
- hasHolder() - Method in class org.hibernate.type.CollectionType
- hasIdClass() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- hasIdClass() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- hasIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
- hasIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
- hasIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
- hasIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
- hasIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
- hasIdentifierProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasIdentifierProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the entity has a particular property holding the identifier value.
- hasIdentityInsertKeyword() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Is there a keyword used to insert a generated value into an identity column.
- hasImplicitlySelectableJoin() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- hasImplicitlySelectableJoin() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an "indexed" collection? (list or map)
- hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does this entity define any properties as being database generated on insert?
- hasInsertRow() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- hasJoinFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- hasJoinFetches() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- hasJoinFetches() - Method in interface org.hibernate.sql.results.graph.FetchList
- hasJoinFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
- hasJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- hasJoins() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- hasJoins() - Method in class org.hibernate.sql.ast.tree.from.FromClause
- hasLazyAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- hasLazyDirtyFields(EntityPersister, int[]) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- hasLazyLoadableAttributes(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed without replacement. See HHH-15641
- hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- hasLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasLazyProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity defines any lazy properties (when bytecode instrumentation is enabled).
- hasLazySubInitializers() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Indicates whether this initializer has sub-initializers which are lazy.
- hasLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- hasLimit() - Method in interface org.hibernate.query.spi.QueryOptions
-
Did the application explicitly request paging limits?
- hasLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- hasLimit() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- hasLimit() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- hasLimit(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- hasLoadContext() - Method in interface org.hibernate.engine.spi.PersistenceContext
- hasManyToManyOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasManyToManyOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
- hasManyValues() - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- hasMapKeyProperty() - Method in class org.hibernate.mapping.IndexedCollection
- hasMapKeyProperty() - Method in class org.hibernate.mapping.Map
- hasMatching(BiFunction<Integer, O, Boolean>) - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed. Use the other methods to visit each operation.
- hasMatching(Predicate<PreparedStatementDetails>) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
- hasMaxRows(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Is a max row limit indicated?
- hasMultipleTables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasMultipleTables() - Method in interface org.hibernate.persister.entity.EntityPersister
- hasMultipleTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- hasMultipleTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- hasMultipleTables() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- hasMultiValuedParameterBindingsChecker() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- hasMutableProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasMutableProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether any properties of this entity are considered mutable.
- hasNamedParameters() - Method in interface org.hibernate.query.ParameterMetadata
-
Does this parameter set contain any named parameters?
- hasNaturalId() - Method in class org.hibernate.mapping.PersistentClass
- hasNaturalIdCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasNaturalIdCache() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does this class have a natural id cache
- hasNaturalIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasNaturalIdentifier() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity defines a natural identifier.
- hasNestedTableGroupsToRender(List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- hasNext() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
- hasNext() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- hasNonNullBindings(TableMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.InsertValuesAnalysis
- hasNonTrivialFromClause(FromClause) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- hasNotNullProperty() - Method in class org.hibernate.type.AnyType
- hasNotNullProperty() - Method in class org.hibernate.type.ComponentType
- hasNotNullProperty() - Method in interface org.hibernate.type.CompositeType
-
Convenience method to quickly check
CompositeType.getPropertyNullability()
for any non-nullable sub-properties. - hasNullableColumn() - Method in class org.hibernate.mapping.UniqueKey
- hasNullProperty() - Method in class org.hibernate.type.AnyType
- hasNullProperty() - Method in class org.hibernate.type.ComponentType
- hasNullProperty() - Method in interface org.hibernate.type.CompositeType
-
Convenience method to quickly check if
CompositeType.getPropertyNullability()
contains a nullable sub-properties. - hasOddDstBehavior() - Method in class org.hibernate.dialect.H2Dialect
- hasOffset(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- hasOffsetOrFetchClause() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- hasOrder() - Method in class org.hibernate.mapping.Collection
- hasOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)
- hasOrphanDelete() - Method in interface org.hibernate.engine.spi.CascadeStyle
-
Do we need to delete orphaned collection elements?
- hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
- hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
- hasOrphanDelete() - Method in class org.hibernate.mapping.Collection
- hasOrphanDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasOrphanDelete() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Does this collection implement "orphan delete"?
- hasOwnedCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasOwnedCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity has any owned collections.
- hasPartitionedSelectionMapping() - Method in class org.hibernate.mapping.PersistentClass
- hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
- hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- hasPartitionedSelectionMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasPhysicalColumn() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
-
Is the discriminator defined by a physical column?
- hasPhysicalIndexColumn() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasPhysicalIndexColumn() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
-
Whether the collection has at least one physical index column
- hasPojoRepresentation() - Method in class org.hibernate.mapping.PersistentClass
- hasPositionalGroupItem() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- hasPositionalParameters() - Method in interface org.hibernate.query.ParameterMetadata
-
Does this parameter set contain any positional parameters?
- hasPositionalSortItem() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- hasPositionalSortItem() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- hasPrevious() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- hasPrimaryKey() - Method in class org.hibernate.mapping.Table
- hasProperty(String) - Method in class org.hibernate.mapping.Component
- hasProperty(String) - Method in class org.hibernate.mapping.MappedSuperclass
-
Check to see if this MappedSuperclass defines a property with the given name.
- hasProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
Check to see if this PersistentClass defines a property with the given name.
- hasProxy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasProxy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity supports dynamic proxies.
- hasQueryExecutionToBeAddedToStatistics() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
-
Determine if the query execution has to be considered by the
Statistics
. - hasQueuedOperations() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- hasQueuedOperations() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Does this instance have any "queued" operations?
- hasRealJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- hasRegisteredCallbacks(Class<?>, CallbackType) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
-
Do we have any registered callbacks of the given type for the given entity?
- hasRegisteredDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- hasRegisteredResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
-
Does this registry currently have any registered resources?
- hasRowId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasRowId() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does the result set contain rowids?
- hasSelectBeforeUpdate() - Method in class org.hibernate.mapping.PersistentClass
- hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Dialect
-
Does the database/driver have bug in deleting rows that refer to other rows being deleted in the same query?
- hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.InnoDBStorageEngine
- hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MyISAMStorageEngine
- hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQLDialect
- hasSelfReferentialForeignKeyBug() - Method in interface org.hibernate.dialect.MySQLStorageEngine
- hasSingleIdAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- hasSortSpecifications() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- hasSubclasses() - Method in class org.hibernate.mapping.PersistentClass
- hasSubclasses() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Whether this entity mapping has any subtype mappings
- hasSubclasses() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasSubclasses(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper.InheritanceChecker
- hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.PersistentClass
- hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.Subclass
- hasSubselectLoadableCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasSubselectLoadableCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether this entity contains references to persistent collections which are fetchable by subselect?
- hasSubselectLoadableCollections(EntityPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- hasSubselectLoadableCollectionsEnabled(EntityPersister) - Method in class org.hibernate.engine.profile.DefaultFetchProfile
- hasSubselectLoadableCollectionsEnabled(EntityPersister) - Method in class org.hibernate.engine.profile.FetchProfile
- hasTableGroup() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- hasTableGroup() - Method in interface org.hibernate.sql.results.graph.Fetch
-
Is the TableGroup associated with this Fetch defined?
- hasTimeout() - Method in class org.hibernate.sql.exec.spi.StatementOptions
- hasTimePart() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- hasTimePart(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a SQL time or timestamp type?
- hasTreats() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- hasUnFetchedAttributes(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
- hasUninitializedLazyProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does the given instance have any uninitialized lazy properties?
- hasUnresolvedEntityInsertActions() - Method in class org.hibernate.engine.spi.ActionQueue
-
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
- hasUpdateGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasUpdateGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does this entity define any properties as being database generated on update?
- hasUpdateRow() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- hasVersionAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- hasWhere - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasWhereRestrictions() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- hasWhereRestrictions() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- hasWhereRestrictions() - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
-
Does this restrictable have a where restriction?
- hasWhereRestrictions() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- hasWhereRestrictions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- hasWrittenFieldNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- having(Expression<Boolean>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- having(Predicate...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- having(List<Predicate>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- having(List<Predicate>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- having(List<Predicate>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- having(List<Predicate>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- HAVING - Enum constant in enum class org.hibernate.sql.ast.Clause
- HBM - Enum constant in enum class org.hibernate.mapping.MetadataSource
- HBM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
- HBM2DDL_AUTO - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Setting to perform
SchemaManagementTool
actions automatically as part of theSessionFactory
lifecycle. - HBM2DDL_CHARSET_NAME - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
The name of the charset used by the schema generation resource.
- HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_CONNECTION
instead - HBM2DDL_CREATE_NAMESPACES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.The JPA-standard setting
SchemaToolingSettings.JAKARTA_HBM2DDL_CREATE_SCHEMAS
is now preferred. - HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_CREATE_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.Migrate to
SchemaToolingSettings.JAKARTA_HBM2DDL_CREATE_SOURCE
instead - HBM2DDL_DATABASE_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_DEFAULT_CONSTRAINT_MODE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Used with the
ConstraintMode.PROVIDER_DEFAULT
strategy for foreign key mapping. - HBM2DDL_DELIMITER - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Identifies the delimiter to use to separate schema management statements in script outputs.
- HBM2DDL_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_DROP_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_FILTER_PROVIDER - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Used to specify the
SchemaFilterProvider
to be used by create, drop, migrate and validate operations on the database schema. - HBM2DDL_HALT_ON_ERROR - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
When enabled, specifies that the schema migration tool should halt on any error, terminating the bootstrap process.
- HBM2DDL_IMPORT_FILES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.The JPA-standard setting
SchemaToolingSettings.JAKARTA_HBM2DDL_LOAD_SCRIPT_SOURCE
is now preferred. - HBM2DDL_IMPORT_FILES_SQL_EXTRACTOR - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
The
SqlScriptCommandExtractor
implementation to use for parsing source/import files specified bySchemaToolingSettings.JAKARTA_HBM2DDL_CREATE_SCRIPT_SOURCE
,SchemaToolingSettings.JAKARTA_HBM2DDL_DROP_SCRIPT_SOURCE
orSchemaToolingSettings.HBM2DDL_IMPORT_FILES
. - HBM2DDL_JDBC_METADATA_EXTRACTOR_STRATEGY - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Setting to choose the strategy used to access the JDBC Metadata.
- HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_SCRIPTS_CREATE_APPEND - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
For cases where the "jakarta.persistence.schema-generation.scripts.action" value indicates that schema commands should be written to DDL script file, specifies if schema commands should be appended to the end of the file rather than written at the beginning of the file.
- HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Deprecated.
- HBM2DDL_SKIP_DEFAULT_IMPORT_FILE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies that the default
/import.sql
script file should not be executed whenSchemaToolingSettings.HBM2DDL_IMPORT_FILES
is not specified and "hibernate.hbm2ddl.auto" is set tocreate
orcreate-drop
. - HbmFetchParentMemento(NavigablePath, FetchableContainer) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
- HbmResultSetMappingDescriptor - Class in org.hibernate.boot.query
-
Boot-time descriptor of a result set mapping as defined in an
hbm.xml
file either implicitly or explicitly - HbmResultSetMappingDescriptor(String, List<ResultDescriptor>, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
-
Constructor for an implicit resultset mapping defined inline as part of a `<sql-query/>` stanza
- HbmResultSetMappingDescriptor(JaxbHbmResultSetMappingType, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
-
Constructor for an explicit
<resultset/>
mapping. - HbmResultSetMappingDescriptor.CollectionResultDescriptor - Class in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.EntityResultDescriptor - Class in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.HbmFetchDescriptor - Interface in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.HbmFetchParent - Interface in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.HbmFetchParentMemento - Class in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.JoinDescriptor - Class in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.PropertyFetchDescriptor - Class in org.hibernate.boot.query
- HbmResultSetMappingDescriptor.ScalarDescriptor - Class in org.hibernate.boot.query
- hbmXml - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- hbmXsd() - Method in class org.hibernate.boot.xsd.MappingXsdSupport
- headMap(K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
- headSet(E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
- Helper - Class in org.hibernate.id.uuid
- hex(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- Hibernate - Class in org.hibernate
-
Various utility functions for working with proxies and lazy collection references.
- HIBERNATE_DEFAULT_PROFILE - Static variable in class org.hibernate.engine.profile.DefaultFetchProfile
-
The name of an implicit fetch profile which includes all eager to-one associations.
- Hibernate.CollectionInterface<C> - Class in org.hibernate
-
Operations for obtaining references to persistent collections of a certain type.
- HibernateAnnotations - Interface in org.hibernate.boot.models
-
Details about Hibernate annotations.
- HibernateCriteriaBuilder - Interface in org.hibernate.query.criteria
-
A JPA
CriteriaBuilder
is a source of objects which may be composed to express a criteria query. - HibernateCriteriaBuilderDelegate - Class in org.hibernate.query.criteria.spi
- HibernateCriteriaBuilderDelegate(CriteriaBuilder) - Constructor for class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- HibernateCriteriaBuilderDelegate(HibernateCriteriaBuilder) - Constructor for class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- HibernateError - Exception in org.hibernate
-
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.
- HibernateError(String) - Constructor for exception org.hibernate.HibernateError
-
Constructs
HibernateError
with the condition message. - HibernateError(String, Throwable) - Constructor for exception org.hibernate.HibernateError
-
Constructs
HibernateError
with the condition message and cause. - HibernateException - Exception in org.hibernate
-
The base type for exceptions thrown by Hibernate.
- HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
-
Constructs a
HibernateException
using the given message and underlying cause. - HibernateException(String) - Constructor for exception org.hibernate.HibernateException
-
Constructs a
HibernateException
using the given exception message. - HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
-
Constructs a
HibernateException
using the given message and underlying cause. - HibernateHints - Interface in org.hibernate.jpa
-
List of Hibernate-specific (extension) hints available to query, load, and lock scenarios.
- hibernateMappingXml - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- HibernateMonitoringEvent - Interface in org.hibernate.event.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Renamed
DiagnosticEvent
. - HibernatePersistenceConfiguration - Class in org.hibernate.jpa
-
Extends the Jakarta Persistence-defined
PersistenceConfiguration
with operations specific to Hibernate. - HibernatePersistenceConfiguration(String) - Constructor for class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Create a new empty configuration.
- HibernatePersistenceProvider - Class in org.hibernate.jpa
-
The best-ever implementation of a JPA
PersistenceProvider
. - HibernatePersistenceProvider() - Constructor for class org.hibernate.jpa.HibernatePersistenceProvider
- hibernateProviderNamesContain(String) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
-
Is the requested provider name one of the recognized Hibernate provider names?
- HibernateProxy - Interface in org.hibernate.proxy
-
Interface implemented directly by entity proxies, exposing access to the associated
LazyInitializer
. - HibernateTraversableResolver - Class in org.hibernate.boot.beanvalidation
-
Use Hibernate metadata to ignore cascade on entities.
- HibernateTraversableResolver() - Constructor for class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
- HibernateTypeSource - Interface in org.hibernate.boot.model.source.spi
-
Source-agnostic descriptor for explicit user-supplied Hibernate type information
- HIGHLIGHT_SQL - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Enables highlighting of SQL logged to the console using ANSI escape codes.
- HIKARI_ACQUISITION_TIMEOUT - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum amount of time a thread can wait for a connection, after which an exception is thrown instead.
- HIKARI_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
A setting prefix used to indicate settings that target the
hibernate-hikaricp
integration. - HIKARI_IDLE_TIMEOUT - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum amount of time a connection can remain idle, after which it is evicted.
- HIKARI_INITIAL_SQL - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
An SQL command to be executed when a connection is created.
- HIKARI_INITIALIZATION_TIMEOUT - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum amount of time the application thread can wait to attempt to acquire an initial connection.
- HIKARI_ISOLATE_INTERNAL_QUERIES - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
If
true
, internal pool queries (such as keep-alives) will be isolated in their own transaction. - HIKARI_KEEPALIVE_TIME - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
How often connections will attempt to be kept alive to prevent a timeout.
- HIKARI_LEAK_TIMEOUT - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum amount of time a connection can remain out of the pool, after which it is reported as a leak.
- HIKARI_MAX_LIFETIME - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum amount of time a connection can live, after which it is evicted.
- HIKARI_MAX_SIZE - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum size of the connection pool.
- HIKARI_MIN_IDLE_SIZE - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The minimum number of idle connections to try and maintain in the pool.
- HIKARI_POOL_NAME - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
A user-defined name for the pool that appears in logging.
- HIKARI_READ_ONLY - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
If
true
, connections obtained from the pool are in read-only mode by default. - HIKARI_VALIDATION_TIMEOUT - Static variable in interface org.hibernate.cfg.HikariCPSettings
-
The maximum amount of time that a connection will be tested for aliveness.
- HikariCPSettings - Interface in org.hibernate.cfg
- HILO - Enum constant in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Describes the optimizer for using a custom "hilo" algorithm optimization.
- HiLoOptimizer - Class in org.hibernate.id.enhanced
-
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
- HiLoOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.HiLoOptimizer
-
Constructs a
HiLoOptimizer
- HINT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint to set the batch size for batch fetching for a given
EntityManager
. - HINT_CACHE_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying the
CacheMode
to use. - HINT_CACHE_MODE - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_CACHE_REGION - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying the region of the query cache into which the results should be stored.
- HINT_CACHE_REGION - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_CACHEABLE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying whether results from a query should be stored in the query cache.
- HINT_CACHEABLE - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_CALLABLE_FUNCTION - Static variable in interface org.hibernate.jpa.HibernateHints
-
Whether to treat a
ProcedureCall
orStoredProcedureQuery
as a call to a function rather than a call to a procedure. - HINT_CALLABLE_FUNCTION_RETURN_TYPE - Static variable in interface org.hibernate.jpa.HibernateHints
-
The JDBC type code, type, or
Class
of the value returned by a SQL function called viaProcedureCall
orStoredProcedureQuery
. - HINT_COMMENT - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying a database comment to be appended to the SQL statement sent to the database.
- HINT_COMMENT - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_ENABLE_SUBSELECT_FETCH - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint to enable subselect fetching for a given
EntityManager
. - HINT_FETCH_PROFILE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint to enable a fetch profile for a given
EntityManager
orQuery
. - HINT_FETCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying a JDBC fetch size to be applied to the statement.
- HINT_FETCH_SIZE - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_FLUSH_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
- HINT_FLUSH_MODE - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_FOLLOW_ON_LOCKING - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint to enable or disable the follow-on locking mechanism provided by
Dialect.useFollowOnLocking(java.lang.String, org.hibernate.query.spi.QueryOptions)
. - HINT_FOLLOW_ON_LOCKING - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_JAVAEE_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JAVAEE_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JAVAEE_FETCH_GRAPH - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JAVAEE_LOAD_GRAPH - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JAVAEE_LOCK_SCOPE - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JAVAEE_LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JAVAEE_QUERY_TIMEOUT - Static variable in interface org.hibernate.jpa.LegacySpecHints
-
Deprecated.
- HINT_JDBC_BATCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint to set the batch size for JDBC batching for a given
EntityManager
. - HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_NATIVE_LOCK_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying the lock mode to apply to the results of a native query.
- HINT_NATIVE_LOCKMODE - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_NATIVE_SPACES - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying the query spaces that affect the results of a native query.
- HINT_NATIVE_SPACES - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_QUERY_DATABASE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying a query hint to be appended to the SQL statement sent to the database.
- HINT_QUERY_PLAN_CACHEABLE - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint to enable or disable the query plan caching.
- HINT_READ_ONLY - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying that objects loaded into the persistence context as a result of a query should be associated with the persistence context in read-only mode.
- HINT_READONLY - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- HINT_SPEC_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.SpecHints
-
Hint specifying how Hibernate should interact with the second level cache when it has the opportunity to retrieve data from the cache.
- HINT_SPEC_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.SpecHints
-
Hint specifying how Hibernate should interact with the second level cache when it has the opportunity to store data in the cache.
- HINT_SPEC_FETCH_GRAPH - Static variable in interface org.hibernate.jpa.SpecHints
-
Hint providing a
EntityGraph
which should be interpreted as a "fetch graph". - HINT_SPEC_LOAD_GRAPH - Static variable in interface org.hibernate.jpa.SpecHints
-
Hint providing a
EntityGraph
which should be interpreted as a "load graph". - HINT_SPEC_LOCK_SCOPE - Static variable in interface org.hibernate.jpa.SpecHints
-
Hint indicating whether to extend pessimistic locking to associated tables.
- HINT_SPEC_LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.SpecHints
-
Hint requesting a pessimistic lock timeout (in milliseconds).
- HINT_SPEC_QUERY_TIMEOUT - Static variable in interface org.hibernate.jpa.SpecHints
-
The Jakarta Persistence defined hint for requesting a timeout be applied to a
Query
executions. - HINT_TENANT_ID - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying the tenant id to use when creating an
EntityManager
. - HINT_TIMEOUT - Static variable in interface org.hibernate.jpa.HibernateHints
-
Hint for specifying a query timeout, in seconds.
- HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds.
- Holder() - Constructor for class org.hibernate.id.uuid.UuidVersion6Strategy.Holder
- Holder() - Constructor for class org.hibernate.id.uuid.UuidVersion7Strategy.Holder
- hour(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.HOUR
of a date, time, or datetime expression. - hour(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- HOUR - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Hour, defined to mean 60 minutes when it occurs as a unit of duration, or to mean the hour field in the range 0-23 (regular 24-hour time) when passed to
extract()
. - hourMinuteSecond() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Note that we include these for completeness, but since their names collide with the HQL abbreviations for extract(), they can't actually be called from HQL.
- HQL - Enum constant in enum class org.hibernate.query.sqm.SqmQuerySource
-
The SQM tree represents a query written in HQL or JPQL.
- HQL - Annotation Interface in org.hibernate.annotations.processing
-
Identifies a method of an abstract class or interface as defining the signature of a method which is used to execute the given HQL query, with an implementation generated automatically by the Hibernate Metamodel Generator.
- HQL_COLLECTION_FUNCTION - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- HQL_SELECT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- HqlInterpretation<R> - Interface in org.hibernate.query.spi
- HqlInterpretationException - Exception in org.hibernate.query.hql
-
Base of exception hierarchy for exceptions stemming from producing SQM AST trees
- HqlInterpretationException(String) - Constructor for exception org.hibernate.query.hql.HqlInterpretationException
- HqlInterpretationException(String, Throwable) - Constructor for exception org.hibernate.query.hql.HqlInterpretationException
- HqlLogging - Interface in org.hibernate.query.hql
- HQLSelect - Annotation Interface in org.hibernate.annotations
-
Specifies a custom HQL/JPQL query to be used in place of the default SQL generated by Hibernate when an entity or collection is fetched from the database by id.
- HqlTranslator - Interface in org.hibernate.query.hql
-
Main entry point into building semantic queries.
- HSQL - Enum constant in enum class org.hibernate.dialect.Database
- HSQLArrayConstructorFunction - Class in org.hibernate.dialect.function.array
- HSQLArrayConstructorFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayConstructorFunction
- HSQLArrayFillFunction - Class in org.hibernate.dialect.function.array
-
Implement the array fill function by using
sequence_array
. - HSQLArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayFillFunction
- HSQLArrayPositionFunction - Class in org.hibernate.dialect.function.array
-
HSQLDB has a special syntax.
- HSQLArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayPositionFunction
- HSQLArrayPositionsFunction - Class in org.hibernate.dialect.function.array
-
HSQLDB has a special syntax.
- HSQLArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayPositionsFunction
- HSQLArrayRemoveFunction - Class in org.hibernate.dialect.function.array
-
HSQLDB array_remove function.
- HSQLArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.HSQLArrayRemoveFunction
- HSQLArraySetFunction - Class in org.hibernate.dialect.function.array
-
HSQLDB array_set function.
- HSQLArraySetFunction() - Constructor for class org.hibernate.dialect.function.array.HSQLArraySetFunction
- HSQLArrayToStringFunction - Class in org.hibernate.dialect.function.array
-
HSQLDB has a special syntax.
- HSQLArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayToStringFunction
- HSQLDialect - Class in org.hibernate.dialect
-
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.
- HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
- HSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HSQLDialect
- HSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HSQLDialect
- HSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
- HSQLIdentityColumnSupport(DatabaseVersion) - Constructor for class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
- HSQLJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
HSQLDB json_arrayagg function.
- HSQLJsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HSQLJsonArrayAggFunction
- HSQLJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
HSQLDB json_array function.
- HSQLJsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HSQLJsonArrayFunction
- HSQLJsonObjectFunction - Class in org.hibernate.dialect.function.json
-
HSQLDB json_object function.
- HSQLJsonObjectFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.HSQLJsonObjectFunction
- HSQLSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
HSQLDialect
. - HSQLSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.HSQLSequenceSupport
- HSQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for HSQL.
- HSQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- hypotheticalOrderedSetAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- hypotheticalOrderedSetAggregates_windowEmulation() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- HypotheticalSetFunction - Class in org.hibernate.dialect.function
- HypotheticalSetFunction(String, BasicTypeReference<?>, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HypotheticalSetFunction
- HypotheticalSetWindowEmulation - Class in org.hibernate.dialect.function
- HypotheticalSetWindowEmulation(String, BasicTypeReference<?>, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
I
- ID - Enum constant in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
-
The identifier for and idbag.
- ID - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ID_BAG - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- ID_BAG - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A
CollectionClassification.BAG
with a generated id for each element - ID_CLASS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ID_DB_STRUCTURE_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
-
An implicit naming strategy for database structures (tables, sequences) related to identifier generators.
- ID_GENERATOR_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- ID_ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
- ID_TABLE_PREFIX - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
- IdentifiableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Extension to the JPA
IdentifiableType
contract. - IdentifiableTypeClass - Interface in org.hibernate.mapping
- IdentifiableTypeSource - Interface in org.hibernate.boot.model.source.spi
-
Common contract between Entity and MappedSuperclass sources.
- IDENTIFICATION_VARIABLE_NOT_DECLARED_IN_FROM_CLAUSE - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- identificationVariable - Variable in class org.hibernate.sql.ast.tree.from.AbstractTableReference
- Identifier - Class in org.hibernate.boot.model.naming
-
Models an identifier (name), which may or may not be quoted.
- Identifier(String) - Constructor for class org.hibernate.boot.model.naming.Identifier
-
Constructs an unquoted identifier instance.
- Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
-
Constructs an identifier instance.
- IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.metamodel.model.domain.NavigableRole
- IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.spi.NavigablePath
- IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
Deprecated, for removal: This API element is subject to removal in a future version.no longer set, use
JdbcEnvironment.getIdentifierHelper()
- IdentifierBag - Class in org.hibernate.mapping
-
A bag with a generated (surrogate) key.
- IdentifierBag(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IdentifierBag
-
annotation binding
- IdentifierBag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
-
hbm.xml binding
- IdentifierBag(IdentifierBag) - Constructor for class org.hibernate.mapping.IdentifierBag
- IdentifierBagType - Class in org.hibernate.type
- IdentifierBagType(String, String) - Constructor for class org.hibernate.type.IdentifierBagType
- IdentifierCaseStrategy - Enum Class in org.hibernate.engine.jdbc.env.spi
-
An enumeration of the way
DatabaseMetaData
might store and return identifiers - IdentifierCollection - Class in org.hibernate.mapping
-
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.
- IdentifierCollection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IdentifierCollection
- IdentifierCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
- IdentifierCollection(IdentifierCollection) - Constructor for class org.hibernate.mapping.IdentifierCollection
- identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- IdentifierGenerationException - Exception in org.hibernate.id
-
Thrown by an
IdentifierGenerator
implementation class when ID generation fails. - IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
- IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
- IdentifierGenerator - Interface in org.hibernate.id
-
A classic extension point from the very earliest days of Hibernate, this interface is no longer the only way to generate identifiers.
- IdentifierGeneratorAggregator - Interface in org.hibernate.id
-
Identifies generators which potentially aggregate other
PersistentIdentifierGenerator
generators. - IdentifierGeneratorDefinition - Class in org.hibernate.boot.model
-
Models the definition of an identifier generator
- IdentifierGeneratorDefinition(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
- IdentifierGeneratorDefinition(String, String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
- IdentifierGeneratorDefinition(String, String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
- IdentifierGeneratorDefinition(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
- IdentifierGeneratorDefinition.Builder - Class in org.hibernate.boot.model
- IdentifierGeneratorHelper - Class in org.hibernate.id
-
Factory and helper methods for
IdentifierGenerator
framework. - IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
- IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
- IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
- IdentifierHelper - Interface in org.hibernate.engine.jdbc.env.spi
-
Helper for handling
Identifier
instances. - IdentifierHelperBuilder - Class in org.hibernate.engine.jdbc.env.spi
-
Builder for
IdentifierHelper
instances. - IdentifierLoadAccess<T> - Interface in org.hibernate
-
Loads an entity by its primary identifier.
- identifierRollback(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- identifierRollback(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- identifierRollback(boolean) - Method in interface org.hibernate.SessionBuilder
-
Enable identifier rollback after entity removal for the session.
- identifierRollback(boolean) - Method in interface org.hibernate.SharedSessionBuilder
- identifiers - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
- IdentifierSource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of identifier information for the entity.
- IdentifierSourceAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
-
Additional contract describing the source of an identifier mapping whose nature is
EntityIdentifierNature.AGGREGATED_COMPOSITE
. - IdentifierSourceNonAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
-
Additional contract describing the source of an identifier mapping whose nature is
EntityIdentifierNature.NON_AGGREGATED_COMPOSITE
. - IdentifierSourceSimple - Interface in org.hibernate.boot.model.source.spi
- IdentifierValue - Class in org.hibernate.engine.spi
-
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
- IdentifierValue() - Constructor for class org.hibernate.engine.spi.IdentifierValue
- IdentifierValue(Object) - Constructor for class org.hibernate.engine.spi.IdentifierValue
-
Assume the transient instance is newly instantiated if its identifier is null or equal to
value
- IdentityColumnSupport - Interface in org.hibernate.dialect.identity
-
A set of operations providing support for identity columns in a certain
SQL dialect
. - IdentityColumnSupportImpl - Class in org.hibernate.dialect.identity
- IdentityColumnSupportImpl() - Constructor for class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- IdentityGenerator - Class in org.hibernate.id
-
An
OnExecutionGenerator
that handlesIDENTITY
/"autoincrement" columns on those databases which support them. - IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
- identityRemove(Collection<?>, Object, String, SharedSessionContractImplementor) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Removes entity entries that have an equal identifier with the incoming entity instance
- IdGeneratorType - Annotation Interface in org.hibernate.annotations
-
Meta-annotation used to mark another annotation as providing configuration for a custom identifier generator.
- idType() - Element in annotation interface org.hibernate.annotations.CollectionIdJavaClass
-
The Java class to use as the collection-id.
- IGNORE - Enum constant in enum class org.hibernate.annotations.NotFoundAction
-
Treat a foreign key value with no corresponding primary key value in the referenced table as a null reference.
- IGNORE - Enum constant in enum class org.hibernate.CacheMode
-
The session will never interact with the cache, except to invalidate cached items when updates occur.
- IGNORE - Enum constant in enum class org.hibernate.ReplicationMode
-
Deprecated.Ignore replicated entities when a row already exists.
- IGNORE_EXPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.MappingSettings
-
Controls whether Hibernate should ignore explicit discriminator metadata with joined inheritance.
- ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Whether explicit discriminator declarations should be ignored for joined subclass style inheritance.
- ignoringCase() - Method in interface org.hibernate.query.Order
- ignoringCaseIf(boolean) - Method in interface org.hibernate.query.Order
-
An order based on this order, possibly without case-sensitivity.
- ignoringUnrecognizedQueryHint(String) - Method in interface org.hibernate.query.QueryLogging
- ilike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ilike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ilike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ilike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ilike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ilike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ilike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ilike(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ilike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ilike(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ilike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ilike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- IllegalIdentifierException - Exception in org.hibernate.boot.model.naming
-
Indicates an attempted use of a name that was deemed illegal
- IllegalIdentifierException(String) - Constructor for exception org.hibernate.boot.model.naming.IllegalIdentifierException
- IllegalMutationQueryException - Exception in org.hibernate.query
-
Indicates an attempt to call
QueryProducer.createMutationQuery(String)
,QueryProducer.createNamedMutationQuery(String)
orQueryProducer.createNativeMutationQuery(String)
with a non-mutation query (generally a select query) - IllegalMutationQueryException(String) - Constructor for exception org.hibernate.query.IllegalMutationQueryException
- IllegalMutationQueryException(String, String) - Constructor for exception org.hibernate.query.IllegalMutationQueryException
- IllegalNamedQueryOptionsException - Exception in org.hibernate.query
-
Indicates a named-query has specified options that are not legal
- IllegalNamedQueryOptionsException(String) - Constructor for exception org.hibernate.query.IllegalNamedQueryOptionsException
- IllegalQueryOperationException - Exception in org.hibernate.query
-
Thrown when an operation of the
Query
interface is called which is unsupported due to the nature of the query itself. - IllegalQueryOperationException(String) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
- IllegalQueryOperationException(String, String, Exception) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
- IllegalSelectQueryException - Exception in org.hibernate.query
-
Indicates an attempt to call
QueryProducer.createSelectionQuery(String)
with a non-selection query (generally a mutation query) - IllegalSelectQueryException(String) - Constructor for exception org.hibernate.query.IllegalSelectQueryException
- IllegalSelectQueryException(String, String) - Constructor for exception org.hibernate.query.IllegalSelectQueryException
- IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
byte[]
to JDBCLONGVARBINARY
. - IMMEDIATE - Enum constant in enum class org.hibernate.engine.FetchTiming
-
Perform fetching immediately.
- IMMEDIATE_ACQUISITION_AND_HOLD - Enum constant in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
The
Connection
will be acquired as soon as the session is opened and held until the session is closed. - IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
- immediateLoad(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- immediateLoad(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Load an instance immediately.
- immediateLoad(String, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- IMMEDIATELY - Enum constant in enum class org.hibernate.ConnectionAcquisitionMode
-
The
Connection
will be acquired as soon as a session is opened. - Immutability - Class in org.hibernate.type.descriptor.java
-
Object-typed form of
ImmutableMutabilityPlan
for easier use withMutability
for users - Immutability() - Constructor for class org.hibernate.type.descriptor.java.Immutability
- Immutable - Annotation Interface in org.hibernate.annotations
-
Marks an entity, collection, or attribute of an entity as immutable.
- IMMUTABLE - Enum constant in enum class org.hibernate.boot.model.source.spi.NaturalIdMutability
-
The attribute is part of a immutable natural id
- IMMUTABLE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- IMMUTABLE_ENTITY_UPDATE_QUERY_HANDLING_MODE - Static variable in interface org.hibernate.cfg.QuerySettings
-
Controls how immutable entities are handled when executing a bulk update or delete query.
- immutableCopy() - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- ImmutableEntityUpdateQueryHandlingMode - Enum Class in org.hibernate.query.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.This enumeration will be removed, and replaced with a simpler boolean-valued switch.
- ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
Mutability plan for immutable objects
- ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
- ImmutableObjectArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
A mutability plan for mutable arrays of immutable, non-primitive objects.
- ImmutableObjectArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan
- implementation() - Element in annotation interface org.hibernate.annotations.AnyDiscriminatorImplicitValues
-
Specific strategy implementation to use, when combined with
value=CUSTOM
- IMPLICIT - Enum constant in enum class org.hibernate.dialect.NationalizationSupport
-
The
CHAR
,VARCHAR
, andCLOB
types inherently handle nationalized character data. - IMPLICIT_ALIAS - Static variable in class org.hibernate.query.sqm.spi.SqmCreationHelper
-
This is a special alias that we use for implicit joins within the FROM clause.
- IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.MappingSettings
-
Controls whether Hibernate should infer a discriminator for entity hierarchies defined with joined inheritance.
- IMPLICIT_FROM - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- IMPLICIT_JSON - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Indicates that the argument should be a JSON or String type
- IMPLICIT_NAME_BASE - Static variable in interface org.hibernate.id.OptimizableGenerator
-
If an explicit sequence/table name is not configured,
- IMPLICIT_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
-
Used to specify the
ImplicitNamingStrategy
class to use. - IMPLICIT_SELECT - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- IMPLICIT_TREAT - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- IMPLICIT_XML - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Indicates that the argument should be a XML or String type
- ImplicitAnyDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for an ANY mapping's discriminator column.
- ImplicitAnyKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for an ANY mapping's key column.
- ImplicitBasicColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name related to basic values.
- ImplicitCollectionTableNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for a collection table.
- ImplicitConstraintNameSource - Interface in org.hibernate.boot.model.naming
-
Common implicit name source traits for all constraint naming: FK, UK, index
- ImplicitDatabaseObjectNamingStrategy - Interface in org.hibernate.id.enhanced
-
A naming strategy specifically for determining the implicit naming of tables and sequences relating to enhanced identifier-generators.
- ImplicitDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's discriminator column.
- ImplicitDiscriminatorStrategy - Interface in org.hibernate.metamodel.spi
-
Used in cases where we have no explicit AnyDiscriminatorValue mapping which matches.
- ImplicitEntityNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's primary table
- ImplicitForeignKeyNameSource - Interface in org.hibernate.boot.model.naming
- ImplicitHbmResultSetMappingDescriptorBuilder - Class in org.hibernate.boot.query
-
Builder for implicit ResultSet mapping defined inline as part of a named native query
- ImplicitHbmResultSetMappingDescriptorBuilder(String, int, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- ImplicitHbmResultSetMappingDescriptorBuilder(String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- ImplicitIdentifierColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's identifier column.
- ImplicitIndexColumnNameSource - Interface in org.hibernate.boot.model.naming
- ImplicitIndexNameSource - Interface in org.hibernate.boot.model.naming
- ImplicitJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of a "join column" (think
JoinColumn
). - ImplicitJoinColumnNameSource.Nature - Enum Class in org.hibernate.boot.model.naming
- ImplicitJoinTableNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for a join table.
- ImplicitMapKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of a column used to back the key of a
Map
. - ImplicitNameSource - Interface in org.hibernate.boot.model.naming
-
Common contract for all implicit naming sources
- ImplicitNamingStrategy - Interface in org.hibernate.boot.model.naming
-
A set of rules for determining the logical name of a mapped relational database object when the mapping for an element of the Java domain model is not explicitly specified, neither in annotations of the Java code, nor in an XML-based mapping document.
- ImplicitNamingStrategyComponentPathImpl - Class in org.hibernate.boot.model.naming
-
An ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.
- ImplicitNamingStrategyComponentPathImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
- ImplicitNamingStrategyJpaCompliantImpl - Class in org.hibernate.boot.model.naming
-
Implementation of the
ImplicitNamingStrategy
contract, generally preferring to conform to JPA standards. - ImplicitNamingStrategyJpaCompliantImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- ImplicitNamingStrategyLegacyHbmImpl - Class in org.hibernate.boot.model.naming
-
Implements the original legacy naming behavior.
- ImplicitNamingStrategyLegacyHbmImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
- ImplicitNamingStrategyLegacyJpaImpl - Class in org.hibernate.boot.model.naming
-
Implementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.
- ImplicitNamingStrategyLegacyJpaImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
- ImplicitPrimaryKeyJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Used to help determine the implicit name of columns which are part of a primary-key, well simultaneously being part of a foreign-key (join).
- ImplicitTenantIdColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's tenant identifier column.
- ImplicitUniqueKeyNameSource - Interface in org.hibernate.boot.model.naming
- IMPLIED_RESULT_TYPE - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- impliedJavaType(TypeConfiguration) - Method in class org.hibernate.mapping.BasicValue
- impliedOrInvariant(TypeConfiguration, FunctionParameterType) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- Imported - Annotation Interface in org.hibernate.annotations
-
Marks an arbitrary class as available for use in HQL queries by its unqualified name.
- IMPORTED - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- in(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaExpression
- in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- in(Expression<?>...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- in(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- in(Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- in(Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- in(Expression<? extends T>, Expression<? extends T>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- in(Expression<? extends T>, Collection<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- in(Expression<? extends T>, Collection<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- in(Expression<? extends T>, Collection<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- in(Expression<? extends T>, SqmSubQuery<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- in(Expression<? extends T>, T...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- in(Expression<Collection<?>>) - Method in interface org.hibernate.query.criteria.JpaExpression
- in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- in(Expression<Collection<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- in(SingularAttribute<T, U>, List<U>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be exactly equal to one of the given values.
- in(SingularAttribute<T, U>, U...) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be exactly equal to one of the given values.
- in(Object...) - Method in interface org.hibernate.query.criteria.JpaExpression
- in(Object...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- in(Object...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- in(Object...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- in(Collection<?>) - Method in interface org.hibernate.query.criteria.JpaExpression
- in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- in(Collection<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- in(List<U>) - Method in interface org.hibernate.query.restriction.Path
- IN_CLAUSE_PARAMETER_PADDING - Static variable in interface org.hibernate.cfg.QuerySettings
-
Determines how parameters occurring in a SQL
IN
predicate are expanded. - InArrayPredicate - Class in org.hibernate.sql.ast.tree.predicate
- InArrayPredicate(Expression, JdbcParameter) - Constructor for class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
- InArrayPredicate(Expression, JdbcParameter, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
- inClauseParameterPaddingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- inClauseParameterPaddingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- include(int, SingularAttributeMapping) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.InclusionChecker
- include(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
-
Whether the entry should be included
- include(TableMapping) - Method in interface org.hibernate.engine.jdbc.mutation.TableInclusionChecker
-
Perform the check
- includeInBaseFetchGroup(Property, boolean, EnhancementHelper.InheritanceChecker, boolean) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
-
Should the given property be included in the owner's base fetch group?
- includeInInsert(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Whether to include the entry for insertion operations
- includeInLocking() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
-
Whether the attribute should be included in optimistic locking (where-clause restriction)
- includeInRecreate(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Whether the given entry should be included in recreation events
- includeInSet() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
-
Whether the attribute should be included in setting the values on the database.
- includeLazy() - Element in annotation interface org.hibernate.annotations.Cache
-
When bytecode enhancement is used, and field-level lazy fetching is enabled, specifies whether lazy attributes of the entity are eligible for inclusion in the second-level cache, in the case where they happen to be loaded.
- includeNamespace(Namespace) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Should the given namespace (catalog+schema) be included? If
true
, the namespace will be further processed; iffalse
, processing will skip this namespace. - includeSequence(Sequence) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Should the given sequence be included? If
true
, the sequence will be further processed; iffalse
, processing will skip this sequence. - includeTable(Table) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Should the given table be included? If
true
, the table will be further processed; iffalse
, processing will skip this table. - IncomparableComparator - Class in org.hibernate.type.descriptor.java
-
Comparator for things that cannot be compared (in a way we know about).
- IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Equivalent to a ++ operation
- INCREMENT_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
-
Indicates the increment size to use.
- incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Called before cascading
- incrementFetchDepth() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
- incrementFetchDepth() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- incrementFetchDepth() - Method in interface org.hibernate.sql.results.graph.Fetchable
-
Should this Fetchable affect the fetch depth? E.g., composites would generally not increment the fetch depth.
- IncrementGenerator - Class in org.hibernate.id
-
An
IdentifierGenerator
that returns along
, constructed by counting from the maximum primary key value obtained by querying the table or tables at startup. - IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
- incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- incrementSize - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
- Incubating - Annotation Interface in org.hibernate
-
Marks the annotated Java element as incubating, potentially recursively.
- index() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonIndexAccess
-
Returns the value of the
index
record component. - index() - Method in interface org.hibernate.query.criteria.JpaFunctionFrom
-
The expression referring to an iteration variable, indexing the rows produced by the function.
- index() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- index() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- index() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- Index - Class in org.hibernate.mapping
-
A mapping model object representing an index on a relational database table.
- Index() - Constructor for class org.hibernate.mapping.Index
- INDEX - Enum constant in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
-
The List index or Map key.
- INDEX - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- IndexBackref - Class in org.hibernate.mapping
- IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
- IndexCollector - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for annotations which define indexes
- indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Deprecated.
- indexColumnIsGettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- INDEXED_ELEMENT_REFERENCE - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- IndexedCollection - Class in org.hibernate.mapping
-
Indexed collections include Lists, Maps, arrays and primitive arrays.
- IndexedCollection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IndexedCollection
- IndexedCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
- IndexedCollection(IndexedCollection) - Constructor for class org.hibernate.mapping.IndexedCollection
- indexedForEach(IndexedConsumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
- indexedForEach(IndexedConsumer<? super Fetch>) - Method in interface org.hibernate.sql.results.graph.FetchList
- indexes() - Method in interface org.hibernate.boot.models.annotations.spi.IndexCollector
- indexes(Index[]) - Method in interface org.hibernate.boot.models.annotations.spi.IndexCollector
- indexes(L) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- indexes(L) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- indexes(L) - Method in interface org.hibernate.query.sqm.NodeBuilder
- indexExists(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- indexExists(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
- indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- IndexInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Provides access to information about existing index in the database
- indexOf(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentBag
- indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentList
- indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
- indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
- indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
- indexOf(Object, Object) - Method in class org.hibernate.type.ListType
- indexOf(Object, Object) - Method in class org.hibernate.type.MapType
- indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Optional operation.
- indexOfNonIdentifier(String, int) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- IndexQueryHintHandler - Class in org.hibernate.dialect.hint
-
Deprecated, for removal: This API element is subject to removal in a future version.Moved to
Dialect
- IndexQueryHintHandler() - Constructor for class org.hibernate.dialect.hint.IndexQueryHintHandler
-
Deprecated.
- INDIVIDUALLY - Enum constant in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
The
SchemaMigrator
andSchemaValidator
execute oneDatabaseMetaData.getTables(String, String, String, String[])
call for eachEntity
in order to determine if a corresponding database table exists. - INET - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
INET
for IPv4 or IPv6 addresses. - InetAddressJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
InetAddress
handling. - InetAddressJavaType() - Constructor for class org.hibernate.type.descriptor.java.InetAddressJavaType
- InFlightMetadataCollector - Interface in org.hibernate.boot.spi
-
An in-flight representation of
Metadata
while it is being built. - InFlightMetadataCollector.CollectionTypeRegistrationDescriptor - Class in org.hibernate.boot.spi
- InFlightMetadataCollector.DelayedPropertyReferenceHandler - Interface in org.hibernate.boot.spi
- InFlightMetadataCollector.DuplicateSecondaryTableException - Exception in org.hibernate.boot.spi
- InFlightMetadataCollector.EntityTableXref - Interface in org.hibernate.boot.spi
- InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
-
Contract for extracting information about objects in the database schema(s).
- infoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity, based on the given entityName and id.
- infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to given entity persister.
- infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity.
- infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity,.
- infoString(EntityPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a series of entities.
- infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a given property value for an entity.
- InFragment - Class in org.hibernate.sql
-
A SQL
IN
expression. - InFragment() - Constructor for class org.hibernate.sql.InFragment
- INHERITANCE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- InheritanceType - Enum Class in org.hibernate.boot.model.source.spi
-
The inheritance type for a given entity hierarchy
- INIT_COLLECTION - Static variable in class org.hibernate.event.spi.EventType
- INIT_QUEUE_LIST_SIZE - Static variable in class org.hibernate.engine.spi.ExecutableList
- initAndGetWhereClause() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- initAndGetWhereClause() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- initcap() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- InitCommand - Record Class in org.hibernate.boot.model.relational
-
A general SQL command to be used while initializing a schema.
- InitCommand(String...) - Constructor for record class org.hibernate.boot.model.relational.InitCommand
-
Creates an instance of a
InitCommand
record class. - initCommands() - Method in record class org.hibernate.boot.model.relational.InitCommand
-
Returns the value of the
initCommands
record component. - initDefaultProperties() - Method in class org.hibernate.dialect.Dialect
-
Set appropriate default values for configuration properties.
- initDefaultProperties() - Method in class org.hibernate.dialect.MySQLDialect
- INITIAL_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
-
Indicates the initial value to use.
- initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- initialize() - Method in interface org.hibernate.proxy.LazyInitializer
-
Initialize the proxy, fetching the target entity if necessary.
- initialize() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
-
Allow the container to force initialize the lifecycle-generated bean
- initialize(boolean) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Initialize the internal value from the given primitive long.
- initialize(A, Member, GeneratorCreationContext) - Method in interface org.hibernate.generator.AnnotationBasedGenerator
-
Initializes this generation strategy for the given annotation instance.
- initialize(Object) - Static method in class org.hibernate.Hibernate
-
Force initialization of a proxy or persistent collection.
- initialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- initialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Initialize the given collection with the given key
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
- initialize(NativeGenerator, Member, GeneratorCreationContext) - Method in class org.hibernate.id.NativeGenerator
- initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
-
Initializes this instance, in particular pre-generates SQL as necessary.
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
- initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.Configurable
-
Initializes this instance, pre-generating SQL if necessary.
- initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Initializes this structure, in particular pre-generates SQL as necessary.
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStructure
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableStructure
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.IncrementGenerator
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.NativeGenerator
- initialize(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
- initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
- initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- initializeCollection(PersistentCollection<?>, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Initialize the given collection (if not already initialized).
- initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- InitializeCollectionEvent - Class in org.hibernate.event.spi
-
An event that occurs when a collection wants to be initialized
- InitializeCollectionEvent(PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
- InitializeCollectionEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of collection initialization events generated by a session.
- INITIALIZED - Enum constant in enum class org.hibernate.sql.results.graph.Initializer.State
- initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
- initializeEmptyCollection(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
- initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
- initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
- initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
- initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Called from
EnhancementAsProxyLazinessInterceptor
to trigger load of the entity's non-lazy state as well as the named attribute we are accessing if it is still uninitialized after fetching non-lazy state. - initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentBag
- initializeFromCache(CollectionPersister, Object, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Read the state of the collection from a disassembled cached value
- initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentList
- initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentMap
- initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentSet
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.CockroachDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DB2Dialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DB2iDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DB2zDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.Dialect
-
Initialize the given registry with any dialect-specific functions.
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.H2Dialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.HANADialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.HSQLDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.MariaDBDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.MySQLDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.OracleDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.PostgresPlusDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.PostgreSQLDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SpannerDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SQLServerDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SybaseASEDialect
- initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SybaseDialect
- initializeImmediately() - Method in class org.hibernate.type.ArrayType
- initializeImmediately() - Method in class org.hibernate.type.CollectionType
- initializeInstance(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 3 - Initialize the state of the instance resolved in
Initializer.resolveInstance(Data)
from the current row values. - initializeInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- initializeInstanceFromParent(Object, Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 3.1 - Initialize the state of the instance as extracted from the given
parentInstance
. - initializeInstanceFromParent(Object, RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- initializeLazyPropertiesFromCache(String, Object, SharedSessionContractImplementor, EntityEntry, CacheEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initializeLazyPropertiesFromDatastore(Object, Object, EntityEntry, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initializeLazyProperty(String, Object, EntityEntry, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Called by Hibernate Reactive
- initializeLazyProperty(String, Object, EntityEntry, LazyAttributeDescriptor, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
-
Initialize the property, and return its new value.
- initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initializeNonLazyCollections() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
- initializeNonLazyCollections(Consumer<PersistentCollection<?>>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load) allowing to customize how the initialization should occur
- initializeProperty(E, Attribute<? super E, ?>) - Static method in class org.hibernate.Hibernate
-
Initializes the given attribute of the given entity instance.
- initializeProperty(Object, String) - Static method in class org.hibernate.Hibernate
-
Initializes the field or property with the given name of the given entity instance.
- Initializer<Data extends InitializerData> - Interface in org.hibernate.sql.results.graph
-
Defines a multi-step process for initializing entity, collection and composite state.
- Initializer.State - Enum Class in org.hibernate.sql.results.graph
- InitializerData - Class in org.hibernate.sql.results.graph
- InitializerData(InitializerData) - Constructor for class org.hibernate.sql.results.graph.InitializerData
- InitializerData(RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.InitializerData
- InitializerParent<Data extends InitializerData> - Interface in org.hibernate.sql.results.graph
-
Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.
- InitializerProducer<P extends FetchParent> - Interface in org.hibernate.sql.results.graph
-
Producer for
Initializer
based on aFetchParent
. - InitializerProducerBuilder - Class in org.hibernate.collection.spi
- initializeWithoutLoadIfPossible() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Attempt to initialize the proxy without loading anything from the database.
- InitialValueAwareOptimizer - Interface in org.hibernate.id.enhanced
-
Marker interface for optimizer which wishes to know the user-specified initial value.
- initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in interface org.hibernate.boot.registry.StandardServiceInitiator
-
Initiates the managed service.
- initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
- initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
- initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
- initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.spi.CacheInitiator
- initiateService(SessionFactoryServiceInitiatorContext) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
-
Initiates the managed service.
- initInsertGeneratedProperties(List<AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initPropertyPaths(Metadata) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- initSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
- initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.Hibernate no longer uses aliases to read from result sets
- initUpdateGeneratedProperties(List<AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- injectAttributeMapping(PluralAttributeMapping) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Allows injection of the corresponding plural-attribute mapping.
- injectCallbackRegistry(CallbackRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistryConsumer
-
Injection of the CallbackRegistry
- injectDependencies(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
- injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
- injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.InitialValueAwareOptimizer
-
Reports the user specified initial value to the optimizer.
- injectInitialValue(long) - Method in class org.hibernate.id.enhanced.PooledOptimizer
- injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
Build and inject an interceptor instance into the enhanced entity.
- injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
- injectLoadedState(PluralAttributeMapping, List) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentBag
- injectLoadedState(PluralAttributeMapping, List<?>) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Inject the state loaded for a collection instance.
- injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentList
- injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentMap
- injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentSet
- injectMappingModelPart(EmbeddableValuedModelPart, MappingModelCreationProcess) - Method in class org.hibernate.type.ComponentType
- injectMappingModelPart(EmbeddableValuedModelPart, MappingModelCreationProcess) - Method in interface org.hibernate.type.spi.CompositeTypeImplementor
- injectParameters(Object, Properties) - Static method in class org.hibernate.mapping.MappingHelper
- InjectService - Annotation Interface in org.hibernate.service.spi
-
Annotation to allow services to request injection of other services.
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
- injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
-
Callback to inject the registry.
- INLINE - Enum constant in enum class org.hibernate.query.criteria.ValueHandlingMode
- INLINE_ALL_PARAMETERS - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Render all nested parameters as literals.
- INLINE_PARAMETERS - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Render parameters as literals.
- inlineCteTableGroup(TableGroup, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- inlinedJsonPathIncludingPassingClause(String, JsonPathPassingClause, SqlAstTranslator<?>) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- inlinedJsonPathIncludingPassingClause(Expression, JsonPathPassingClause, SqlAstTranslator<?>) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- inlinePassingClause(List<JsonPathHelper.JsonPathElement>, JsonPathPassingClause, SqlAstTranslator<?>) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- InLineViewSource - Interface in org.hibernate.boot.model.source.spi
-
Describes in-line view source information.
- InListPredicate - Class in org.hibernate.sql.ast.tree.predicate
- InListPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
- InListPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
- InListPredicate(Expression, List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
- InListPredicate(Expression, List<Expression>, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
- InListPredicate(Expression, Expression...) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
- INNER - Enum constant in enum class org.hibernate.query.common.JoinType
- INNER - Enum constant in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Represents an inner join.
- INNER - Enum constant in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Represents an inner join.
- InnoDBStorageEngine - Class in org.hibernate.dialect
-
Represents the InnoDB storage engine.
- InnoDBStorageEngine() - Constructor for class org.hibernate.dialect.InnoDBStorageEngine
- inOverOrWithinGroupClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- InputStreamAccess - Interface in org.hibernate.boot.archive.spi
-
Contract for building InputStreams, especially in on-demand situations
- insert() - Element in annotation interface org.hibernate.annotations.DiscriminatorOptions
-
Should be
false
if a discriminator column is also part of a mapped composite identifier, and should not be duplicated in SQLINSERT
statements. - insert() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- insert(Object) - Method in interface org.hibernate.StatelessSession
-
Insert a record.
- insert(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.
- insert(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.
- insert(Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.InsertCoordinator
-
Persist an entity instance with a generated identifier.
- insert(Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- insert(Object, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.InsertCoordinator
-
Persist an entity instance using the provided identifier.
- insert(Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- insert(String, Object) - Method in interface org.hibernate.StatelessSession
-
Insert a record.
- insert(String, String) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
- insert(String, String) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- insert(String, String) - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
- insert(String, String) - Method in class org.hibernate.dialect.pagination.TopLimitHandler
- insert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
- insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
- insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
Called after an item has been inserted (before the transaction completes), instead of calling
CachedDomainDataAccess.evict(java.lang.Object)
. - insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
- Insert - Class in org.hibernate.sql
-
A SQL
INSERT
statement. - Insert(Dialect, ParameterMarkerStrategy) - Constructor for class org.hibernate.sql.Insert
- Insert(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.Insert
- INSERT - Enum constant in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- INSERT - Enum constant in enum class org.hibernate.engine.spi.CachedNaturalIdValueSource
- INSERT - Enum constant in enum class org.hibernate.generator.EventType
-
An event that occurs when any
insert
statements needed to persist a new entity instance are executed. - INSERT - Enum constant in enum class org.hibernate.sql.ast.Clause
-
The insert clause
- INSERT - Enum constant in enum class org.hibernate.sql.model.MutationType
- INSERT_AND_UPDATE - Static variable in class org.hibernate.generator.EventTypeSets
- INSERT_ONLY - Static variable in class org.hibernate.generator.EventTypeSets
- insert_overlay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Postgres
- insertable() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Mutable
- insertable(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Mutable
- insertAfterDistinct(String, String) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Insert a fragment of SQL right after
SELECT
,SELECT DISTINCT
, orSELECT ALL
. - insertAfterSelect(String, String) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Insert a fragment of SQL right after
SELECT
, but beforeDISTINCT
orALL
. - insertAtEnd(String, String) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Insert a fragment of SQL right at the very end of the query.
- insertBeforeForUpdate(String, String) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Insert a fragment of SQL right before the
FOR UPDATE
ish clauses at the end of the query. - insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- InsertCoordinator - Interface in org.hibernate.persister.entity.mutation
-
Coordinates the inserting of an entity.
- InsertCoordinatorStandard - Class in org.hibernate.persister.entity.mutation
-
Coordinates the insertion of an entity.
- InsertCoordinatorStandard(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- InsertCoordinatorStandard.InsertValuesAnalysis - Class in org.hibernate.persister.entity.mutation
- insertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being inserted
- insertExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
GeneratedValuesMutationDelegate
instead. - insertGeneratedProperties - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
- insertMultiple(List<?>) - Method in interface org.hibernate.StatelessSession
-
Insert multiple records.
- InsertReturningDelegate - Class in org.hibernate.id.insert
-
Delegate for dealing with generated values where the dialect supports returning the generated column directly from the mutation statement.
- InsertReturningDelegate(EntityPersister, EventType) - Constructor for class org.hibernate.id.insert.InsertReturningDelegate
- insertRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- insertRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Insert the persistent state of any new collection elements
- insertRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
- insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
-
Perform the creation.
- insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
- insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
- insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
- InsertRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
-
Coordinates the logical insertion of collection entries which are not yet persistent.
- InsertRowsCoordinator.EntryFilter - Interface in org.hibernate.persister.collection.mutation
-
A tri-predicate for including / excluding collection entries from iterative processing inside
InsertRowsCoordinator.insertRows(org.hibernate.collection.spi.PersistentCollection<?>, java.lang.Object, org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter, org.hibernate.engine.spi.SharedSessionContractImplementor)
. - InsertRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
- InsertRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
- InsertRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
- InsertRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
- InsertRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
-
OneToMany insert coordinator if the element is a
UnionSubclassEntityPersister
. - InsertRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
- InsertSelectStatement - Class in org.hibernate.sql.ast.tree.insert
-
todo (6.2) - Would much prefer to split insert-values and insert-select into individual contracts - something like `InsertStatement` and `InsertSelectStatement` e.g.
- InsertSelectStatement(CteContainer, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- InsertSelectStatement(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- InsertSelectStatement(NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- InsertStatement - Interface in org.hibernate.sql.ast.tree.insert
-
Specialization of MutationStatement for inserts
- InsertSubstringOverlayEmulation - Class in org.hibernate.dialect.function
-
Emulates the ANSI SQL-standard
overlay()
function usinginsert()
substring()
, andconcat()
. - InsertSubstringOverlayEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
- InsertValuesAnalysis(EntityMutationTarget, Object[]) - Constructor for class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard.InsertValuesAnalysis
- inSession(Consumer<? super Session>) - Method in interface org.hibernate.SessionFactory
-
Open a
Session
and use it to perform an action. - inspect(String) - Method in interface org.hibernate.resource.jdbc.spi.StatementInspector
-
Inspect the given SQL command, possibly returning a different SQL command to be used instead.
- instance - Variable in class org.hibernate.sql.results.graph.InitializerData
- instance() - Static method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
- instance() - Static method in class org.hibernate.sql.results.spi.SingleResultConsumer
- instance() - Static method in class org.hibernate.type.descriptor.java.Immutability
- instance() - Static method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
- instance(ListResultsConsumer.UniqueSemantic) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
- INSTANCE - Static variable in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.NamingHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
- INSTANCE - Static variable in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- INSTANCE - Static variable in class org.hibernate.boot.model.relational.QualifiedNameParser
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
-
Access to the singleton reference.
- INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
-
Access to the singleton reference
- INSTANCE - Static variable in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
-
Access to the singleton instance.
- INSTANCE - Static variable in class org.hibernate.cache.spi.support.RegionNameQualifier
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- INSTANCE - Static variable in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
- INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
- INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayIncludesArgumentTypeResolver
- INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
- INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
- INSTANCE - Static variable in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
- INSTANCE - Static variable in class org.hibernate.dialect.function.AvgFunction.Validator
- INSTANCE - Static variable in class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.HANADialect.HANABlobType
- INSTANCE - Static variable in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.H2IdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- INSTANCE - Static variable in class org.hibernate.dialect.identity.MariaDBIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
- INSTANCE - Static variable in class org.hibernate.dialect.InnoDBStorageEngine
- INSTANCE - Static variable in class org.hibernate.dialect.MyISAMStorageEngine
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.DB2LimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.FetchLimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitLimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.NoopLimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.TopLimitHandler
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.ANSISequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2iSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2SequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2zSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.H2V1SequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.H2V2SequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.HANASequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.HSQLSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.NoSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
- INSTANCE - Static variable in class org.hibernate.dialect.type.DB2StructJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.H2JsonArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.dialect.type.H2JsonJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleBooleanJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleEnumJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleJsonJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleReflectionStructJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleXmlArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.dialect.type.OracleXmlJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLOrdinalEnumJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
- INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLUUIDJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.spi.CacheInitiator
- INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
- INSTANCE - Static variable in class org.hibernate.id.uuid.UuidVersion6Strategy
- INSTANCE - Static variable in class org.hibernate.id.uuid.UuidVersion7Strategy
- INSTANCE - Static variable in class org.hibernate.jdbc.Expectation.None
- INSTANCE - Static variable in class org.hibernate.jpa.spi.NativeQueryListTransformer
- INSTANCE - Static variable in class org.hibernate.jpa.spi.NativeQueryMapTransformer
- INSTANCE - Static variable in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
- INSTANCE - Static variable in class org.hibernate.query.spi.QueryParameterBindingValidator
- INSTANCE - Static variable in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.sql.ast.tree.expression.Star
-
Singleton access
- INSTANCE - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
-
Static access to the logging instance
- INSTANCE - Static variable in class org.hibernate.sql.results.spi.ManagedResultConsumer
- INSTANCE - Static variable in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
ScrollableResultsConsumer.instance()
- INSTANCE - Static variable in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
-
Deprecated.
- INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
-
Deprecated.
- INSTANCE - Static variable in class org.hibernate.type.BottomType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
Deprecated.
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DurationJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.Immutability
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
Immutability.instance()
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
ImmutableMutabilityPlan.instance()
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InetAddressJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InstantJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalTimeJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ObjectJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.RegistryHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.YearJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneIdJavaType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.CharJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
-
Deprecated.Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
-
Deprecated.
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
-
Deprecated.
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NullJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
-
An instance for the JDBC type code
JAVA_OBJECT
. - INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.OrdinalEnumJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.UuidAsBinaryJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcTypeConstructor
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
- INSTANCE - Static variable in class org.hibernate.type.JavaObjectType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.NullType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.NumericBooleanConverter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.QueryParameterJavaObjectType
- INSTANCE - Static variable in class org.hibernate.type.SerializableType
- INSTANCE - Static variable in class org.hibernate.type.TrueFalseConverter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.YesNoConverter
-
Singleton access
- INSTANCE_ID_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- INSTANCE_ID_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- INSTANCE_ID_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- INSTANCE_WITHOUT_LITERALS - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- InstanceIdentity - Interface in org.hibernate.engine.spi
-
Contract for classes whose instances are uniquely identifiable through a simple
int
value, and can be mapped viaInstanceIdentityMap
. - INSTANT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of Instant as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- INSTANT - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Instant
to JDBCTIMESTAMP_UTC
. - InstantAsTimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- InstantAsTimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
-
Deprecated.
- InstantAsTimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- InstantAsTimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
-
Deprecated.
- instantiate() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Instantiate an instance of the identifier.
- instantiate() - Method in interface org.hibernate.metamodel.spi.EntityInstantiator
-
Create an instance of managed entity
- instantiate(int) - Method in class org.hibernate.type.ArrayType
- instantiate(int) - Method in class org.hibernate.type.BagType
- instantiate(int) - Method in class org.hibernate.type.CollectionType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
- instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
- instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
- instantiate(int) - Method in class org.hibernate.type.ListType
- instantiate(int) - Method in class org.hibernate.type.MapType
- instantiate(int) - Method in class org.hibernate.type.OrderedMapType
- instantiate(int) - Method in class org.hibernate.type.OrderedSetType
- instantiate(int) - Method in class org.hibernate.type.SetType
- instantiate(int) - Method in class org.hibernate.type.SortedMapType
- instantiate(int) - Method in class org.hibernate.type.SortedSetType
- instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
- instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- instantiate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Create a class instance initialized with the given identifier
- instantiate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
Deprecated.
- instantiate(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used, replaced by
SharedSessionContractImplementor.instantiate(EntityPersister, Object)
- instantiate(String, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
-
Deprecated.
- instantiate(String, RepresentationMode, Object) - Method in interface org.hibernate.Interceptor
-
Instantiate the entity.
- instantiate(String, EntityRepresentationStrategy, Object) - Method in interface org.hibernate.Interceptor
-
Instantiate the entity.
- instantiate(SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
-
Instantiate an uninitialized instance of the collection wrapper
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ArrayType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.BagType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CollectionType
-
Instantiate an uninitialized collection wrapper or holder.
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CustomCollectionType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.IdentifierBagType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ListType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.MapType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SetType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedMapType
- instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedSetType
- instantiate(EmbeddableMappingType, StructAttributeValues) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
- instantiate(ValueAccess) - Method in interface org.hibernate.metamodel.spi.EmbeddableInstantiator
-
Create an instance of the embeddable
- instantiate(ValueAccess) - Method in interface org.hibernate.usertype.CompositeUserType
- instantiate(EntityPersister, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
- instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Instantiate the entity class of the given
EntityPersister
, initializing the new instance with the given identifier. - instantiate(EntityPersister, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- instantiate(EntityPersister, Object) - Method in interface org.hibernate.event.spi.EventSource
-
Instantiate an entity instance, using either an interceptor, or the given persister
- instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
- instantiateRaw(int, CollectionPersister) - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
Create a raw (unwrapped) version of the collection
- instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
- instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
-
Instantiate a new "underlying" collection exhibiting the same capacity characteristics and the passed "original".
- instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
Create a wrapper for the collection
- InstantiationException - Exception in org.hibernate
-
Thrown if Hibernate can't instantiate a class at runtime.
- InstantiationException(String, Class<?>) - Constructor for exception org.hibernate.InstantiationException
-
Constructs an
InstantiationException
. - InstantiationException(String, Class<?>, Exception) - Constructor for exception org.hibernate.InstantiationException
-
Constructs an
InstantiationException
. - InstantiationException(String, Class<?>, Throwable) - Constructor for exception org.hibernate.InstantiationException
-
Constructs an
InstantiationException
. - instantiator() - Element in annotation interface org.hibernate.annotations.EmbeddableInstantiatorRegistration
- instantiator(Object) - Method in class org.hibernate.type.ComponentType
- Instantiator - Interface in org.hibernate.metamodel.spi
-
Strategy for instantiating a managed type
- Instantiator - Annotation Interface in org.hibernate.annotations
-
Marks the canonical constructor to be used for instantiation of an embeddable.
- INSTANTIATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- InstantJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the Java
Instant
type. - InstantJavaType() - Constructor for class org.hibernate.type.descriptor.java.InstantJavaType
- InstantJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling Instant directly through the JDBC driver
- InstantJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantJdbcType
- inStatelessSession(Consumer<? super StatelessSession>) - Method in interface org.hibernate.SessionFactory
-
Open a
StatelessSession
and use it to perform an action. - inStatelessTransaction(Consumer<? super StatelessSession>) - Method in interface org.hibernate.SessionFactory
-
Open a
StatelessSession
and use it to perform an action within the bounds of a transaction. - instr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- InSubQueryPredicate - Class in org.hibernate.sql.ast.tree.predicate
- InSubQueryPredicate(Expression, QueryPart, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
- InSubQueryPredicate(Expression, SelectStatement, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
- INTEGER - Enum constant in enum class org.hibernate.query.sqm.CastType
- INTEGER - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
- INTEGER - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
- INTEGER - Static variable in class org.hibernate.engine.config.spi.StandardConverters
- INTEGER - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
INTEGER
. - INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
- INTEGER_BOOLEAN - Enum constant in enum class org.hibernate.query.sqm.CastType
- IntegerJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Integer
handling. - IntegerJavaType() - Constructor for class org.hibernate.type.descriptor.java.IntegerJavaType
- IntegerJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
INTEGER
handling. - IntegerJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- IntegerPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
int[]
handling. - IntegerPrimitiveArrayJavaType(JavaType<Integer>) - Constructor for class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- IntegralDataTypeHolder - Interface in org.hibernate.id
-
Defines a common API for dealing with data of integral data type.
- IntegralTimestampaddFunction - Class in org.hibernate.dialect.function
-
Used in place of
TimestampaddFunction
for databases which don't support fractional seconds in thetimestampadd()
function. - IntegralTimestampaddFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.IntegralTimestampaddFunction
- integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
- integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in interface org.hibernate.integrator.spi.Integrator
-
Perform integration.
- IntegrationException - Exception in org.hibernate.boot.beanvalidation
-
Indicates a problem integrating Hibernate and the Bean Validation spec.
- IntegrationException(String) - Constructor for exception org.hibernate.boot.beanvalidation.IntegrationException
- IntegrationException(String, Throwable) - Constructor for exception org.hibernate.boot.beanvalidation.IntegrationException
- Integrator - Interface in org.hibernate.integrator.spi
-
Contract for extensions that integrate with Hibernate.
- INTEGRATOR_PROVIDER - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
-
Names a
IntegratorProvider
- IntegratorProvider - Interface in org.hibernate.jpa.boot.spi
-
An object that provides a list of
Integrator
s to the JPA persistence provider. - IntegratorService - Interface in org.hibernate.integrator.spi
- intercept(Object, Method, Object[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
- intercept(Object, Method, Object[]) - Method in interface org.hibernate.proxy.ProxyConfiguration.Interceptor
-
Intercepts a method call to a proxy.
- intercept(Object, Method, Object[], Object, ProxyConfiguration.Interceptor) - Static method in class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
-
Intercepts a method call to a proxy.
- interceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- interceptor() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies the interceptor from the original session should be used to create the new session.
- interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
-
Adds a specific interceptor to the session options.
- interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
- Interceptor - Interface in org.hibernate
-
Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.
- INTERCEPTOR - Static variable in interface org.hibernate.cfg.SessionEventSettings
-
Specifies an
Interceptor
implementation associated with theSessionFactory
and propagated to eachSession
created from theSessionFactory
. - INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the field used to store the
PersistentAttributeInterceptable
. - INTERCEPTOR_FIELD_NAME - Static variable in interface org.hibernate.proxy.ProxyConfiguration
-
The canonical field name for an interceptor object stored in a proxied object.
- INTERCEPTOR_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to read the interceptor
- INTERCEPTOR_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to write the interceptor
- InterceptorDispatcher() - Constructor for class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
- Internal - Annotation Interface in org.hibernate
-
Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.
- INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.spi.LoadEventListener
- INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.spi.LoadEventListener
- INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.spi.LoadEventListener
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- internalApplyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- internalLoad(String, Object, boolean, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain an entity instance with the given id, without checking if it was deleted or scheduled for deletion.
- internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- interpret(short) - Static method in enum class org.hibernate.engine.jdbc.spi.TypeNullability
-
Based on the code retrieved from
DatabaseMetaData.getTypeInfo()
for theNULLABLE
column, return the appropriate enum. - interpret(short) - Static method in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Based on the code retrieved from
DatabaseMetaData.getTypeInfo()
for theSEARCHABLE
column, return the appropriate enum. - interpret(Object) - Static method in enum class org.hibernate.id.SequenceMismatchStrategy
-
Interpret the configured SequenceMismatchStrategy value.
- interpret(Object) - Static method in enum class org.hibernate.ConnectionAcquisitionMode
- interpret(Object) - Static method in enum class org.hibernate.ConnectionReleaseMode
- interpret(Object) - Static method in enum class org.hibernate.query.criteria.ValueHandlingMode
-
Interpret the configured valueHandlingMode value.
- interpret(Object) - Static method in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
-
Deprecated.Interpret the setting specified via "hibernate.query.immutable_entity_update_query_handling_mode".
- interpret(Object) - Static method in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
- interpret(Object) - Static method in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
- interpret(Object, SourceType) - Static method in enum class org.hibernate.tool.schema.SourceType
-
Used when processing JPA configuration to interpret the user config value
- interpret(String) - Static method in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.
- interpret(String) - Static method in enum class org.hibernate.ConnectionAcquisitionMode
- interpret(String) - Static method in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- interpret(String) - Static method in enum class org.hibernate.query.SortDirection
- interpret(Map<?, ?>) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
For test use.
- interpret(Set<String>, Map<?, ?>) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- interpret(Metadata, Map<?, ?>) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
- interpret(ConnectionAcquisitionMode, ConnectionReleaseMode) - Static method in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
- InterpretationException - Exception in org.hibernate.query.sqm
-
Represents a generic unhandled problem which occurred while translating HQL/JPQL.
- InterpretationException(String) - Constructor for exception org.hibernate.query.sqm.InterpretationException
-
Deprecated, for removal: This API element is subject to removal in a future version.this constructor does not carry information about the query which caused the failure
- InterpretationException(String, Exception) - Constructor for exception org.hibernate.query.sqm.InterpretationException
- InterpretationException(String, String) - Constructor for exception org.hibernate.query.sqm.InterpretationException
- InterpretationsKeySource - Interface in org.hibernate.query.sqm.spi
- interpretCall(ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
- interpretExpression(Expression, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- interpretExternalSetting(Object) - Static method in enum class org.hibernate.type.WrapperArrayHandling
- interpretExternalSetting(String) - Static method in enum class org.hibernate.CacheMode
-
Interpret externalized form as an instance of this enumeration.
- interpretExternalSetting(String) - Static method in enum class org.hibernate.FlushMode
-
Interprets an external representation of a flush mode.
- interpretExternalSettingLeniently(Object) - Static method in enum class org.hibernate.type.WrapperArrayHandling
-
Form of
WrapperArrayHandling.interpretExternalSetting(Object)
which allows incomingnull
values and simply returnsnull
. - interpretHbm2ddlSetting(Object) - Static method in enum class org.hibernate.tool.schema.Action
-
Interpret the value of the old-school Hibernate configuration property "hibernate.hbm2ddl.auto" as an instance of
Action
. - interpretHbm2ddlSetting(Object) - Static method in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
- interpretHql(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryEngine
- interpretJpaSetting(Object) - Static method in enum class org.hibernate.tool.schema.Action
-
Interpret the value of the JPA-standard configuration property "jakarta.persistence.schema-generation.database.action" or "jakarta.persistence.schema-generation.scripts.action" as an instance of
Action
. - interpretMilliSeconds(int) - Static method in interface org.hibernate.Timeouts
-
Similar to simply calling Timeout.milliseconds(int), but accounting for the "magic values".
- interpretReportedSQLStateType(int) - Static method in enum class org.hibernate.engine.jdbc.env.spi.SQLStateType
- interpretSetting(Object) - Static method in enum class org.hibernate.metamodel.CollectionClassification
-
One of:
CollectionClassification
instanceCollectionClassification
name (case insensitive)Class
reference for eitherList
orCollection
- interpretSetting(Map<String, Object>) - Static method in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
- interpretSqmMultiTableInsertStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- interpretSqmMultiTableStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
- intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersect(boolean, Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersect(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersect(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersect(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersect(CriteriaQuery<? super T>, CriteriaQuery<? super T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersect(CriteriaQuery<? super T>, CriteriaQuery<? super T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersect(CriteriaSelect<? super T>, CriteriaSelect<? super T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersect(CriteriaSelect<? super T>, CriteriaSelect<? super T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersect(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersect(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- INTERSECT - Enum constant in enum class org.hibernate.query.sqm.SetOperator
-
Intersection of sets that removes duplicate rows.
- INTERSECT_ALL - Enum constant in enum class org.hibernate.query.sqm.SetOperator
-
Intersection of bags that retains duplicate matches.
- intersectAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersectAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersectAll(CriteriaQuery<? super T>, CriteriaQuery<? super T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersectAll(CriteriaQuery<? super T>, CriteriaQuery<? super T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersectAll(CriteriaSelect<? super T>, CriteriaSelect<? super T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersectAll(CriteriaSelect<? super T>, CriteriaSelect<? super T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- intersectAll(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- intersectAll(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- INTERVAL_SECOND - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
INTERVAL SECOND
for a temporal duration given terms of seconds and fractional seconds. - IntervalType - Enum Class in org.hibernate.query.sqm
-
Deprecated, for removal: This API element is subject to removal in a future version.This enum still has exactly one member, and was placed in a package from which it has no usages. It will be removed or moved.
- inTransaction(Consumer<? super Session>) - Method in interface org.hibernate.SessionFactory
-
Open a
Session
and use it to perform an action within the bounds of a transaction. - inTransaction(Consumer<? super Transaction>) - Method in interface org.hibernate.SharedSessionContract
-
Perform an action within the bounds of a transaction associated with this session.
- INVALID_NATURAL_ID_REFERENCE - Static variable in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Marker reference used to indicate that a given natural-id is invalid
- InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
-
Specialized
JdbcWrapper
contract for wrapped objects that can additionally be invalidated - invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
-
Make the wrapper invalid for further usage.
- invalidate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
- invalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
Perform invalidation of the passed spaces (table names) against the timestamp region data.
- InvalidGraphException - Exception in org.hibernate.graph
-
Thrown by
GraphParser
to indicate textual entity graph representation parsing errors. - InvalidGraphException(String) - Constructor for exception org.hibernate.graph.InvalidGraphException
- InvalidMappingException - Exception in org.hibernate.boot
-
Indicates a problem parsing the mapping document at a given
Origin
. - InvalidMappingException - Exception in org.hibernate
-
Thrown when a mapping is found to be invalid.
- InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
-
Constructs an
InvalidMappingException
using the given information. - InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
-
Constructs an InvalidMappingException using the given information.
- InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
-
Constructs an
InvalidMappingException
using the given information. - InvalidMappingException(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
- InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
- invariant(String, BasicType<?>) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Like
SetReturningFunctionTypeResolver.Builder.invariant(String, BasicType, String)
, but passing the component as selection expression. - invariant(String, BasicType<?>, String) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Specifies that the return type has a component with the given name being selectable through the given selection expression, which has the given invariant type.
- invariant(String, BasicTypeReference<?>) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Like
SetReturningFunctionTypeResolver.Builder.invariant(String, BasicTypeReference, String)
, but passing the component as selection expression. - invariant(String, BasicTypeReference<?>, String) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Specifies that the return type has a component with the given name being selectable through the given selection expression, which has the given invariant type.
- invariant(FunctionParameterType...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- invariant(BasicType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
-
A resolver that defines an invariant result type.
- invariant(TypeConfiguration, FunctionParameterType) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- invariant(TypeConfiguration, FunctionParameterType...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- inverse() - Method in enum class org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
- InverseDistributionFunction - Class in org.hibernate.dialect.function
- InverseDistributionFunction(String, FunctionParameterType, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.InverseDistributionFunction
- InverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> - Class in org.hibernate.dialect.function
- inverseDistributionOrderedSetAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- inverseDistributionOrderedSetAggregates_windowEmulation() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- InverseDistributionWindowEmulation - Class in org.hibernate.dialect.function
- InverseDistributionWindowEmulation(String, FunctionParameterType, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.InverseDistributionWindowEmulation
- invert() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
- invertMap() - Method in class org.hibernate.event.spi.MergeContext
-
Returns an unmodifiable map view of the managed-to-merge entity cross-references.
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.proxy.SerializableBlobProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.proxy.SerializableClobProxy
- invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
- INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
- invokeAfterLoadActions(Object, EntityMappingType, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.Callback
-
Invoke all registered actions
- IRRELEVANT - Enum constant in enum class org.hibernate.sql.ast.Clause
- IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
Deprecated.
- IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
Deprecated.
- isAbstract() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Is the entity abstract?
- isAbstract() - Method in class org.hibernate.mapping.PersistentClass
- isAbstract() - Method in class org.hibernate.mapping.Table
- isAbstract() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Whether this entity is defined as abstract using the Java
abstract
keyword - isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
- isActive() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Is this transaction still active?
- isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
- isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
Is the TransactionCoordinator owner considered active?
- isActive() - Method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
- isActive() - Method in interface org.hibernate.Transaction
-
Is this transaction still active?
- isActiveAndNoMarkedForRollback() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
- isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
-
Whether any of the LoadQueryInfluencers.getEnabledFetchProfileNames() apply to this loadable
- isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
- isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isAffectedByEnabledFilters(Set<ManagedMappingType>, LoadQueryInfluencers, boolean) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
- isAffectedByEnabledFilters(Set<ManagedMappingType>, LoadQueryInfluencers, boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isAffectedByEnabledFilters(Set<ManagedMappingType>, LoadQueryInfluencers, boolean) - Method in interface org.hibernate.persister.collection.CollectionPersister
- isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
- isAffectedByEnabledFilters(LoadQueryInfluencers, boolean) - Method in interface org.hibernate.loader.ast.spi.Loadable
-
Whether any of the "influencers" affect this loadable.
- isAffectedByEnabledFilters(LoadQueryInfluencers, boolean) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- isAffectedByEnabledFilters(LoadQueryInfluencers, boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isAffectedByEnabledFilters(LoadQueryInfluencers, boolean) - Method in interface org.hibernate.persister.collection.CollectionPersister
- isAffectedByEnabledFilters(LoadQueryInfluencers, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
- isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
-
Whether the effective entity-graph applies to this loadable
- isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
- isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isAffectedByInfluencers(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isAffectedByInfluencers(LoadQueryInfluencers, boolean) - Method in interface org.hibernate.loader.ast.spi.Loadable
- isAfter(int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version after the passed one
- isAfter(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version after the passed one
- isAfter(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version after the passed one
- isAfter(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version after the passed one
- isAfter(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version comes after the passed one
- isAfterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- isAliased() - Method in class org.hibernate.spi.NavigablePath
- isAll() - Method in enum class org.hibernate.engine.OptimisticLockStyle
- isAllOrDirty() - Method in enum class org.hibernate.engine.OptimisticLockStyle
- isAllowedToReuse() - Method in class org.hibernate.event.spi.FlushEntityEvent
- isAllowExtensionsInCdi() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- isAllowExtensionsInCdi() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Check to see if extensions can be hosted in CDI
- isAllowJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get whether the proxy can load data even if it's not attached to a session with an ongoing transaction.
- isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- isAllowNulls() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
- isAllowOutOfTransactionUpdateOperations() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isAllowOutOfTransactionUpdateOperations() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isAllowProxyCreation() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
- isAllowRefreshDetachedEntity() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.with no replacement.
- isAllowRefreshDetachedEntity() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.with no replacement.
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
- isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
- isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
-
Do we dirty check this association, even when there are no columns to be updated?
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
-
We always need to dirty check the collection because we sometimes need to increment version number of owner and also because of how assemble/disassemble is implemented for uks
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
-
We don't need to dirty check one-to-one because of how assemble/disassemble is implemented and because a one-to-one association is never dirty
- isAnonymous() - Method in class org.hibernate.mapping.CheckConstraint
- isAnsiNullOn() - Method in class org.hibernate.dialect.SybaseASEDialect
- isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
- isAnyType() - Method in class org.hibernate.type.AbstractType
- isAnyType() - Method in class org.hibernate.type.AnyType
- isAnyType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
AnyType
. - isApplicationContinuity() - Method in class org.hibernate.dialect.OracleDialect
- isApplicationContinuity() - Method in class org.hibernate.dialect.OracleServerConfiguration
- isAppliedToLoadByKey() - Method in class org.hibernate.engine.spi.FilterDefinition
-
Get a flag that defines if the filter should be applied on direct fetches or not.
- isAppliedToLoadByKey() - Method in interface org.hibernate.Filter
-
Get the associated
applyToLoadByKey
of this named filter. - isApplyToLoadByKey() - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- isArray() - Method in class org.hibernate.mapping.Array
- isArray() - Method in class org.hibernate.mapping.Collection
- isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an array?
- isArray() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isArray(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isArrayType() - Method in class org.hibernate.type.ArrayType
- isArrayType() - Method in class org.hibernate.type.CollectionType
- isAscending() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
-
Whether ascending ordering is in effect.
- isAscending() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- isAscending() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- isAssignableTo(JdbcMapping, JdbcMapping) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- isAssignableTo(ReturnableType<?>, ReturnableType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- isAssigned() - Method in interface org.hibernate.mapping.GeneratorCreator
-
Does this object create instances of
Assigned
? - isAssociation() - Method in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
- isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
- isAssociationKeyVisited(AssociationKey) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- isAssociationKeyVisited(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Checks whether the given circularityKey is registered
- isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
- isAssociationType() - Method in class org.hibernate.type.AbstractType
- isAssociationType() - Method in class org.hibernate.type.AnyType
- isAssociationType() - Method in class org.hibernate.type.CollectionType
-
Note: return true because this type is castable to
AssociationType
. - isAssociationType() - Method in class org.hibernate.type.EntityType
-
An entity type is a type of association type
- isAssociationType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
AssociationType
. - isAttributeLoaded(Object, String) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
- isAttributeLoaded(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
- isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- isAttributeLoaded(String) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
-
Deprecated.Interceptors that deal with * lazy state should implement
BytecodeLazyAttributeInterceptor
- isAutoApplicable() - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
- isAutoApply() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
- isAutoApply() - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isAutoEnabled() - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- isAutoEnabled() - Method in class org.hibernate.engine.spi.FilterDefinition
-
Get a flag that defines if the filter should be enabled by default.
- isAutoEnabled() - Method in interface org.hibernate.Filter
-
Get the associated
autoEnabled
of this named filter. - isAutoEvictCollectionCache() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isAutoImport() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- isAutoImportEnabled() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Is auto-importing of entity (short) names enabled?
- isAutonomous() - Method in class org.hibernate.dialect.OracleDialect
- isAutonomous() - Method in class org.hibernate.dialect.OracleServerConfiguration
- isBackRef() - Method in class org.hibernate.mapping.Backref
- isBackRef() - Method in class org.hibernate.mapping.IndexBackref
- isBackRef() - Method in class org.hibernate.mapping.Property
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
- isBatchLoadable() - Method in interface org.hibernate.persister.collection.CollectionPersister
- isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is batch loading enabled?
- isBatchLoadable(LoadQueryInfluencers) - Method in class org.hibernate.engine.spi.EntityKey
- isBefore(int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version before the passed one
- isBefore(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version before the passed one
- isBefore(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version before the passed one
- isBefore(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version before the passed one
- isBefore(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine whether this version comes before the passed one
- isBeforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
- isBidirectionalAttributeName(NavigablePath, ToOneAttributeMapping) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- isBinary() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isBinaryType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given JDBC type code represent some sort of variable-length binary string or BLOB type?
- isBoolean() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isBoolean(JdbcMapping) - Static method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- isBoolean(CastType) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- isBoolean(SqlAstNode) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- isBound() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Is any value (including
null
) bound? Asked another way, were any of the `#set` methods called? - isBound(Parameter<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- isBound(QueryParameterImplementor<?>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Has binding been done for the given parameter.
- isBytecodeEnhanced() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
- isBytecodeLazy() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Should the attribute be lazily loaded by bytecode enhancement?
- isCacheable() - Method in interface org.hibernate.query.SelectionQuery
-
Should the results of the query be stored in the second level cache?
- isCacheable() - Method in class org.hibernate.query.spi.AbstractQuery
- isCacheable() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- isCacheable() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- isCached() - Method in class org.hibernate.mapping.PersistentClass
- isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
We can't immediately add to the cache if we have formulas which must be evaluated, or if we have the possibility of two concurrent updates to the same item being merged on the database.
- isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Should we always invalidate the cache instead of recaching updated state
- isCacheLazy() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Deprecated.
- isCacheLazyProperties() - Method in class org.hibernate.boot.model.source.spi.Caching
- isCallable() - Method in record class org.hibernate.boot.model.CustomSql
-
Deprecated.
- isCallable() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
-
Whether the statement is callable
- isCallable() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
- isCallable() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
- isCallable() - Method in interface org.hibernate.sql.model.ast.CustomSqlMutation
-
Whether
CustomSqlMutation.getCustomSql()
represents a callable (function/procedure) - isCallable() - Method in interface org.hibernate.sql.model.ast.TableMutation
-
Is the mutation a procedure/function?
- isCallable() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- isCallable() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
-
Whether the operation is callable
- isCallable() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
-
Whether custom SQL should be treated as callable (function / procedure)
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
- isCascadeable() - Method in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
- isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced) table is deleted, should the corresponding records in the child table automatically be deleted?
- isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
- isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
- isCascadeDeleteEnabled() - Method in class org.hibernate.event.spi.DeleteEvent
- isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
- isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is cascade delete handled by the database-level foreign key constraint definition?
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isCascadeDeleteEnabled() - Method in interface org.hibernate.sql.model.TableMapping
-
Whether deletions are cascaded to this table at the database level.
- isCaseInsensitive() - Method in interface org.hibernate.query.Order
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isCaseSensitive() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- isCaseSensitive() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- isCaseSensitive() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
- isCatalogQuoted() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- isCatalogQuoted() - Method in class org.hibernate.mapping.Table
- isCatalogQuoted() - Method in interface org.hibernate.mapping.UserDefinedType
- isCharacterOrClobType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given JDBC type code represent some sort of character string type?
- isCharacterType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given JDBC type code represent some sort of character string type?
- isCheckDeleted() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
- isCheckNullability() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isCheckNullability() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Should Hibernate validate that non-optional attributes have non-null values?
- isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
- isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
- isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
- isClearQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
- isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isClosed() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- isClosed() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Determines whether the session is closed.
- isClosed() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isClosed() - Method in interface org.hibernate.ScrollableResults
- isClosed() - Method in interface org.hibernate.SessionFactory
-
Is this factory already closed?
- isCloud() - Method in class org.hibernate.dialect.HANADialect
- isCollectionElement() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
-
Is the basic column the "element column" for a collection?
- isCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Does this part represent a collection-element reference?
- isCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
- isCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
- isCollectionsInDefaultFetchGroupEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isCollectionsInDefaultFetchGroupEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
- isCollectionType() - Method in class org.hibernate.type.AbstractType
- isCollectionType() - Method in class org.hibernate.type.CollectionType
- isCollectionType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
CollectionType
. - isColumnExpressionFormula() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
- isColumnExpressionFormula() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- isColumnInsertable(int) - Method in class org.hibernate.mapping.Collection
- isColumnInsertable(int) - Method in class org.hibernate.mapping.OneToMany
- isColumnInsertable(int) - Method in class org.hibernate.mapping.SimpleValue
- isColumnInsertable(int) - Method in interface org.hibernate.mapping.Value
- isColumnUpdateable(int) - Method in class org.hibernate.mapping.Collection
- isColumnUpdateable(int) - Method in class org.hibernate.mapping.OneToMany
- isColumnUpdateable(int) - Method in class org.hibernate.mapping.SimpleValue
- isColumnUpdateable(int) - Method in interface org.hibernate.mapping.Value
- isCommentsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isCommentsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Should explanatory comment text be added to the generated SQL?
- isComparable() - Method in class org.hibernate.dialect.type.H2DurationIntervalSecondJdbcType
- isComparable() - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- isComparable() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isComparable() - Method in interface org.hibernate.usertype.UserType
-
Is this a comparable type in HQL? A type is comparable if it may be used with comparison operators like
>=
, and withmax()
andmin()
. - isCompatible(Limit) - Method in class org.hibernate.query.spi.Limit
- isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
- isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- isComplete() - Method in interface org.hibernate.Transaction
-
Is this transaction complete?
- isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
- isComponentType() - Method in class org.hibernate.type.AbstractType
- isComponentType() - Method in class org.hibernate.type.AnyType
- isComponentType() - Method in class org.hibernate.type.ComponentType
- isComponentType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
CompositeType
. - isComposite() - Method in class org.hibernate.mapping.Property
- isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @Embeddable annotation
- isCompositeClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the given class name represent an embeddable/component class?
- isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isCompositeTemporal(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- isConcreteProxy() - Method in class org.hibernate.mapping.PersistentClass
- isConcreteProxy() - Method in class org.hibernate.mapping.RootClass
- isConcreteProxy() - Method in class org.hibernate.mapping.Subclass
- isConcreteProxy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Returns
true
if this entity type's hierarchy is configured to return concrete-typed proxies. - isConcreteProxy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isConnected() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isConnected() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isConnected() - Method in interface org.hibernate.SharedSessionContract
-
Check if the session is currently connected.
- isConnectedToSession() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Getter for property 'connectedToSession'.
- isConstrained() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
- isConstrained() - Method in class org.hibernate.mapping.OneToOne
-
Returns the constrained.
- isConstrained() - Method in class org.hibernate.mapping.SimpleValue
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- isCorrelated(CteStatement) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- isCorrelated(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
- isCriteriaCopyTreeEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isCriteriaCopyTreeEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isCriteriaCopyTreeEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isCriteriaCopyTreeEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- isCriteriaCopyTreeEnabled() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isCriteriaPlanCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isCriteriaPlanCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isCriteriaPlanCacheEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isCriteriaPlanCacheEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- isCriteriaPlanCacheEnabled() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CockroachDialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
-
Is the command returned by
Dialect.getCurrentTimestampSelectString()
treated as callable? - isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HANADialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.OracleDialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQLDialect
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.SpannerDialect
- isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
- isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
- isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
- isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
- isCustomSql() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
- isDateUnit() - Method in enum class org.hibernate.query.common.TemporalUnit
-
Is this unit extractable from a date?
- isDecimal() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isDeepCopyNeeded() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
After assembly, is a copy of the array needed?
- isDefaultAutoImport() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
Whether auto-importing of entity names (for queries) is enabled.
- isDefaultCollectionLaziness() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
Whether plural attributes are lazy by default if not specified in the mapping.
- isDefaultEntityLaziness() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
Whether singular associations (many-to-one, one-to-one) are lazy by default if not specified in the mapping.
- isDefaultOrdering(SortDirection, NullOrdering) - Method in enum class org.hibernate.query.NullPrecedence
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called
- isDefaultQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.EffectiveMappingDefaults
-
Whether database identifiers be quoted by default
- isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Will entities and proxies that are loaded into this persistence context be made read-only by default?
- isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Are entities and proxies loaded by this session read-only by default?
- isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isDefaultReadOnly() - Method in interface org.hibernate.Session
-
Will entities and proxies that are loaded into this session be made read-only by default?
- isDefaultTableTypeColumn() - Method in class org.hibernate.dialect.HANADialect
- isDefinedOnMultipleSubclasses(Column) - Method in class org.hibernate.mapping.PersistentClass
- isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isDelayBatchFetchLoaderCreationsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer used
- isDeleteCallable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isDeletedOrGone() - Method in enum class org.hibernate.engine.spi.Status
- isDetached() - Method in interface org.hibernate.engine.spi.EntityHolder
-
Whether the entity is detached.
- isDirectlyAccessible() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isDirectlyAccessible() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- isDirectlyAccessible() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Could the application possibly have a direct reference to the underlying collection implementation?
- isDirectlyProvidedCollection(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Was
collection
provided directly to this PersistentCollection (i.e., provided as an argument to a constructor)? - isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
- isDirty() - Method in enum class org.hibernate.engine.OptimisticLockStyle
- isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isDirty() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
- isDirty() - Method in interface org.hibernate.Session
-
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
- isDirty(int, AttributeMapping) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.DirtinessChecker
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Should the parent be considered dirty, given both the old and current value?
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Should the parent be considered dirty, given both the old and current value?
- isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
- isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
-
The callback used by Hibernate to determine if the given entity is dirty.
- isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
-
Do the attribute dirty check.
- isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
- isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
- isDisallowedWrapperArray() - Method in class org.hibernate.mapping.BasicValue
- isDiscoveredType(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- isDiscoveredType(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
- isDiscoveredType(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
- isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
- isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
- isDistinct() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- isDistinct() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- isDistinct() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- isDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- isDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- isDistinct() - Method in class org.hibernate.sql.ast.tree.select.SelectClause
- isDoNothing() - Method in class org.hibernate.sql.ast.tree.insert.ConflictClause
- isDorecreate() - Method in class org.hibernate.engine.spi.CollectionEntry
- isDoremove() - Method in class org.hibernate.engine.spi.CollectionEntry
- isDoupdate() - Method in class org.hibernate.engine.spi.CollectionEntry
- isDoUpdate() - Method in class org.hibernate.sql.ast.tree.insert.ConflictClause
- isDuration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isDuration(SqmExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
- isDurationType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a
duration
type? - isDynamic() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
-
Indicates whether this embeddable/component is dynamic (represented as a Map), or whether a dedicated class for it is available.
- isDynamic() - Method in class org.hibernate.mapping.Component
- isDynamic() - Method in interface org.hibernate.query.results.ResultSetMapping
-
Indicates whether the mapping is dynamic per
ResultSetMapping
- isDynamicInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Did the source specify dynamic inserts?
- isDynamicInstantiation() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
- isDynamicMutation() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
- isDynamicUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Did the source specify dynamic updates?
- isEager() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Indicates whether calling resolve is needed when the object for this initializer is initialized already.
- isElementRemoved() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isElementRemoved() - Method in interface org.hibernate.collection.spi.PersistentCollection
- isEmbeddableFunctionTableReference() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- isEmbeddableFunctionTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- isEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
- isEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
- isEmbedded() - Method in class org.hibernate.mapping.Component
- isEmbedded() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- isEmbedded() - Method in class org.hibernate.type.AnyType
- isEmbedded() - Method in class org.hibernate.type.ComponentType
- isEmbedded() - Method in interface org.hibernate.type.CompositeType
-
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
- isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
- isEmbeddedAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- isEmbedXml() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
- isEmpty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- isEmpty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- isEmpty() - Method in class org.hibernate.collection.spi.PersistentBag
- isEmpty() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- isEmpty() - Method in class org.hibernate.collection.spi.PersistentList
- isEmpty() - Method in class org.hibernate.collection.spi.PersistentMap
- isEmpty() - Method in class org.hibernate.collection.spi.PersistentSet
- isEmpty() - Method in class org.hibernate.engine.spi.ExecutableList
- isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Are there no listeners registered?
- isEmpty() - Method in class org.hibernate.event.spi.MergeContext
-
Returns true if this MergeContext contains no merge-to-managed entity cross-references.
- isEmpty() - Method in interface org.hibernate.event.spi.RefreshContext
- isEmpty() - Method in class org.hibernate.LockOptions
-
Deprecated.Whether this
LockOptions
instance is "empty", meaning it has any non-default values set (which is the same as - isEmpty() - Method in class org.hibernate.persister.entity.mutation.TableSet
- isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
- isEmpty() - Method in class org.hibernate.query.spi.Limit
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
- isEmpty() - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
- isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
- isEmpty() - Method in interface org.hibernate.sql.results.graph.FetchList
- isEmpty(SerializerProvider, byte[]) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
- isEmpty(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isEmpty(Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isEmpty(Collection<?>) - Static method in class org.hibernate.Hibernate
-
Determine is the given persistent collection is empty, without fetching its state from the database.
- isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.Dialect
-
Return whether the dialect considers an empty string value to be null.
- isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.OracleDialect
- isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.PostgresPlusDialect
- isEnabled() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- isEncodedBoolean(JdbcMapping) - Static method in class org.hibernate.dialect.function.json.OracleJsonValueFunction
- isEnhancedForLazyLoading() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
Has the entity class been bytecode enhanced for lazy loading?
- isEntityClass(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @Entity annotation
- isEntityClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the given class descriptor represent an entity class?
- isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isEntityIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
- isEntityIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- isEntityInitializer() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- isEntityInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
- isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
- isEntityType() - Method in class org.hibernate.type.AbstractType
- isEntityType() - Method in class org.hibernate.type.EntityType
-
Explicitly, an entity type is an entity type ;)
- isEntityType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
EntityType
. - isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is there an
EntityEntry
registration for this entity instance? - isEnum() - Method in interface org.hibernate.query.criteria.JpaTupleElement
- isEnumType(int) - Static method in class org.hibernate.type.SqlTypes
- isEqual(Object, Object) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state.
- isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state.
- isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
- isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
- isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
- isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
- isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
- isEqual(Object, Object) - Method in class org.hibernate.type.UserComponentType
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
- isEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Determines if this session implements
EventSource
. - isEventuallyInitialized() - Method in interface org.hibernate.engine.spi.EntityHolder
-
Whether the entity is already initialized or will be initialized through an initializer eventually.
- isExcludeUnlistedClasses() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- isExcludeUnlistedClasses() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Essentially should scanning for classes be performed? If not, the list of classes available is limited to: classes listed in
PersistenceUnitDescriptor.getManagedClassNames()
classes named in allPersistenceUnitDescriptor.getMappingFileNames()
classes discovered inPersistenceUnitDescriptor.getJarFileUrls()
- isExistsInDatabase() - Method in interface org.hibernate.engine.spi.EntityEntry
- isExpectedServiceRegistryType(ServiceRegistry) - Static method in class org.hibernate.boot.MetadataSources
- isExplicit() - Method in class org.hibernate.mapping.Column
- isExplicit() - Method in class org.hibernate.mapping.UniqueKey
- isExplicitPolymorphism() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Should explicit polymorphism (querying) be applied to this entity?
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
-
Deprecated.No longer supported
- isExplicitPolymorphism() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Deprecated.No longer supported
- isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isExtended() - Method in class org.hibernate.dialect.OracleDialect
- isExtended() - Method in class org.hibernate.dialect.OracleServerConfiguration
- isExtraLazy() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
- isExtraLazy() - Method in class org.hibernate.mapping.Collection
- isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
- isFailOnPaginationOverCollectionFetchEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isFailOnPaginationOverCollectionFetchEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isFalse(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isFalse(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isFalse(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isFetched() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- isFetched() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
-
Is this a fetch join?
- isFetched() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- isFetched() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- isFetched() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- isFetched() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- isFetched() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
-
Is the
fetch profile
with the given name enabled in this session? - isFirst() - Method in class org.hibernate.query.Page
- isFirst() - Method in interface org.hibernate.ScrollableResults
-
Is this the first result?
- isFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- isFirstPage() - Method in class org.hibernate.query.KeyedResultList
- isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- isFkOptimizationAllowed() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
- isFloat() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isFloatingType(Class<?>) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
- isFloatOrRealOrDouble(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a SQL floating point type?
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isFlushing() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is a flush cycle currently in process?
- isFlushRequired() - Method in class org.hibernate.event.spi.AutoFlushEvent
- isForced() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
- isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
- isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
- isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
- isForceImmutable() - Method in class org.hibernate.type.BasicTypeReference
- isForeignKeyEnabled() - Method in class org.hibernate.mapping.SimpleValue
- isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
- isFormula() - Method in class org.hibernate.mapping.Column
- isFormula() - Method in class org.hibernate.mapping.Formula
- isFormula() - Method in interface org.hibernate.mapping.Selectable
-
Does this selectable represent a formula?
true
indicates it is a formula;false
indicates it is a physical column - isFormula() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- isFormula() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
-
Is the mapping a formula instead of a physical column?
- isFormula() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- isFormula() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- isFullyAliased() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- isFunctionCall() - Method in interface org.hibernate.procedure.ProcedureCall
-
Does this
ProcedureCall
represent a call to a databaseFUNCTION
, as opposed to aPROCEDURE
? - isGeneric() - Method in class org.hibernate.mapping.Component
- isGeneric() - Method in class org.hibernate.mapping.Property
- isGeneric() - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Indicates if this path source is generically typed
- isGetEnabled() - Method in enum class org.hibernate.CacheMode
-
Does this cache mode indicate that reads are allowed?
- isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isGetGeneratedKeysEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isGetGeneratedKeysEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- isGlobalGeneratorScopeEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Should the scope of
TableGenerator.name()
andSequenceGenerator.name()
be considered globally or locally defined? - isGloballyQuoteIdentifiers() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- isIdentified() - Method in class org.hibernate.mapping.Collection
- isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
- isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Are identifiers of this entity assigned known before the insert execution? Or, are they generated (in the database) by the insert execution.
- isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isIdentifierRollbackEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Should generated identifiers be reset after entity removal?
- isIdentifierRollbackEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isIdentifierRollbackEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- isIdentifierRollbackEnabled() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isIdentifierTable() - Method in interface org.hibernate.metamodel.mapping.TableDetails
-
Whether this table is the root for a given
ModelPartContainer
. - isIdentifierTable() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- isIdentifierTable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isIdentifierTable() - Method in interface org.hibernate.sql.model.TableMapping
-
Whether this table holds the identifier for the
MutationTarget
- isIdentifierTable(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isIdentifierTable(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isIdentifierTable(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isIdentifierTable(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- isIdentity() - Method in class org.hibernate.mapping.Column
- isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
- isIgnoreCase() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- isIgnoreCase() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
- isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
- isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
- isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
- isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
- isImplicit() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- isImplicitJoin() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- isImplicitJoin() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
-
Is this an implicit join inferred from a path expression?
- isImplicitJson() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isImplicitJsonType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the typecode represent a JSON type or a type that can be implicitly cast to JSON.
- isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- isImplicitlySelectable() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- isImplicitlySelectable() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
-
When applicable, whether this join should be included in an implicit select clause
- isImplicitXml() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isImplicitXmlType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the typecode represent an XML type or a type that can be implicitly cast to XML.
- isIncludedInDirtyChecking() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- isIncludedInOptimisticLocking() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
If the containing entity is using optimistic locking, should this attribute participate in that locking? Meaning, should changes in the value of this attribute at runtime indicate that the entity is now dirty in terms of optimistic locking?
- isIncludedInOptimisticLocking() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- isInCompletionProcess() - Method in interface org.hibernate.Transaction
-
Is this transaction currently in the completion process?
- isIndexed() - Method in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- isIndexed() - Method in class org.hibernate.mapping.Collection
- isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
- isIndexed() - Method in enum class org.hibernate.metamodel.CollectionClassification
- isInheritable() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- isInherited() - Method in class org.hibernate.mapping.PersistentClass
- isInherited() - Method in class org.hibernate.mapping.RootClass
- isInherited() - Method in class org.hibernate.mapping.Subclass
- isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the entity is inherited one or more other entities.
- isInitialized() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- isInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isInitialized() - Method in interface org.hibernate.engine.spi.EntityHolder
-
Whether the entity is already initialized
- isInitialized() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- isInitialized() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- isInitialized() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
-
If this is a lazy table group, it may report that it is not initialized, which would also mean that a join referring to this table group should not be rendered.
- isInitialized() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- isInitialized() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
- isInitialized() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- isInitialized(Object) - Static method in class org.hibernate.Hibernate
-
Determines if the given proxy or persistent collection is initialized.
- isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isInitializeLazyStateOutsideTransactionsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Are detached proxies and collections fetched in a temporary persistence context?
- isInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- isInitializing() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isInitializing() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is this PersistentCollection in the process of being initialized?
- isInRecursiveQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isInSecondPass() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- isInsertable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Did the mapping specify that the given attribute value(s) should be inserted into the database?
- isInsertable() - Method in class org.hibernate.mapping.Property
- isInsertable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- isInsertable() - Method in interface org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
- isInsertable() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- isInsertable() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
- isInsertable() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- isInsertable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- isInsertCallable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isInserted() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
Set this to
false
, if your discriminator column is also part of a mapped composite identifier. - isInstance(Object) - Method in interface org.hibernate.metamodel.spi.Instantiator
-
Performs and "instance of" check to see if the given object is an instance of managed structure
- isInstance(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isInstance(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is the given object an instance of this entity?
- isInstance(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Is the given value an instance of the described type?
- isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- isInstance(Object) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- isInstance(Object) - Method in interface org.hibernate.usertype.CompositeUserType
- isInstance(Object, Class<?>) - Static method in class org.hibernate.Hibernate
-
Determine if the true, underlying class of the proxied entity is assignable to the given class.
- isInstrumented() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isInstrumented() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Has the class actually been bytecode instrumented?
- isInSubquery() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isInteger() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isIntegerDivisionEmulationRequired(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isIntegral(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a SQL integer type?
- isIntegralType(Class<?>) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
- isInterval() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isIntervalType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a SQL
interval
type? - isInTypeInference() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- isInTypeInference() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- isInTypeInference() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
-
Returns whether the state of the translation is currently in type inference mode.
- isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- isInverse() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- isInverse() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
- isInverse() - Method in class org.hibernate.mapping.Collection
- isInverse() - Method in class org.hibernate.mapping.Join
- isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection "inverse", so state changes are not propagated to the database.
- isInverse() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- isInverse() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isInverse() - Method in interface org.hibernate.sql.model.TableMapping
-
Whether the table is mapped as inverse
- isInverse(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- isInverseCollection() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Is this the "inverse" end of a bidirectional association?
- isInverseCollectionNoOrphanDelete() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Is this the "inverse" end of a bidirectional association with no orphan delete enabled?
- isInverseOneToManyOrNoOrphanDelete() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?
- isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isInverseTable(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- isInverseTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.Dialect
-
Is JDBC statement warning logging enabled by default?
- isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.MySQLDialect
- isJdbcTemporalType(SqmExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
- isJoined() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Determine if there is an active transaction that this coordinator is already joined to.
- isJoined() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
- isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
- isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
- isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
- isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isJoinedToTransaction() - Method in interface org.hibernate.SharedSessionContract
-
Check if the session is joined to the current transaction.
- isJoinTable() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- isJpaBootstrap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Whether the bootstrap was initiated from JPA bootstrapping.
- isJpaBootstrap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Was building of the
SessionFactory
initiated through JPA bootstrapping, or through Hibernate-native bootstrapping? - isJpaCacheComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Should Hibernate comply with all aspects of caching as defined by JPA? Or can it deviate to perform things it believes will be "better"?
- isJpaCascadeComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Deprecated.No longer has any effect.
- isJpaClosedComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
JPA defines specific exceptions on specific methods when called on
EntityManager
andEntityManagerFactory
when those objects have been closed. - isJpaOrderByMappingComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Should we strictly handle
OrderBy
expressions? - isJpaProxyComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
JPA spec says that an
EntityNotFoundException
should be thrown when accessing an entity proxy which does not have an associated table row in the database. - isJpaQueryComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Controls whether Hibernate's handling of JPA's
Query
(JPQL, Criteria and native-query) should strictly follow the JPA spec. - isJpaQueryComplianceEnabled() - Method in interface org.hibernate.query.sqm.NodeBuilder
- isJpaQueryComplianceEnabled() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
- isJpaTransactionComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Indicates that Hibernate's
Transaction
should behave as defined by the specification for JPA'sEntityTransaction
since it extends it. - isJson() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isJson(SqlAstNode) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- isJsonFunctionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isJsonFunctionsEnabled() - Method in interface org.hibernate.query.hql.spi.SqmCreationOptions
- isJsonFunctionsEnabled() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- isJsonType() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Returns the value of the
isJsonType
record component. - isJsonType() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
isJsonType
record component. - isJsonType() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns the value of the
isJsonType
record component. - isJsonType() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
isJsonType
record component. - isJsonType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the typecode represent a JSON type.
- isJta() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
- isJtaTrackByThread() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isJtaTrackByThread() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isJtaTrackByThread() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- isJtaTransactionAccessEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isJtaTransactionAccessEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isKey() - Method in class org.hibernate.mapping.Component
- isKey() - Method in class org.hibernate.type.ComponentType
- isKeyPart(ValuedModelPart) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- isLast() - Method in interface org.hibernate.ScrollableResults
-
Is this the last result?
- isLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- isLastPage() - Method in class org.hibernate.query.KeyedResultList
- isLateral() - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
-
Specifies whether the subquery part can access previous from node aliases.
- isLateral() - Method in interface org.hibernate.query.criteria.JpaFunctionJoin
-
Specifies whether the function arguments can refer to previous from node aliases.
- isLateral() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- isLateral() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- isLateral() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- isLateral() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
- isLateral() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- isLateral() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- isLateral() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- isLateral() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- isLateral() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- isLazinessImplied() - Method in interface org.hibernate.boot.models.xml.spi.XmlDocument.Defaults
- isLazy() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
- isLazy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Is this entity lazy (proxyable)?
- isLazy() - Method in class org.hibernate.mapping.Any
- isLazy() - Method in class org.hibernate.mapping.Collection
- isLazy() - Method in interface org.hibernate.mapping.Fetchable
- isLazy() - Method in class org.hibernate.mapping.Join
- isLazy() - Method in class org.hibernate.mapping.PersistentClass
- isLazy() - Method in class org.hibernate.mapping.Property
-
Is this property lazy in the "bytecode" sense?
- isLazy() - Method in class org.hibernate.mapping.ToOne
- isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection lazily initialized?
- isLazyAttribute(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- isLazyCapable() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Indicates whether this initializer or one of its sub-parts could be made lazy.
- isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- isLazyLoadable(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Determine if a field is lazy loadable.
- isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
- isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Should lazy properties of this entity be cached?
- isList() - Method in class org.hibernate.mapping.IndexedCollection
- isList() - Method in class org.hibernate.mapping.List
- isListener() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
- isLiteral(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isLoadByIdComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
JPA says that the id passed to
EntityManager.getReference(java.lang.Class<T>, java.lang.Object)
andEntityManager.find(java.lang.Class<T>, java.lang.Object)
should be exactly the expected type, allowing no type coercion. - isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is in a two-phase load?
- isLoadingFinished() - Method in class org.hibernate.sql.results.spi.LoadContexts
- isLob() - Method in class org.hibernate.mapping.Property
- isLob() - Method in class org.hibernate.mapping.SimpleValue
- isLob() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- isLob() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- isLob() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isLob() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Was LOB datatype requested for the given Java type?
- isLob(int) - Method in class org.hibernate.dialect.Dialect
- isLob(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isLob(Size) - Method in interface org.hibernate.type.descriptor.sql.DdlType
- isLob(JdbcMappingContainer) - Static method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- isLobOrLong() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isLobOrLong(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
- isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
-
Is the association modeled here a 1-1 according to the logical model?
- isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
- isLogToStdout() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Are we currently logging to stdout?
- isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this a many-to-many association? Note that this is mainly a convenience feature as the single persister does not contain all the information needed to handle a many-to-many itself, as internally it is looked at as two many-to-ones.
- isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
- isMap() - Method in class org.hibernate.mapping.Collection
- isMap() - Method in class org.hibernate.mapping.Map
- isMapEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a predicate that tests whether a Map is empty.
- isMapEmpty(JpaExpression<M>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isMapEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isMapNotEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a predicate that tests whether a Map is not empty.
- isMapNotEmpty(JpaExpression<M>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isMapNotEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isMappedBy() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
- isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @OneToMany, @ManyToMany and @ElementCollection annotations
- isMappedCollection(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
- isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @MappedSuperclass annotation
- isMappedSuperclassClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the given class name represent a MappedSuperclass class?
- isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isMappedToKnownLobCode(int) - Static method in class org.hibernate.type.descriptor.jdbc.LobTypeMappings
- isMember(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isMember(E, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isMember(Expression<E>, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isMethodOf(Method) - Method in class org.hibernate.type.AnyType
- isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
- isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
-
Is the given method a member of this component's class?
- isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
- isMigration() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Is the generated SQL for use in schema migration?
- isMigration() - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- isMinimalPutsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isMinimalPutsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Should we avoid overwriting cache entries with identical entries?
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.spi.RegionFactory
-
By default, should we perform "minimal puts" when using this second level cache implementation?
- isModifiableEntity() - Method in interface org.hibernate.engine.spi.EntityEntry
-
Can the entity be modified?
- isModifiableEntity(EntityEntry) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Has the value been modified compared to the current database state? The difference between this and the
Type.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor)
methods is that here we need to account for "partially" built values. - isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
- isMultiTenancyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- isMultiTenancyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isMultiTenancyEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Is multi-tenancy enabled?
- isMultiTenancyEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Is there a multi-tenant connection provider configured?
- isMultiValued() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
- isMultiValued() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Is the binding multivalued?
- isMultiValuedBindingAllowed() - Method in interface org.hibernate.query.sqm.spi.ParameterDeclarationContext
-
Are multi-valued parameter bindings allowed in this context?
- isMutable() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Is this root entity mutable?
- isMutable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- isMutable() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
Is the data marked as being mutable?
- isMutable() - Method in interface org.hibernate.graph.GraphNode
- isMutable() - Method in class org.hibernate.mapping.Collection
- isMutable() - Method in class org.hibernate.mapping.PersistentClass
- isMutable() - Method in class org.hibernate.mapping.RootClass
- isMutable() - Method in class org.hibernate.mapping.Subclass
- isMutable() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Whether the natural-id is mutable.
- isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Can the elements of this collection change?
- isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether instances of this entity are considered mutable.
- isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
- isMutable() - Method in class org.hibernate.type.AnyType
- isMutable() - Method in class org.hibernate.type.CollectionType
- isMutable() - Method in class org.hibernate.type.ComponentType
- isMutable() - Method in class org.hibernate.type.CustomType
- isMutable() - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
- isMutable() - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
- isMutable() - Method in class org.hibernate.type.descriptor.java.Immutability
- isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
- isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
Can the internal state of instances of
T
be changed? - isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
- isMutable() - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
- isMutable() - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- isMutable() - Method in class org.hibernate.type.EntityType
- isMutable() - Method in class org.hibernate.type.MetaType
- isMutable() - Method in interface org.hibernate.type.Type
-
Are objects of this type mutable with respect to the referencing object? Entities and collections are considered immutable because they manage their own internal state.
- isMutable() - Method in class org.hibernate.usertype.BaseUserTypeSupport
- isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
-
Are objects of this type mutable?
- isMutable() - Method in interface org.hibernate.usertype.UserType
-
Are instances of the Java class mapped by this custom type mutable or immutable?
- isNakedEntityReturned() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
- isNamed() - Method in class org.hibernate.mapping.CheckConstraint
- isNamed() - Method in interface org.hibernate.query.QueryParameter
-
Determine if this a named parameter or ordinal.
- isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Are named queries validated when the factory is created?
- isNameExplicit() - Method in class org.hibernate.mapping.UniqueKey
- isNationalized() - Method in class org.hibernate.mapping.SimpleValue
- isNationalized() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- isNationalized() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isNationalized() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Was nationalized character datatype requested for the given Java type?
- isNationalized(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
- isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- isNegated() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
-
Is this predicate (currently) negated?
- isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- isNewlyInstantiated() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection newly instantiated?
- isNoBackslashEscapesEnabled() - Method in class org.hibernate.dialect.MySQLDialect
- isNoBackslashEscapesEnabled() - Method in class org.hibernate.dialect.MySQLServerConfiguration
- isNoConstraintByDefault() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- isNoConstraintByDefault() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Should we disable constraint creation when
ConstraintMode.PROVIDER_DEFAULT
? - isNone() - Method in enum class org.hibernate.engine.OptimisticLockStyle
- isNonNativeBoolean(CastType) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- isNonNativeBoolean(SqlAstNode) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- isNotAffectedByInfluencers(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
- isNotEmpty(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isNotEmpty(Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isNotEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isNotMember(E, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isNotMember(Expression<E>, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isNotNull() - Method in interface org.hibernate.query.criteria.JpaExpression
- isNotNull() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- isNotNull() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- isNotNull() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- isNotNull() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- isNotNull() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- isNotNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isNotNull(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isNotNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isNotOneOf(TransactionStatus...) - Method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
- isNull() - Method in interface org.hibernate.query.criteria.JpaExpression
- isNull() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- isNull() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- isNull() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- isNull() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- isNull() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- isNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isNull(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
- isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
- isNullable() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Is this column nullable?
- isNullable() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- isNullable() - Method in class org.hibernate.mapping.Collection
- isNullable() - Method in class org.hibernate.mapping.Column
- isNullable() - Method in class org.hibernate.mapping.DependantValue
- isNullable() - Method in class org.hibernate.mapping.ManyToOne
- isNullable() - Method in class org.hibernate.mapping.OneToMany
- isNullable() - Method in class org.hibernate.mapping.OneToOne
- isNullable() - Method in class org.hibernate.mapping.SimpleValue
- isNullable() - Method in interface org.hibernate.mapping.Value
- isNullable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- isNullable() - Method in interface org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
- isNullable() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- isNullable() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
-
Is the mapping considered nullable?
- isNullable() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- isNullable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- isNullable() - Method in class org.hibernate.type.EntityType
-
The nullability of the property.
- isNullable() - Method in class org.hibernate.type.ManyToOneType
- isNullable() - Method in class org.hibernate.type.OneToOneType
- isNullable(Expression) - Static method in class org.hibernate.dialect.function.array.ArrayHelper
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isNullableTable(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isNullifiable(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.EntityEntry
- isNullifiableEntityKeysEmpty() - Method in interface org.hibernate.engine.spi.PersistenceContext
- isNumber() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isNumeric() - Method in enum class org.hibernate.query.sqm.CastType
- isNumericOrDecimal(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent one of the two SQL decimal types?
- isNumericType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given JDBC type code represent some sort of numeric type?
- ISOLATE - Enum constant in enum class org.hibernate.boot.TempTableDdlTransactionHandling
-
Deprecated.Execution of the DDL must be isolated from any ongoing transaction
- ISOLATE_AND_TRANSACT - Enum constant in enum class org.hibernate.boot.TempTableDdlTransactionHandling
-
Deprecated.As with
TempTableDdlTransactionHandling.ISOLATE
the execution of the DDL must be isolated from any ongoing transaction. - ISOLATION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the JDBC transaction isolation level for connections obtained from any
ConnectionProvider
implementation which respects this setting, including every built-in implementation except forDatasourceConnectionProviderImpl
. - IsolationDelegate - Interface in org.hibernate.resource.transaction.spi
-
Contract for performing work in a manner that isolates it from any current transaction.
- isOneOf(TransactionStatus...) - Method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
- isOneToMany() - Method in class org.hibernate.mapping.Collection
- isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this a one-to-many association?
- isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
- isOneToOne() - Method in class org.hibernate.type.EntityType
-
Is the association modeled here defined as a 1-1 in the database (physical model)?
- isOneToOne() - Method in class org.hibernate.type.ManyToOneType
- isOneToOne() - Method in class org.hibernate.type.OneToOneType
- isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isOpen() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- isOpen() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isOpen() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isOpen() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Is this (logical) JDBC connection still open/active?
- isOpen() - Method in interface org.hibernate.SharedSessionContract
-
Check if the session is still open.
- isOpenOrWaitingForAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isOpenOrWaitingForAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Determines whether the session is open or is waiting for auto-close.
- isOperatedOn(Object) - Method in class org.hibernate.event.spi.MergeContext
-
Returns true if the listener is performing the merge operation on the specified merge entity.
- isOperationQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Is this collection in a state that would allow us to "queue" operations?
- isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
- isOptimisticLocked() - Method in class org.hibernate.mapping.Property
- isOptional - Variable in class org.hibernate.sql.ast.tree.from.AbstractTableReference
- isOptional() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
- isOptional() - Method in class org.hibernate.mapping.Join
- isOptional() - Method in class org.hibernate.mapping.Property
- isOptional() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
- isOptional() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isOptional() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
- isOptional() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- isOptional() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- isOptional() - Method in interface org.hibernate.sql.model.TableMapping
-
Whether the table is mapped as optional
- isOptional() - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
- isOrdered() - Method in interface org.hibernate.boot.model.source.spi.Orderable
-
If the source of plural attribute is supposed to be applied the
ORDER BY
when loading. - isOrderInsertsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isOrderInsertsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isOrderReturnEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
-
Should the entities be returned in the same order as their associated entity identifiers were provided.
- isOrderUpdatesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isOrderUpdatesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isOrdinal() - Method in interface org.hibernate.query.QueryParameter
-
Determine if this a named parameter or ordinal.
- isOrphanRemovalBeforeUpdates() - Method in class org.hibernate.event.spi.DeleteEvent
- isParameter(Expression) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isParent(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
-
Determine whether this path is part of the given path's parent
- isParentOrEqual(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
-
Determine whether this path is part of the given path's parent
- isPartitioned() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- isPartitioned() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
- isPartitioned() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- isPartitioned() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- isPartitionKey() - Method in class org.hibernate.mapping.SimpleValue
- isPartOfKey() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Indicates whether this initializer is part of a key i.e.
- isPartOfKey(NavigablePath, InitializerParent<?>) - Static method in interface org.hibernate.sql.results.graph.Initializer
- isPassProcedureParameterNames() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isPassProcedureParameterNames() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @Transient annotation
- isPersistentField(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the field represent persistent state? Persistent fields will be "enhanced".
- isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
- isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- isPhysicallyConnected() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Is this logical connection currently physically connected?
- isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Is the structure physically a sequence?
- isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
- isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
- isPhysicalSequence(JdbcEnvironment, boolean) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- isPhysicalTable() - Method in class org.hibernate.mapping.Table
- isPhysicalTable() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Does this information describe a physical table as opposed to a view, etc?
- isPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- isPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- isPolymorphic() - Method in class org.hibernate.mapping.Component
- isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
- isPolymorphic() - Method in class org.hibernate.mapping.RootClass
- isPolymorphic() - Method in class org.hibernate.mapping.Subclass
- isPolymorphic() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
-
Returns
true
if this embeddable mapping type defines a discriminator-based inheritance hierarchy,false
otherwise. - isPolymorphic() - Method in interface org.hibernate.metamodel.model.domain.EmbeddableDomainType
- isPooled() - Method in class org.hibernate.id.enhanced.CustomOptimizerDescriptor
- isPooled() - Method in interface org.hibernate.id.enhanced.OptimizerDescriptor
- isPooled() - Method in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
- isPortableIntegerDivisionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isPortableIntegerDivisionEnabled() - Method in interface org.hibernate.query.hql.spi.SqmCreationOptions
- isPortableIntegerDivisionEnabled() - Method in interface org.hibernate.query.spi.QueryEngineOptions
-
Should HQL integer division HQL should produce an integer on Oracle, MySQL, and MariaDB, where the
/
operator produces a non-integer. - isPredicate() - Method in class org.hibernate.dialect.function.json.JsonExistsFunction
- isPredicate() - Method in class org.hibernate.dialect.function.xml.XmlExistsFunction
- isPredicate() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Whether the function renders as a predicate.
- isPreferJavaTimeJdbcTypesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isPreferJavaTimeJdbcTypesEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- isPreferJavaTimeJdbcTypesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isPreferJavaTimeJdbcTypesEnabled() - Method in class org.hibernate.mapping.BasicValue
- isPreferJavaTimeJdbcTypesEnabled() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- isPreferJavaTimeJdbcTypesEnabled() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- isPreferJavaTimeJdbcTypesEnabled(ConfigurationService) - Static method in interface org.hibernate.boot.spi.MetadataBuildingContext
- isPreferJavaTimeJdbcTypesEnabled(ServiceRegistry) - Static method in interface org.hibernate.boot.spi.MetadataBuildingContext
- isPreferJdbcDatetimeTypesInNativeQueriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isPreferJdbcDatetimeTypesInNativeQueriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Should native queries return JDBC datetime types instead of using
java.time
types. - isPreferNativeEnumTypesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isPreferNativeEnumTypesEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
- isPreferNativeEnumTypesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isPreferNativeEnumTypesEnabled() - Method in class org.hibernate.mapping.BasicValue
- isPreferNativeEnumTypesEnabled() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- isPreferNativeEnumTypesEnabled() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- isPreferNativeEnumTypesEnabled(ConfigurationService) - Static method in interface org.hibernate.boot.spi.MetadataBuildingContext
- isPreferNativeEnumTypesEnabled(ServiceRegistry) - Static method in interface org.hibernate.boot.spi.MetadataBuildingContext
- isPreferUserTransaction() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isPreferUserTransaction() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isPreferUserTransaction() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- isPrimaryKey() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
- isPrimaryKey() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
Deprecated.
- isPrimaryKey(Column) - Method in class org.hibernate.mapping.Table
- isPrimed() - Method in class org.hibernate.type.BasicTypeRegistry
- isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
- isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
- isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an array of primitive values?
- isProcessed() - Method in class org.hibernate.engine.spi.CollectionEntry
- isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.MappedSuperclass
-
Check to see if a property with the given name exists in this MappedSuperclass or in any of its super hierarchy.
- isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
-
Check to see if a property with the given name exists in this PersistentClass or in any of its super hierarchy.
- isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
-
Check to see if a property with the given name exists in the super hierarchy of this PersistentClass.
- isPropertyInitialized(E, Attribute<? super E, ?>) - Static method in class org.hibernate.Hibernate
-
Determines if the given attribute of the given entity instance is initialized.
- isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
-
Determines if the field or property with the given name of the given entity instance is initialized.
- isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is the association property belonging to the keyed entity null?
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- isPropertySelectable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isPropertySelectable(int) - Method in interface org.hibernate.persister.entity.EntityPersister
- isProvider(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
-
Does the descriptor and/or integration request Hibernate as the
PersistenceProvider
? Note that in the case of no requested provider being named we assume we are the provider (the calls got to us somehow...) - isPutEnabled() - Method in enum class org.hibernate.CacheMode
-
Does this cache mode indicate that writes are allowed?
- isPutQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
- isQualified(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
- isQualified(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
- isQueryCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isQueryCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Is the query cache enabled?
- isQueryCacheHit() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
- isQueryPlanCacheable() - Method in interface org.hibernate.query.SelectionQuery
-
Should the query plan of the query be stored in the query plan cache?
- isQueryPlanCacheable() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- isQueryPlanCacheable() - Method in interface org.hibernate.query.sqm.spi.CacheabilityInfluencers
- isQueryPlanCacheable() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- isQuoted() - Method in class org.hibernate.boot.model.naming.Identifier
-
Is this a quoted identifier?
- isQuoted() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- isQuoted() - Method in class org.hibernate.mapping.Column
- isQuoted() - Method in class org.hibernate.mapping.Table
- isQuoted() - Method in interface org.hibernate.mapping.UserDefinedType
- isQuoted(String) - Static method in class org.hibernate.boot.model.naming.Identifier
-
Is the given identifier text considered quoted.
- isQuoted(String, int, int) - Static method in class org.hibernate.boot.model.naming.Identifier
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
- isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
- isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
- isReadable(long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns
true
if the enclosed value can be read by a transaction started at the given time. - isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- isReadOnly() - Method in interface org.hibernate.engine.spi.EntityEntry
- isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy read-only?
- isReadOnly() - Method in interface org.hibernate.query.SelectionQuery
-
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context i s returned instead.
- isReadOnly() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- isReadOnly() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- isReadOnly() - Method in interface org.hibernate.query.spi.QueryOptions
-
Should entities returned from the query be marked read-only.
- isReadOnly() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- isReadOnly() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is the entity or proxy read-only?
- isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isReadOnly(Object) - Method in interface org.hibernate.Session
-
Is the specified entity or proxy read-only?
- isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the read-only/modifiable setting that should be put in effect when it is attached to a session.
- isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy's read-only/modifiable setting available?
- isReadyForSerialization() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Can this coordinator be serialized?
- isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- isRealTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- isRealTimeout(int) - Static method in interface org.hibernate.Timeouts
-
Is the timeout value a real value, as opposed to one of the "magic values".
- isRealTimeout(Timeout) - Static method in interface org.hibernate.Timeouts
-
Is the timeout value a real value, as opposed to one of the "magic values".
- isRecursive() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- isReferenceEntry() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Does this entry represent a direct entity reference (rather than disassembled state)?
- isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
- isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
- isReferenceToIdentifierProperty() - Method in class org.hibernate.type.EntityType
- isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
-
Does this foreignkey reference the primary key of the reference table
- isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ToOne
- isReferenceToPrimaryKey() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
- isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
- isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
-
Does this association foreign key reference the primary key of the other table? Otherwise, it references a property-ref.
- isRegisteringVisitedAssociationKeys() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- isRegisteringVisitedAssociationKeys() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Is this state accepting circularity detection keys?
- isReleaseResourcesOnCloseEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
Deprecated.
- isReleaseResourcesOnCloseEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.since "hibernate.discard_pc_on_close" is deprecated
- isRemovingOrphanBeforeUpdates() - Method in interface org.hibernate.engine.spi.PersistenceContext
- isRequested() - Method in class org.hibernate.boot.model.source.spi.Caching
- isRequested(boolean) - Method in class org.hibernate.boot.model.source.spi.Caching
- isReservedWord(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Check whether the given word represents a reserved word.
- isResolved(SqmFrom) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
- isResolvingCircularFetch() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- isResolvingCircularFetch() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- isResultCachingEnabled() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
- isResultCachingEnabled() - Method in interface org.hibernate.query.spi.QueryOptions
-
Should results from the query be cached?
- isResultCachingEnabled() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
- isResultInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
-
Indicates if this is a result or fetch initializer.
- isResultSet() - Method in interface org.hibernate.result.Output
-
Determine if this return is a result (castable to
ResultSetOutput
). - isReturnOfDeletedEntitiesEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
-
Should we returned entities that are scheduled for deletion.
- isRoot() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Does this part represent a root.
- isRoot() - Method in interface org.hibernate.spi.DotIdentifierSequence
-
Is this sequence node the root of the sequence?
- isRoot() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
-
Does this QueryPart map to the statement's root query (as opposed to one of its sub-queries)?
- isRoot(T) - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
-
Does the given tenant id represent a "root" tenant with access to all partitions?
- isRootUrl() - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
-
Is the archive described (and being visited) the root url for the persistence-unit?
- isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
- isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isRowNumberingCurrentQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isRowUpdatePossible() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isRowUpdatePossible() - Method in class org.hibernate.collection.spi.PersistentBag
- isRowUpdatePossible() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Can each element in the collection be mapped unequivocally to a single row in the database? Generally bags and sets are the only collections that cannot be.
- isRowUpdatePossible() - Method in class org.hibernate.collection.spi.PersistentSet
- isRowUpdatePossible() - Method in enum class org.hibernate.metamodel.CollectionClassification
- isSame(int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine if this version matches the passed one.
- isSame(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine if this version matches the passed one.
- isSame(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine if this version matches the passed one.
- isSame(Object, Object) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state, taking a shortcut for entity references.
- isSame(Object) - Method in interface org.hibernate.engine.spi.Resolution
- isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
- isSame(Object, Object) - Method in class org.hibernate.type.AbstractType
- isSame(Object, Object) - Method in class org.hibernate.type.AnyType
- isSame(Object, Object) - Method in class org.hibernate.type.ComponentType
- isSame(Object, Object) - Method in class org.hibernate.type.EntityType
-
Two entities are considered the same when their instances are the same.
- isSame(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Determine if the versions are the same/equal.
- isSame(Any) - Method in class org.hibernate.mapping.Any
- isSame(Collection) - Method in class org.hibernate.mapping.Collection
- isSame(Collection) - Method in class org.hibernate.mapping.IdentifierCollection
- isSame(Collection) - Method in class org.hibernate.mapping.IndexedCollection
- isSame(Component) - Method in class org.hibernate.mapping.Component
- isSame(DependantValue) - Method in class org.hibernate.mapping.DependantValue
- isSame(IdentifierCollection) - Method in class org.hibernate.mapping.IdentifierCollection
- isSame(IndexedCollection) - Method in class org.hibernate.mapping.IndexedCollection
- isSame(OneToMany) - Method in class org.hibernate.mapping.OneToMany
- isSame(OneToOne) - Method in class org.hibernate.mapping.OneToOne
- isSame(SimpleValue) - Method in class org.hibernate.mapping.Any
- isSame(SimpleValue) - Method in class org.hibernate.mapping.Component
- isSame(SimpleValue) - Method in class org.hibernate.mapping.DependantValue
- isSame(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
- isSame(SimpleValue) - Method in class org.hibernate.mapping.ToOne
- isSame(ToOne) - Method in class org.hibernate.mapping.OneToOne
- isSame(ToOne) - Method in class org.hibernate.mapping.ToOne
- isSame(Value) - Method in class org.hibernate.mapping.Collection
- isSame(Value) - Method in class org.hibernate.mapping.OneToMany
- isSame(Value) - Method in class org.hibernate.mapping.SimpleValue
- isSame(Value) - Method in interface org.hibernate.mapping.Value
- isSame(Value, Value) - Static method in class org.hibernate.mapping.Collection
- isSame(Value, Value) - Static method in class org.hibernate.mapping.SimpleValue
- isSameClass(Object) - Method in interface org.hibernate.metamodel.spi.Instantiator
- isSameClass(Object) - Method in interface org.hibernate.usertype.CompositeUserType
- isSameOrAfter(int) - Method in interface org.hibernate.dialect.DatabaseVersion
- isSameOrAfter(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
- isSameOrAfter(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
- isSameOrAfter(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
- isSameOrAfter(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
- isSchemaQuoted() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- isSchemaQuoted() - Method in class org.hibernate.mapping.Table
- isSchemaQuoted() - Method in interface org.hibernate.mapping.UserDefinedType
- isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isScrollableResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isScrollableResultSetsEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
- isScrollResult() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- isSecondLevelCacheCheckingEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiIdLoadOptions
-
Check the second-level cache first, and only if the entity is not found in the cache should Hibernate hit the database.
- isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isSecondLevelCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Is the second-level cache enabled?
- isSelectable() - Method in class org.hibernate.mapping.Property
- isSelectable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- isSelectable() - Method in interface org.hibernate.sql.results.graph.Fetchable
- isSelectBeforeUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Did the source specify to perform selects to decide whether to perform (detached) updates?
- isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is select snapshot before update enabled?
- isSelectQuery() - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Best guess whether this is a select query.
- isSessionCheckingEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiIdLoadOptions
-
Check the first-level cache first, and only if the entity is not found in the cache should Hibernate hit the database.
- isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isSessionFactoryNameAlsoJndiName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Is the session factory name also a JNDI name, indicating we should bind it into JNDI?
- isSessionImplementor() - 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
- isSet() - Method in class org.hibernate.mapping.Collection
- isSet() - Method in class org.hibernate.mapping.Set
- isShared() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
- isSharedColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isSharedColumn(String) - Method in interface org.hibernate.persister.entity.EntityPersister
- isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
- isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
-
Returns whether the given predicate is a simple join predicate for this attribute.
- isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
- isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- isSimpleRecord() - Method in class org.hibernate.mapping.Component
- isSimpleValue() - Method in class org.hibernate.mapping.Collection
- isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
- isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
- isSimpleValue() - Method in interface org.hibernate.mapping.Value
- isSingular() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Attributes are (coarsely speaking) either singular or plural.
- isSkipGlobalQuotingForColumnDefinitions() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- isSkipped() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
-
Whether the attribute be skipped completely.
- isSkipPreFlush() - Method in class org.hibernate.event.spi.AutoFlushEvent
- isSmallInteger() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isSmallOrTinyInt(int) - Static method in class org.hibernate.type.SqlTypes
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentBag
- isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the snapshot empty?
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentList
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentMap
- isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentSet
- isSnapshotEmpty(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
- isSoftDelete() - Method in class org.hibernate.mapping.BasicValue
- isSorted() - Method in interface org.hibernate.boot.model.source.spi.Sortable
-
If the source of plural attribute is supposed to be sorted.
- isSorted() - Method in class org.hibernate.mapping.Collection
- isSorted() - Method in class org.hibernate.mapping.Component
- isSorted() - Method in class org.hibernate.mapping.DependantValue
- isSorted() - Method in interface org.hibernate.mapping.SortableValue
- isSorted() - Method in class org.hibernate.mapping.ToOne
- isSpatial() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isSpatialType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the typecode represent a spatial (Geometry or Geography) type.
- isSqlTypeLob() - Method in class org.hibernate.mapping.Column
- isSqlTypeLob(Metadata) - Method in class org.hibernate.mapping.Column
- isStandardEvent() - Method in class org.hibernate.event.spi.EventType
-
Is this event-type one of the standard event-types?
- isStandardTypeCode(int) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
Determine whether the given JDBC type code represents a standard JDBC type ("standard" being those defined on
Types
). - isStandardTypeCode(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
Same as call to
JdbcTypeNameMapper.isStandardTypeCode(int)
- isStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- isStateless() - Method in interface org.hibernate.engine.spi.PersistenceContext
- isStatelessSession() - 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
- isStatisticsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isStatisticsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Is collection of statistics enabled by default for this factory?
- isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
-
Is collection of statistics enabled?
- isString() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isStringLike() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isStringLikeExcludingClob() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isStringType(int) - Static method in class org.hibernate.type.SqlTypes
-
Is this a type with a length, that is, is it some kind of character string or binary string?
- isStrongerThan(EntityNameUse.UseKind) - Method in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
- isStruct(JdbcMappingContainer) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Are second-level cache entries stored in a human-readable format.
- isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the given name represents a subclass entity (or this entity itself) of the entity mapped by this persister.
- isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isSubselect() - Method in class org.hibernate.mapping.Table
- isSubselectFetchEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isSubselectFetchEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Is subselect fetching enabled by default in new sessions?
- isSubselectFetchingEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isSubselectFetchingEnabled() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- isSubselectFetchingEnabled() - Method in interface org.hibernate.Session
-
Determine if subselect fetching is enabled in this session.
- isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
- isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isSubselectLoadable() - Method in interface org.hibernate.persister.collection.CollectionPersister
- isSuffix(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
-
Determine whether the given path is a suffix of this path
- isSynchronizationEnabled() - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
-
Whether Hibernate should perform "synchronization" prior to performing look-ups?
- isSynthetic() - Method in class org.hibernate.mapping.Backref
- isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
- isSynthetic() - Method in class org.hibernate.mapping.Property
-
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
- isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- isTemporal() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isTemporal(JavaType<?>) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
- isTemporalType() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Return true if the implementation is an instance of
TemporalJavaType
- isTemporalType() - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
- isTemporalType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given typecode represent a SQL date, time, or timestamp type?
- isTimeUnit() - Method in enum class org.hibernate.query.common.TemporalUnit
-
Is this unit extractable from a time?
- isTopLevel() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
- isTransactionActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
- isTransactionInProgress() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- isTransactionInProgress() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Does this session have an active Hibernate transaction, or is it associated with a JTA transaction currently in progress?
- isTransactionInProgress() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- isTransient(Object) - Method in interface org.hibernate.Interceptor
-
Called to distinguish between transient and detached entities.
- isTransient(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isTransient(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is this a new transient instance?
- isTrue(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- isTrue(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- isTrue(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- isTypeNameRegistered(String) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
-
Determines if there is a registered
DdlType
whose raw type name matches the given type name, taking into account DDL types registered by Hibernate. - isTypeOrSuperType(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Whether the passed entity mapping is the same as or is a supertype of this entity mapping
- isTypeOrSuperType(EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isTypeOrSuperType(ManagedMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Whether the passed mapping is (1) an entity mapping and (2) the same as or a supertype of this entity mapping
- isTypeResolved() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
- isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
- isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy uninitialized?
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Is this column unique?
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
- isUnique() - Method in class org.hibernate.mapping.Column
- isUnique() - Method in class org.hibernate.mapping.Index
- isUnknown(JavaType<?>) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
- isUnknownExpressionType(JdbcMappingContainer) - Static method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
-
We can't validate some expressions involving parameters / unknown functions.
- isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
- isUnlockable(SoftLock) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns
true
if the given lock can be unlocked using the given SoftLock instance as a handle. - isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- isUnownedAssociationTransientCheck() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isUnownedAssociationTransientCheck() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
- isUnqualified(String, SessionFactoryOptions) - Static method in class org.hibernate.cache.spi.support.CacheUtils
- isUnreferenced() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection unreferenced?
- isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
-
Does the given identifier belong to a new instance?
- isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
-
Make the transient/detached determination
- isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
- isUnsigned() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
Deprecated.
- isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
- isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- isUnwrappableAs(Class<?>) - Method in interface org.hibernate.service.spi.Wrapped
-
Can this wrapped service be unwrapped as the indicated type?
- isUnwrapProxies() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsSingularAssociation
- isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
- isUnwrapProxy() - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
- isUnwrapProxyImplicit() - Method in class org.hibernate.mapping.ToOne
- isUpdatable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Did the mapping specify that the given attribute value(s) should be updated in the database?
- isUpdatable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
- isUpdateable() - Method in class org.hibernate.mapping.DependantValue
- isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
- isUpdateable() - Method in class org.hibernate.mapping.Property
- isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
- isUpdateable() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- isUpdateable() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
- isUpdateable() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- isUpdateable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- isUpdateCallable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- isUpToDate(String[], Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
Perform an up-to-date check for the given set of query spaces as part of verifying the validity of cached query results.
- isUpToDate(Collection<String>, Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
Perform an up-to-date check for the given set of query spaces as part of verifying the validity of cached query results.
- isUsable(ServiceRegistry) - Static method in class org.hibernate.dialect.type.OracleJdbcHelper
- isUsable(ServiceRegistry) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- isUseOfJdbcNamedParametersEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isUseOfJdbcNamedParametersEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Controls whether Hibernate should try to map named parameter names specified in a
ProcedureCall
orStoredProcedureQuery
to named parameters in the JDBCCallableStatement
. - isUseQuotedIdentifiers() - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- isUseQuotedIdentifiers() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Is the use of quoted identifiers in effect for this whole persistence unit?
- isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.HANADialect
- isValid(MappingContext) - Method in class org.hibernate.mapping.Any
- isValid(MappingContext) - Method in class org.hibernate.mapping.Any.MetaValue
- isValid(MappingContext) - Method in class org.hibernate.mapping.Collection
- isValid(MappingContext) - Method in class org.hibernate.mapping.Component
- isValid(MappingContext) - Method in class org.hibernate.mapping.OneToMany
- isValid(MappingContext) - Method in class org.hibernate.mapping.Property
- isValid(MappingContext) - Method in class org.hibernate.mapping.SimpleValue
- isValid(MappingContext) - Method in class org.hibernate.mapping.ToOne
- isValid(MappingContext) - Method in interface org.hibernate.mapping.Value
- isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
- isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.XsdHelper
- isValidXmlName(String) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- isValidXmlNameChar(char) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- isValidXmlNameStart(char) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- isVarbinaryType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given JDBC type code represent some sort of variable-length binary string type?
- isVarcharType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the given JDBC type code represent some sort of variable-length character string type?
- isVersion() - Method in enum class org.hibernate.engine.OptimisticLockStyle
- isVersion() - Method in class org.hibernate.mapping.SimpleValue
- isVersioned() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
Is the data to be cached considered versioned?
- isVersioned() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
-
Mainly here to allow optimization of not having to know the actual comparator instance to use here yet.
- isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
- isVersioned() - Method in class org.hibernate.mapping.PersistentClass
- isVersioned() - Method in class org.hibernate.mapping.RootClass
- isVersioned() - Method in class org.hibernate.mapping.Subclass
- isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Does this collection cause version increment of the owning entity?
- isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether optimistic locking by column is enabled for this entity.
- isVersioned() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- isVersioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- isVersionGeneratedBeforeExecution() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isVersionGeneratedOnExecution() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does this entity contain a version property that is defined to be database generated?
- isView() - Method in class org.hibernate.mapping.Table
- isVirtual() - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Whether this model part describes something that physically exists in the domain model.
- isVirtual() - Method in interface org.hibernate.metamodel.mapping.VirtualModelPart
- isVirtual() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
-
Whether this is a virtual or a real selection item.
- isVirtual() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
-
Utility method that indicates weather this table group is virtual or not
- isVirtual() - Method in interface org.hibernate.sql.ast.tree.from.VirtualTableGroup
- isVirtualAttribute() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Determine whether this is a virtual attribute or whether it physically exists on the users domain model.
- isWeakerThan(EntityNameUse.UseKind) - Method in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
- isWholeNumber(double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- isWholeNumber(float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- isWider(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Determines if this Java type is wider than the given Java type, that is, if the given type can be safely widened to this type.
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- isWithCount() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- isWithCount() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- isWrapper(Class<?>) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
- isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentBag
- isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is this the wrapper for the given collection instance?
- isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentList
- isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentMap
- isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentSet
- isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
- isWriteable(long, Object, Comparator) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns
true
if the enclosed value can be replaced with one of the given version by a transaction started at the given time. - isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- isXml() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- isXml(SqlAstNode) - Static method in class org.hibernate.dialect.function.json.ExpressionTypeHelper
- isXmlFormatMapperLegacyFormatEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- isXmlFormatMapperLegacyFormatEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isXmlFormatMapperLegacyFormatEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Whether to use the legacy format for serializing/deserializing XML data.
- isXmlFormatMapperLegacyFormatEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Whether to use the legacy format for serializing/deserializing XML data.
- isXmlFormatMapperLegacyFormatEnabled() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- isXmlFormatMapperLegacyFormatEnabled() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Whether to use the legacy format for serializing/deserializing XML data.
- isXmlFunctionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- isXmlFunctionsEnabled() - Method in interface org.hibernate.query.hql.spi.SqmCreationOptions
- isXmlFunctionsEnabled() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- isXmlMappingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- isXmlMappingEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
- isXmlType() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Returns the value of the
isXmlType
record component. - isXmlType(int) - Static method in class org.hibernate.type.SqlTypes
-
Does the typecode represent a XML type.
- iterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- iterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- iterator() - Method in class org.hibernate.collection.spi.PersistentBag
- iterator() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- iterator() - Method in class org.hibernate.collection.spi.PersistentList
- iterator() - Method in class org.hibernate.collection.spi.PersistentSet
- iterator() - Method in class org.hibernate.engine.spi.ExecutableList
-
Returns an iterator for the list.
- IteratorProxy(Iterator<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
J
- JacksonIntegration - Class in org.hibernate.type.format.jackson
- JacksonJsonFormatMapper - Class in org.hibernate.type.format.jackson
- JacksonJsonFormatMapper() - Constructor for class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
- JacksonJsonFormatMapper(ObjectMapper) - Constructor for class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
- JacksonXmlFormatMapper - Class in org.hibernate.type.format.jackson
- JacksonXmlFormatMapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- JacksonXmlFormatMapper(boolean) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- JacksonXmlFormatMapper(ObjectMapper) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- JacksonXmlFormatMapper.ByteArraySerializer - Class in org.hibernate.type.format.jackson
- JacksonXmlFormatMapper.CollectionWrapper<E> - Class in org.hibernate.type.format.jackson
- JacksonXmlFormatMapper.EntryWrapper<K,
V> - Class in org.hibernate.type.format.jackson - JacksonXmlFormatMapper.MapWrapper<K,
V> - Class in org.hibernate.type.format.jackson - JAKARTA_BV_CHECK_CLASS - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
- JAKARTA_CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
-
Used to pass a CDI
BeanManager
to Hibernate. - JAKARTA_HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Allows passing a specific
Connection
instance to be used bySchemaManagementTool
for the purpose of determining theDialect
, and for performingdatabase actions
if requested. - JAKARTA_HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
The JPA variant of
SchemaToolingSettings.HBM2DDL_CREATE_NAMESPACES
used to specify whether database schemas used in the mapping model should be created on export in addition to creating the tables, sequences, etc. - JAKARTA_HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
- JAKARTA_HBM2DDL_CREATE_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies whether schema generation commands for schema creation are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
- JAKARTA_HBM2DDL_DATABASE_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies what type of schema tooling action should be performed against the database specified using either "jakarta.persistence.schema-generation-connection" or the configured
ConnectionProvider
for theSessionFactory
. - JAKARTA_HBM2DDL_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the
Dialect
to use when the name does not provide enough detail. - JAKARTA_HBM2DDL_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the
Dialect
to use when the name does not provide enough detail. - JAKARTA_HBM2DDL_DB_NAME - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the name of the database vendor (as would be reported by
DatabaseMetaData.getDatabaseProductName()
) for the purpose of determining theDialect
to use. - JAKARTA_HBM2DDL_DB_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the
Dialect
to use when the name does not provide enough detail. - JAKARTA_HBM2DDL_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
- JAKARTA_HBM2DDL_DROP_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies whether schema generation commands for schema dropping are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
- JAKARTA_HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
JPA-standard variant of
SchemaToolingSettings.HBM2DDL_IMPORT_FILES
for specifying a database initialization script to be run after exporting or truncating the database schema. - JAKARTA_HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies what type of schema tooling action should be written to script files.
- JAKARTA_HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
For cases where "jakarta.persistence.schema-generation.scripts.action" indicates that schema creation commands should be written to a script file, this setting specifies either a
Writer
configured for output of the DDL script or a string specifying the file URL for the DDL script. - JAKARTA_HBM2DDL_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
For cases where "jakarta.persistence.schema-generation.scripts.action" indicates that schema drop commands should be written to a script file, this setting specifies either a
Writer
configured for output of the DDL script or a string specifying the file URL for the DDL script. - JAKARTA_HINT_FETCH_GRAPH - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- JAKARTA_HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- JAKARTA_HINT_LOAD_GRAPH - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- JAKARTA_HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- JAKARTA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the name of a JDBC driver to use to connect to the database.
- JAKARTA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the password to use when connecting via JDBC.
- JAKARTA_JDBC_URL - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the JDBC connection URL to use to connect to the database.
- JAKARTA_JDBC_USER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the database user to use when connecting via JDBC.
- JAKARTA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies a JTA
DataSource
to use for Connections. - JAKARTA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Set a default value for the hint
SpecHints.HINT_SPEC_LOCK_SCOPE
, used when the hint is not explicitly specified. - JAKARTA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Set a default value for the hint
SpecHints.HINT_SPEC_LOCK_TIMEOUT
, used when the hint is not explicitly specified. - JAKARTA_MODE_PROPERTY - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
- JAKARTA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies a non-JTA
DataSource
to use for Connections. - JAKARTA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Used to coordinate with bean validators.
- JAKARTA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Specifies a class implementing
PersistenceProvider
. - JAKARTA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Used to coordinate with bean validators.
- JAKARTA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Specifies the
SharedCacheMode
. - JAKARTA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Set a default value for
SpecHints.HINT_SPEC_CACHE_RETRIEVE_MODE
, used when the hint is not explicitly specified. - JAKARTA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Set a default value for
SpecHints.HINT_SPEC_CACHE_STORE_MODE
, used when the hint is not explicitly specified. - JAKARTA_SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- JAKARTA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Specifies the type of transactions supported by the entity managers.
- JAKARTA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Used to coordinate with bean validators.
- JAKARTA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Used to pass along any discovered
ValidatorFactory
. - JAKARTA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Indicates which form of automatic validation is in effect as per the rules defined in JPA 2 section 3.6.1.1.
- JakartaJsonIntegration - Class in org.hibernate.type.format.jakartajson
- JAR - Enum constant in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
- JarFileEntryUrlAdjuster - Interface in org.hibernate.boot.archive.spi
-
Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust
<jar-file/>
URL's defined inpersistence.xml
files. - JAVA_OBJECT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
JAVA_OBJECT
. - JAVA_TIME_USE_DIRECT_JDBC - Static variable in interface org.hibernate.cfg.MappingSettings
-
Indicates whether to use Java Time references at the JDBC boundary for binding and extracting temporal values to/from the database using the support added in JDBC 4.2 via PreparedStatement.setObject(int, Object, int) and ResultSet.getObject(int, Class).
- JAVA_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JAVA_TYPE_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JAVA_TYPE_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JavaObjectType - Class in org.hibernate.type
- JavaObjectType() - Constructor for class org.hibernate.type.JavaObjectType
- JavaObjectType(JdbcType, JavaType<Object>) - Constructor for class org.hibernate.type.JavaObjectType
- JavaServiceLoadable - Annotation Interface in org.hibernate.service
-
Marker annotation identifying integration points which Hibernate supports loading as a Java service.
- JavaTimeJdbcType - Interface in org.hibernate.type.descriptor.jdbc
-
Common marker interface for mapping Java Time objects directly through the JDBC driver.
- javaType() - Element in annotation interface org.hibernate.annotations.JavaTypeRegistration
- javaType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
- JavaType<T> - Interface in org.hibernate.type.descriptor.java
-
Descriptor for the Java side of a value mapping.
- JavaType - Annotation Interface in org.hibernate.annotations
-
Specify an explicit
BasicJavaType
to use for a particular column mapping. - JavaType.CoercionContext - Interface in org.hibernate.type.descriptor.java
- JavaTypeBaseline - Class in org.hibernate.type.descriptor.java.spi
-
Primes the
JavaTypeBaseline.BaselineTarget
(which is essentially theJavaTypeRegistry
) with Hibernate's baselineJavaType
registrations - JavaTypeBaseline() - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
- JavaTypeBaseline.BaselineTarget - Interface in org.hibernate.type.descriptor.java.spi
-
The target of the baseline registrations
- JavaTypeBasicAdaptor<T> - Class in org.hibernate.type.descriptor.java.spi
-
AbstractClassJavaType
for cases where we do not know a properJavaType
for a given Java type. - JavaTypeBasicAdaptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- JavaTypeBasicAdaptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- JavaTypeDescriptor - Interface in org.hibernate.boot.model
- JavaTypeDescriptorResolvable - Interface in org.hibernate.boot.model.source.spi
- JavaTypedExpressible<T> - Interface in org.hibernate.type.descriptor.java
-
Contract for something that has an associated JavaType
- JavaTypeHelper - Class in org.hibernate.type.descriptor.java
- JavaTypeHelper() - Constructor for class org.hibernate.type.descriptor.java.JavaTypeHelper
- JavaTypeRegistration - Class in org.hibernate.boot.models.spi
-
JavaType registration
- JavaTypeRegistration - Annotation Interface in org.hibernate.annotations
-
Registers a
BasicJavaType
as the default Java type descriptor for the givenJavaTypeRegistration.javaType()
. - JavaTypeRegistration(ClassDetails, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.JavaTypeRegistration
- JavaTypeRegistrations - Annotation Interface in org.hibernate.annotations
-
Grouping of
JavaTypeRegistration
See notes onJavaTypeRegistration
about using on packages versus use on classes - JavaTypeRegistry - Class in org.hibernate.type.descriptor.java.spi
-
A registry mapping
Java classes
to implementations of theJavaType
interface. - JavaTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- JaxbXmlFormatMapper - Class in org.hibernate.type.format.jaxb
- JaxbXmlFormatMapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
- JaxbXmlFormatMapper(boolean) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
- JaxbXmlFormatMapper.CollectionWrapper - Class in org.hibernate.type.format.jaxb
- JaxbXmlFormatMapper.EntryWrapper - Class in org.hibernate.type.format.jaxb
- JaxbXmlFormatMapper.LegacyMapWrapper - Class in org.hibernate.type.format.jaxb
- JaxbXmlFormatMapper.ManagedMapWrapper - Interface in org.hibernate.type.format.jaxb
- JaxbXmlFormatMapper.MapWrapper - Class in org.hibernate.type.format.jaxb
- JCONNECT - Enum constant in enum class org.hibernate.dialect.SybaseDriverKind
- JDBC_ESCAPE_END - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- JDBC_ESCAPE_START_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- JDBC_ESCAPE_START_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- JDBC_ESCAPE_START_TIMESTAMP - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
- JDBC_LOGGER - Static variable in interface org.hibernate.engine.jdbc.JdbcLogging
- JDBC_MESSAGE_LOGGER - Static variable in interface org.hibernate.engine.jdbc.JdbcLogging
- JDBC_TIME_ZONE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the time zone to use in the JDBC driver, which is supposed to match the database timezone.
- JDBC_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JDBC_TYPE_CODE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JDBC_TYPE_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JDBC_TYPE_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- jdbcAutocommit(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
The JDBC autocommit mode for pooled connections.
- JdbcBatchLogging - Interface in org.hibernate.engine.jdbc.batch
-
Sub-system logging related to JDBC batch execution
- JdbcBindingLogging - Interface in org.hibernate.type.descriptor
- JdbcCallFunctionReturn - Interface in org.hibernate.sql.exec.spi
-
Models the function return when the JdbcOperationQueryCall represents a call to a database function.
- JdbcCallParameterExtractor<T> - Interface in org.hibernate.sql.exec.spi
-
Controls extracting values from OUT/INOUT parameters.
- JdbcCallParameterRegistration - Interface in org.hibernate.sql.exec.spi
- JdbcCallRefCursorExtractor - Interface in org.hibernate.sql.exec.spi
- JdbcConnectionAccess - Interface in org.hibernate.engine.jdbc.connections.spi
-
Provides centralized access to JDBC connections.
- jdbcConnectionAcquisitionEnd() - Method in interface org.hibernate.SessionEventListener
- jdbcConnectionAcquisitionEnd(Connection) - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcConnectionAcquisitionStart() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.SessionEventListener
- JDBCConnectionException - Exception in org.hibernate.exception
-
A
JDBCException
indicating a problem communicating with the database (can also include incorrect JDBC setup). - JDBCConnectionException(String, SQLException) - Constructor for exception org.hibernate.exception.JDBCConnectionException
- JDBCConnectionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.JDBCConnectionException
- jdbcConnectionReleaseEnd() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcConnectionReleaseEnd() - Method in interface org.hibernate.SessionEventListener
- jdbcConnectionReleaseStart() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcConnectionReleaseStart() - Method in interface org.hibernate.SessionEventListener
- JdbcCoordinator - Interface in org.hibernate.engine.jdbc.spi
-
Coordinates JDBC-related activities.
- jdbcCredentials(String, String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Username and password for JDBC authentication.
- JdbcDataType - Class in org.hibernate.boot.model.source.spi
-
Models a JDBC data type.
- JdbcDataType(int, String, Class<?>) - Constructor for class org.hibernate.boot.model.source.spi.JdbcDataType
- JdbcDateJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Date
handling. - JdbcDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType
- JdbcDateJavaType.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
- JdbcDeleteMutation - Class in org.hibernate.sql.model.jdbc
- JdbcDeleteMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
- JdbcDeleteMutation(TableMapping, MutationType, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
- jdbcDriver(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
JDBC driver class name.
- JdbcEnvironment - Interface in org.hibernate.engine.jdbc.env.spi
-
Initial look at this concept we keep talking about with merging information from
DatabaseMetaData
andDialect
- JdbcEscapeFunctionDescriptor - Class in org.hibernate.query.sqm.function
-
Acts as a wrapper to another
SqmFunctionDescriptor
, rendering the standard JDBC escape sequence{fn f(x, y)}
around the invocation syntax generated by its delegate. - JdbcEscapeFunctionDescriptor(String, SqmFunctionDescriptor) - Constructor for class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
- JdbcEventHandler - Class in org.hibernate.resource.jdbc.spi
-
Acts as an observer for various events regarding JDBC interactions and doing one or more of - delegating to StatisticsImplementor delegating to SessionEventListenerManager logging
- JdbcEventHandler() - Constructor for class org.hibernate.resource.jdbc.spi.JdbcEventHandler
-
Creates a specialized JdbcEventHandler for use with "temporary Sessions"
- JdbcEventHandler(StatisticsImplementor, SessionEventListenerManager, Supplier<JdbcCoordinator>) - Constructor for class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- JDBCException - Exception in org.hibernate
-
Wraps a
SQLException
arising from the JDBC driver. - JDBCException(String, SQLException) - Constructor for exception org.hibernate.JDBCException
-
Constructs a
JDBCException
using the given information. - JDBCException(String, SQLException, String) - Constructor for exception org.hibernate.JDBCException
-
Constructs a
JDBCException
using the given information. - jdbcExecuteBatchEnd() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcExecuteBatchEnd() - Method in interface org.hibernate.SessionEventListener
- jdbcExecuteBatchStart() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcExecuteBatchStart() - Method in interface org.hibernate.SessionEventListener
- jdbcExecuteStatementEnd() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcExecuteStatementEnd() - Method in interface org.hibernate.SessionEventListener
- jdbcExecuteStatementStart() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcExecuteStatementStart() - Method in interface org.hibernate.SessionEventListener
- JdbcExtractingLogging - Interface in org.hibernate.type.descriptor
- JdbcInsertMutation - Class in org.hibernate.sql.model.jdbc
-
Descriptor for a table insert originating from a flush
- JdbcInsertMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcInsertMutation
- jdbcLiteral(T, JdbcLiteralFormatter<T>, Dialect) - Static method in class org.hibernate.persister.entity.DiscriminatorHelper
- JdbcLiteral<T> - Class in org.hibernate.sql.ast.tree.expression
-
Represents a literal in the SQL AST.
- JdbcLiteral(T, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- JdbcLiteralFormatter<T> - Interface in org.hibernate.type.descriptor.jdbc
-
A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.
- JdbcLockStrategy - Enum Class in org.hibernate.sql.exec.spi
-
The strategy to use for applying locks to a
JdbcOperationQuerySelect
. - JdbcLogging - Interface in org.hibernate.engine.jdbc
-
Sub-system logging related to JDBC interactions
- JdbcMapping - Interface in org.hibernate.metamodel.mapping
-
Describes the mapping for things which can be expressed in a SQL query.
- JdbcMappingContainer - Interface in org.hibernate.metamodel.mapping
-
Container for one-or-more JdbcMappings
- JdbcMetadaAccessStrategy - Enum Class in org.hibernate.tool.schema
-
Determines how JDBC metadata is read by the schema management tooling.
- JdbcMutationExecutor - Interface in org.hibernate.sql.exec.spi
-
Executor for model-mutation operations
- JdbcMutationOperation - Interface in org.hibernate.sql.model.jdbc
-
JdbcOperation
extension for model mutations stemming from persistence context flushes - JdbcOperation - Interface in org.hibernate.sql.exec.spi
-
A JDBC operation to perform.
- JdbcOperationQuery - Interface in org.hibernate.sql.exec.spi
-
Unifying contract for any SQL statement we want to execute via JDBC.
- JdbcOperationQueryAnonBlock - Interface in org.hibernate.sql.exec.spi
-
An anonymous call block (sometimes called an anonymous procedure) to be executed on the database.
- JdbcOperationQueryCall - Interface in org.hibernate.sql.exec.spi
- JdbcOperationQueryDelete - Class in org.hibernate.sql.exec.spi
- JdbcOperationQueryDelete(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryDelete
- JdbcOperationQueryInsert - Interface in org.hibernate.sql.exec.spi
-
Basic contract for an insert operation
- JdbcOperationQueryMutation - Interface in org.hibernate.sql.exec.spi
-
Specialization of JdbcOperation for cases which mutate table state (i.e.
- JdbcOperationQueryMutationNative - Class in org.hibernate.sql.exec.spi
-
Executable JDBC command
- JdbcOperationQueryMutationNative(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
- JdbcOperationQuerySelect - Class in org.hibernate.sql.exec.spi
-
Executable JDBC command
- JdbcOperationQuerySelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- JdbcOperationQuerySelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>, int, int, Map<JdbcParameter, JdbcParameterBinding>, JdbcLockStrategy, JdbcParameter, JdbcParameter) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- JdbcOperationQueryUpdate - Class in org.hibernate.sql.exec.spi
- JdbcOperationQueryUpdate(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryUpdate
- JdbcParameter - Interface in org.hibernate.sql.ast.tree.expression
- JdbcParameterBinder - Interface in org.hibernate.sql.exec.spi
-
Performs parameter value binding to a JDBC PreparedStatement.
- JdbcParameterBinding - Interface in org.hibernate.sql.exec.spi
- JdbcParameterBindings - Interface in org.hibernate.sql.exec.spi
-
Access to all the externalized JDBC parameter bindings
- JdbcParameterBySqmParameterAccess - Interface in org.hibernate.query.sqm.spi
-
Access to the mapping between an SqmParameter and all of its JDBC parameters
- JdbcParameters - Interface in org.hibernate.sql.exec.spi
-
The collection
- JdbcParametersList - Interface in org.hibernate.sql.exec.spi
-
Conceptually similar to a List of JdbcParameters, but exposing a read-only immutable contract.
- JdbcParametersList.Builder - Class in org.hibernate.sql.exec.spi
- JdbcParametersList.JdbcParametersListMulti - Class in org.hibernate.sql.exec.spi
- JdbcParametersList.JdbcParametersListSingleton - Class in org.hibernate.sql.exec.spi
- jdbcPassword(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Password for JDBC authentication.
- jdbcPoolSize(int) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
The JDBC connection pool size.
- jdbcPrepareStatementEnd() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcPrepareStatementEnd() - Method in interface org.hibernate.SessionEventListener
- jdbcPrepareStatementStart() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcPrepareStatementStart() - Method in interface org.hibernate.SessionEventListener
- jdbcReleaseRegistryResourcesEnd() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- jdbcReleaseRegistryResourcesStart() - Method in class org.hibernate.resource.jdbc.spi.JdbcEventHandler
- JdbcResourceTransaction - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
-
Models access to the resource transaction of the underlying JDBC resource.
- JdbcResourceTransactionAccess - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
-
Provides access to
JdbcResourceTransaction
(JDBC transaction stand-in) for use in building resource-localTransactionCoordinator
instances. - JdbcSelectExecutor - Interface in org.hibernate.sql.exec.spi
-
An executor for JdbcSelect operations.
- JdbcSelectExecutor.StatementCreator - Interface in org.hibernate.sql.exec.spi
- JdbcServices - Interface in org.hibernate.engine.jdbc.spi
-
Provides access to services related to JDBC operations.
- JdbcSessionContext - Interface in org.hibernate.resource.jdbc.spi
-
Provides the "JDBC session" with contextual information it needs during its lifecycle.
- JdbcSessionOwner - Interface in org.hibernate.resource.jdbc.spi
-
Contract for something that controls a
JdbcSessionContext
. - JdbcSettings - Interface in org.hibernate.cfg
-
Settings related to JDBC, Connections, pools, Dialects, etc
- JdbcTimeJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Time
handling. - JdbcTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- JdbcTimeJavaType.TimeMutabilityPlan - Class in org.hibernate.type.descriptor.java
- JdbcTimestampJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Timestamp
handling. - JdbcTimestampJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- JdbcTimestampJavaType.TimestampMutabilityPlan - Class in org.hibernate.type.descriptor.java
- jdbcTimeZone(TimeZone) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- jdbcTimeZone(TimeZone) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- jdbcTimeZone(TimeZone) - Method in interface org.hibernate.SessionBuilder
-
Specify the JDBC time zone for the session.
- jdbcTimeZone(TimeZone) - Method in interface org.hibernate.SharedSessionBuilder
- jdbcTransactionIsolation(int) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
The JDBC transaction isolation level.
- jdbcType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
- JdbcType - Interface in org.hibernate.type.descriptor.jdbc
-
Descriptor for the SQL/JDBC side of a value mapping.
- JdbcType - Annotation Interface in org.hibernate.annotations
-
Specifies an explicit
JdbcType
to use for a particular column mapping. When applied to a Map-valued attribute, describes the Map value. - JdbcTypeCode - Annotation Interface in org.hibernate.annotations
-
Specifies the JDBC type-code to use for the column mapping. When applied to a Map-valued attribute, describes the Map value.
- JdbcTypeConstructor - Interface in org.hibernate.type.descriptor.jdbc
-
Factory for any
JdbcType
which is parameterized by a secondJdbcType
, the "element" type. - JdbcTypeFamilyInformation - Class in org.hibernate.type.descriptor.jdbc
-
Information pertaining to JDBC type families.
- JdbcTypeFamilyInformation() - Constructor for class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
- JdbcTypeFamilyInformation.Family - Enum Class in org.hibernate.type.descriptor.jdbc
- JdbcTypeIndicators - Interface in org.hibernate.type.descriptor.jdbc
-
A parameter object that helps determine the
SQL/JDBC type
recommended by the JDBC spec (explicitly or implicitly) for a given Java type. - JdbcTypeJavaClassMappings - Class in org.hibernate.type.descriptor.jdbc
-
Maintains the JDBC recommended mappings for JDBC type-code to/from Java Class as defined in Appendix B: Data Type Conversion Tables of the JDBC Specification.
- JdbcTypeNameMapper - Class in org.hibernate.type.descriptor
-
(Badly named) helper for dealing with standard JDBC types as defined by
Types
- JdbcTypeRecommendationException - Exception in org.hibernate.type.descriptor.java.spi
-
Exception indicating
JavaType.getRecommendedJdbcType(org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators)
could not determine a recommended JDBC type descriptor - JdbcTypeRecommendationException(String) - Constructor for exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
- JdbcTypeRecommendationException(String, Throwable) - Constructor for exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
- JdbcTypeRegistration - Class in org.hibernate.boot.models.spi
-
JdbcType registration
- JdbcTypeRegistration - Annotation Interface in org.hibernate.annotations
- JdbcTypeRegistration(Integer, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.JdbcTypeRegistration
- JdbcTypeRegistrations - Annotation Interface in org.hibernate.annotations
-
Grouping of
JdbcTypeRegistration
See notes onJdbcTypeRegistration
about using on packages versus use on classes - JdbcTypeRegistry - Class in org.hibernate.type.descriptor.jdbc.spi
-
A registry mapping
JDBC type codes
to implementations of theJdbcType
interface. - JdbcTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- JdbcUpdateMutation - Class in org.hibernate.sql.model.jdbc
-
Describes the update of a single table
- JdbcUpdateMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcUpdateMutation
- jdbcUrl(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
JDBC URL.
- jdbcUsername(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Username for JDBC authentication.
- JdbcValueBindings - Interface in org.hibernate.engine.jdbc.mutation
-
The JDBC values for a mutation
- JdbcValueDescriptor - Interface in org.hibernate.sql.model.jdbc
-
Descriptor for JDBC value within an operation.
- JdbcValues - Interface in org.hibernate.sql.results.jdbc.spi
-
Provides unified access to query results (JDBC values - see
RowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection)
whether they come from query cache or ResultSet. - JdbcValuesMapping - Interface in org.hibernate.sql.results.jdbc.spi
-
The "resolved" form of
JdbcValuesMappingProducer
providing access to resolved JDBC results (SqlSelection
) descriptors and resolved domain results (DomainResult
) descriptors. - jdbcValuesMappingProducer - Variable in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- JdbcValuesMappingProducer - Interface in org.hibernate.sql.results.jdbc.spi
-
Producer for JdbcValuesMapping references.
- JdbcValuesMappingProducerProvider - Interface in org.hibernate.sql.results.jdbc.spi
-
Pluggable contract for providing custom
JdbcValuesMappingProducer
implementations. - JdbcValuesMappingResolution - Interface in org.hibernate.sql.results.jdbc.spi
-
The "resolved" form of
JdbcValuesMapping
providing access to resolved (DomainResultAssembler
) descriptors and resolved initializer (Initializer
) descriptors. - JdbcValuesMetadata - Interface in org.hibernate.sql.results.jdbc.spi
-
Access to information about the underlying JDBC values such as type, position, column name, etc
- JdbcValuesSourceProcessingOptions - Interface in org.hibernate.sql.results.jdbc.spi
-
Essentially processing options only for entity loading
- JdbcValuesSourceProcessingState - Interface in org.hibernate.sql.results.jdbc.spi
-
Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.
- JdbcWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
-
Generic contract for wrapped JDBC objects.
- JNDI_CLASS - Static variable in interface org.hibernate.cfg.EnvironmentSettings
-
Specifies the JNDI
InitialContextFactory
implementation class to use. - JNDI_PREFIX - Static variable in interface org.hibernate.cfg.EnvironmentSettings
-
A prefix for properties specifying arbitrary JNDI
InitialContext
properties. - JNDI_URL - Static variable in interface org.hibernate.cfg.EnvironmentSettings
-
Specifies the JNDI provider/connection URL.
- JndiException - Exception in org.hibernate.engine.jndi
-
An exception indicating trouble accessing JNDI
- JndiException(String) - Constructor for exception org.hibernate.engine.jndi.JndiException
-
Constructs a JndiException
- JndiException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiException
-
Constructs a JndiException
- JndiNameException - Exception in org.hibernate.engine.jndi
-
Indicates a problem with a given JNDI name being deemed as not valid.
- JndiNameException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiNameException
-
Constructs a JndiNameException
- JndiService - Interface in org.hibernate.engine.jndi.spi
-
Service providing simplified access to JNDI related features needed by Hibernate.
- join(Subquery<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Subquery<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(Subquery<X>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(Subquery<X>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Subquery<X>, JoinType, boolean) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Subquery<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is a layer-breaker, leaking the SQM type
SqmJoinType
onto an API. It will be removed. UseJpaFrom.join(Subquery, org.hibernate.query.common.JoinType)
- join(Subquery<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(Subquery<X>, SqmJoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(Subquery<X>, SqmJoinType, boolean) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is a layer-breaker, leaking the SQM type
SqmJoinType
onto an API. It will be removed. UseJpaFrom.join(Subquery, org.hibernate.query.common.JoinType, boolean)
- join(Subquery<X>, SqmJoinType, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(Subquery<X>, SqmJoinType, boolean) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(Subquery<X>, SqmJoinType, boolean, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(CollectionAttribute<? super R, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(CollectionAttribute<? super R, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(CollectionAttribute<? super R, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(CollectionAttribute<? super R, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(CollectionAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(CollectionAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(CollectionAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(CollectionAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(EntityType<R>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(EntityType<Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(EntityType<Y>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(EntityType<Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(EntityType<Y>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(EntityType<Y>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(ListAttribute<? super R, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(ListAttribute<? super R, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(ListAttribute<? super R, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(ListAttribute<? super R, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(ListAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(ListAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(ListAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(ListAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(MapAttribute<? super R, K, V>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(MapAttribute<? super R, K, V>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(MapAttribute<? super R, K, V>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(MapAttribute<? super R, K, V>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(MapAttribute<? super T, K, V>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(MapAttribute<? super T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(MapAttribute<? super T, K, V>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(MapAttribute<? super T, K, V>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(SetAttribute<? super R, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(SetAttribute<? super R, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(SetAttribute<? super R, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(SetAttribute<? super R, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(SetAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(SetAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(SetAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(SetAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(SingularAttribute<? super R, A>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(SingularAttribute<? super R, A>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(SingularAttribute<? super R, A>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(SingularAttribute<? super R, A>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(SingularAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(SingularAttribute<? super T, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Class<R>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- join(Class<X>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Class<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is a layer-breaker, leaking the SQM type
SqmJoinType
onto an API. It will be removed. UseJpaFrom.join(Class, org.hibernate.query.common.JoinType)
- join(Class<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(Class<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- join(Class<X>, SqmJoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(Class<Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Class<Y>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(Class<Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(Class<Y>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(Class<Y>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(String) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(EntityDomainType<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(EntityDomainType<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(EntityDomainType<X>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(EntityDomainType<X>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(EntityDomainType<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is a layer-breaker, leaking the SQM type
SqmJoinType
onto an API. It will be removed. UseJpaFrom.join(EntityDomainType, org.hibernate.query.common.JoinType)
- join(EntityDomainType<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(EntityDomainType<X>, SqmJoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(JpaCteCriteria<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(JpaCteCriteria<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(JpaCteCriteria<X>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(JpaCteCriteria<X>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- join(JpaCteCriteria<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is a layer-breaker, leaking the SQM type
SqmJoinType
onto an API. It will be removed. UseJpaFrom.join(JpaCteCriteria, org.hibernate.query.common.JoinType)
- join(JpaCteCriteria<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(JpaCteCriteria<X>, SqmJoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- join(JpaCteCriteria<X>, SqmJoinType, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(JpaSetReturningFunction<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType)
withSqmJoinType.INNER
. - join(JpaSetReturningFunction<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(JpaSetReturningFunction<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType, boolean)
passingfalse
for thelateral
parameter. - join(JpaSetReturningFunction<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- join(JpaSetReturningFunction<X>, SqmJoinType, boolean) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Creates and returns a join node for the given set returning function.
- join(JpaSetReturningFunction<X>, SqmJoinType, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- Join - Class in org.hibernate.mapping
-
A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.
- Join() - Constructor for class org.hibernate.mapping.Join
- JOIN - Enum constant in enum class org.hibernate.annotations.FetchMode
-
Use an outer join to load all instances of the related entity or collection at once, as part of the execution of a query.
- JOIN - Enum constant in enum class org.hibernate.engine.FetchStyle
-
Inherently an eager style of fetching.
- JOIN - Enum constant in enum class org.hibernate.FetchMode
-
Fetch in the initial select, using an outer join.
- JOIN_COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- JOIN_COLUMN_OR_FORMULA - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JOIN_COLUMNS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- JOIN_COLUMNS_OR_FORMULAS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JOIN_FORMULA - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- JOIN_TABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- Joinable - Interface in org.hibernate.persister.entity
-
Deprecated, for removal: This API element is subject to removal in a future version.
- joinArray(SingularAttribute<? super T, X[]>) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.joinArray(SingularAttribute, SqmJoinType)
withSqmJoinType.INNER
. - joinArray(SingularAttribute<? super T, X[]>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArray(SingularAttribute<? super T, X[]>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType)
withHibernateCriteriaBuilder.unnestArray(Expression)
with the given attribute. - joinArray(SingularAttribute<? super T, X[]>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArray(String) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.joinArray(String, SqmJoinType)
withSqmJoinType.INNER
. - joinArray(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArray(String, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType)
withHibernateCriteriaBuilder.unnestArray(Expression)
with the result ofJpaPath.get(String)
passing the given attribute name. - joinArray(String, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArrayCollection(SingularAttribute<? super T, ? extends Collection<X>>) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.joinArrayCollection(SingularAttribute, SqmJoinType)
withSqmJoinType.INNER
. - joinArrayCollection(SingularAttribute<? super T, ? extends Collection<X>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArrayCollection(SingularAttribute<? super T, ? extends Collection<X>>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType)
withHibernateCriteriaBuilder.unnestCollection(Expression)
with the given attribute. - joinArrayCollection(SingularAttribute<? super T, ? extends Collection<X>>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArrayCollection(String) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.joinArrayCollection(String, SqmJoinType)
withSqmJoinType.INNER
. - joinArrayCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinArrayCollection(String, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType)
withHibernateCriteriaBuilder.unnestCollection(Expression)
with the result ofJpaPath.get(String)
passing the given attribute name. - joinArrayCollection(String, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinCollection(String) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinCollection(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinCollection(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinCollection(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinCollection(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinCollection(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinCollection(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- JoinColumnOrFormula - Annotation Interface in org.hibernate.annotations
- JoinColumnsOrFormulas - Annotation Interface in org.hibernate.annotations
- JoinDescriptor(JaxbHbmNativeQueryJoinReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, Supplier<Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
- JOINED - Enum constant in enum class org.hibernate.boot.model.source.spi.InheritanceType
- JoinedSubclass - Class in org.hibernate.mapping
-
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.
- JoinedSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.JoinedSubclass
- JoinedSubclassEntityPersister - Class in org.hibernate.persister.entity
-
An
EntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy. - JoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- JoinedSubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
- JoinFormula - Annotation Interface in org.hibernate.annotations
-
Specifies a join condition based on an arbitrary native SQL formula instead of a column name.
- joinLateral(Subquery<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinLateral(Subquery<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinLateral(Subquery<X>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinLateral(Subquery<X>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinLateral(Subquery<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is a layer-breaker, leaking the SQM type
SqmJoinType
onto an API. It will be removed. UseJpaFrom.joinLateral(Subquery, org.hibernate.query.common.JoinType)
- joinLateral(Subquery<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinLateral(Subquery<X>, SqmJoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinLateral(JpaSetReturningFunction<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.joinLateral(JpaSetReturningFunction, SqmJoinType)
withSqmJoinType.INNER
. - joinLateral(JpaSetReturningFunction<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinLateral(JpaSetReturningFunction<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
-
Like calling the overload
JpaFrom.join(JpaSetReturningFunction, SqmJoinType, boolean)
passingtrue
for thelateral
parameter. - joinLateral(JpaSetReturningFunction<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinList(String) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinList(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinList(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinList(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinList(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinList(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinList(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinList(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinMap(String) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinMap(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinMap(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinMap(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinMap(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinMap(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinMap(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinMap(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinSet(String) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinSet(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinSet(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinSet(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinSet(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
- joinSet(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- joinSet(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- joinSet(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- joinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- joinTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- joinTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- joinTransaction() - Method in interface org.hibernate.SharedSessionContract
-
Join the currently-active JTA transaction.
- JoinType - Enum Class in org.hibernate.query.common
-
Enumerates the possible kinds of join in HQL and ANSI SQL.
- JPA - Enum constant in enum class org.hibernate.boot.model.NamedEntityGraphDefinition.Source
- JPA_CACHING_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
By default, Hibernate uses second-level cache invalidation for entities with secondary tables in order to avoid the possibility of inconsistent cached data in the case where different transactions simultaneously update different table rows corresponding to the same entity instance.
- JPA_CALLBACKS_ENABLED - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Allows JPA callbacks (via
PreUpdate
and friends) to be completely disabled. - JPA_CASCADE_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
Deprecated.No longer has any effect. Since 7.0 (and removal of save/update processing), Hibernate always cascades PERSIST
- JPA_CLOSED_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
JPA specifies that an
IllegalStateException
must be thrown byEntityManager.close()
andEntityManagerFactory.close()
if the object has already been closed. - JPA_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
Specifies a default value for all
JpaCompliance
flags. - JPA_ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
The configuration parameter holding the JPA entity name
- JPA_ID_GENERATOR_GLOBAL_SCOPE_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
Determines whether the scope of any identifier generator name specified via
TableGenerator.name()
orSequenceGenerator.name()
is considered global to the persistence unit, or local to the entity in which identifier generator is defined. - JPA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_JDBC_DRIVER
instead - JPA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_JDBC_PASSWORD
instead - JPA_JDBC_URL - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_JDBC_URL
instead - JPA_JDBC_USER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_JDBC_USER
instead - JPA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_JTA_DATASOURCE
instead - JPA_LOAD_BY_ID_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
Determines if an identifier value passed to
EntityManager.find(java.lang.Class<T>, java.lang.Object)
orEntityManager.getReference(java.lang.Class<T>, java.lang.Object)
may be coerced to the identifier type declared by the entity. - JPA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Deprecated.Use
AvailableSettings.JAKARTA_LOCK_SCOPE
instead - JPA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Deprecated.Use
AvailableSettings.JAKARTA_LOCK_TIMEOUT
instead - JPA_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.MappingSettings
-
Setting that indicates whether to build the JPA types, either:
enabled
— do the builddisabled
— do not do the buildignoreUnsupported
— do the build, but ignore any non-JPA features that would otherwise result in a failure. - JPA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_NON_JTA_DATASOURCE
instead - JPA_ORDER_BY_MAPPING_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
JPA specifies that items occurring in
OrderBy
lists must be references to entity attributes, whereas Hibernate, by default, allows more complex expressions. - JPA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Deprecated.
- JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Deprecated.Use
PersistenceSettings.JAKARTA_PERSISTENCE_PROVIDER
instead - JPA_PROXY_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
The JPA specification insists that an
EntityNotFoundException
must be thrown whenever an uninitialized entity proxy with no corresponding row in the database is accessed. - JPA_QUERY_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
- JPA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Deprecated.
- JPA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Deprecated.Use
CacheSettings.JAKARTA_SHARED_CACHE_MODE
instead - JPA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Deprecated.Use
CacheSettings.JAKARTA_SHARED_CACHE_RETRIEVE_MODE
instead - JPA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Deprecated.Use
CacheSettings.JAKARTA_SHARED_CACHE_STORE_MODE
instead - JPA_TRANSACTION_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
When enabled, specifies that the Hibernate
Transaction
should behave according to the semantics defined by the JPA specification for anEntityTransaction
. - JPA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Deprecated.Use
PersistenceSettings.JAKARTA_TRANSACTION_TYPE
instead - JPA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Deprecated.
- JPA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Deprecated.Use
ValidationSettings.JAKARTA_VALIDATION_FACTORY
instead - JPA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Deprecated.Use
ValidationSettings.JAKARTA_VALIDATION_MODE
instead - jpa10 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- jpa20 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- jpa21 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- jpa22 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- jpa30 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- jpa31 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- jpa32 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- JpaAnnotations - Interface in org.hibernate.boot.models
-
Descriptors for JPA annotations
- JpaAttributeConverter<O,
R> - Interface in org.hibernate.type.descriptor.converter.spi -
Adapts a JPA-standard
AttributeConverter
to the nativeBasicValueConverter
. - JpaAttributeConverterCreationContext - Interface in org.hibernate.boot.model.convert.spi
-
Access to information that implementors of
ConverterDescriptor.createJpaAttributeConverter(org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext)
might need - JpaBootstrapSensitive - Interface in org.hibernate.event.service.spi
-
Deprecated.This is no longer implemented by any listener
- JpaCallbackSource - Interface in org.hibernate.boot.model.source.spi
- JpaCastTarget<T> - Interface in org.hibernate.query.criteria
-
The target for cast.
- JpaCoalesce<T> - Interface in org.hibernate.query.criteria
- JpaCollectionJoin<O,
T> - Interface in org.hibernate.query.criteria -
Specialization of
JpaJoin
forCollection
typed attribute joins - JpaCompliance - Interface in org.hibernate.jpa.spi
-
Encapsulates settings controlling whether Hibernate complies strictly with certain debatable strictures of the JPA specification.
- JpaComplianceSettings - Interface in org.hibernate.cfg
- JpaComplianceViolation - Interface in org.hibernate.jpa
-
Marker interface for exceptions describing JPA compliance violations.
- JpaCompoundSelection<T> - Interface in org.hibernate.query.criteria
- JpaConflictClause<T> - Interface in org.hibernate.query.criteria
-
A conflict clause for insert statements.
- JpaConflictUpdateAction<T> - Interface in org.hibernate.query.criteria
-
The update action that should happen on a unique constraint violation for an insert statement.
- JpaCriteriaBase - Interface in org.hibernate.query.criteria
- JpaCriteriaDelete<T> - Interface in org.hibernate.query.criteria
- JpaCriteriaInsert<T> - Interface in org.hibernate.query.criteria
-
The commonalities between insert-select and insert-values.
- JpaCriteriaInsertSelect<T> - Interface in org.hibernate.query.criteria
-
A representation of SqmInsertSelectStatement at the
org.hibernate.query.criteria
level, even though JPA does not define support for insert-select criteria. - JpaCriteriaInsertValues<T> - Interface in org.hibernate.query.criteria
-
A representation of SqmInsertValuesStatement at the
org.hibernate.query.criteria
level, even though JPA does not define support for insert-values criteria. - JpaCriteriaNode - Interface in org.hibernate.query.criteria
-
Base contract for nodes making up the criteria tree
- JpaCriteriaParameter<T> - Class in org.hibernate.query.sqm.tree.expression
-
JpaParameterExpression
created via JPACriteriaBuilder
. - JpaCriteriaParameter(String, BindableType<? super T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- JpaCriteriaParameter(JpaCriteriaParameter<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- JpaCriteriaQuery<T> - Interface in org.hibernate.query.criteria
-
Extension of the JPA
CriteriaQuery
- JpaCriteriaSelect<T> - Interface in org.hibernate.query.criteria
-
Extension of the JPA
CriteriaSelect
. - JpaCriteriaUpdate<T> - Interface in org.hibernate.query.criteria
- JpaCrossJoin<T> - Interface in org.hibernate.query.criteria
- JpaCteContainer - Interface in org.hibernate.query.criteria
-
Common contract for criteria parts that can hold CTEs (common table expressions).
- JpaCteCriteria<T> - Interface in org.hibernate.query.criteria
-
A CTE (common table expression) criteria.
- JpaCteCriteriaAttribute - Interface in org.hibernate.query.criteria
-
Describes the attribute of a
JpaCteCriteriaType
. - JpaCteCriteriaType<T> - Interface in org.hibernate.query.criteria
-
A CTE (common table expression) criteria type.
- JpaDerivedFrom<T> - Interface in org.hibernate.query.criteria
- JpaDerivedJoin<T> - Interface in org.hibernate.query.criteria
- JpaDerivedRoot<T> - Interface in org.hibernate.query.criteria
- JpaEntityJoin<L,
R> - Interface in org.hibernate.query.criteria - JpaEventListener - Class in org.hibernate.boot.models.spi
-
JPA-style event listener with support for resolving callback methods from XML or from annotation.
- JpaEventListener(JpaEventListenerStyle, ClassDetails, MethodDetails, MethodDetails, MethodDetails, MethodDetails, MethodDetails, MethodDetails, MethodDetails) - Constructor for class org.hibernate.boot.models.spi.JpaEventListener
- JpaEventListenerStyle - Enum Class in org.hibernate.boot.models
-
JPA defines 2 ways events callbacks can happen...
- JpaExpression<T> - Interface in org.hibernate.query.criteria
-
API extension to the JPA
Expression
contract - JpaFetch<O,
T> - Interface in org.hibernate.query.criteria - JpaFetchParent<O,
T> - Interface in org.hibernate.query.criteria - JpaFrom<O,
T> - Interface in org.hibernate.query.criteria -
API extension to the JPA
From
contract - JpaFunction<T> - Interface in org.hibernate.query.criteria
-
Contract for expressions which model a SQL function call.
- JpaFunctionFrom<O,
T> - Interface in org.hibernate.query.criteria - JpaFunctionJoin<E> - Interface in org.hibernate.query.criteria
- JpaFunctionRoot<E> - Interface in org.hibernate.query.criteria
- JpaInPredicate<T> - Interface in org.hibernate.query.criteria
- JpaJoin<L,
R> - Interface in org.hibernate.query.criteria - JpaJsonExistsExpression - Interface in org.hibernate.query.criteria
-
A special expression for the
json_exists
function. - JpaJsonExistsNode - Interface in org.hibernate.query.criteria
-
The base for
json_exists
function nodes. - JpaJsonExistsNode.ErrorBehavior - Enum Class in org.hibernate.query.criteria
-
The behavior of the json exists expression when a JSON processing error occurs.
- JpaJsonQueryExpression - Interface in org.hibernate.query.criteria
-
A special expression for the
json_query
function. - JpaJsonQueryNode - Interface in org.hibernate.query.criteria
-
The base for
json_query
function nodes. - JpaJsonQueryNode.EmptyBehavior - Enum Class in org.hibernate.query.criteria
-
The behavior of the json query expression when a JSON path does not resolve for a JSON document.
- JpaJsonQueryNode.ErrorBehavior - Enum Class in org.hibernate.query.criteria
-
The behavior of the json query expression when a JSON processing error occurs.
- JpaJsonQueryNode.WrapMode - Enum Class in org.hibernate.query.criteria
-
The kind of wrapping to apply to the results of the query.
- JpaJsonTableColumnsNode - Interface in org.hibernate.query.criteria
-
A special expression for the definition of columns within the
json_table
function. - JpaJsonTableFunction - Interface in org.hibernate.query.criteria
-
A special expression for the
json_table
function. - JpaJsonTableFunction.ErrorBehavior - Enum Class in org.hibernate.query.criteria
-
The behavior of the json exists expression when a JSON processing error occurs.
- JpaJsonValueExpression<T> - Interface in org.hibernate.query.criteria
-
A special expression for the
json_value
function. - JpaJsonValueNode<T> - Interface in org.hibernate.query.criteria
-
The base for
json_value
function nodes. - JpaJsonValueNode.EmptyBehavior - Enum Class in org.hibernate.query.criteria
-
The behavior of the json value expression when a JSON path does not resolve for a JSON document.
- JpaJsonValueNode.ErrorBehavior - Enum Class in org.hibernate.query.criteria
-
The behavior of the json value expression when a JSON processing error occurs.
- JpaListJoin<O,
T> - Interface in org.hibernate.query.criteria - JpaManipulationCriteria<E> - Interface in org.hibernate.query.criteria
- JpaMapJoin<O,
K, V> - Interface in org.hibernate.query.criteria - JpaMetamodel - Interface in org.hibernate.metamodel.model.domain
-
Extensions to the JPA-defined metamodel of persistent Java types.
- JpaMetamodelImplementor - Interface in org.hibernate.metamodel.model.domain.spi
-
SPI extending
JpaMetamodel
. - JpaOrder - Interface in org.hibernate.query.criteria
- JpaOrmXmlPersistenceUnitDefaultAware - Interface in org.hibernate.boot.spi
-
Contract for things that need to be aware of JPA
orm.xml
-defined persistence-unit-defaults. - JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults - Interface in org.hibernate.boot.spi
-
Represents the
persistence-unit-defaults
to be applied - JpaParameterExpression<T> - Interface in org.hibernate.query.criteria
- JpaPath<T> - Interface in org.hibernate.query.criteria
-
API extension to the JPA
Path
contract - JpaPluralJoin<O,
C, E> - Interface in org.hibernate.query.criteria - jpaPositionalParameter(int, int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
-
Called when a JPA-style named parameter is recognized
- JpaPredicate - Interface in org.hibernate.query.criteria
- JPAQL_STRICT_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
-
Deprecated.
- JpaQueryableCriteria<T> - Interface in org.hibernate.query.criteria
-
Common contract for the forms of criteria that are "queryable" - can be converted into a
Query
. - JpaQueryGroup<T> - Interface in org.hibernate.query.criteria
-
A query group i.e.
- JpaQueryPart<T> - Interface in org.hibernate.query.criteria
-
Models a query part i.e.
- JpaQueryStructure<T> - Interface in org.hibernate.query.criteria
-
Models a
SELECT
query. - JpaRoot<T> - Interface in org.hibernate.query.criteria
- JpaSearchedCase<T> - Interface in org.hibernate.query.criteria
- JpaSearchOrder - Interface in org.hibernate.query.criteria
-
Represents the search order for a recursive CTE (common table expression).
- JpaSelectCriteria<T> - Interface in org.hibernate.query.criteria
-
Commonality between a JPA
JpaCriteriaQuery
andJpaSubQuery
, mainly in the form of delegation toJpaQueryStructure
- JpaSelection<T> - Interface in org.hibernate.query.criteria
-
API extension to the JPA
Selection
contract - JpaSetJoin<O,
T> - Interface in org.hibernate.query.criteria - JpaSetReturningFunction<T> - Interface in org.hibernate.query.criteria
-
A set returning function criteria.
- JpaSettings - Class in org.hibernate.jpa.boot.spi
-
Enumerates SPI-related settings that are specific to the use of Hibernate as a JPA
PersistenceProvider
. - JpaSettings() - Constructor for class org.hibernate.jpa.boot.spi.JpaSettings
- JpaSimpleCase<C,
R> - Interface in org.hibernate.query.criteria - JpaSubQuery<T> - Interface in org.hibernate.query.criteria
- JpaTargetAndSourceDescriptor - Interface in org.hibernate.tool.schema.spi
-
JPA ties the notion of
SourceDescriptor
andTargetDescriptor
together: meaning that a SourceDescriptor is specific to a given TargetDescriptor. - JpaTreatedFrom<L,
R, R1 extends R> - Interface in org.hibernate.query.criteria - JpaTreatedJoin<L,
R, R1 extends R> - Interface in org.hibernate.query.criteria - JpaTreatedPath<T,
S extends T> - Interface in org.hibernate.query.criteria - JpaTupleElement<T> - Interface in org.hibernate.query.criteria
-
API extension to the JPA
TupleElement
contract - JpaValues - Interface in org.hibernate.query.criteria
-
A tuple of values.
- JpaWindow - Interface in org.hibernate.query.criteria
-
Common contract for window parts used in window and aggregate functions.
- JpaWindowFrame - Interface in org.hibernate.query.criteria
-
Common contract for a
JpaWindow
frame specification. - JpaXmlElementExpression - Interface in org.hibernate.query.criteria
-
A special expression for the
xmlelement
function. - JpaXmlTableColumnNode<T> - Interface in org.hibernate.query.criteria
-
A special node for column defined for a
xmltable
function. - JpaXmlTableFunction - Interface in org.hibernate.query.criteria
-
A special expression for the
xmltable
function. - jpaXsd(String) - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
- jpaXsd(String) - Method in class org.hibernate.boot.xsd.MappingXsdSupport
- JSON - Enum constant in enum class org.hibernate.query.sqm.CastType
- JSON - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Indicates that the argument should be a JSON type
- JSON - Static variable in class org.hibernate.dialect.OracleTypes
- JSON - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
JSON
. - JSON_ARRAY - Static variable in class org.hibernate.type.SqlTypes
-
A type code for an array of json objects.
- JSON_FORMAT_MAPPER - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies a
FormatMapper
used for JSON serialization and deserialization, either: an instance ofFormatMapper
, aClass
representing a class that implementsFormatMapper
, the name of a class that implementsFormatMapper
, or one of the shorthand constantsjackson
orjsonb
. - JSON_FUNCTIONS_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
-
Boolean setting to control if the use of tech preview JSON functions in HQL is enabled.
- JSON_INSTANCE - Static variable in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- JSON_INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
- JSON_INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- jsonArray() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_array() function
- jsonArray(Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a JSON array from the array of values.
- jsonArray(Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArray(Expression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArray_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 json_array() function
- jsonArray_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP HANA json_array() function
- jsonArray_hsqldb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQLDB json_array() function
- jsonArray_mariadb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MariaDB json_array() function
- jsonArray_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_array() function
- jsonArray_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_array() function
- jsonArray_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_array() function
- jsonArray_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_array() function
- jsonArrayAgg(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array.
- jsonArrayAgg(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAgg(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAgg(Expression<?>, Predicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array.
- jsonArrayAgg(Expression<?>, Predicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAgg(Expression<?>, Predicate) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAgg(Expression<?>, Predicate, JpaOrder...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array.
- jsonArrayAgg(Expression<?>, Predicate, JpaOrder...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAgg(Expression<?>, Predicate, JpaOrder...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAgg(Expression<?>, JpaOrder...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array.
- jsonArrayAgg(Expression<?>, JpaOrder...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAgg(Expression<?>, JpaOrder...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAgg_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 json_arrayagg() function
- jsonArrayAgg_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 json_arrayagg() function
- jsonArrayAgg_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA json_arrayagg() function
- jsonArrayAgg_hsqldb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQLDB json_arrayagg() function
- jsonArrayAgg_mariadb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MariaDB json_arrayagg() function
- jsonArrayAgg_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_arrayagg() function
- jsonArrayAgg_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_arrayagg() function
- jsonArrayAgg_postgresql(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_arrayagg() function
- jsonArrayAgg_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_arrayagg() function
- JsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
Standard json_arrayagg function.
- JsonArrayAggFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.JsonArrayAggFunction
- jsonArrayAggWithNulls(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array, retaining
null
values in the JSON array. - jsonArrayAggWithNulls(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAggWithNulls(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAggWithNulls(Expression<?>, Predicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array, retaining
null
values in the JSON array. - jsonArrayAggWithNulls(Expression<?>, Predicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAggWithNulls(Expression<?>, Predicate) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAggWithNulls(Expression<?>, Predicate, JpaOrder...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array, retaining
null
values in the JSON array. - jsonArrayAggWithNulls(Expression<?>, Predicate, JpaOrder...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAggWithNulls(Expression<?>, Predicate, JpaOrder...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAggWithNulls(Expression<?>, JpaOrder...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value into a JSON array, retaining
null
values in the JSON array. - jsonArrayAggWithNulls(Expression<?>, JpaOrder...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayAggWithNulls(Expression<?>, JpaOrder...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonArrayAppend_mariadb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MariaDB json_array_append() function
- jsonArrayAppend_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_array_append() function
- jsonArrayAppend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_array_append() function
- jsonArrayAppend_postgresql(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_array_append() function
- jsonArrayAppend_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL server json_array_append() function
- JsonArrayFunction - Class in org.hibernate.dialect.function.json
-
Standard json_array function.
- JsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.JsonArrayFunction
- jsonArrayInsert_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_array_insert() function
- jsonArrayInsert_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_array_insert() function
- jsonArrayInsert_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_array_insert() function
- jsonArrayInsert_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL server json_array_insert() function
- JsonArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
JSON_ARRAY
and the JSON ARRAY SQL data type. - JsonArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- JsonArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
-
Factory for
JsonArrayJdbcType
. - JsonArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcTypeConstructor
- JsonArrayViaElementArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionReturnTypeResolver
that resolves a JSON encoded array type based on the arguments, which are supposed to be of the element type. - jsonArrayWithNulls(Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a JSON object from the given array of values, retaining
null
values in the JSON array. - jsonArrayWithNulls(Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonArrayWithNulls(Expression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- JsonAsStringArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
JSON_ARRAY
and the JSON SQL data type. - JsonAsStringArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- JsonAsStringArrayJdbcType(JdbcType, int) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- JsonAsStringArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
-
Factory for
JsonArrayJdbcType
. - JsonAsStringArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcTypeConstructor
- JsonAsStringJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
JSON
and the JSON SQL data type. - JsonAsStringJdbcType(int, EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- JsonAttribute(String) - Constructor for record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
-
Creates an instance of a
JsonAttribute
record class. - JSONB_INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
- JSONB_INSTANCE - Static variable in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- JsonBJsonFormatMapper - Class in org.hibernate.type.format.jakartajson
- JsonBJsonFormatMapper() - Constructor for class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- JsonBJsonFormatMapper(Jsonb) - Constructor for class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- jsonDocument() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Returns the value of the
jsonDocument
record component. - jsonDocument() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
jsonDocument
record component. - jsonDocument() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns the value of the
jsonDocument
record component. - jsonDocument() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
jsonDocument
record component. - jsonExists() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_exists() function
- jsonExists(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Checks if a JSON document contains a node for the given JSON path.
- jsonExists(Expression<?>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonExists(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonExists(Expression<?>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Checks if a JSON document contains a node for the given JSON path.
- jsonExists(Expression<?>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonExists(Expression<?>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonExists_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB json_exists() function
- jsonExists_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 json_exists() function
- jsonExists_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP HANA json_exists() function
- jsonExists_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_exists() function
- jsonExists_no_passing() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_exists() function that doesn't support the passing clause
- jsonExists_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_exists() function
- jsonExists_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_exists() function
- jsonExists_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_exists() function
- JsonExistsArguments(Expression, Expression, boolean, JsonPathPassingClause, JsonExistsErrorBehavior) - Constructor for record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Creates an instance of a
JsonExistsArguments
record class. - JsonExistsErrorBehavior - Enum Class in org.hibernate.sql.ast.tree.expression
- JsonExistsFunction - Class in org.hibernate.dialect.function.json
-
Standard json_exists function.
- JsonExistsFunction(TypeConfiguration, boolean, boolean) - Constructor for class org.hibernate.dialect.function.json.JsonExistsFunction
- JsonExistsFunction.JsonExistsArguments - Record Class in org.hibernate.dialect.function.json
- JsonHelper - Class in org.hibernate.type.descriptor.jdbc
-
A Helper for serializing and deserializing JSON, based on an
EmbeddableMappingType
. - JsonHelper() - Constructor for class org.hibernate.type.descriptor.jdbc.JsonHelper
- JsonIndexAccess(int) - Constructor for record class org.hibernate.dialect.function.json.JsonPathHelper.JsonIndexAccess
-
Creates an instance of a
JsonIndexAccess
record class. - jsonInsert(Expression<?>, Expression<String>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts a value by JSON path within a JSON document.
- jsonInsert(Expression<?>, Expression<String>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonInsert(Expression<?>, Expression<String>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonInsert(Expression<?>, Expression<String>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts a value by JSON path within a JSON document.
- jsonInsert(Expression<?>, Expression<String>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonInsert(Expression<?>, Expression<String>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonInsert(Expression<?>, String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts a value by JSON path within a JSON document.
- jsonInsert(Expression<?>, String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonInsert(Expression<?>, String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonInsert(Expression<?>, String, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts a value by JSON path within a JSON document.
- jsonInsert(Expression<?>, String, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonInsert(Expression<?>, String, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonInsert_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_insert() function
- jsonInsert_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_insert() function
- jsonInsert_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_insert() function
- jsonInsert_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL server json_insert() function
- JsonJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
- JsonJavaType(Type, MutabilityPlan<T>, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JsonJavaType
- JsonJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
JSON
and the JSON SQL data type. - JsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- jsonMergepatch(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Applies the patch JSON document onto the other JSON document and returns that.
- jsonMergepatch(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonMergepatch(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonMergepatch(Expression<?>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Applies the patch JSON document onto the other JSON document and returns that.
- jsonMergepatch(Expression<?>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonMergepatch(Expression<?>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonMergepatch(String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Applies the patch JSON document onto the other JSON document and returns that.
- jsonMergepatch(String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonMergepatch(String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonMergepatch_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_mergepatch() function
- jsonMergepatch_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_mergepatch() function
- jsonMergepatch_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_mergepatch() function
- JsonNullBehavior - Enum Class in org.hibernate.sql.ast.tree.expression
- jsonObject() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_object() function
- jsonObject(Map<?, ? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a JSON object from the given map of key values.
- jsonObject(Map<?, ? extends Expression<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObject(Map<?, ? extends Expression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObject_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 json_object() function
- jsonObject_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP HANA json_object() function
- jsonObject_hsqldb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQLDB json_object() function
- jsonObject_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_object() function
- jsonObject_oracle(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_object() function
- jsonObject_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_object() function
- jsonObject_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_object() function
- jsonObjectAgg(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object.
- jsonObjectAgg(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAgg(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAgg(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object.
- jsonObjectAgg(Expression<?>, Expression<?>, Predicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAgg(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAgg_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 json_objectagg() function
- jsonObjectAgg_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_objectagg() function for H2 and HSQLDB
- jsonObjectAgg_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA json_objectagg() function
- jsonObjectAgg_mariadb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MariaDB json_objectagg() function
- jsonObjectAgg_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_objectagg() function
- jsonObjectAgg_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_objectagg() function
- jsonObjectAgg_postgresql(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_objectagg() function
- jsonObjectAgg_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_objectagg() function
- JsonObjectAggArguments(Expression, Expression, JsonNullBehavior, JsonObjectAggUniqueKeysBehavior) - Constructor for record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Creates an instance of a
JsonObjectAggArguments
record class. - JsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
Standard json_objectagg function.
- JsonObjectAggFunction(String, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.JsonObjectAggFunction
- JsonObjectAggFunction.JsonObjectAggArguments - Record Class in org.hibernate.dialect.function.json
- JsonObjectAggUniqueKeysBehavior - Enum Class in org.hibernate.sql.ast.tree.expression
- jsonObjectAggWithNulls(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object, retaining
null
values in the JSON object. - jsonObjectAggWithNulls(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAggWithNulls(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAggWithNulls(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object, retaining
null
values in the JSON object. - jsonObjectAggWithNulls(Expression<?>, Expression<?>, Predicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAggWithNulls(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAggWithUniqueKeys(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object.
- jsonObjectAggWithUniqueKeys(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAggWithUniqueKeys(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAggWithUniqueKeys(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object.
- jsonObjectAggWithUniqueKeys(Expression<?>, Expression<?>, Predicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAggWithUniqueKeys(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAggWithUniqueKeysAndNulls(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object, retaining
null
values in the JSON object. - jsonObjectAggWithUniqueKeysAndNulls(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAggWithUniqueKeysAndNulls(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonObjectAggWithUniqueKeysAndNulls(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Aggregates the given value under the given key into a JSON object, retaining
null
values in the JSON object. - jsonObjectAggWithUniqueKeysAndNulls(Expression<?>, Expression<?>, Predicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectAggWithUniqueKeysAndNulls(Expression<?>, Expression<?>, Predicate) - Method in interface org.hibernate.query.sqm.NodeBuilder
- JsonObjectArgumentsValidator - Class in org.hibernate.dialect.function.json
- JsonObjectArgumentsValidator() - Constructor for class org.hibernate.dialect.function.json.JsonObjectArgumentsValidator
- JsonObjectFunction - Class in org.hibernate.dialect.function.json
-
Standard json_object function.
- JsonObjectFunction(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.json.JsonObjectFunction
- jsonObjectWithNulls(Map<?, ? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a JSON object from the given map of key values, retaining
null
values in the JSON. - jsonObjectWithNulls(Map<?, ? extends Expression<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonObjectWithNulls(Map<?, ? extends Expression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- JsonParameterIndexAccess(String) - Constructor for record class org.hibernate.dialect.function.json.JsonPathHelper.JsonParameterIndexAccess
-
Creates an instance of a
JsonParameterIndexAccess
record class. - jsonPath - Variable in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- jsonPath() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns the value of the
jsonPath
record component. - jsonPath() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns the value of the
jsonPath
record component. - JsonPathHelper - Class in org.hibernate.dialect.function.json
- JsonPathHelper() - Constructor for class org.hibernate.dialect.function.json.JsonPathHelper
- JsonPathHelper.JsonAttribute - Record Class in org.hibernate.dialect.function.json
- JsonPathHelper.JsonIndexAccess - Record Class in org.hibernate.dialect.function.json
- JsonPathHelper.JsonParameterIndexAccess - Record Class in org.hibernate.dialect.function.json
- JsonPathHelper.JsonPathElement - Interface in org.hibernate.dialect.function.json
- JsonPathPassingClause - Class in org.hibernate.sql.ast.tree.expression
- JsonPathPassingClause(Map<String, Expression>) - Constructor for class org.hibernate.sql.ast.tree.expression.JsonPathPassingClause
- jsonQuery() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_query() function
- jsonQuery(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Queries values by JSON path from a JSON document.
- jsonQuery(Expression<?>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonQuery(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonQuery(Expression<?>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- jsonQuery(Expression<?>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonQuery(Expression<?>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonQuery_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB json_query() function
- jsonQuery_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 json_query() function
- jsonQuery_mariadb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MariaDB json_query() function
- jsonQuery_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_query() function
- jsonQuery_no_passing() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
json_query() function
- jsonQuery_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_query() function
- jsonQuery_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_query() function
- jsonQuery_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_query() function
- JsonQueryArguments(Expression, Expression, boolean, JsonPathPassingClause, JsonQueryWrapMode, JsonQueryErrorBehavior, JsonQueryEmptyBehavior) - Constructor for record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Creates an instance of a
JsonQueryArguments
record class. - JsonQueryEmptyBehavior - Enum Class in org.hibernate.sql.ast.tree.expression
- JsonQueryErrorBehavior - Enum Class in org.hibernate.sql.ast.tree.expression
- JsonQueryFunction - Class in org.hibernate.dialect.function.json
-
Standard json_query function.
- JsonQueryFunction(TypeConfiguration, boolean, boolean) - Constructor for class org.hibernate.dialect.function.json.JsonQueryFunction
- JsonQueryFunction.JsonQueryArguments - Record Class in org.hibernate.dialect.function.json
- JsonQueryWrapMode - Enum Class in org.hibernate.sql.ast.tree.expression
- jsonRemove(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Removes a value by JSON path within a JSON document.
- jsonRemove(Expression<?>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonRemove(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonRemove(Expression<?>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Removes a value by JSON path within a JSON document.
- jsonRemove(Expression<?>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonRemove(Expression<?>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonRemove_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB json_remove() function
- jsonRemove_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_remove() function
- jsonRemove_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_remove() function
- jsonRemove_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_remove() function
- jsonRemove_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL server json_remove() function
- jsonReplace(Expression<?>, Expression<String>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Replaces a value by JSON path within a JSON document.
- jsonReplace(Expression<?>, Expression<String>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonReplace(Expression<?>, Expression<String>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonReplace(Expression<?>, Expression<String>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Replaces a value by JSON path within a JSON document.
- jsonReplace(Expression<?>, Expression<String>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonReplace(Expression<?>, Expression<String>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonReplace(Expression<?>, String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Replaces a value by JSON path within a JSON document.
- jsonReplace(Expression<?>, String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonReplace(Expression<?>, String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonReplace(Expression<?>, String, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Replaces a value by JSON path within a JSON document.
- jsonReplace(Expression<?>, String, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonReplace(Expression<?>, String, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonReplace_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_replace() function
- jsonReplace_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_replace() function
- jsonReplace_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_replace() function
- jsonReplace_sqlserver(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL server json_replace() function
- jsonSet(Expression<?>, Expression<String>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts/Replaces a value by JSON path within a JSON document.
- jsonSet(Expression<?>, Expression<String>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonSet(Expression<?>, Expression<String>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonSet(Expression<?>, Expression<String>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts/Replaces a value by JSON path within a JSON document.
- jsonSet(Expression<?>, Expression<String>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonSet(Expression<?>, Expression<String>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonSet(Expression<?>, String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts/Replaces a value by JSON path within a JSON document.
- jsonSet(Expression<?>, String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonSet(Expression<?>, String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonSet(Expression<?>, String, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Inserts/Replaces a value by JSON path within a JSON document.
- jsonSet(Expression<?>, String, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonSet(Expression<?>, String, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonSet_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_set() function
- jsonSet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_set() function
- jsonSet_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_set() function
- jsonSet_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_set() function
- jsonTable() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard json_table() function
- jsonTable(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
json_table
function expression to generate rows from JSON array elements. - jsonTable(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonTable(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonTable(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
json_table
function expression to generate rows from JSON array elements. - jsonTable(Expression<?>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonTable(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonTable(Expression<?>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
json_table
function expression to generate rows from JSON array elements. - jsonTable(Expression<?>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonTable(Expression<?>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonTable_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB json_table() function
- jsonTable_db2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 json_table() function
- jsonTable_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 json_table() function
- jsonTable_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA json_table() function
- jsonTable_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_table() function
- jsonTable_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_table() function
- jsonTable_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_table() function
- jsonTable_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_table() function
- JsonTableArguments(Expression, Expression, boolean, JsonPathPassingClause, JsonTableErrorBehavior, JsonTableColumnsClause) - Constructor for record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Creates an instance of a
JsonTableArguments
record class. - JsonTableColumnDefinition - Interface in org.hibernate.sql.ast.tree.expression
- JsonTableColumnsClause - Class in org.hibernate.sql.ast.tree.expression
- JsonTableColumnsClause(List<JsonTableColumnDefinition>) - Constructor for class org.hibernate.sql.ast.tree.expression.JsonTableColumnsClause
- JsonTableErrorBehavior - Enum Class in org.hibernate.sql.ast.tree.expression
- JsonTableExistsColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- JsonTableExistsColumnDefinition(String, BasicType<Boolean>, String, JsonExistsErrorBehavior) - Constructor for record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Creates an instance of a
JsonTableExistsColumnDefinition
record class. - JsonTableFunction - Class in org.hibernate.dialect.function.json
-
Standard json_table function.
- JsonTableFunction(SetReturningFunctionTypeResolver, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.JsonTableFunction
- JsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.JsonTableFunction
- JsonTableFunction.JsonTableArguments - Record Class in org.hibernate.dialect.function.json
- JsonTableNestedColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- JsonTableNestedColumnDefinition(String, JsonTableColumnsClause) - Constructor for record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
-
Creates an instance of a
JsonTableNestedColumnDefinition
record class. - JsonTableOrdinalityColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- JsonTableOrdinalityColumnDefinition(String) - Constructor for record class org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
-
Creates an instance of a
JsonTableOrdinalityColumnDefinition
record class. - JsonTableQueryColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- JsonTableQueryColumnDefinition(String, BasicType<String>, String, JsonQueryWrapMode, JsonQueryErrorBehavior, JsonQueryEmptyBehavior) - Constructor for record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Creates an instance of a
JsonTableQueryColumnDefinition
record class. - JsonTableSetReturningFunctionTypeResolver - Class in org.hibernate.dialect.function.json
- JsonTableSetReturningFunctionTypeResolver() - Constructor for class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- JsonTableValueColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- JsonTableValueColumnDefinition(String, CastTarget, String, JsonValueErrorBehavior, JsonValueEmptyBehavior) - Constructor for record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Creates an instance of a
JsonTableValueColumnDefinition
record class. - jsonValue(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- jsonValue(Expression<?>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonValue(Expression<?>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonValue(Expression<?>, Expression<String>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts a value by JSON path from a JSON document.
- jsonValue(Expression<?>, Expression<String>, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonValue(Expression<?>, Expression<String>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonValue(Expression<?>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- jsonValue(Expression<?>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonValue(Expression<?>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonValue(Expression<?>, String, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts a value by JSON path from a JSON document.
- jsonValue(Expression<?>, String, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- jsonValue(Expression<?>, String, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- jsonValue_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB json_value() function
- jsonValue_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 json_value() function
- jsonValue_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 json_value() function
- jsonValue_mariadb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MariaDB json_value() function
- jsonValue_mysql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL json_value() function
- jsonValue_no_passing() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA json_value() function
- jsonValue_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle json_value() function
- jsonValue_postgresql(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL json_value() function
- jsonValue_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server json_value() function
- JsonValueArguments(Expression, Expression, boolean, JsonPathPassingClause, CastTarget, JsonValueErrorBehavior, JsonValueEmptyBehavior) - Constructor for record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Creates an instance of a
JsonValueArguments
record class. - JsonValueEmptyBehavior - Class in org.hibernate.sql.ast.tree.expression
- JsonValueErrorBehavior - Class in org.hibernate.sql.ast.tree.expression
- JsonValueFunction - Class in org.hibernate.dialect.function.json
-
Standard json_value function.
- JsonValueFunction(TypeConfiguration, boolean, boolean) - Constructor for class org.hibernate.dialect.function.json.JsonValueFunction
- JsonValueFunction.JsonValueArguments - Record Class in org.hibernate.dialect.function.json
- jsonValueReturningType(String) - Static method in class org.hibernate.dialect.function.json.HANAJsonValueFunction
- jsonValueReturningType(SqlTypedMapping) - Static method in class org.hibernate.dialect.function.json.HANAJsonValueFunction
- JTA_CACHE_TM - Static variable in interface org.hibernate.cfg.TransactionSettings
-
When enabled, indicates that it is safe to cache
TransactionManager
references in theJtaPlatform
- JTA_CACHE_UT - Static variable in interface org.hibernate.cfg.TransactionSettings
-
When enabled, indicates that it is safe to cache
UserTransaction
references in theJtaPlatform
- JTA_PLATFORM - Static variable in interface org.hibernate.cfg.TransactionSettings
-
Specifies the
JtaPlatform
implementation to use for integrating with JTA, either: an instance ofJtaPlatform
, or the name of a class that implementsJtaPlatform
. - JTA_PLATFORM_RESOLVER - Static variable in interface org.hibernate.cfg.TransactionSettings
-
Specifies a
JtaPlatformResolver
implementation that should be used to obtain an instance ofJtaPlatform
. - JTA_TRACK_BY_THREAD - Static variable in interface org.hibernate.cfg.TransactionSettings
-
A transaction can be rolled back by another thread ("tracking by thread") -- not the original application.
- jtaDataSource(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- JtaPlatform - Interface in org.hibernate.engine.transaction.jta.platform.spi
-
A
Service
that defines how Hibernate interacts with JTA on a certain platform. - JtaPlatformException - Exception in org.hibernate.engine.transaction.jta.platform.spi
-
Indicates a problem interacting with the underlying JTA platform.
- JtaPlatformException(String) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
- JtaPlatformException(String, Throwable) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
- JtaPlatformProvider - Interface in org.hibernate.engine.transaction.jta.platform.spi
-
A
ServiceLoader
-style provider ofJtaPlatform
instances. - JtaPlatformResolver - Interface in org.hibernate.engine.transaction.jta.platform.spi
-
A
Service
defining a strategy for obtaining aJtaPlatform
in configurations where the application did not explicitly specify one. - JTDS - Enum constant in enum class org.hibernate.dialect.SybaseDriverKind
- jtdsDriver - Variable in class org.hibernate.dialect.SybaseDialect
-
Deprecated, for removal: This API element is subject to removal in a future version.
- Junction - Class in org.hibernate.sql.ast.tree.predicate
- Junction() - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
- Junction(Junction.Nature) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
- Junction(Junction.Nature, List<Predicate>, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
- Junction(Junction.Nature, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
- Junction.Nature - Enum Class in org.hibernate.sql.ast.tree.predicate
- justAddColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
- justAddColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
- justAddFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
K
- K - Enum constant in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.
- KEEP - Enum constant in enum class org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
- KEEP_ORIGINAL - Enum constant in enum class org.hibernate.event.service.spi.DuplicationStrategy.Action
- key() - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Returns the value of the
key
record component. - key() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- KEY - Enum constant in enum class org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
- KEY - Static variable in class org.hibernate.id.SelectGenerator
-
The property specifying the unique key name.
- KEY_FUNCTION_ON_NON_MAP - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- KEY_OF_FIRST_ON_NEXT_PAGE - Enum constant in enum class org.hibernate.query.KeyedPage.KeyInterpretation
- KEY_OF_LAST_ON_PREVIOUS_PAGE - Enum constant in enum class org.hibernate.query.KeyedPage.KeyInterpretation
- KEY_RESOLVED - Enum constant in enum class org.hibernate.sql.results.graph.Initializer.State
- KeyColumn(String, String, String, boolean, JdbcMapping) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
- keyColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Deprecated.
- keyColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- keyedBy(List<Order<? super R>>) - Method in class org.hibernate.query.Page
-
Obtain a key-based specification of this page.
- keyedBy(Order<? super R>) - Method in class org.hibernate.query.Page
-
Obtain a key-based specification of this page.
- KeyedPage<R> - Class in org.hibernate.query
-
Support for pagination based on a unique key of the result set instead of the
offset
. - KeyedPage.KeyInterpretation - Enum Class in org.hibernate.query
- KeyedResultList<R> - Class in org.hibernate.query
-
Support for pagination based on a unique key of the result set instead of the
offset
. - KeyedResultList(List<R>, List<List<?>>, KeyedPage<R>, KeyedPage<R>, KeyedPage<R>) - Constructor for class org.hibernate.query.KeyedResultList
- KeyMapping(List<EntityTableMapping.KeyColumn>, ModelPart) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
- keys(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- keys(M) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- keys(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
- keySet() - Method in class org.hibernate.collection.spi.PersistentMap
- keySet() - Method in class org.hibernate.event.spi.MergeContext
-
Returns an unmodifiable set view of the merge entities contained in this MergeContext
- keySet() - Method in class org.hibernate.proxy.map.MapProxy
- KeyValue - Interface in org.hibernate.mapping
-
A mapping model
Value
which may be treated as an identifying key of a relational database table. - KeyValue(Consumer<Selectable>, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Any.KeyValue
- KeyValue(Consumer<Selectable>, MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any.KeyValue
- KeyValue.NullValueSemantic - Enum Class in org.hibernate.mapping
- KEYWORD_AUTO_QUOTING_ENABLED - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies whether to automatically quote any names that are deemed keywords on the underlying database.
L
- L2CACHE_LOGGER - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- last() - Method in class org.hibernate.collection.spi.PersistentSortedSet
- last() - Method in interface org.hibernate.ScrollableResults
-
Go to the last result.
- last(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- LAST - Enum constant in enum class org.hibernate.dialect.NullOrdering
-
Null is always ordered last.
- LAST - Enum constant in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Null values appear at the end of the sorted collection.
- lastDay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- lastDay_eomonth() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- lastIndexOf(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentBag
- lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentList
- lastKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
- lastSequence() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Returns the value of the
lastSequence
record component. - lastTimestamp() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Returns the value of the
lastTimestamp
record component. - lastValue(Expression<T>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
last_value
window function expression. - lastValue(Expression<T>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- LATEST_VERSION - Enum constant in enum class org.hibernate.ReplicationMode
-
Deprecated.When a row already exists, choose the latest version.
- latestDescriptor() - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
- latestJpaDescriptor() - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
- latestJpaDescriptor() - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
- latestJpaVerison() - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
- layout() - Element in annotation interface org.hibernate.annotations.QueryCacheLayout
-
The layout of the data for an entity or collection in the query cache.
- LAZY_GROUP - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- lazyAttributeCount() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- LazyAttributeDescriptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
-
Descriptor for an attribute which is enabled for bytecode lazy fetching
- LazyAttributeLoadingInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
-
Interceptor that loads attributes lazily
- LazyAttributeLoadingInterceptor(String, Object, Set<String>, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- LazyAttributesMetadata - Class in org.hibernate.bytecode.enhance.spi.interceptor
-
Information about the bytecode lazy attributes for an entity
- LazyAttributesMetadata(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- LazyAttributesMetadata(String, Map<String, LazyAttributeDescriptor>, Map<String, Set<String>>) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- LazyFetchGroupMetadata - Interface in org.hibernate.bytecode.enhance.spi.interceptor
-
Information about a particular bytecode lazy attribute grouping.
- LazyGroup - Annotation Interface in org.hibernate.annotations
-
Specifies the fetch group for a persistent attribute of an entity class.
- lazyGroupIgnoredForToOne(String, String, String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- LazyInitializable - Interface in org.hibernate.collection.spi
-
The most general abstraction over collections which may be fetched lazily.
- LazyInitializationException - Exception in org.hibernate
-
Indicates an attempt to access unfetched data outside the context of an open stateful
Session
. - LazyInitializationException(String) - Constructor for exception org.hibernate.LazyInitializationException
-
Constructs a
LazyInitializationException
using the given message. - LazyInitializer - Interface in org.hibernate.proxy
-
Handles fetching of the underlying entity for a proxy.
- LazyPropertyInitializer - Interface in org.hibernate.bytecode.enhance.spi
-
Contract for controlling how lazy properties get initialized.
- LazyPropertyInitializer.InterceptorImplementor - Interface in org.hibernate.bytecode.enhance.spi
-
Deprecated.Prefer the form of these methods defined on
BytecodeLazyAttributeInterceptor
instead - LazyTableGroup - Class in org.hibernate.sql.ast.tree.from
-
The purpose of this table group is to defer creating the actual table group until it is really needed.
- LazyTableGroup(boolean, NavigablePath, boolean, Supplier<TableGroup>, LazyTableGroup.ParentTableGroupUseChecker, TableGroupProducer, String, SqlAliasBase, SessionFactoryImplementor, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.LazyTableGroup
- LazyTableGroup.ParentTableGroupUseChecker - Interface in org.hibernate.sql.ast.tree.from
- le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- le(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
- LEADING - Enum constant in enum class org.hibernate.query.sqm.TrimSpec
- least(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- least(Expression<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- least(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- leastGreatest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- leastGreatest_minMax() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- leastGreatest_minMaxValue() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- left(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- left(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- left(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extract the
length
leftmost characters of a string. - left(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- LEFT - Enum constant in enum class org.hibernate.query.common.JoinType
- LEFT - Enum constant in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Represents a left outer join.
- LEFT - Enum constant in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Represents a left outer join.
- leftRight() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- leftRight_substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- leftRight_substrLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Emulate left via substr and right via substr and length.
- LEGACY - Enum constant in enum class org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
-
Deprecated.
- LEGACY - Enum constant in enum class org.hibernate.type.WrapperArrayHandling
-
Allows the use of the wrapper arrays.
- LEGACY_DISCRIMINATOR_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- LEGACY_HILO - Enum constant in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Describes the optimizer for using a custom "hilo" algorithm optimization, following the legacy Hibernate hilo algorithm.
- LEGACY_ID_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
- LEGACY_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
-
A
LobMergeStrategy
representing the legacy behavior of Hibernate. - LEGACY_QUERY_RESULTS_REGION_UNQUALIFIED_NAMES - Static variable in class org.hibernate.cache.spi.AbstractRegionFactory
-
Legacy names that used to be the default for the query results region.
- LEGACY_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAMES - Static variable in class org.hibernate.cache.spi.AbstractRegionFactory
-
Legacy names that used to be the default for the update timestamps region.
- LegacyDB2LimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
for DB2. - LegacyDB2LimitHandler() - Constructor for class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
- LegacyDB2XmlExistsFunction - Class in org.hibernate.dialect.function.xml
-
DB2 10.5 xmlexists function.
- LegacyDB2XmlExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.LegacyDB2XmlExistsFunction
- LegacyDB2XmlQueryFunction - Class in org.hibernate.dialect.function.xml
-
DB2 10.5 xmlquery function.
- LegacyDB2XmlQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.LegacyDB2XmlQueryFunction
- LegacyFetchBuilder - Interface in org.hibernate.query.results
-
Specialized FetchBuilder implementations which handle building fetches defined via:
hbm.xml
definitions calls toNativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String)
, and friends - LegacyHiLoAlgorithmOptimizer - Class in org.hibernate.id.enhanced
-
Slight variation from
HiLoOptimizer
, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators. - LegacyHiLoAlgorithmOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
-
Constructs a
LegacyHiLoAlgorithmOptimizer
- LegacyMapWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.LegacyMapWrapper
- LegacyMapWrapper(Collection<Object>) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.LegacyMapWrapper
- LegacyNamingStrategy - Class in org.hibernate.id.enhanced
-
Naming strategy which implements the behavior of older versions of Hibernate, for the most part.
- LegacyNamingStrategy() - Constructor for class org.hibernate.id.enhanced.LegacyNamingStrategy
- LegacySpecHints - Interface in org.hibernate.jpa
-
Deprecated.Use the
SpecHints
form instead - length() - Element in annotation interface org.hibernate.annotations.Array
-
The maximum length of the array.
- length() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
- length() - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- length() - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- length(int) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
- length(long) - Static method in class org.hibernate.engine.jdbc.Size
- length(long, Size.LobMultiplier) - Static method in class org.hibernate.engine.jdbc.Size
- length(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- length(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- length(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- Length - Class in org.hibernate
-
Defines a list of useful constant values that may be used to specify long column lengths in the JPA
Column
annotation. - length_characterLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
ANSI SQL-style
- length_characterLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- LengthFunction - Class in org.hibernate.dialect.function
-
A length function with separate patterns for string and clob argument.
- LengthFunction(String, String, String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LengthFunction
- LESS_THAN - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- LESS_THAN_OR_EQUAL - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lessThan(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- lessThan(SingularAttribute<T, U>, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be strictly less than the given upper bound.
- lessThan(FlushMode) - Method in enum class org.hibernate.FlushMode
-
Compare this flush mode to the given flush mode.
- lessThan(LockMode) - Method in enum class org.hibernate.LockMode
-
Check if this lock mode is less restrictive than the given lock mode.
- lessThan(ScrollMode) - Method in enum class org.hibernate.ScrollMode
-
Determine if
this
mode is "less than" the provided mode. - lessThan(U) - Static method in interface org.hibernate.query.range.Range
-
A range containing all values strictly less than the given upper bound.
- lessThanOrEqual(SingularAttribute<T, U>, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be less than or equal to the given upper bound.
- lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- lessThanOrEqualTo(U) - Static method in interface org.hibernate.query.range.Range
-
A range containing all values less than or equal to the given upper bound.
- like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- like(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- like(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
- like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- like(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- like(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- like(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- like(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- like(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- like(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
- like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- like(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- like(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to match the given pattern.
- like(SingularAttribute<T, String>, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to match the given pattern, explicitly specifying case sensitivity.
- like(SingularAttribute<T, String>, String, boolean, char, char) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to match the given pattern, explicitly specifying case sensitivity, along with single-character and multi-character wildcards.
- LikePredicate - Class in org.hibernate.sql.ast.tree.predicate
- LikePredicate(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
- LikePredicate(Expression, Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
- LikePredicate(Expression, Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
- LikePredicate(Expression, Expression, Expression, boolean, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
- Limit - Class in org.hibernate.query.spi
-
Paging limits
- Limit() - Constructor for class org.hibernate.query.spi.Limit
- Limit(Integer, Integer) - Constructor for class org.hibernate.query.spi.Limit
- LIMIT_OFFSET_CLAUSE - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- limitClause() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
-
The SQL fragment to insert, with a ? placeholder for the actual numerical limit.
- limitClause() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
- limitClause() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
- limitClause(boolean) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
- limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
- LimitHandler - Interface in org.hibernate.dialect.pagination
-
Contract defining dialect-specific limit and offset handling.
- LimitLimitHandler - Class in org.hibernate.dialect.pagination
-
Limit handler for MySQL and CUBRID which support the syntax
LIMIT n
andLIMIT m, n
. - LimitLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LimitLimitHandler
- LimitOffsetLimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
for databases like PostgreSQL, H2, and HSQL that support the syntaxLIMIT n OFFSET m
. - LimitOffsetLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
- linkToSession(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- linkWithSubType(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- linkWithSuperType(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- list - Variable in class org.hibernate.collection.spi.PersistentList
- list() - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterface
representing persistent lists of a given element type. - list() - Method in interface org.hibernate.query.Query
-
Execute the query and return the query results as a
List
. - list() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the query results as a
List
. - list() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- list() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- list(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- list(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, ListResultsConsumer.UniqueSemantic, int) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- list(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- List - Class in org.hibernate.mapping
-
A mapping model object representing a collection of type
List
. - List(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.List
-
annotation binding
- List(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.List
-
hbm.xml binding
- List(List) - Constructor for class org.hibernate.mapping.List
- LIST - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- LIST - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A non-unique, ordered collection following the requirements of
List
- LIST - Enum constant in enum class org.hibernate.query.sqm.DynamicInstantiationNature
-
The target identified a
List
instantiation. - LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
- LIST_INDEX_BASE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- LIST_INDEX_JAVA_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- LIST_INDEX_JDBC_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- LIST_INDEX_JDBC_TYPE_CODE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- listagg(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- listagg(JpaOrder, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, JpaPredicate, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, JpaPredicate, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, JpaPredicate, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, JpaPredicate, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
listagg
ordered set-aggregate function expression. - listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, JpaWindow, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, JpaWindow, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg(JpaOrder, JpaWindow, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- listagg(JpaOrder, JpaWindow, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listagg_groupConcat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- listagg_list(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- listagg_stringAgg(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- listagg_stringAggWithinGroup(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- ListaggFunction - Class in org.hibernate.dialect.function
- ListaggFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggFunction
- ListaggGroupConcatEmulation - Class in org.hibernate.dialect.function
- ListaggGroupConcatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggGroupConcatEmulation
- ListaggStringAggEmulation - Class in org.hibernate.dialect.function
- ListaggStringAggEmulation(String, String, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggStringAggEmulation
- LISTENER - Enum constant in enum class org.hibernate.boot.models.JpaEventListenerStyle
-
The event method is declared on a separate "listener" class named by EntityListeners.
- listeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Deprecated.this is not the most efficient way for iterating the event listeners. See
EventListenerGroup.fireEventOnEachListener(Object, BiConsumer)
and its overloaded variants for better alternatives. - ListIndexBase - Annotation Interface in org.hibernate.annotations
-
Specifies the base value for the order column of a persistent list or array, that is, the order column value of the first element of the list or array.
- ListIndexJavaType - Annotation Interface in org.hibernate.annotations
-
Form of
JavaType
for describing the column mapping for the index of aList
or array. - ListIndexJdbcType - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcType
for describing the column mapping for the index of aList
or array. - ListIndexJdbcTypeCode - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcTypeCode
for describing the column mapping for the index of aList
or array. - listInstantiation(List<? extends SqmSelectableNode<?>>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- listIterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- listIterator() - Method in class org.hibernate.collection.spi.PersistentBag
- listIterator() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- listIterator() - Method in class org.hibernate.collection.spi.PersistentList
- listIterator(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- listIterator(int) - Method in class org.hibernate.collection.spi.PersistentBag
- listIterator(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- listIterator(int) - Method in class org.hibernate.collection.spi.PersistentList
- ListIteratorProxy(ListIterator<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- listParameter(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a multivalued parameter accepting multiple arguments packaged together as a
List
. - listParameter(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- listParameter(Class<T>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a multivalued parameter accepting multiple arguments packaged together as a
List
. - listParameter(Class<T>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ListPersistentAttribute<D,
E> - Interface in org.hibernate.metamodel.model.domain -
Hibernate extension to the JPA
ListAttribute
descriptor - ListProxy(List<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- ListResultsConsumer<R> - Class in org.hibernate.sql.results.spi
-
ResultsConsumer for creating a List of results
- ListResultsConsumer(ListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.sql.results.spi.ListResultsConsumer
- ListResultsConsumer.UniqueSemantic - Enum Class in org.hibernate.sql.results.spi
-
Ways this consumer can handle in-memory row de-duplication
- ListType - Class in org.hibernate.type
- ListType(String, String) - Constructor for class org.hibernate.type.ListType
- literal(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- literal(T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- literal(T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- Literal - Interface in org.hibernate.sql.ast.tree.expression
- LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
-
Intended for use in reading HQL literals and writing SQL literals
- LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
-
Intended for use in reading HQL literals and writing SQL literals
- LiteralAsParameter<T> - Class in org.hibernate.sql.ast.tree.expression
-
A wrapper for a literal to render as parameter through a cast function.
- LiteralAsParameter(Literal, String) - Constructor for class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
- LiteralNumberFormatException - Exception in org.hibernate.query.sqm
- LiteralNumberFormatException(String) - Constructor for exception org.hibernate.query.sqm.LiteralNumberFormatException
- LiteralNumberFormatException(String, Exception) - Constructor for exception org.hibernate.query.sqm.LiteralNumberFormatException
- literals(List<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- literals(List<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- literals(List<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- literals(T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- literals(T...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- literals(T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ln(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the natural logarithm of its argument.
- ln(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ln_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For SQL Server and Sybase
- load() - Method in interface org.hibernate.NaturalIdLoadAccess
-
Return the persistent instance with the full natural id specified by previous calls to
NaturalIdLoadAccess.using(jakarta.persistence.metamodel.SingularAttribute<? super T, X>, X)
, ornull
if there is no such persistent instance. - load(Object) - Method in interface org.hibernate.IdentifierLoadAccess
-
Return the persistent instance with the given identifier, or null if there is no such persistent instance.
- load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Return the persistent instance with the given natural id value, or
null
if there is no such persistent instance. - load(Object, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- load(Object, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- load(Object, Object) - Method in interface org.hibernate.Session
-
Read the persistent state associated with the given identifier into the given transient instance.
- load(Object, Object, LockMode, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Load an instance using either the
forUpdateLoader
or the outer joiningloader
, depending upon the value of thelock
parameter - load(Object, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Load an instance of the persistent class.
- load(Object, Object, LockMode, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
- load(Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
- load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
-
Load by primary key value, populating the passed entity instance.
- load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Load an instance using either the
forUpdateLoader
or the outer joiningloader
, depending upon the value of thelock
parameter - load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Load an instance of the persistent class.
- load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
- load(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.CollectionLoader
-
Load a collection by its key (not necessarily the same as its owner's PK).
- load(Object, NaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
-
Perform the load of the entity by its natural-id
- load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
-
Load an entity by a primary or unique key value.
- load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
-
Load by primary key value
- load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
-
Load by unique key value
- load(Consumer<List<Object>>) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
Callback for row loading.
- load(K[], MultiIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiIdEntityLoader
-
Load multiple entities by id.
- load(T, BiConsumer<T, List<Object>>) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
-
Callback for row loading.
- LOAD - Enum constant in enum class org.hibernate.engine.spi.CachedNaturalIdValueSource
- LOAD - Enum constant in enum class org.hibernate.graph.GraphSemantic
-
Indicates that an
EntityGraph
should be interpreted as a JPA "load graph". - LOAD - Static variable in class org.hibernate.event.spi.EventType
- LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
- Loadable - Interface in org.hibernate.loader.ast.spi
-
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).
- loadAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- loadByIdCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for the allowed type of identifier value passed to
EntityManager.getReference(java.lang.Class<T>, java.lang.Object)
andEntityManager.find(java.lang.Class<T>, java.lang.Object)
- loadByUniqueKey(String, Object, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Load an instance of the persistent class, by a unique key other than the primary key.
- loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- loadByUniqueKey(String, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
-
Load an instance by a unique key that is not the primary key.
- loadCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a collection loading.
- LoadContexts - Class in org.hibernate.sql.results.spi
-
Maintains a Stack of processing state related to performing load operations.
- LoadContexts(PersistenceContext) - Constructor for class org.hibernate.sql.results.spi.LoadContexts
- loadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
-
Load database snapshot by primary key value
- LOADED_CLASSES - Static variable in interface org.hibernate.cfg.AvailableSettings
- LOADED_CONFIG_KEY - Static variable in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
- LoadedConfig - Class in org.hibernate.boot.cfgxml.spi
-
Models the information gleaned from parsing a
cfg.xml
file. - LoadedConfig(String) - Constructor for class org.hibernate.boot.cfgxml.spi.LoadedConfig
- loadEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being loaded.
- loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Load the id for the entity based on the natural id.
- Loader - Interface in org.hibernate.loader.ast.spi
-
Common contract for all value-mapping loaders.
- LOADER_LOGGER - Static variable in interface org.hibernate.loader.LoaderLogging
- LoaderLogging - Interface in org.hibernate.loader
-
Logging for loaders
- LoadEvent - Class in org.hibernate.event.spi
-
Defines an event class for the loading of an entity.
- LoadEvent(Object, Object, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
- LoadEvent(Object, String, boolean, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
- LoadEvent(Object, String, LockMode, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
- LoadEvent(Object, String, LockOptions, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
- LoadEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of load events generated from a session.
- LoadEventListener.LoadType - Class in org.hibernate.event.spi
- loadFromSecondLevelCache(EntityPersister, EntityKey, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- loadFromSecondLevelCache(EntityPersister, EntityKey, Object, LockMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Attempts to load the entity from the second-level cache.
- loadFromSecondLevelCache(EntityPersister, EntityKey, Object, LockMode) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- LOADING - Enum constant in enum class org.hibernate.engine.spi.Status
- LOADING_LOGGER - Static variable in interface org.hibernate.sql.results.LoadingLogger
- LoadingCollectionEntry - Interface in org.hibernate.sql.results.graph.collection
-
Represents a collection currently being loaded.
- LoadingLogger - Interface in org.hibernate.sql.results
- loadJavaServices(Class<S>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Discovers and instantiates implementations of the named service contract.
- loadOptional() - Method in interface org.hibernate.NaturalIdLoadAccess
-
Just like
NaturalIdLoadAccess.load()
, except that here anOptional
is returned. - loadOptional(Object) - Method in interface org.hibernate.IdentifierLoadAccess
-
Just like
IdentifierLoadAccess.load(java.lang.Object)
, except that here anOptional
is returned. - loadOptional(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Just like
SimpleNaturalIdLoadAccess.load(java.lang.Object)
, except that here anOptional
is returned. - loadProperties(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Read settings from a
Properties
file by File reference - loadProperties(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Read settings from a
Properties
file by resource name. - LoadQueryInfluencers - Class in org.hibernate.engine.spi
-
Centralize all options which can influence the SQL query needed to load an entity.
- LoadQueryInfluencers(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
- LoadQueryInfluencers(SessionFactoryImplementor, SessionCreationOptions) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
- LOB - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- LOB_DEFAULT - Static variable in class org.hibernate.Length
-
The default length for a LOB column, on databases where LOB columns have a length.
- LobCreationContext - Interface in org.hibernate.engine.jdbc
-
Provides callback access into the context in which the LOB is to be created.
- LobCreationContext.Callback<T> - Interface in org.hibernate.engine.jdbc
-
The callback contract for making use of the JDBC
Connection
. - LobCreator - Interface in org.hibernate.engine.jdbc
-
Contract for creating various LOB references.
- LobCreatorBuilder - Interface in org.hibernate.engine.jdbc.env.spi
- LobHelper - Interface in org.hibernate
- LobMergeStrategy - Interface in org.hibernate.dialect
-
Strategy for how dialects need
LOB
values to be merged. - LobTypeMappings - Class in org.hibernate.type.descriptor.jdbc
- LOCAL - Enum constant in enum class org.hibernate.dialect.temptable.TemporaryTableKind
-
Modeled as what the SQL standard calls a local temporary table, which is a table that is defined per connection.
- LOCAL_DATE - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of LocalDate as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- LOCAL_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
- LOCAL_DATE_TIME - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of LocalDateTime as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- LOCAL_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
LocalDateTime
to JDBCTIMESTAMP
. - LOCAL_TIME - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of LocalTime as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- LOCAL_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
- localDate() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create expression to return current local date.
- localDate() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- LocalDateJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the
LocalDate
type. - LocalDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalDateJavaType
- LocalDateJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling LocalDate directly through the JDBC driver
- LocalDateJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LocalDateJdbcType
- localDateTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create expression to return current local datetime.
- localDateTime() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- LocalDateTimeJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the
LocalDateTime
type. - LocalDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- LocalDateTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling LocalDateTime directly through the JDBC driver
- LocalDateTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LocalDateTimeJdbcType
- LOCALE - Static variable in class org.hibernate.type.StandardBasicTypes
- LocaleComparator() - Constructor for class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
- LocaleJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Locale
handling. - LocaleJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocaleJavaType
- LocaleJavaType.LocaleComparator - Class in org.hibernate.type.descriptor.java
- LocalMetadataBuildingContext - Interface in org.hibernate.boot.model.source.spi
-
Specialization of the MetadataBuildingContext contract specific to a given origin.
- localNamesMatch(DotIdentifierSequence) - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
- localNamesMatch(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
- localNamesMatch(EntityIdentifierNavigablePath) - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
- localNamesMatch(EntityIdentifierNavigablePath) - Method in class org.hibernate.spi.NavigablePath
- LocalObjectUuidHelper - Class in org.hibernate.id.uuid
- LocalSynchronizationException - Exception in org.hibernate.resource.transaction
-
Wraps an exception thrown from a "local synchronization" (one registered in the SynchronizationRegistry).
- LocalSynchronizationException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.LocalSynchronizationException
- localTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create expression to return current local time.
- localTime() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- LocalTimeJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the
LocalTime
type. - LocalTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalTimeJavaType
- LocalTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling LocalTime directly through the JDBC driver
- LocalTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LocalTimeJdbcType
- localtimeLocaltimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- LocalXsdResolver - Class in org.hibernate.boot.xsd
-
When Hibernate loads an XSD we fully expect that to be resolved from our jar file via ClassLoader resource look-up.
- LocalXsdResolver() - Constructor for class org.hibernate.boot.xsd.LocalXsdResolver
- locate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- locate(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- locate(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- locate(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- locate(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- locate(Expression<String>, String, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- locate(Expression<String>, String, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- locate(Expression<String>, String, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
- locate(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
-
Locate an object in JNDI by name
- locate_charindex() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Transact SQL-style
- locate_positionSubstring() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
locate() in terms of ANSI position() and substring()
- locateBinding(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- locateBinding(Parameter<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- locateBinding(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- locateBinding(QueryParameterImplementor<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- locateEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used
- locateGenerationContext(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
-
Given the incoming object, determine the context for injecting back its generated id sub-values.
- locateGenerationContext(SharedSessionContractImplementor, Object) - Method in class org.hibernate.mapping.Component.StandardGenerationContextLocator
- locateJdbcTypeFamilyByTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
-
Will return
null
if no match is found. - locateJoin(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- locateNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
- locateNaturalIdUniqueKeyBinder(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- locatePersistenceUnits(Map<?, ?>, ClassLoader, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- LocatePositionEmulation - Class in org.hibernate.dialect.function
-
Emulates the ANSI SQL-standard
position()
function usinglocate()
. - LocatePositionEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LocatePositionEmulation
- locateResource(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Locate a resource by name (classpath lookup).
- locateResource(String) - Method in interface org.hibernate.boot.ResourceLocator
-
Locate the named resource
- locateResource(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
-
Locate a resource by name
- locateResources(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Locate a series of resource by name (classpath lookup).
- locateResourceStream(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Locate a resource by name (classpath lookup) and gets its stream.
- locateResourceStream(String) - Method in interface org.hibernate.boot.ResourceStreamLocator
-
Locate the named resource
- locateSequence(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
- locateSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
- locateServiceBinding(Class<R>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
-
Locate the binding for the given role.
- locateTable(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
-
Returns the table with the specified logical table name.
- locateTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
- locateUserDefinedArrayType(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
-
Returns the array UDT with the specified logical UDT name.
- locateUserDefinedType(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
-
Returns the object UDT with the specified logical UDT name.
- lock(long, UUID, long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
- lock(long, UUID, long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occurring at the specified time.
- lock(long, UUID, long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- lock(Object, LockModeType, LockOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(Object, LockModeType, LockOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.lock.LockingStrategy
-
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
- lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
- lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
- lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
- lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
- lock(Object, Object, Object, int, EventSource) - Method in interface org.hibernate.dialect.lock.LockingStrategy
- lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
- lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
- lock(Object, Object, Object, LockMode, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- lock(Object, Object, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Do a version check (optional operation)
- lock(Object, Object, Object, LockMode, EventSource) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- lock(Object, Object, Object, LockMode, EventSource) - Method in interface org.hibernate.persister.entity.EntityPersister
- lock(Object, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- lock(Object, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Do a version check (optional operation)
- lock(Object, Object, Object, LockOptions, EventSource) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- lock(Object, Object, Object, LockOptions, EventSource) - Method in interface org.hibernate.persister.entity.EntityPersister
- lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- lock(Object, LockMode) - Method in interface org.hibernate.Session
-
Obtain the specified lock level on the given managed instance associated with this session.
- lock(Object, LockMode, LockOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(Object, LockMode, LockOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- lock(Object, LockMode, LockOption...) - Method in interface org.hibernate.Session
-
Obtain the specified lock level on the given managed instance associated with this session, applying any other specified options.
- lock(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- lock(Object, LockOptions) - 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.lock(Object, LockModeType, LockOption...) instead
- lock(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- lock(String, Object, LockOptions) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Cascade the lock operation to the given child entity.
- lock(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- LOCK - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.A cascade type for the
lock()
operation. - LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
lock
- LOCK - Static variable in class org.hibernate.engine.spi.CascadingActions
-
Deprecated, for removal: This API element is subject to removal in a future version.because
CascadeType.LOCK
is deprecated - LOCK - Static variable in class org.hibernate.event.spi.EventType
- LockAcquisitionException - Exception in org.hibernate.exception
-
A
JDBCException
indicating a problem acquiring a lock on the database. - LockAcquisitionException(String, SQLException) - Constructor for exception org.hibernate.exception.LockAcquisitionException
- LockAcquisitionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockAcquisitionException
- LockEvent - Class in org.hibernate.event.spi
-
Event class for
Session.lock(java.lang.Object, org.hibernate.LockMode)
. - LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
- LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
- LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
- LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
- LockEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of lock events generated from a session.
- LockingStrategy - Interface in org.hibernate.dialect.lock
-
A strategy abstraction for how locks are obtained in the underlying database.
- LockingStrategyException - Exception in org.hibernate.dialect.lock
-
Represents an error trying to apply a
LockingStrategy
to an entity - LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
-
Constructs a LockingStrategyException
- LockingStrategyException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
-
Constructs a LockingStrategyException
- lockItem(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Notify before an attempt to update or delete the keyed object.
- lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
- lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- LockMode - Enum Class in org.hibernate
-
Instances represent a lock mode for a row of a relational database table.
- lockOptions - Variable in class org.hibernate.sql.SimpleSelect
- LockOptions - Class in org.hibernate
-
Deprecated, for removal: This API element is subject to removal in a future version.Since JPA 3.2 and Hibernate 7, a
LockMode
,Timeout
, orPessimisticLockScope
may be passed directly as an option tofind()
,refresh()
, orlock()
. Therefore, this class is obsolete as an API and will be moved to an SPI package.For HQL/JPQL queries, locking should be controlled via operations of the
SelectionQuery
interface:- A timeout may be set via
CommonQueryContract.setTimeout(Timeout)
- The
PessimisticLockScope
may be set usingSelectionQuery.setLockScope(PessimisticLockScope)
- Alias-specific lock modes may be specified using
SelectionQuery.setLockMode(String, LockMode)
- Use of follow-on locking may be enabled via
SelectionQuery.setFollowOnLocking(boolean)
Timeouts
provides several operations to simplify migration. - A timeout may be set via
- LockOptions() - Constructor for class org.hibernate.LockOptions
-
Deprecated.Construct an instance with mode
LockMode.NONE
and no timeout. - LockOptions(boolean, LockMode) - Constructor for class org.hibernate.LockOptions
-
Deprecated.Internal operation used to create immutable global instances.
- LockOptions(LockMode) - Constructor for class org.hibernate.LockOptions
-
Deprecated.Construct an instance with the given mode and no timeout.
- LockOptions(LockMode, int) - Constructor for class org.hibernate.LockOptions
-
Deprecated.Use LockOptions(LockMode, Timeout) instead
- LockOptions(LockMode, int, PessimisticLockScope) - Constructor for class org.hibernate.LockOptions
-
Deprecated.
- LockOptions(LockMode, Timeout) - Constructor for class org.hibernate.LockOptions
-
Deprecated.Construct an instance with the given mode and timeout.
- LockOptions(LockMode, Timeout, PessimisticLockScope) - Constructor for class org.hibernate.LockOptions
-
Deprecated.
- lockRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Lock the entire region
- lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
- lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- lockRegion() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- LockTimeoutException - Exception in org.hibernate.exception
-
A
JDBCException
indicating that a lock request timed out on the database. - LockTimeoutException(String, SQLException) - Constructor for exception org.hibernate.exception.LockTimeoutException
- LockTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockTimeoutException
- log - Static variable in interface org.hibernate.query.sqm.tree.SqmNode
- log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For databases where the first parameter is the base
- log(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the logarithm of
x
to the baseb
. - log(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- log(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- log(Number, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- LOG - Enum constant in enum class org.hibernate.id.SequenceMismatchStrategy
-
When detecting a mismatch, Hibernate simply logs the sequence whose entity mapping configuration conflicts with the one found in the database.
- LOG - Static variable in class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
- LOG_BASE2OF10 - Static variable in class org.hibernate.dialect.Dialect
- LOG_JDBC_ERRORS - Static variable in interface org.hibernate.cfg.JdbcSettings
-
When enabled, specifies that JDBC errors should be logged before being rethrown.
- LOG_JDBC_WARNINGS - Static variable in interface org.hibernate.cfg.JdbcSettings
-
When enabled, specifies that JDBC statement warnings should be logged.
- log_ln() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- log_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server defines parameters in reverse order
- log_loglog() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For Sybase
- LOG_SESSION_METRICS - Static variable in interface org.hibernate.cfg.SessionEventSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.This setting is now ignored. Enable the log category
org.hibernate.session.metrics
to automatically collect and log session-level metrics. - LOG_SLOW_QUERY - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies a duration in milliseconds defining the minimum query execution time that characterizes a "slow" query.
- log10() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- log10(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the base-10 logarithm of its argument.
- log10(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- log10_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For Oracle and HANA
- log2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- logAndClearWarnings(Connection) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Standard (legacy) behavior for logging warnings associated with a JDBC
Connection
and clearing them. - logAndClearWarnings(Statement) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
- logBinding(int, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
- logBinding(String, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
- logDomainResultGraph(String, List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
- logDomainResultGraph(List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
- logErrorCodes(int, String) - Method in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
- logExceptions(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Log the given (and any nested) exception.
- logExtracted(int, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
- logExtracted(String, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
- loggable(Set<ValidationMode>) - Static method in enum class org.hibernate.boot.beanvalidation.ValidationMode
- loggablePropertyValueString(Object) - Static method in exception org.hibernate.PropertySetterAccessException
- LoggableUserType - Interface in org.hibernate.usertype
-
Marker interface for user types which want to perform custom logging of their corresponding values
- LOGGER - Static variable in interface org.hibernate.bytecode.BytecodeLogging
- LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- LOGGER - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
- LOGGER - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
- LOGGER - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
- LOGGER - Static variable in interface org.hibernate.sql.results.LoadingLogger
- LOGGER - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
- LOGGER - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
- LOGGER_NAME - Static variable in interface org.hibernate.bytecode.BytecodeLogging
- LOGGER_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- LOGGER_NAME - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- LOGGER_NAME - Static variable in interface org.hibernate.dialect.DialectLogging
- LOGGER_NAME - Static variable in interface org.hibernate.loader.LoaderLogging
- LOGGER_NAME - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
- LOGGER_NAME - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
- LOGGER_NAME - Static variable in interface org.hibernate.query.hql.HqlLogging
- LOGGER_NAME - Static variable in interface org.hibernate.query.QueryLogging
- LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
- LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogging
- LOGGER_NAME - Static variable in interface org.hibernate.sql.results.LoadingLogger
- LOGGER_NAME - Static variable in interface org.hibernate.sql.results.ResultsLogger
- logical() - Element in annotation interface org.hibernate.annotations.Synchronize
-
Specifies whether the table names given by
Synchronize.value()
should be interpreted as logical or physical names. - LogicalConnection - Interface in org.hibernate.resource.jdbc
-
Represents a continuous logical connection to the database to the database via JDBC.
- LogicalConnectionImplementor - Interface in org.hibernate.resource.jdbc.spi
-
SPI contract for
LogicalConnection
. - logNullBinding(int, int) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
- logNullBinding(String, int) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
- logNullExtracted(int, int) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
- logNullExtracted(String, int) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
- logSlowQuery(String, long, JdbcSessionContext) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Log a slow SQL query
- logSqlAst(Statement) - Static method in class org.hibernate.sql.ast.SqlTreePrinter
- logStatement(String) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Log a SQL statement string.
- logStatement(String, Formatter) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Log a SQL statement string using the specified formatter
- logStaticSQL() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- logStaticSQL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- logSummary() - Method in interface org.hibernate.stat.Statistics
-
Log the main statistics at level
INFO
. - logVersion() - Static method in class org.hibernate.Version
-
Logs the Hibernate version (using
Version.getVersionString()
) to the logging system. - logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
- logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
-
Delegate to log common details of a warning
- LONG - Enum constant in enum class org.hibernate.query.sqm.CastType
- LONG - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
- LONG - Static variable in class org.hibernate.Length
-
Used to select a variable-length SQL type large enough to contain values of maximum length 32600.
- LONG - Static variable in class org.hibernate.type.StandardBasicTypes
- LONG_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
- LONG16 - Static variable in class org.hibernate.Length
-
The maximum length that fits in 16 bits.
- LONG32 - Static variable in class org.hibernate.Length
-
The maximum length of a Java string or array, that is, the maximum length that fits in 32 bits.
- LONG32NVARCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code used internally by the Hibernate
Dialect
to identify anSqlTypes.NVARCHAR
-like type large enough to hold any Java string. - LONG32VARBINARY - Static variable in class org.hibernate.type.SqlTypes
-
A type code used by the Hibernate SQL dialect to identify a
SqlTypes.VARBINARY
-like type large enough to hold any Java byte array. - LONG32VARCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code used internally by the Hibernate
Dialect
to identify aSqlTypes.VARCHAR
-like type large enough to hold any Java string. - LongJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Long
handling. - LongJavaType() - Constructor for class org.hibernate.type.descriptor.java.LongJavaType
- LONGNVARCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
LONGNVARCHAR
. - LongNVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
LONGNVARCHAR
handling. - LongNVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
- LongPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
long[]
handling. - LongPrimitiveArrayJavaType(JavaType<Long>) - Constructor for class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- LONGVARBINARY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
LONGVARBINARY
. - LongVarbinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
LONGVARBINARY
handling. - LongVarbinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
- LongVarbinaryJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
- LONGVARCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
LONGVARCHAR
. - LongVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
LONGVARCHAR
handling. - LongVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- LongVarcharJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- lower(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lower(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lower(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- LOWER - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
-
The identifier is stored in lower case.
- lowerUpper() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- LpadRpadPadEmulation - Class in org.hibernate.dialect.function
-
HQL function inspired by the ANSI SQL trim function, with a funny syntax involving a
TrimSpec
. - LpadRpadPadEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LpadRpadPadEmulation
- lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "less than" comparison check.
- lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- lt(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
- lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "less than" comparison check.
M
- M - Enum constant in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.
- main(String[]) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
- main(String[]) - Static method in class org.hibernate.Version
-
Prints the Hibernate version (using
Version.getVersionString()
) to SYSOUT. - major() - Element in annotation interface org.hibernate.annotations.DialectOverride.Version
- make(Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
-
Factory for DatabaseVersion based on major version (minor and micro set to zero)
- make(Integer, Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
-
Factory for DatabaseVersion based on major and minor version (micro set to zero)
- make(Integer, Integer, Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
-
Factory for DatabaseVersion based on major, minor and micro
- makeCopy() - Method in interface org.hibernate.dialect.DatabaseVersion
-
Deprecated.In dialect implementations, prefer
DatabaseVersion.makeCopyOrDefault(DatabaseVersion)
to gracefully default to the minimum supported version. - makeCopy() - Method in class org.hibernate.LockOptions
-
Deprecated.Make a copy.
- makeCopy() - Method in class org.hibernate.query.spi.Limit
- makeCopy(boolean) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Deprecated.In dialect implementations, prefer
DatabaseVersion.makeCopyOrDefault(DatabaseVersion)
to gracefully default to the minimum supported version. - makeCopy(boolean) - Method in interface org.hibernate.graph.Graph
-
Make a copy of this graph node, with the given mutability.
- makeCopy(boolean) - Method in interface org.hibernate.graph.GraphNode
- makeCopy(boolean) - Method in interface org.hibernate.graph.RootGraph
- makeCopy(boolean) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
- makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
- makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
- makeCopy(boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
- makeCopy(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
- makeCopy(String) - Method in interface org.hibernate.query.named.NamedQueryMemento
-
Makes a copy of the memento using the specified registration name
- makeCopy(String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
- makeCopy(String) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- makeCopyOrDefault(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
-
Make a simple copy of this version object, unless this version object has
no version information
, in which case just return the givendefaultVersion
. - makedateMaketime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL/CUBRID
- makeDateTimeTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Postgres
- makeDefensiveCopy() - Method in class org.hibernate.LockOptions
-
Deprecated.Make a copy, unless this is an immutable instance.
- makeDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- makeDistinct(boolean) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
- makeImmutableCopy(String) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
-
Make an immutable copy of this entity graph, using the given name.
- makeKeySubGraph() - Method in interface org.hibernate.graph.AttributeNode
-
Deprecated.This operation is not properly type safe. Note that
graph.addAttributeNode(att).makeKeySubGraph()
is a synonym forgraph.addMapKeySubgraph(att)
. - makeKeySubGraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Deprecated.
- makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
-
Deprecated.This operation is not properly type safe. Note that
graph.addAttributeNode(att).makeKeySubGraph(cl)
is a synonym forgraph.addTreatedMapKeySubgraph(att,cl)
. - makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Deprecated.
- makeLoader(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Make a loader capable of loading a single entity by natural-id
- makeLob() - Method in class org.hibernate.mapping.SimpleValue
- makeMultiLoader(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Make a loader capable of loading multiple entities by natural-id
- makeNationalized() - Method in class org.hibernate.mapping.SimpleValue
- makeParameterMarker() - Method in class org.hibernate.sql.Delete
- makeParameterMarker() - Method in interface org.hibernate.sql.RestrictionRenderingContext
- makeParameterMarker() - Method in class org.hibernate.sql.SimpleSelect
- makeParameterMarker() - Method in class org.hibernate.sql.Update
- makeProcedureCall(SessionImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Convert the memento back into an executable (connected) form.
- makeProcedureCall(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Convert the memento back into an executable (connected) form.
- makeProcedureCall(SharedSessionContractImplementor, String...) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Convert the memento back into an executable (connected) form.
- makeProcedureCall(Session) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Convert the memento back into an executable (connected) form.
- makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.This will be removed
- makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.RootGraph
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeShallowCopy() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- makeSoftDelete(SoftDeleteType) - Method in class org.hibernate.mapping.BasicValue
- makeSubGraph() - Method in interface org.hibernate.graph.AttributeNode
-
Deprecated.This operation is not properly type safe. Note that
graph.addAttributeNode(att).makeSubGraph()
is a synonym forgraph.addSubgraph(att)
. - makeSubGraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Deprecated.
- makeSubGraph(boolean) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.This will be removed
- makeSubGraph(boolean) - Method in interface org.hibernate.graph.RootGraph
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
-
Deprecated.This operation is not properly type safe. Note that
graph.addAttributeNode(att).makeSubGraph(cl)
is a synonym forgraph.addTreatedSubgraph(att,cl)
. - makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Deprecated.
- makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- makeValue() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Return the internal value.
- makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- makeValueThenAdd(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Increment the internal state by the given addend, but return the pre-incremented value.
- makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- makeValueThenIncrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Increment the internal state, but return the pre-incremented value.
- makeVersion() - Method in class org.hibernate.mapping.SimpleValue
- Managed - Interface in org.hibernate.engine.spi
-
Contract for classes (specifically, entities and components/embeddables) that are "managed".
- MANAGED - Enum constant in enum class org.hibernate.engine.spi.Status
- ManagedBean<T> - Interface in org.hibernate.resource.beans.spi
-
Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate
- ManagedBeanRegistry - Interface in org.hibernate.resource.beans.spi
-
A registry for
ManagedBean
instances. - ManagedBeanRegistryInitiator - Class in org.hibernate.resource.beans.spi
-
Standard initializer for the
ManagedBeanRegistry
service. - ManagedBeanRegistryInitiator() - Constructor for class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
- ManagedBeanSettings - Interface in org.hibernate.cfg
- managedClass(Class<?>) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- managedClasses(Class<?>...) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Add the specified classes as managed classes.
- managedClasses(Collection<Class<?>>) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Add the specified classes as managed classes.
- ManagedComposite - Interface in org.hibernate.engine.spi
-
Specialized
Managed
contract for component/embeddable classes. - ManagedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Extensions to the JPA-defined
ManagedType
contract. - managedEntitiesIterator() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
A read-only iterator on all entities managed by this persistence context
- ManagedEntity - Interface in org.hibernate.engine.spi
-
Specialized
Managed
contract for entity classes. - ManagedMappedSuperclass - Interface in org.hibernate.engine.spi
-
Specialized
Managed
contract for MappedSuperclass classes. - ManagedMappingType - Interface in org.hibernate.metamodel.mapping
-
Mapping-model corollary to
ManagedType
- ManagedResources - Interface in org.hibernate.boot.model.process.spi
-
Represents the result of the first step of the process of building
MetadataSources
reference into aMetadata
reference. - ManagedResultConsumer - Class in org.hibernate.sql.results.spi
-
Reads rows without producing a result.
- ManagedResultConsumer() - Constructor for class org.hibernate.sql.results.spi.ManagedResultConsumer
- managedType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- managedType(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Access to a managed type through its name
- ManagedTypeRepresentationResolver - Interface in org.hibernate.metamodel.spi
-
Pluggable strategy handling resolution of ManagedTypeRepresentationStrategy to use.
- ManagedTypeRepresentationStrategy - Interface in org.hibernate.metamodel.spi
-
Defines a singular extension point for capabilities pertaining to a representation mode.
- manageLocalResolution(Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Ensures that the necessary local cross-reference exists.
- managesColumns(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- managesColumns(String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
- manageSharedResolution(Object, Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Ensures that the necessary cross-reference exists in the L2 cache
- MANUAL - Enum constant in enum class org.hibernate.annotations.FlushModeType
-
Deprecated.Corresponds to
FlushMode.MANUAL
. - MANUAL - Enum constant in enum class org.hibernate.FlushMode
-
The
Session
is only flushed whenSession.flush()
is called explicitly. - manualDisconnect() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Manually disconnect the underlying JDBC Connection.
- manualReconnect(Connection) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Manually reconnect the underlying JDBC Connection.
- MANY_TO_ANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
The collection elements represent entity's in a multi-valued ANY mapping.
- MANY_TO_ANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
The map key is represented by a Hibernate ANY mapping
- MANY_TO_ANY - Enum constant in enum class org.hibernate.boot.models.AttributeNature
- MANY_TO_ANY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MANY_TO_MANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
The collection elements represent entity's in a many-to-many association.
- MANY_TO_MANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
The map key is an association identified by a column(s) on the collection table.
- MANY_TO_MANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
- MANY_TO_MANY - Enum constant in enum class org.hibernate.boot.models.AttributeNature
- MANY_TO_MANY - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
- MANY_TO_MANY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MANY_TO_ONE - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
- MANY_TO_ONE - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
- MANY_TO_ONE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ManyToAny - Annotation Interface in org.hibernate.annotations
-
Maps a to-many cardinality association taking values over several entity types which are not related by the usual entity inheritance, using a discriminator value stored in an association table.
- ManyToOne - Class in org.hibernate.mapping
-
A mapping model object representing a many-to-one association.
- ManyToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ManyToOne
- ManyToOneType - Class in org.hibernate.type
-
A many-to-one association to an entity.
- ManyToOneType(String, TypeConfiguration) - Constructor for class org.hibernate.type.ManyToOneType
- ManyToOneType(ManyToOneType, String) - Constructor for class org.hibernate.type.ManyToOneType
- ManyToOneType(TypeConfiguration, String) - Constructor for class org.hibernate.type.ManyToOneType
-
Creates a many-to-one association type with the given referenced entity.
- ManyToOneType(TypeConfiguration, String, boolean) - Constructor for class org.hibernate.type.ManyToOneType
-
Creates a many-to-one association type with the given referenced entity and the given laziness characteristic
- ManyToOneType(TypeConfiguration, String, boolean, String, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
- map - Variable in class org.hibernate.collection.spi.PersistentMap
- map() - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterface
representing persistent maps of a given key and value types. - map(StaleStateException) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch.StaleStateMapper
- Map - Class in org.hibernate.mapping
-
A mapping model object representing a collection of type
Map
. - Map(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Map
- Map(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Map
- MAP - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- MAP - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A collection following the semantics of
Map
- MAP - Enum constant in enum class org.hibernate.metamodel.RepresentationMode
- MAP - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- MAP - Enum constant in enum class org.hibernate.query.sqm.DynamicInstantiationNature
-
The target identified a
Map
instantiation. - MAP_KEY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_CLASS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_COMPOSITE_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MAP_KEY_ENUMERATED - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_JAVA_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MAP_KEY_JDBC_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MAP_KEY_JDBC_TYPE_CODE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MAP_KEY_JOIN_COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_JOIN_COLUMNS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_MUTABILITY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MAP_KEY_TEMPORAL - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MAP_KEY_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MapEntryJavaType - Class in org.hibernate.type.descriptor.java.spi
-
Descriptor for
Map.Entry
. - MapEntryJavaType() - Constructor for class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
- mapInstantiation(List<? extends SqmSelectableNode<?>>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- MapKeyCompositeType - Annotation Interface in org.hibernate.annotations
-
Form of
CompositeType
for use with map-keys - MapKeyJavaType - Annotation Interface in org.hibernate.annotations
-
Form of
JavaType
for describing the key of a Map - MapKeyJdbcType - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcType
for describing the key of a Map - MapKeyJdbcTypeCode - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcTypeCode
for describing the key of a Map - MapKeyMutability - Annotation Interface in org.hibernate.annotations
-
Form of
Mutability
for describing the key of a Map - MapKeyType - Annotation Interface in org.hibernate.annotations
-
Form of
Type
for use with map keys. - MapLazyInitializer - Class in org.hibernate.proxy.map
-
Lazy initializer for "dynamic-map" entity representations.
- MAPPED_SUPERCLASS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- mappedBy() - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Mappable
- mappedBy(String) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Mappable
- MappedByTableGroup - Class in org.hibernate.sql.ast.tree.from
- MappedByTableGroup(NavigablePath, TableGroupProducer, TableGroup, boolean, TableGroup, LazyTableGroup.ParentTableGroupUseChecker) - Constructor for class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- MappedSuperclass - Class in org.hibernate.mapping
-
A mapping model object representing a mapped superclass of an entity class.
- MappedSuperclass(MappedSuperclass, PersistentClass, Table) - Constructor for class org.hibernate.mapping.MappedSuperclass
- MappedSuperclassDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Extension of the JPA
MappedSuperclassType
contract - MapPersistentAttribute<D,
K, V> - Interface in org.hibernate.metamodel.model.domain -
Hibernate extension to the JPA
MapAttribute
descriptor - MAPPING_MODEL_CREATION_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
- MAPPING_MODEL_CREATION_MESSAGE_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
- MappingContext - Interface in org.hibernate.type
-
Declares operations used by implementors of
Type
that are common to the fully-"compiled" runtime mapping metadata held by aSessionFactory
and the incomplete metamodel which exists during the metadata building process. - MappingDefaults - Interface in org.hibernate.boot.spi
-
Values to use as defaults in the absence of certain mapping information.
- MappingException - Exception in org.hibernate.boot
-
Indicates a problem parsing a mapping document.
- MappingException - Exception in org.hibernate
-
An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.
- MappingException(String) - Constructor for exception org.hibernate.MappingException
-
Constructs a
MappingException
using the given information. - MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
-
Constructs a
MappingException
using the given information. - MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingException
- MappingException(String, Origin) - Constructor for exception org.hibernate.boot.MappingException
- MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
-
Constructs a
MappingException
using the given information. - mappingFile(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- MappingFileDescriptor - Interface in org.hibernate.boot.archive.scan.spi
-
Descriptor for a mapping (XML) file.
- mappingFiles(String...) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Add the specified resource names as mapping files.
- mappingFiles(Collection<String>) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Add the specified resource names as mapping files.
- MappingHelper - Class in org.hibernate.mapping
- MappingMetamodel - Interface in org.hibernate.metamodel
-
Access to information about the runtime relational O/R mapping model.
- MappingMetamodelImplementor - Interface in org.hibernate.metamodel.spi
- MappingModelCreationLogging - Interface in org.hibernate.metamodel.mapping
-
Logger used during mapping-model creation
- MappingModelExpressible<T> - Interface in org.hibernate.metamodel.mapping
-
Something that can be expressible at the mapping model level.
- mappingModelPart() - Method in class org.hibernate.type.ComponentType
- MappingNotFoundException - Exception in org.hibernate.boot
-
Indicates that a mapping document could not be found at a given
Origin
. - MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
- MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
- MappingNotFoundException(Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
- MappingNotFoundException(Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
- MappingReference - Class in org.hibernate.boot.cfgxml.spi
-
Represents a
<mapping/>
element within acfg.xml
file. - MappingReference(MappingReference.Type, String) - Constructor for class org.hibernate.boot.cfgxml.spi.MappingReference
- MappingReference.Type - Enum Class in org.hibernate.boot.cfgxml.spi
- MappingSettings - Interface in org.hibernate.cfg
- MappingType - Interface in org.hibernate.metamodel.mapping
-
Common descriptor for types in the mapping model - entities, embeddables, String, Integer, etc
- MappingXsdSupport - Class in org.hibernate.boot.xsd
-
Support for XSD handling related to Hibernate's `hbm.xml` and JPA's `orm.xml`.
- MapProxy - Class in org.hibernate.proxy.map
-
Proxy for "dynamic-map" entity representations.
- MapProxyFactory - Class in org.hibernate.proxy.map
- MapProxyFactory() - Constructor for class org.hibernate.proxy.map.MapProxyFactory
- MAPS_ID - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- MapSemantics<MKV extends Map<K,
V>, K, V> - Interface in org.hibernate.collection.spi -
Extension of
CollectionSemantics
for Maps - MapsIdSource - Interface in org.hibernate.boot.model.source.spi
-
Describes a relationship annotated with
MapsId
- mapSize(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that tests the size of a map.
- mapSize(M) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mapSize(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
- mapSize(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that tests the size of a map.
- mapSize(JpaExpression<M>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mapSize(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- MapType - Class in org.hibernate.type
- MapType(String, String) - Constructor for class org.hibernate.type.MapType
- MapWrapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.MapWrapper
- MapWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.MapWrapper
- MapWrapper(Collection<JacksonXmlFormatMapper.EntryWrapper<K, V>>) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.MapWrapper
- MapWrapper(Collection<JaxbXmlFormatMapper.EntryWrapper>) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.MapWrapper
- MARIADB - Enum constant in enum class org.hibernate.dialect.Database
- MariaDBCastingJsonArrayJdbcType - Class in org.hibernate.dialect.type
- MariaDBCastingJsonArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
- MariaDBCastingJsonArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
MariaDBCastingJsonArrayJdbcType
. - MariaDBCastingJsonArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcTypeConstructor
- MariaDBCastingJsonJdbcType - Class in org.hibernate.dialect.type
- MariaDBCastingJsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
- MariaDBDialect - Class in org.hibernate.dialect
-
A SQL dialect for MariaDB 10.5 and above.
- MariaDBDialect() - Constructor for class org.hibernate.dialect.MariaDBDialect
- MariaDBDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.MariaDBDialect
- MariaDBDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.MariaDBDialect
- MariaDBIdentityColumnSupport - Class in org.hibernate.dialect.identity
- MariaDBIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.MariaDBIdentityColumnSupport
- MariaDBJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
MariaDB json_arrayagg function.
- MariaDBJsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MariaDBJsonArrayAggFunction
- MariaDBJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
-
MariaDB json_array_append function.
- MariaDBJsonArrayAppendFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MariaDBJsonArrayAppendFunction
- MariaDBJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
MariaDB json_array function.
- MariaDBJsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MariaDBJsonArrayFunction
- MariaDBJsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
MariaDB json_objectagg function.
- MariaDBJsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MariaDBJsonObjectAggFunction
- MariaDBJsonQueryFunction - Class in org.hibernate.dialect.function.json
-
MariaDB json_query function.
- MariaDBJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MariaDBJsonQueryFunction
- MariaDBJsonValueFunction - Class in org.hibernate.dialect.function.json
-
MariaDB json_value function.
- MariaDBJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MariaDBJsonValueFunction
- MariaDBSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
MariaDBDialect
. - MariaDBSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.MariaDBSequenceSupport
- MariaDBSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for MariaDB.
- MariaDBSqlAstTranslator(SessionFactoryImplementor, Statement, MariaDBDialect) - Constructor for class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- markAsFunctionCall(int) - Method in interface org.hibernate.procedure.ProcedureCall
-
Mark this
ProcedureCall
as representing a call to a database function, rather than a database procedure. - markAsFunctionCall(Type<?>) - Method in interface org.hibernate.procedure.ProcedureCall
-
Mark this
ProcedureCall
as representing a call to a database function, rather than a database procedure. - markAsFunctionCall(Class<?>) - Method in interface org.hibernate.procedure.ProcedureCall
-
Mark this
ProcedureCall
as representing a call to a database function, rather than a database procedure. - markAsJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Indicates that bootstrap was initiated from JPA bootstrapping.
- markAsLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
- markAsReloaded(JdbcValuesSourceProcessingState) - Method in interface org.hibernate.engine.spi.EntityHolder
-
Marks the entity holder as reloaded to potentially trigger follow-on locking.
- MARKED_ROLLBACK - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
The transaction has been marked for rollback only.
- markForRollbackOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- markForRollbackOnly() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Marks current transaction, if any, for rollback only.
- markForRollbackOnly() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- markRollbackOnly() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
- markRollbackOnly() - Method in interface org.hibernate.Transaction
-
Attempt to mark the underlying transaction for rollback only.
- matches(String) - Method in class org.hibernate.boot.model.naming.Identifier
- matches(String, ParameterUsage) - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
- matches(ContributableDatabaseObject) - Method in interface org.hibernate.tool.schema.spi.ContributableMatcher
-
Does the given `contributed` match this matcher?
- matches(Dialect) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- matches(Dialect) - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
- matchesAllProperties(String...) - Method in class org.hibernate.mapping.Component
- matchesResolutionInfo(DialectResolutionInfo) - Method in enum class org.hibernate.dialect.Database
-
Does this database match the given metadata?
- matchesRoleName(String) - Static method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
- matchesRoleName(String) - Static method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
- matchesSignature(JpaEventListenerStyle, MethodDetails) - Static method in class org.hibernate.boot.models.spi.JpaEventListener
- matchesUrl(String) - Method in enum class org.hibernate.dialect.Database
-
Does the given JDBC URL connect to this database?
- MATERIALIZED - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteMaterialization
-
Materialize the CTE if possible.
- MATERIALIZED - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- MATERIALIZED - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- MATERIALIZED - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- MATERIALIZED_BLOB - Static variable in class org.hibernate.type.SqlTypes
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type
MATERIALIZED_BLOB
. - MATERIALIZED_BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
byte[]
to JDBCBLOB
. - MATERIALIZED_BLOB_WRAPPER - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Byte[]
to JDBCBLOB
. - MATERIALIZED_CLOB - Static variable in class org.hibernate.type.SqlTypes
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type
MATERIALIZED_CLOB
. - MATERIALIZED_CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
- MATERIALIZED_CLOB_CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
char[]
to JDBCCLOB
. - MATERIALIZED_CLOB_CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Character[]
to JDBCCLOB
. - MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.SqlTypes
-
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type
MATERIALIZED_NCLOB
. - MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
- MATERIALIZED_NCLOB_CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
char[]
to JDBCNCLOB
. - MATERIALIZED_NCLOB_CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Character[]
to JDBCNCLOB
and - math() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- max(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- max(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- max(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- max(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- MAX_FETCH_DEPTH - Static variable in interface org.hibernate.cfg.FetchSettings
-
Specifies the maximum depth of nested outer join fetching.
- MAX_LOB_PREFETCH_SIZE_DEFAULT_VALUE - Static variable in class org.hibernate.dialect.HANAServerConfiguration
- MAX_PAGE_SIZE - Static variable in class org.hibernate.dialect.SybaseASEDialect
- maxSeriesSize - Variable in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
- maxSeriesSize - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- md5() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Deprecated.
- md5(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- median() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- median_percentileCont(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- median_percentileCont_castDouble() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB lacks implicit casting
- MemberResolutionException - Exception in org.hibernate.boot.models
-
Indicates a problem resolving a member from ClassDetails
- MemberResolutionException(String) - Constructor for exception org.hibernate.boot.models.MemberResolutionException
- MemberResolutionException(String, Throwable) - Constructor for exception org.hibernate.boot.models.MemberResolutionException
- merge(EntityManager, Class<T>, Graph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
-
Merges multiple entity graphs into a single graph that specifies the fetching/loading of all attributes the input graphs specify.
- merge(EntityManager, Class<T>, List<? extends Graph<T>>) - Static method in class org.hibernate.graph.EntityGraphs
-
Merges multiple entity graphs into a single graph that specifies the fetching/loading of all attributes the input graphs specify.
- merge(EntityManager, Class<T>, Stream<? extends Graph<T>>) - Static method in class org.hibernate.graph.EntityGraphs
-
Merges multiple entity graphs into a single graph that specifies the fetching/loading of all attributes the input graphs specify.
- merge(Object, Object[], int[], boolean, Object[], 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.
- merge(String, Object, MergeContext) - Method in interface org.hibernate.event.spi.EventSource
-
Cascade merge an entity instance
- merge(String, T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- merge(String, T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- merge(String, T) - Method in interface org.hibernate.Session
-
Copy the state of the given object onto the persistent object with the same identifier.
- merge(LoadedConfig) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
Merge information from loaded a
cfg.xml
represented by the incoming parameter into this LoadedConfig representation - merge(AttributeNodeImplementor<J, E, K>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
- merge(GraphImplementor<J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- merge(LockOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- merge(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- merge(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- merge(T) - Method in interface org.hibernate.Session
-
Copy the state of the given object onto the persistent object with the same identifier.
- merge(T, EntityGraph<?>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- merge(T, EntityGraph<?>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- merge(T, EntityGraph<?>) - Method in interface org.hibernate.Session
-
Copy the state of the given object onto the persistent object with the same identifier.
- MERGE - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Equivalent to
CascadeType.MERGE
. - MERGE - Enum constant in enum class org.hibernate.loader.ast.spi.CascadingFetchProfile
- MERGE - Enum constant in enum class org.hibernate.sql.ast.Clause
- MERGE - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
merge
- MERGE - Static variable in class org.hibernate.engine.spi.CascadingActions
- MERGE - Static variable in class org.hibernate.event.spi.EventType
- MERGE_ENTITY_COPY_OBSERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Specifies how Hibernate should behave when multiple representations of the same persistent entity instance, that is, multiple detached objects with the same persistent identity, are encountered while cascading a
merge()
operation. - mergeBlob(Blob, Blob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
-
Perform merge on
Blob
values. - mergeClob(Clob, Clob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
-
Perform merge on
Clob
values. - MergeContext - Class in org.hibernate.event.spi
-
MergeContext
is a specializedMap
implementation used by a merge event listener to keep track of each entity being merged and its corresponding managed result. - MergeContext(EventSource, EntityCopyObserver) - Constructor for class org.hibernate.event.spi.MergeContext
- MergeCoordinator - Class in org.hibernate.persister.entity.mutation
-
Specialized
UpdateCoordinator
formerge into
. - MergeCoordinator(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.MergeCoordinator
- MergeEvent - Class in org.hibernate.event.spi
-
Event class for
Session.merge(T)
. - MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
- MergeEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
- MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
- MergeEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of merge events generated from a session.
- mergeInternal(GraphImplementor<J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
- mergeNClob(NClob, NClob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
-
Perform merge on
NClob
values. - MergeOperation - Class in org.hibernate.sql.model.jdbc
-
JdbcMutationOperation
implementation for MERGE handling - MergeOperation(TableMapping, MutationTarget<?>, String, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.MergeOperation
- mergeProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Adds the incoming properties to the internal properties structure, as long as the internal structure does not already contain an entry for the given key.
- MESSAGE_LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- MessageHelper - Class in org.hibernate.pretty
-
MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages.
- MetaAttributable - Interface in org.hibernate.mapping
-
Common interface for things that can handle meta attributes.
- MetaAttribute - Class in org.hibernate.mapping
-
A meta attribute is a named value or values.
- MetaAttribute(String) - Constructor for class org.hibernate.mapping.MetaAttribute
- metadata() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
- Metadata - Interface in org.hibernate.boot
-
Represents the ORM model as determined by aggregating the provided mapping sources.
- METADATA - Enum constant in enum class org.hibernate.tool.schema.SourceType
-
The ORM metadata is used as the exclusive source generation of for DDL commands.
- METADATA_BUILDER_CONTRIBUTOR - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.Use discovery instead.
- METADATA_THEN_SCRIPT - Enum constant in enum class org.hibernate.tool.schema.SourceType
-
Both the ORM metadata and external DDL scripts are used as sources for generation, with the commands from the external DDL script(s) being executed last.
- MetadataBuilder - Interface in org.hibernate.boot
-
Contract for specifying various overrides to be used in metamodel building.
- MetadataBuilderContributor - Interface in org.hibernate.boot.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use settings,
TypeContributor
,FunctionContributor
orAdditionalMappingContributor
instead depending on need - MetadataBuilderFactory - Interface in org.hibernate.boot.spi
-
An extension point for integrators that wish to hook into the process of how a
Metadata
is built. - MetadataBuilderImplementor - Interface in org.hibernate.boot.spi
-
Internal API for
MetadataBuilder
exposing the building options being collected. - MetadataBuilderInitializer - Interface in org.hibernate.boot.spi
-
Contract for contributing to the initialization of
MetadataBuilder
. - MetadataBuildingContext - Interface in org.hibernate.boot.spi
-
Describes the context in which the process of building
Metadata
fromMetadataSources
occurs. - MetadataBuildingOptions - Interface in org.hibernate.boot.spi
-
Describes the options used while building the
Metadata
object duringMetadataBuilder.build()
processing. - MetadataBuildingProcess - Class in org.hibernate.boot.model.process.spi
-
Represents the process of transforming a
MetadataSources
reference into aMetadata
reference. - MetadataBuildingProcess() - Constructor for class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
- MetadataImplementor - Interface in org.hibernate.boot.spi
-
The SPI-level
Metadata
contract. - MetadataSource - Enum Class in org.hibernate.mapping
-
Enumeration of the known places from which a piece of metadata may come.
- MetadataSourceProcessor - Interface in org.hibernate.boot.model.source.spi
-
Defines the steps in processing metadata sources.
- MetadataSources - Class in org.hibernate.boot
-
Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents.
- MetadataSources() - Constructor for class org.hibernate.boot.MetadataSources
-
Create a new instance, using a default
BootstrapServiceRegistry
. - MetadataSources(ServiceRegistry) - Constructor for class org.hibernate.boot.MetadataSources
-
Create a new instance using the given
ServiceRegistry
. - MetadataSources(ServiceRegistry, XmlMappingBinderAccess) - Constructor for class org.hibernate.boot.MetadataSources
-
Create a new instance using the given
ServiceRegistry
. - MetadataSourcesContributor - Interface in org.hibernate.boot.spi
-
A bootstrap process hook for contributing sources to
MetadataSources
. - MetaType - Class in org.hibernate.type
- MetaType(Type, ImplicitDiscriminatorStrategy, Map<Object, String>) - Constructor for class org.hibernate.type.MetaType
- MetaValue(Consumer<Selectable>, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Any.MetaValue
- MetaValue(Consumer<Selectable>, MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any.MetaValue
- millis() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
- min(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- min(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- min(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- min(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- MINIMUM_VERSION - Static variable in class org.hibernate.dialect.CockroachDialect
- MINIMUM_VERSION - Static variable in class org.hibernate.dialect.PostgreSQLDialect
- MinMaxCaseEveryAnyEmulation - Class in org.hibernate.dialect.function
-
Most databases don't have a function like
every()
orany()
. - MinMaxCaseEveryAnyEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
- minor() - Element in annotation interface org.hibernate.annotations.DialectOverride.Version
- minute(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.MINUTE
of a date, time, or datetime expression. - minute(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- MINUTE - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Minute, defined to mean 60 seconds when it occurs as a unit of duration, or to mean the minute field in the range 0-59 when passed to
extract()
. - MISSING - Enum constant in enum class org.hibernate.sql.results.graph.Initializer.State
- missingCacheCreated(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- MissingSqlSelectionException - Exception in org.hibernate.query.results
-
Indicates that a column defined as part of a SQL ResultSet mapping was not part of the query's ResultSet
- MissingSqlSelectionException(String) - Constructor for exception org.hibernate.query.results.MissingSqlSelectionException
- MissingSqlSelectionException(String, Throwable) - Constructor for exception org.hibernate.query.results.MissingSqlSelectionException
- MIXED - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
-
The identifier is stored in mixed case.
- MIXED - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- MIXED_POSITIONAL_NAMED_PARAMETERS - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- mod(Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- mod(Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mod(Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- mod(Expression<Integer>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- mod(Integer, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- mod_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- mode() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
-
The method used for fetching the association in the fetch profile being defined.
- mode() - Element in annotation interface org.hibernate.annotations.FetchProfileOverride
-
The method that should be used to fetch the association in the named fetch profile.
- mode(Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- mode(Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mode(JpaPredicate, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- mode(JpaPredicate, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mode(JpaPredicate, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
mode
ordered set-aggregate function expression. - mode(JpaPredicate, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- mode(JpaWindow, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- mode(JpaWindow, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- MODE_PROPERTY - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
- MODEL - Enum constant in enum class org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
- MODEL_MUTATION_LOGGER - Static variable in class org.hibernate.sql.model.ModelMutationLogging
- ModelMutationLogging - Class in org.hibernate.sql.model
-
Logging related to entity and collection mutations stemming from persistence-context events
- ModelMutationLogging() - Constructor for class org.hibernate.sql.model.ModelMutationLogging
- ModelPart - Interface in org.hibernate.metamodel.mapping
-
Base descriptor, within the mapping model, for any part of the application's domain model: an attribute, an entity identifier, collection elements, and so on.
- ModelPart.JdbcValueBiConsumer<X,
Y> - Interface in org.hibernate.metamodel.mapping -
Functional interface for consuming the JDBC values, along with two values of type
X
andY
. - ModelPart.JdbcValueConsumer - Interface in org.hibernate.metamodel.mapping
-
Functional interface for consuming the JDBC values.
- ModelPartContainer - Interface in org.hibernate.metamodel.mapping
-
Access to a group of ModelPart by name or for iteration.
- ModelPartReferenceMemento - Interface in org.hibernate.query.named
-
A ResultMappingMementoNode that is a reference to some part of the user's domain model
- ModelPartResultMemento - Interface in org.hibernate.query.named
- ModelPartResultMementoBasic - Interface in org.hibernate.query.named
- ModelPartResultMementoCollection - Interface in org.hibernate.query.named
- ModelPartResultMementoEntity - Interface in org.hibernate.query.named
- ModeStatsModeEmulation - Class in org.hibernate.dialect.function
- ModeStatsModeEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ModeStatsModeEmulation
- ModifiedSubQueryExpression - Class in org.hibernate.sql.ast.tree.expression
- ModifiedSubQueryExpression(SelectStatement, ModifiedSubQueryExpression.Modifier) - Constructor for class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
- ModifiedSubQueryExpression.Modifier - Enum Class in org.hibernate.sql.ast.tree.expression
- MODULO - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- month(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.MONTH
of a date, time, or datetime expression. - month(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- MONTH - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Calendar month.
- monthsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- moreHyperbolic() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- MULTI_TENANT_CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.MultiTenancySettings
-
Specifies a
MultiTenantConnectionProvider
to use. - MULTI_TENANT_IDENTIFIER_RESOLVER - Static variable in interface org.hibernate.cfg.MultiTenancySettings
-
Specifies a
CurrentTenantIdentifierResolver
to use, either: an instance ofCurrentTenantIdentifierResolver
, aClass
representing an class that implementsCurrentTenantIdentifierResolver
, or the name of a class that implementsCurrentTenantIdentifierResolver
. - MultiIdentifierLoadAccess<T> - Interface in org.hibernate
-
Loads multiple instances of a given entity type at once, by specifying a list of identifier values.
- MultiIdEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
-
Loader subtype for loading multiple entities by multiple identifier values.
- MultiIdLoadOptions - Interface in org.hibernate.loader.ast.spi
-
Encapsulation of the options for loading multiple entities by id
- MultiKeyLoader - Interface in org.hibernate.loader.ast.spi
-
Loader specialization for loading multiple loadable references by primary, foreign or natural key.
- MultiKeyLoadSizingStrategy - Interface in org.hibernate.loader.ast.spi
-
Strategy for determining an optimal size for loading by multiple keys.
- multiLoad(Object...) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Retrieve the entities with the given natural id values.
- multiLoad(Object[], SharedSessionContractImplementor, MultiIdLoadOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- multiLoad(Object[], SharedSessionContractImplementor, MultiIdLoadOptions) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Performs a load of multiple entities (of this type) by identifier simultaneously.
- multiLoad(Object[], EventSource, MultiIdLoadOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- multiLoad(Object[], EventSource, MultiIdLoadOptions) - Method in interface org.hibernate.persister.entity.EntityPersister
- multiLoad(List<?>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Retrieve the entities with the given natural id values.
- multiLoad(List<K>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Retrieve the entities with the given identifiers.
- multiLoad(K...) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Retrieve the entities with the given identifiers.
- multiLoad(K[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiNaturalIdLoader
-
Load multiple entities by natural-id.
- MultiLoadOptions - Interface in org.hibernate.loader.ast.spi
-
Base contract for options for multi-load operations
- MultiNaturalIdLoader<E> - Interface in org.hibernate.loader.ast.spi
-
Loader for entities by multiple natural-ids
- MultiNaturalIdLoadOptions - Interface in org.hibernate.loader.ast.spi
-
Encapsulation of the options for loading multiple entities by natural-id
- MultipatternSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
-
Support for overloaded functions defined in terms of a list of patterns, one for each possible function arity.
- MultipatternSqmFunctionDescriptor(String, SqmFunctionDescriptor[], BasicType<?>, TypeConfiguration, FunctionParameterType...) - Constructor for class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
-
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.
- MultipatternSqmFunctionDescriptor(String, SqmFunctionDescriptor[], TypeConfiguration, FunctionParameterType...) - Constructor for class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
-
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.
- MultipleAttributeNaturesException - Exception in org.hibernate.boot.models
-
Condition where an attribute indicates multiple natures
- MultipleAttributeNaturesException(String, EnumSet<AttributeNature>) - Constructor for exception org.hibernate.boot.models.MultipleAttributeNaturesException
- MultipleBagFetchException - Exception in org.hibernate.loader
-
Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
- MultipleBagFetchException(List) - Constructor for exception org.hibernate.loader.MultipleBagFetchException
- MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
- multiply(Expression, int, BasicType<Integer>) - Static method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- multiply(Expression, Expression) - Static method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- MULTIPLY - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a multiplication.
- multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a multiplication.
- multiselect(Selection<?>...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
-
Deprecated.
- multiselect(Selection<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
Deprecated.
- multiselect(Selection<?>...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- multiselect(Selection<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
-
Deprecated.
- multiselect(Selection<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- multiselect(List<Selection<?>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
-
Deprecated.
- multiselect(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
Deprecated.
- multiselect(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- multiselect(List<Selection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
-
Deprecated.
- multiselect(List<Selection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- MultiTenancySettings - Interface in org.hibernate.cfg
- MultiTenancySource - Interface in org.hibernate.boot.model.source.spi
-
Describes the source information related to mapping the multi-tenancy of an entity
- MultiTenantConnectionProvider<T> - Interface in org.hibernate.engine.jdbc.connections.spi
-
A specialized
Connection
provider contract used when the application is using multi-tenancy support requiring tenant-aware connections. - Mutability - Annotation Interface in org.hibernate.annotations
-
Specifies a
MutabilityPlan
for a basic value mapping. - MUTABILITY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- MutabilityPlan<T> - Interface in org.hibernate.type.descriptor.java
-
Describes the mutability aspects of a given Java type.
- MutabilityPlanExposer<T> - Interface in org.hibernate.type.descriptor.java
-
Something that exposes a MutabilityPlan
- mutable() - Element in annotation interface org.hibernate.annotations.NaturalId
-
Specifies whether the natural id is mutable or immutable.
- MUTABLE - Enum constant in enum class org.hibernate.boot.model.source.spi.NaturalIdMutability
-
The attribute is part of a mutable natural id
- MutableCacheKeyBuilder - Interface in org.hibernate.cache
-
A builder that generates a Serializable Object to be used as a key into the query results cache.
- MutableJpaCompliance - Interface in org.hibernate.jpa.spi
- MutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
Mutability plan for mutable objects
- MutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.MutableMutabilityPlan
- MutableQueryOptions - Interface in org.hibernate.query.spi
- MutableSelectableMapping(String, JdbcMappingContainer, String[]) - Constructor for class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- MutatingTableReference - Class in org.hibernate.sql.model.ast
-
Specialized TableReference for model mutation operations
- MutatingTableReference(TableMapping) - Constructor for class org.hibernate.sql.model.ast.MutatingTableReference
- MutatingTableReferenceGroupWrapper - Class in org.hibernate.sql.ast.tree.from
-
Acts as a TableGroup for DML query operations.
- MutatingTableReferenceGroupWrapper(NavigablePath, ModelPartContainer, NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- MutationCoordinator - Interface in org.hibernate.persister.entity.mutation
-
Coordinates the mutation operations of an entity.
- MutationDetails(MutationType, Expectation, String, boolean) - Constructor for class org.hibernate.sql.model.TableMapping.MutationDetails
- MutationDetails(MutationType, Expectation, String, boolean, boolean) - Constructor for class org.hibernate.sql.model.TableMapping.MutationDetails
- MutationExecutor - Interface in org.hibernate.engine.jdbc.mutation
-
Main contract for performing the mutation.
- mutationExecutorService - Variable in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- mutationExecutorService - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- MutationExecutorService - Interface in org.hibernate.engine.jdbc.mutation.spi
-
Service for creating executors for model mutation operations
- MutationGroup - Interface in org.hibernate.sql.model.ast
-
Grouping of table mutations for the given target for the given type of mutation
- MutationGroupBuilder - Class in org.hibernate.sql.model.ast.builder
-
Builder (pattern) for
TableMutation
references - MutationGroupBuilder(MutationType, EntityMutationTarget) - Constructor for class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- MutationOperation - Interface in org.hibernate.sql.model
-
Mutation for a specific table as part of a logical mutation on the entity.
- MutationOperationGroup - Interface in org.hibernate.sql.model
-
Group of
MutationOperation
references for a specific logical operation (target + type) - MutationQuery - Interface in org.hibernate.query
-
Within the context of an active session, an instance of this type represents an executable mutation query, that is, an
insert
,update
, ordelete
. - MutationSpecification<T> - Interface in org.hibernate.query.specification
-
Specialization of
QuerySpecification
for programmatic customization of mutation queries. - MutationSpecification.Augmentation<T> - Interface in org.hibernate.query.specification
-
A function capable of modifying or augmenting a criteria query.
- MutationStatement - Interface in org.hibernate.sql.ast.tree
-
Specialization of Statement for mutation (DML) statements
- MutationStatementPreparer - Interface in org.hibernate.engine.jdbc.spi
-
Interface to the object that prepares JDBC
PreparedStatement
s related to mutations on behalf of aJdbcCoordinator
. - MutationTarget<T extends TableMapping> - Interface in org.hibernate.sql.model
-
Target of mutations from persistence context events
- MutationType - Enum Class in org.hibernate.sql.model
-
The type of mutation
- MyISAMStorageEngine - Class in org.hibernate.dialect
-
Represents the MyISAM storage engine.
- MyISAMStorageEngine() - Constructor for class org.hibernate.dialect.MyISAMStorageEngine
- MYSQL - Enum constant in enum class org.hibernate.dialect.Database
- MYSQL_BYTES_PER_CHARACTER - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies the bytes per character to use based on the database's configured charset.
- MYSQL_NO_BACKSLASH_ESCAPES - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies whether the
NO_BACKSLASH_ESCAPES
sql mode is enabled. - MySQLAggregateSupport - Class in org.hibernate.dialect.aggregate
- MySQLCastingJsonArrayJdbcType - Class in org.hibernate.dialect.type
- MySQLCastingJsonArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
- MySQLCastingJsonArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
MySQLCastingJsonArrayJdbcType
. - MySQLCastingJsonArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcTypeConstructor
- MySQLCastingJsonJdbcType - Class in org.hibernate.dialect.type
- MySQLCastingJsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
- MySQLDialect - Class in org.hibernate.dialect
-
A SQL dialect for MySQL 8 and above.
- MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
- MySQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.MySQLDialect
- MySQLDialect(DatabaseVersion, int) - Constructor for class org.hibernate.dialect.MySQLDialect
- MySQLDialect(DatabaseVersion, int, boolean) - Constructor for class org.hibernate.dialect.MySQLDialect
- MySQLDialect(DatabaseVersion, MySQLServerConfiguration) - Constructor for class org.hibernate.dialect.MySQLDialect
- MySQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.MySQLDialect
- MySQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
- MySQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
- MySQLJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_arrayagg function.
- MySQLJsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonArrayAggFunction
- MySQLJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_array function.
- MySQLJsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonArrayFunction
- MySQLJsonExistsFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_exists function.
- MySQLJsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonExistsFunction
- MySQLJsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_objectagg function.
- MySQLJsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonObjectAggFunction
- MySQLJsonObjectFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_object function.
- MySQLJsonObjectFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonObjectFunction
- MySQLJsonQueryFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_query function.
- MySQLJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonQueryFunction
- MySQLJsonTableFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_table function.
- MySQLJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonTableFunction
- MySQLJsonValueFunction - Class in org.hibernate.dialect.function.json
-
MySQL json_value function.
- MySQLJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.MySQLJsonValueFunction
- MySQLServerConfiguration - Class in org.hibernate.dialect
-
Utility class that extract some initial configuration from the database for
MySQLDialect
and related dialects. - MySQLServerConfiguration(int, boolean) - Constructor for class org.hibernate.dialect.MySQLServerConfiguration
- MySQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for MySQL.
- MySQLSqlAstTranslator(SessionFactoryImplementor, Statement, MySQLDialect) - Constructor for class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- MySQLStorageEngine - Interface in org.hibernate.dialect
-
This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.
N
- name() - Element in annotation interface org.hibernate.annotations.Check
-
Deprecated.The optional name of the check constraint.
- name() - Element in annotation interface org.hibernate.annotations.FetchProfile
-
The name of the fetch profile.
- name() - Element in annotation interface org.hibernate.annotations.Filter
-
The name of the filter declared using
FilterDef
. - name() - Element in annotation interface org.hibernate.annotations.FilterDef
-
The name of the declared filter.
- name() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
-
The name of the filter declared using
FilterDef
. - name() - Element in annotation interface org.hibernate.annotations.GenericGenerator
-
Deprecated.The name of the identifier generator.
- name() - Element in annotation interface org.hibernate.annotations.NamedEntityGraph
-
The name used to identify the entity graph in calls to Session.getEntityGraph(String).
- name() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The name of this query.
- name() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
The name of this query.
- name() - Element in annotation interface org.hibernate.annotations.ParamDef
-
The name of the parameter.
- name() - Element in annotation interface org.hibernate.annotations.Parameter
-
The parameter name.
- name() - Element in annotation interface org.hibernate.annotations.Struct
-
The name of the UDT (user defined type).
- name() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
-
(Optional) The name of the column.
- name() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Returns the value of the
name
record component. - name() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails
- name() - Method in interface org.hibernate.boot.models.annotations.spi.CommonTableDetails
-
The table name
- name() - Method in interface org.hibernate.boot.models.annotations.spi.Named
- name() - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Returns the value of the
name
record component. - name() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Returns the value of the
name
record component. - name(String) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails
- name(String) - Method in interface org.hibernate.boot.models.annotations.spi.CommonTableDetails
-
Setter for CommonTableDetails.name()
- name(String) - Method in interface org.hibernate.boot.models.annotations.spi.Named
- Name(Identifier, Identifier) - Constructor for record class org.hibernate.boot.model.relational.Namespace.Name
-
Creates an instance of a
Name
record class. - Name(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence.Name
- NAME - Static variable in interface org.hibernate.boot.BootLogging
- NAME - Static variable in interface org.hibernate.boot.models.xml.XmlProcessLogging
- NAME - Static variable in interface org.hibernate.boot.query.BootQueryLogging
- NAME - Static variable in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
- NAME - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- NAME - Static variable in interface org.hibernate.engine.jdbc.JdbcLogging
- NAME - Static variable in class org.hibernate.sql.model.ModelMutationLogging
- NAME - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
- NAME - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
- NAME_COUNTER - Static variable in class org.hibernate.boot.model.TypeDefinition
- NameableQuery - Interface in org.hibernate.query.named
-
Contract for query implementations which can be converted to named query mementos for storage in the
NamedObjectRepository
. - named(Expression<T>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a named expression.
- named(Expression<T>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- named(Expression<T>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- Named - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for annotations that are named within a repeatable container.
- NAMED - Enum constant in enum class org.hibernate.procedure.spi.ParameterStrategy
-
The parameters are named
- NAMED_ATTRIBUTE_NODE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_ENTITY_GRAPH - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate named entity graph was encountered
- NAMED_ENTITY_GRAPH - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NAMED_ENTITY_GRAPH - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_ENTITY_GRAPHS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NAMED_ENTITY_GRAPHS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_ENUM - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a SQL
ENUM
type for databases likePostgreSQL
orOracle
whereENUM
types must have names. - NAMED_NATIVE_QUERIES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NAMED_NATIVE_QUERIES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_NATIVE_QUERY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NAMED_NATIVE_QUERY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_ORDINAL_ENUM - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a SQL
ENUM
type for databases likePostgreSQL
whereENUM
types must have names. - NAMED_QUERIES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NAMED_QUERIES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_QUERY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NAMED_QUERY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_STORED_PROCEDURE_QUERIES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_STORED_PROCEDURE_QUERY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- NAMED_SUBGRAPH - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- namedAggregateDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based aggregate function descriptor using the passed name as both the registration key and underlying SQL function name
- namedAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based aggregate function descriptor.
- NamedAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
-
Mainly this is used to support legacy sequence exporting.
- NamedAuxiliaryDatabaseObject(String, Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
- NamedAuxiliaryDatabaseObject(String, Namespace, String[], String[], Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
- NamedAuxiliaryDatabaseObject(String, Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
- NamedAuxiliaryDatabaseObject(String, Namespace, String, String, Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
- NamedCallableQueryMemento - Interface in org.hibernate.procedure.spi
-
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
- NamedCallableQueryMemento.ParameterMemento - Interface in org.hibernate.procedure.spi
- namedDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based function descriptor using the passed name as both the registration key and underlying SQL function name
- namedDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based function descriptor.
- NamedEntityGraph - Annotation Interface in org.hibernate.annotations
-
Defines a named entity graph based on Hibernate's entity graph language.
- NamedEntityGraphDefinition - Record Class in org.hibernate.boot.model
-
Models a @NamedEntityGraph
- NamedEntityGraphDefinition(String, String, NamedEntityGraphDefinition.Source, NamedGraphCreator) - Constructor for record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Creates an instance of a
NamedEntityGraphDefinition
record class. - NamedEntityGraphDefinition.Source - Enum Class in org.hibernate.boot.model
- NamedEntityGraphs - Annotation Interface in org.hibernate.annotations
-
A grouping of
NamedEntityGraph
definitions. - NamedFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
- NamedFunctionDescriptorBuilder(SqmFunctionRegistry, String, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- NamedGraphCreator - Interface in org.hibernate.boot.model
- NamedHqlQueryDefinition<E> - Interface in org.hibernate.boot.query
-
Boot-time descriptor of a named HQL query, as defined in annotations or xml
- NamedHqlQueryDefinition.Builder<E> - Class in org.hibernate.boot.query
- NamedNativeQueries - Annotation Interface in org.hibernate.annotations
-
A grouping of
NamedNativeQuery
definitions. - NamedNativeQuery - Annotation Interface in org.hibernate.annotations
-
Declares a named query written in native SQL.
- NamedNativeQueryDefinition<E> - Interface in org.hibernate.boot.query
-
Boot-time descriptor of a named native query, as defined in annotations or xml
- NamedNativeQueryDefinition.Builder<E> - Class in org.hibernate.boot.query
- NamedNativeQueryMemento<E> - Interface in org.hibernate.query.sql.spi
-
Descriptor for a named native query in the runtime environment
- NamedNativeQueryRegistration - Record Class in org.hibernate.boot.models.spi
- NamedNativeQueryRegistration(String, NamedNativeQuery) - Constructor for record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
-
Creates an instance of a
NamedNativeQueryRegistration
record class. - NamedObjectRepository - Interface in org.hibernate.query.named
-
Repository for references to named things related to queries.
- namedOrderedSetAggregateDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based ordered set-aggregate function descriptor using the passed name as both the registration key and underlying SQL function name
- namedOrderedSetAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based ordered set-aggregate function descriptor.
- namedParameter(String, int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
-
Called when a named parameter is recognized
- NamedParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
-
Descriptor regarding a named parameter.
- NamedParameterDescriptor(String, BindableType<T>, int[]) - Constructor for class org.hibernate.engine.query.spi.NamedParameterDescriptor
-
Constructs a NamedParameterDescriptor
- NamedParametersNotSupportedException - Exception in org.hibernate.procedure
-
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.
- NamedParametersNotSupportedException(String) - Constructor for exception org.hibernate.procedure.NamedParametersNotSupportedException
- NamedProcedureCallDefinition - Interface in org.hibernate.boot.query
-
Boot-time descriptor of a named procedure/function query, as defined in annotations or xml
- NamedQueries - Annotation Interface in org.hibernate.annotations
-
A grouping of
NamedQuery
definitions. - NamedQuery - Annotation Interface in org.hibernate.annotations
-
Declares a named query written in HQL or JPQL.
- NamedQueryDefinition<E> - Interface in org.hibernate.boot.query
-
Common attributes shared across the mapping of named HQL, native and "callable" queries defined in annotations, orm.xml and hbm.xml
- namedQueryError(String, HibernateException) - Method in interface org.hibernate.query.QueryLogging
- NamedQueryMemento<E> - Interface in org.hibernate.query.named
-
The runtime representation of named queries.
- NamedQueryMemento.ParameterMemento - Interface in org.hibernate.query.named
- NamedQueryRegistration - Record Class in org.hibernate.boot.models.spi
- NamedQueryRegistration(String, NamedQuery) - Constructor for record class org.hibernate.boot.models.spi.NamedQueryRegistration
-
Creates an instance of a
NamedQueryRegistration
record class. - NamedQueryValidationException - Exception in org.hibernate.query
-
Indicates that validation and translation of one or more named queries failed at initialization time.
- NamedQueryValidationException(String, Map<String, HibernateException>) - Constructor for exception org.hibernate.query.NamedQueryValidationException
- NamedResultSetMappingDescriptor - Interface in org.hibernate.boot.query
-
Models the "boot view" of a ResultSet mapping used in the mapping of native and procedure queries.
- NamedResultSetMappingMemento - Interface in org.hibernate.query.named
-
Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.
- namedSetReturningDescriptorBuilder(String, String, SetReturningFunctionTypeResolver) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based set-returning function descriptor.
- namedSetReturningDescriptorBuilder(String, SetReturningFunctionTypeResolver) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based set-returning function descriptor using the passed name as both the registration key and underlying SQL function name
- NamedSetReturningFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
- NamedSetReturningFunctionDescriptorBuilder(SqmFunctionRegistry, String, String, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- NamedSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
-
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
- NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver, String, FunctionKind, String, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- NamedSqmQueryMemento<E> - Interface in org.hibernate.query.sqm.spi
- NamedSqmSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
-
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
- NamedSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver, String, String, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.query.sqm.function.NamedSqmSetReturningFunctionDescriptor
- NamedStoredProcedureQueryRegistration - Record Class in org.hibernate.boot.models.spi
- NamedStoredProcedureQueryRegistration(String, NamedStoredProcedureQuery) - Constructor for record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
-
Creates an instance of a
NamedStoredProcedureQueryRegistration
record class. - NamedStrategyContributions - Interface in org.hibernate.boot.registry.selector.spi
-
Target for NamedStrategyContributor
- NamedStrategyContributor - Interface in org.hibernate.boot.registry.selector.spi
-
Discoverable contributor for named references which are resolvable via StrategySelector.
- NamedTableReference - Class in org.hibernate.sql.ast.tree.from
-
Represents a reference to a "named" table in a query's from clause.
- NamedTableReference(String, String) - Constructor for class org.hibernate.sql.ast.tree.from.NamedTableReference
- NamedTableReference(String, String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.NamedTableReference
- namedWindowDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based window function descriptor using the passed name as both the registration key and underlying SQL function name
- namedWindowDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a name-based window function descriptor.
- NameParts(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- NameQualifierSupport - Enum Class in org.hibernate.engine.jdbc.env.spi
-
Enumerated values representing the level of support for catalog and schema.
- Namespace - Class in org.hibernate.boot.model.relational
-
Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.
- Namespace(PhysicalNamingStrategy, JdbcEnvironment, Namespace.Name) - Constructor for class org.hibernate.boot.model.relational.Namespace
- NAMESPACE - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- Namespace.Name - Record Class in org.hibernate.boot.model.relational
- NameSpaceTablesInformation - Class in org.hibernate.tool.schema.extract.spi
- NameSpaceTablesInformation(IdentifierHelper) - Constructor for class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
- NamingHelper - Class in org.hibernate.boot.model.naming
- NamingHelper() - Constructor for class org.hibernate.boot.model.naming.NamingHelper
- NamingStrategyHelper - Interface in org.hibernate.boot.model.naming
-
Helper contract for dealing with naming strategies.
- nanos() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Returns the value of the
nanos
record component. - NANOSECOND - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Nanosecond, the basic most granular unit of duration.
- narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
- NationalizationSupport - Enum Class in org.hibernate.dialect
-
Indicates if and how a database supports the use of nationalized character data (Unicode).
- Nationalized - Annotation Interface in org.hibernate.annotations
-
Specifies that the annotated character data should be stored with nationalization support.
- NATIONALIZED - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- nationalizedCharacterData(boolean) - 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.
- NationalizedTypeMappings - Class in org.hibernate.type.descriptor.jdbc
-
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
- NATIVE - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
-
Stores the timezone by using the
with time zone
SQL column type. - NATIVE - Enum constant in enum class org.hibernate.dialect.TimeZoneSupport
-
The
with time zone
types retain the time zone information. - NATIVE - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
An internal value representing the "native" resolution for date/time arithmetic of the underlying platform.
- NATIVE - Enum constant in enum class org.hibernate.type.TimeZoneStorageStrategy
-
Stores the time zone via the
with time zone
SQL types which retain the information. - NATIVE_GENERATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NATIVE_IGNORE_JDBC_PARAMETERS - Static variable in interface org.hibernate.cfg.QuerySettings
-
When enabled, ordinal parameters (represented by the
?
placeholder) in native queries will be ignored. - NATIVE_INSTANCE - Static variable in class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
- NATIVE_PREFER_JDBC_DATETIME_TYPES - Static variable in interface org.hibernate.cfg.QuerySettings
- NativeGenerator - Class in org.hibernate.id
-
Generator that picks a strategy based on the dialect.
- NativeGenerator - Annotation Interface in org.hibernate.annotations
-
Generator that picks a strategy based on the dialect.
- NativeGenerator() - Constructor for class org.hibernate.id.NativeGenerator
- NativeNonSelectQueryDefinition - Interface in org.hibernate.query.sql.spi
-
Access the values defining a native non-select query
- NativeNonSelectQueryPlan - Interface in org.hibernate.query.sql.spi
- NativeQuery<T> - Interface in org.hibernate.query
-
Within the context of an active session, an instance of this type represents an executable query written in the native SQL dialect of the underlying database.
- NativeQuery.CollectionReturn - Interface in org.hibernate.query
-
Allows access to further control how collection returns are mapped back from result sets.
- NativeQuery.FetchReturn - Interface in org.hibernate.query
-
Allows access to further control how join fetch returns are mapped back from result sets.
- NativeQuery.InstantiationResultNode<J> - Interface in org.hibernate.query
- NativeQuery.ResultNode - Interface in org.hibernate.query
-
Simple unification interface for all returns from the various
addXYZ()
methods. - NativeQuery.ReturnableResultNode - Interface in org.hibernate.query
-
A
NativeQuery.ResultNode
which can be a query result. - NativeQuery.ReturnProperty - Interface in org.hibernate.query
-
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
- NativeQuery.RootReturn - Interface in org.hibernate.query
-
Allows access to further control how root returns are mapped back from result sets.
- NativeQueryConstructorTransformer<T> - Class in org.hibernate.jpa.spi
-
A
TupleTransformer
which packages each native query result in an instance of the result class by calling an appropriate constructor. - NativeQueryConstructorTransformer(Class<T>) - Constructor for class org.hibernate.jpa.spi.NativeQueryConstructorTransformer
- NativeQueryImplementor<R> - Interface in org.hibernate.query.sql.spi
- NativeQueryInterpreter - Interface in org.hibernate.engine.query.spi
-
Service contract for dealing with native queries.
- NativeQueryInterpreterInitiator - Class in org.hibernate.engine.query.spi
- NativeQueryInterpreterInitiator() - Constructor for class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
- NativeQueryListTransformer - Class in org.hibernate.jpa.spi
-
A
TupleTransformer
for handlingList
results from native queries. - NativeQueryListTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryListTransformer
- NativeQueryMapTransformer - Class in org.hibernate.jpa.spi
-
A
TupleTransformer
for handlingMap
results from native queries. - NativeQueryMapTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryMapTransformer
- NativeQueryPlan - Interface in org.hibernate.query.sql.spi
-
Specialization of
QueryPlan
forNativeQuery
plans - NativeQueryTupleTransformer - Class in org.hibernate.jpa.spi
-
A
ResultTransformer
for handling JPATuple
results from native queries. - NativeQueryTupleTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryTupleTransformer
- NativeSelectQueryDefinition<R> - Interface in org.hibernate.query.sql.spi
-
Access the values defining a native select query
- NativeSelectQueryPlan<T> - Interface in org.hibernate.query.sql.spi
- NATURAL_ID - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
- NATURAL_ID - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NATURAL_ID_CACHE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NATURAL_ID_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
- NaturalId - Annotation Interface in org.hibernate.annotations
-
Specifies that a field or property of an entity class is part of the natural id of the entity.
- NaturalIdCache - Annotation Interface in org.hibernate.annotations
-
Specifies that mappings from the natural id values of the annotated entity to the corresponding entity id values should be cached in the shared second-level cache.
- naturalIdCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from natural id cache resulted in a hit.
- naturalIdCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from natural id cache resulted in a miss.
- naturalIdCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a put into natural id cache.
- NaturalIdDataAccess - Interface in org.hibernate.cache.spi.access
-
Contract for managing transactional and concurrent access to cached naturalId data.
- NaturalIdDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
-
Specialized DomainDataCachingConfig describing the requested caching config for the natural-id data of a particular entity (hierarchy)
- NaturalIdLoadAccess<T> - Interface in org.hibernate
-
Loads an entity by its natural identifier, which may be a composite value comprising more than one attribute of the entity.
- NaturalIdLoader<T> - Interface in org.hibernate.loader.ast.spi
-
Loader for
NaturalId
handling - NaturalIdLoadOptions - Interface in org.hibernate.loader.ast.spi
-
Options for loading by natural-id
- NaturalIdLogging - Interface in org.hibernate.metamodel.mapping
-
Logging related to natural-id operations
- NaturalIdMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping for an entity's natural-id, if one is defined.
- NaturalIdMultiLoadAccess<T> - Interface in org.hibernate
-
Loads multiple instances of a given entity type at once, by specifying a list of natural id values.
- NaturalIdMutability - Enum Class in org.hibernate.boot.model.source.spi
-
A ternary boolean enum for describing the mutability aspects of an attribute as a natural id.
- NaturalIdNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
NaturalIdDataAccess
using theAccessType.NONSTRICT_READ_WRITE
access type. - NaturalIdNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
- naturalIdQueryExecuted(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating execution of a natural id query
- NaturalIdReadOnlyAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
NaturalIdDataAccess
using theAccessType.READ_ONLY
access type. - NaturalIdReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
- NaturalIdReadWriteAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
NaturalIdDataAccess
using theAccessType.READ_WRITE
access type. - NaturalIdReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- NaturalIdResolutions - Interface in org.hibernate.engine.spi
-
Manages the cached resolutions related to natural-id (to and from identifier)
- NaturalIdStatistics - Interface in org.hibernate.stat
-
Statistics pertaining to the execution of queries which resolve a natural id lookup against the database.
- NaturalIdTransactionalAccess - Class in org.hibernate.cache.spi.support
- NaturalIdTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
- NaturalIdUniqueKeyBinder - Interface in org.hibernate.boot.spi
- navigablePath - Variable in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- NavigablePath - Class in org.hibernate.spi
-
A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path.
- NavigablePath(NavigablePath, String, String, String, int) - Constructor for class org.hibernate.spi.NavigablePath
- NavigablePath(String) - Constructor for class org.hibernate.spi.NavigablePath
- NavigablePath(String, String) - Constructor for class org.hibernate.spi.NavigablePath
- NavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.NavigablePath
- NavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.NavigablePath
- NavigablePath.RelativePathCollector - Class in org.hibernate.spi
- NavigableRole - Class in org.hibernate.metamodel.model.domain
-
A compound path which represents a
ModelPart
and uniquely identifies it with the runtime metamodel. - NavigableRole() - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
- NavigableRole(String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
- NavigableRole(NavigableRole, String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
- NavigableRole(NavigableRole, String, char) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
- NCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
NCHAR
. - NCharJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
NCHAR
handling. - NCharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NCharJdbcType
- NCLOB - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
NCLOB
. - NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
- NCLOB_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- NCLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- NCLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- NClobImplementer - Interface in org.hibernate.engine.jdbc
-
Marker interface for non-contextually created
NClob
instances. - NClobJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
NClob
handling. - NClobJavaType() - Constructor for class org.hibernate.type.descriptor.java.NClobJavaType
- NClobJavaType.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
- NClobJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
NCLOB
handling. - NClobJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- NClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
- NClobProxy - Class in org.hibernate.engine.jdbc.proxy
-
Manages aspects of proxying
NClob
s for non-contextual creation, including proxy creation and handling proxy invocations. - NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.proxy.NClobProxy
- NClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.proxy.NClobProxy
- NE - Enum constant in enum class org.hibernate.sql.ComparisonRestriction.Operator
- needsCteInlining() - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- needsCteInlining() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Whether CTEs should be inlined rather than rendered as CTEs.
- needsDiscriminator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- needsDiscriminator() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- needsDiscriminator() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- needsDiscriminator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- needsDynamicUpdate() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
-
Basically, can the (static update group be used or is a dynamic update needed.
- needsHexDecoding(JdbcMapping) - Static method in class org.hibernate.dialect.function.json.H2JsonValueFunction
- needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentBag
- needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Do we need to insert this element?
- needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentList
- needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentMap
- needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentSet
- needsLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- needsLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- needsLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- needsLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- needsLocking(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- needsMaxRows() - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- needsMaxRows() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
- needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Do we need to completely recreate this collection when it changes?
- needsRecursiveKeywordInWithClause() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- needsRecursiveKeywordInWithClause() - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- needsRecursiveKeywordInWithClause() - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- needsRecursiveKeywordInWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Whether the SQL with clause requires the "recursive" keyword for recursive CTEs.
- needsRemove() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- needsRemove() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Whether
CollectionPersister.remove(Object, SharedSessionContractImplementor)
might actually do something, or if it is definitely a no-op. - needsResolveState() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
- needsRowId(EntityPersister, EntityTableMapping) - Static method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- needsRowsToSkip() - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- needsRowsToSkip() - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- needsRowsToSkip() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- needsUpdating(Object, int, PluralAttributeMapping) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Do we need to update this element?
- needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentBag
- needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Do we need to update this element?
- needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentList
- needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentMap
- needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentSet
- needsVariable(Expression) - Static method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
-
Returns whether a variable (e.g.
- neg(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- neg(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- neg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- negate() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- negate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- negate() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
-
Apply an external negation.
- negated() - Method in interface org.hibernate.query.restriction.Restriction
-
Negate this restriction.
- negated() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
- NegatedPredicate - Class in org.hibernate.sql.ast.tree.predicate
- NegatedPredicate(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
- NEGATIVE - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
- NEGATIVE - Static variable in class org.hibernate.engine.spi.VersionValue
-
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
- nested(String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Defines nested columns that are accessible by the given JSON path.
- nested(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- nested(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- NestedColumnReference - Class in org.hibernate.sql.ast.tree.expression
-
Model a column which is relative to a base expression e.g.
- NestedColumnReference(EmbeddableFunctionTableReference, SelectableMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.NestedColumnReference
- NEVER - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
Never apply unique handling.
- NEW_LOCATOR_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
-
A
LobMergeStrategy
based on creating a new LOB locator. - newBuilder() - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- newBuilder(int) - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- newInstance() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
-
Perform instantiation of an instance of the underlying class.
- newTableUpdateBuilder(EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.MergeCoordinator
- newTableUpdateBuilder(EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- next() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
- next() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
- next() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- next() - Method in class org.hibernate.query.Page
-
Obtain the next page with the same size as this page.
- next() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
- next() - Method in interface org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
- next() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
- next() - Method in interface org.hibernate.ScrollableResults
-
Advance to the next result.
- next(byte[], Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- next(Byte, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- next(Integer, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- next(Long, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- next(Short, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- next(Instant, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- next(LocalDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- next(OffsetDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- next(ZonedDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- next(Calendar, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- next(Date, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- next(Date, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- next(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
Advances the "cursor position" and returns a boolean indicating whether there is a row available to read via
JdbcValues.getCurrentRowValue(int)
. - next(T, Long, Integer, Integer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.VersionJavaType
-
Increment the version.
- next(T, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
-
Increment the version.
- NEXT_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the field used to hold the previous
ManagedEntity
. - NEXT_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to read the next
ManagedEntity
field - NEXT_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to write the next
ManagedEntity
field - nextIndex() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- nextLockId() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- nextPage(List<Comparable<?>>) - Method in class org.hibernate.query.KeyedPage
-
Obtain a specification of the next page of results, which is to be located using the given key, which must be the key of the last result on this page.
- nextTimestamp() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- nextTimestamp() - Method in interface org.hibernate.cache.spi.RegionFactory
-
Generate a timestamp.
- NextvalSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for dialects which support the common Oracle-style syntax
seqname.nextval
. - NextvalSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.NextvalSequenceSupport
- nil() - Static method in class org.hibernate.engine.jdbc.Size
- NO_ACTION - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
-
No action.
- NO_ARGS - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
-
Static validator for verifying that we have no arguments
- NO_BINDINGS - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- NO_COLUMN_LENGTH - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- NO_COLUMN_PRECISION - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- NO_COLUMN_SCALE - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
- NO_COMMANDS - Static variable in interface org.hibernate.tool.schema.spi.Exporter
- NO_EXTENDED_STAT_SUPPORT_RETURN - Static variable in interface org.hibernate.stat.CacheRegionStatistics
-
The value returned from
CacheRegionStatistics.getElementCountInMemory()
,CacheRegionStatistics.getElementCountOnDisk()
andCacheRegionStatistics.getSizeInMemory()
for cache providers that do not support such "extended" statistics. - NO_FLUSH - Enum constant in enum class org.hibernate.query.QueryFlushMode
-
Do not flush before executing the query.
- NO_INHERITANCE - Enum constant in enum class org.hibernate.boot.model.source.spi.InheritanceType
- NO_KEY - Enum constant in enum class org.hibernate.query.KeyedPage.KeyInterpretation
- NO_LIMIT - Static variable in class org.hibernate.dialect.pagination.AbstractLimitHandler
- NO_OTHERS - Enum constant in enum class org.hibernate.query.common.FrameExclusion
- NO_PARAM_BINDINGS - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
QueryParameterBindings.empty()
instead. Currently unused and can be safely removed. - NO_PARAMETER_BINDING_MEMENTO - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
- NO_PLAIN_PARAMETER - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Don't render plain parameters.
- NO_ROW - Static variable in interface org.hibernate.engine.spi.PersistenceContext
-
Marker object used to indicate (via reference checking) that no row was returned.
- NO_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- NO_UNTYPED - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Indicates a parameter that accepts any type, except untyped expressions like
null
literals - NO_UNTYPED - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Don't render untyped expressions e.g.
- NO_VERSION - Static variable in interface org.hibernate.dialect.DatabaseVersion
-
Constant used to indicate that no version is defined
- NO_WAIT - Static variable in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This, and the other constants on this class, will be removed.
- NO_WAIT - Static variable in interface org.hibernate.Timeouts
-
Indicates that the database should not wait at all to acquire a pessimistic lock which is not immediately available.
- NO_WAIT_MILLI - Static variable in interface org.hibernate.Timeouts
-
Raw magic millisecond value for Timeouts.NO_WAIT
- noArgsBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- noArgsBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- NoCacheRegionFactoryAvailableException - Exception in org.hibernate.cache
-
Indicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath.
- NoCacheRegionFactoryAvailableException() - Constructor for exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
-
Constructs a NoCacheRegionFactoryAvailableException with a standard message.
- NoDashesStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
- Node - Interface in org.hibernate.metamodel.mapping.ordering.ast
-
Common contract for all nodes in the order-by fragment AST
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.AbstractSqmNode
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- nodeBuilder() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- nodeBuilder() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- nodeBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- nodeBuilder() - Method in interface org.hibernate.query.sqm.tree.SqmNode
- NodeBuilder - Interface in org.hibernate.query.sqm
-
Adapts the JPA CriteriaBuilder to generate SQM nodes.
- noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- noInterceptor() - Method in interface org.hibernate.SessionBuilder
-
Signifies that no
Interceptor
should be used. - noInterceptor() - Method in interface org.hibernate.SharedSessionBuilder
- NoMoreOutputsException - Exception in org.hibernate.sql.results
- NoMoreOutputsException() - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
- NoMoreOutputsException(String) - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
- NoMoreReturnsException - Exception in org.hibernate.result
- NoMoreReturnsException() - Constructor for exception org.hibernate.result.NoMoreReturnsException
- NoMoreReturnsException(String) - Constructor for exception org.hibernate.result.NoMoreReturnsException
- NON_AGGREGATED_COMPOSITE - Enum constant in enum class org.hibernate.id.EntityIdentifierNature
-
What Hibernate used to term an "embedded composite identifier", which is not to be confused with the JPA term "embedded".
- NON_CONTEXTUAL_LOB_CREATION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
When enabled, specifies that Hibernate should not use contextual LOB creation.
- NON_ENTITY_NAME - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- NON_NULLABLE - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeNullability
-
The data type cannot accept nulls
- NonAggregatedCompositeSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
- NonAggregatedCompositeSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- NonAggregatedIdentifierMapping - Interface in org.hibernate.metamodel.mapping
-
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.
- NonAggregatedIdentifierMapping.IdentifierValueMapper - Interface in org.hibernate.metamodel.mapping
-
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappings
- None() - Constructor for class org.hibernate.jdbc.Expectation.None
- NONE - Enum constant in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Indicates that no concurrency strategy is specified, and that a default strategy should be used.
- NONE - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
-
No optimistic locking.
- NONE - Enum constant in enum class org.hibernate.annotations.ResultCheckStyle
-
Deprecated.No return code checking.
- NONE - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
- NONE - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Do not attempt to update nor validate the schema.
- NONE - Enum constant in enum class org.hibernate.boot.TempTableDdlTransactionHandling
-
Deprecated.No handling of transactions is needed
- NONE - Enum constant in enum class org.hibernate.dialect.DmlTargetColumnQualifierSupport
-
No need to explicitly qualify the column.
- NONE - Enum constant in enum class org.hibernate.dialect.RowLockStrategy
-
No support for specifying rows to lock.
- NONE - Enum constant in enum class org.hibernate.dialect.TimeZoneSupport
-
No support for
with time zone
types. - NONE - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
-
Neither catalog nor schema are supported.
- NONE - Enum constant in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.
- NONE - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Type is not searchable.
- NONE - Enum constant in enum class org.hibernate.engine.OptimisticLockStyle
-
No optimistic locking.
- NONE - Enum constant in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.Do not perform checking.
- NONE - Enum constant in enum class org.hibernate.engine.spi.ValueInclusion
- NONE - Enum constant in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Describes the optimizer for no optimization.
- NONE - Enum constant in enum class org.hibernate.id.SequenceMismatchStrategy
-
Don't perform any check.
- NONE - Enum constant in enum class org.hibernate.jpa.CachingType
-
No caching is done
- NONE - Enum constant in enum class org.hibernate.LockMode
-
No lock required.
- NONE - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
- NONE - Enum constant in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Null precedence not specified.
- NONE - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
- NONE - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.BeforeUseAction
- NONE - Enum constant in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
- NONE - Enum constant in enum class org.hibernate.sql.exec.spi.JdbcLockStrategy
-
Do not apply locks.
- NONE - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
Apply no in-memory de-duplication
- NONE - Enum constant in enum class org.hibernate.tool.schema.Action
-
No action.
- NONE - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
-
No support for functional dependency analysis
- NONE - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
no cascades
- NONE - Static variable in class org.hibernate.engine.spi.IdentifierValue
-
Never assume the transient instance is newly instantiated
- NONE - Static variable in class org.hibernate.generator.EventTypeSets
- NONE - Static variable in class org.hibernate.jdbc.Expectations
-
Deprecated.Use
Expectation.None
- NONE - Static variable in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
-
Singleton access
- NONE - Static variable in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This, and the other constants on this class, will be removed.
- NONE - Static variable in class org.hibernate.query.spi.Limit
-
Singleton access for "no limit"
- NONE - Static variable in interface org.hibernate.query.spi.QueryOptions
-
Provide singleton access for frequently needed options:
- NONE - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
-
Static validator for performing no validation
- NONE - Static variable in class org.hibernate.sql.exec.spi.StatementOptions
- NONE - Static variable in interface org.hibernate.tool.schema.spi.ContributableMatcher
-
Matches nothing
- nonEnhanced(String) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
- nonJtaDataSource(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- NonSelectInterpretationsKey - Class in org.hibernate.query.sql.spi
-
QueryInterpretations key for non-select NativeQuery instances
- NonSelectInterpretationsKey(String, Collection<String>) - Constructor for class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
- NonSelectQueryPlan - Interface in org.hibernate.query.spi
- nonStandardSupportForAccessType(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- NONSTRICT_READ_WRITE - Enum constant in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Read/write access to the shared second-level cache with no locking.
- NONSTRICT_READ_WRITE - Enum constant in enum class org.hibernate.cache.spi.access.AccessType
-
Read and write access.
- NonTransientException - Interface in org.hibernate.metamodel.mapping
-
Marker interface for exceptions thrown during mapping-model creation which are not transient errors - they will never succeed
- NonUniqueDiscoveredSqlAliasException - Exception in org.hibernate.loader
-
Thrown when Hibernate encounters a non-unique SQL alias in the ResultSet while processing the results of a NativeQuery using auto-discovery to understand the ResultSet metadata for mapping the JDBC values to the domain result.
- NonUniqueDiscoveredSqlAliasException(String) - Constructor for exception org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
- NonUniqueObjectException - Exception in org.hibernate
-
This exception is thrown when an operation would break session-scoped identity.
- NonUniqueObjectException(Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
-
Constructs a
NonUniqueObjectException
using the given information, and using a standard message. - NonUniqueObjectException(String, Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
-
Constructs a
NonUniqueObjectException
using the given information. - NonUniqueResultException - Exception in org.hibernate
-
Thrown when the application calls
Query.getSingleResult()
orQuery.uniqueResult()
and the query returns more than one row from the database. - NonUniqueResultException(int) - Constructor for exception org.hibernate.NonUniqueResultException
-
Constructs a
NonUniqueResultException
. - NOOP - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- NOOP - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBinder
- NoopLimitHandler - Class in org.hibernate.dialect.pagination
-
Handler not supporting query LIMIT clause.
- NoopLimitHandler() - Constructor for class org.hibernate.dialect.pagination.NoopLimitHandler
- NoopOptimizer - Class in org.hibernate.id.enhanced
-
An optimizer that performs no optimization.
- NoopOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.NoopOptimizer
-
Constructs a NoopOptimizer
- noParamCopyContext() - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
- noParamCopyContext(SqmQuerySource) - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
- NORMAL - Enum constant in enum class org.hibernate.CacheMode
-
The session may read items from the cache, and add items to the cache as it reads them from the database.
- NORMAL - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
- NORMALIZE - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
-
Does not store the time zone, and instead: when persisting to the database, normalizes JDBC timestamps to the JdbcSettings.JDBC_TIME_ZONE or to the JVM default time zone if not set.
- NORMALIZE - Enum constant in enum class org.hibernate.dialect.TimeZoneSupport
-
The
with time zone
types normalize to UTC. - NORMALIZE - Enum constant in enum class org.hibernate.type.TimeZoneStorageStrategy
-
Does not store the time zone, and instead: when persisting to the database, normalizes JDBC timestamps to the configured JDBC time zone, or to the JVM default time zone id no JDBC time zone is configured, or when reading back from the database, sets the offset or zone of
OffsetDateTime
/ZonedDateTime
properties to the JVM default time zone. - NORMALIZE_UTC - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
-
Does not preserve the time zone, and instead normalizes timestamps to UTC.
- NORMALIZE_UTC - Enum constant in enum class org.hibernate.type.TimeZoneStorageStrategy
-
Doesn't store the time zone, but instead normalizes to UTC.
- normalized() - Method in enum class org.hibernate.query.common.TemporalUnit
-
The unit that this unit "normalizes to", either
TemporalUnit.NANOSECOND
orTemporalUnit.MONTH
, which represent the two basic types of duration: "physical" durations, and "calendar" durations. - normalizeIdentifierQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
-
Normalizes the quoting of identifiers.
- normalizeIdentifierQuoting(Identifier) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
- normalizeIdentifierQuotingAsString(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
-
Normalizes the quoting of identifiers.
- normalizeInput(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Normalize a user-provided natural-id value into the representation Hibernate uses internally
- normalizePathName(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- normalizeQuoting(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Essentially quotes the identifier if it needs to be.
- NoSequenceSupport - Class in org.hibernate.dialect.sequence
-
An instance of
SequenceSupport
support indicating that the SQL dialect does not support sequences. - NoSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.NoSequenceSupport
- NoSuchParameterException - Exception in org.hibernate.procedure
- NoSuchParameterException(String) - Constructor for exception org.hibernate.procedure.NoSuchParameterException
- not() - Method in interface org.hibernate.query.criteria.JpaPredicate
- not() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- not() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
- not(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- not(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- not(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- NOT_ACTIVE - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
The transaction has not yet been started.
- NOT_CACHED_COUNT - Static variable in interface org.hibernate.stat.CacheableDataStatistics
- NOT_DIRTY - Enum constant in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
- NOT_DISTINCT_FROM - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- NOT_EQUAL - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- NOT_FOUND - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- NOT_MATERIALIZED - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteMaterialization
-
Do not materialize the CTE if possible.
- NOT_NATURAL_ID - Enum constant in enum class org.hibernate.boot.model.source.spi.NaturalIdMutability
-
The attribute is not part of any kind of natural id.
- NOT_NULL - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
A
not null
constraint violation. - NOT_NULL - Static variable in class org.hibernate.sql.InFragment
- NOT_NULL_DISCRIMINATOR - Static variable in class org.hibernate.persister.entity.DiscriminatorHelper
- NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
-
The magic value of
DiscriminatorValue.value()
which indicates that the subclass is distinguished by any non-null value of the discriminator column. - notBetween(SingularAttribute<T, U>, U, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to not fall between the given values.
- notContains(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to not contain the given substring.
- notContains(SingularAttribute<T, String>, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to not contain the given substring, explicitly specifying case sensitivity.
- notDistinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notDistinctFrom(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notDistinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notDistinctFrom(Expression<?>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notEqual(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notEqual(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notEqual(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notEqual(Expression<?>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notEqualTo(Expression<?>) - Method in interface org.hibernate.query.criteria.JpaExpression
- notEqualTo(Expression<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- notEqualTo(Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- notEqualTo(Expression<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- notEqualTo(Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- notEqualTo(Expression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- notEqualTo(Object) - Method in interface org.hibernate.query.criteria.JpaExpression
- notEqualTo(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- notEqualTo(Object) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- notEqualTo(Object) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- notEqualTo(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- notEqualTo(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- notEqualTo(U) - Method in interface org.hibernate.query.restriction.Path
- NotFound - Annotation Interface in org.hibernate.annotations
-
Indicates that a many to one, one to one, or many to many association maps to a column holding foreign keys, but without a foreign key constraint, and which may therefore violate referential integrity.
- NotFoundAction - Enum Class in org.hibernate.annotations
-
Specifies how Hibernate should handle the case of an orphaned foreign key with no associated row in the referenced table.
- notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
-
Delegates the
Synchronization.afterCompletion(int)
call to each registered Synchronization. - notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
-
Delegates the
Synchronization.beforeCompletion()
call to each registered Synchronization - notIlike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notIlike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notIlike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notIlike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notIlike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notIlike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notIlike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notIlike(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notIlike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notIlike(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notIlike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notIlike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notIn(SingularAttribute<T, U>, List<U>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be not equal to any of the given values.
- notIn(SingularAttribute<T, U>, U...) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be not equal to any of the given values.
- notIn(List<U>) - Method in interface org.hibernate.query.restriction.Path
- NotIndexedCollectionException - Exception in org.hibernate.query
-
Indicates an attempt to use a non-indexed collection as indexed.
- NotIndexedCollectionException(String) - Constructor for exception org.hibernate.query.NotIndexedCollectionException
- NotInstrumentedException - Exception in org.hibernate.bytecode.spi
-
Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.
- NotInstrumentedException(String) - Constructor for exception org.hibernate.bytecode.spi.NotInstrumentedException
-
Constructs a NotInstrumentedException
- notLike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notLike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notLike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notLike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notLike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notLike(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notLike(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notLike(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- notLike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- notLike(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to not match the given pattern.
- notLike(SingularAttribute<T, String>, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to not match the given pattern, explicitly specifying case sensitivity.
- notNull() - Method in interface org.hibernate.query.restriction.Path
- notNull(SingularAttribute<T, U>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be non-null.
- notNull(Class<U>) - Static method in interface org.hibernate.query.range.Range
-
A range containing all allowed values of the given type except
null
. - nowCurdateCurtime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- NSTRING - Static variable in class org.hibernate.type.StandardBasicTypes
- NTEXT - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
String
to JDBCLONGNVARCHAR
. - nthValue(Expression<T>, int, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- nthValue(Expression<T>, int, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- nthValue(Expression<T>, Expression<Integer>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
nth_value
window function expression. - nthValue(Expression<T>, Expression<Integer>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- NULL - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
- NULL - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
-
null
should be returned. - NULL - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
-
null
should be returned. - NULL - Enum constant in enum class org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
-
null
should be returned on error. - NULL - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
-
null
should be returned. - NULL - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
-
null
should be returned. - NULL - Enum constant in enum class org.hibernate.query.sqm.CastType
- NULL - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
-
null
values are retained as JSONnull
literals. - NULL - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
- NULL - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
- NULL - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
- NULL - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
- NULL - Static variable in class org.hibernate.engine.spi.IdentifierValue
-
Assume the transient instance is newly instantiated if the identifier is null.
- NULL - Static variable in class org.hibernate.engine.spi.VersionValue
-
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
- NULL - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- NULL - Static variable in class org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
- NULL - Static variable in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
- NULL - Static variable in class org.hibernate.sql.InFragment
- NULL - Static variable in interface org.hibernate.sql.model.ast.builder.TableMutationBuilder
-
Constant for `null`
- NULL - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL value
NULL
. - NULL_DISCRIMINATOR - Static variable in class org.hibernate.persister.entity.DiscriminatorHelper
- NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
-
The magic value of
DiscriminatorValue.value()
which indicates that the subclass is distinguished by a null value of the discriminator column. - NULL_KEYWORD - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- NULL_SQM_EXPRESSIBLE - Static variable in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
-
Singleton access
- nullable - Variable in class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
- nullable - Variable in class org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
- nullable - Variable in class org.hibernate.dialect.function.array.AbstractArrayIntersectsFunction
- nullable() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Nullable
- nullable(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Nullable
- NULLABLE - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeNullability
-
The data type can accept nulls
- nullBehavior() - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Returns the value of the
nullBehavior
record component. - nullif() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- nullif(Expression<Y>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- nullif(Expression<Y>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- nullif(Expression<Y>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- nullif(Expression<Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- NullJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for binding nulls with Types.NULL
- NullJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NullJdbcType
- nullLiteral(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- nullLiteral(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- nullLiteral(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- NullnessPredicate - Class in org.hibernate.sql.ast.tree.predicate
- NullnessPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
- NullnessPredicate(Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
- NullnessPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
- NullnessRestriction - Class in org.hibernate.sql
-
Nullness restriction - IS (NOT)? NULL
- NullnessRestriction(String) - Constructor for class org.hibernate.sql.NullnessRestriction
- NullnessRestriction(String, boolean) - Constructor for class org.hibernate.sql.NullnessRestriction
- nullOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- nullOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.EmptyBehavior.NULL
for this json query expression. - nullOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
- nullOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Sets the
JpaJsonValueNode.EmptyBehavior.NULL
for this json value expression. - nullOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- nullOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- nullOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- nullOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.ErrorBehavior.NULL
for this json query expression. - nullOnError() - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
-
Sets the
JpaJsonTableFunction.ErrorBehavior.NULL
for this json table expression. - nullOnError() - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
- nullOnError() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Sets the
JpaJsonValueNode.ErrorBehavior.NULL
for this json value expression. - nullOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- nullOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- nullOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- NullOrdering - Enum Class in org.hibernate.dialect
-
The order of null.
- nullPrecedence() - Method in interface org.hibernate.query.Order
- nullPrecedence(Nulls) - Method in interface org.hibernate.query.criteria.JpaOrder
-
Set the precedence of nulls for this order element
- nullPrecedence(Nulls) - Method in interface org.hibernate.query.criteria.JpaSearchOrder
-
Set the precedence of nulls for this search order element
- nullPrecedence(Nulls) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- nullPrecedence(Nulls) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- NullPrecedence - Enum Class in org.hibernate.query
-
Deprecated.Use Jakarta Persistence Nulls instead.
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- nullSafeGet(ResultSet, int, WrapperOptions) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- nullSafeGet(ResultSet, int, WrapperOptions) - Method in interface org.hibernate.usertype.UserType
-
Read an instance of the Java class mapped by this custom type from the given JDBC
ResultSet
. - nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
- nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
-
Bind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
- nullSafeSet(CallableStatement, T, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Bind a value represented by an instance of the
mapped class
to the given JDBCPreparedStatement
, ignoring some columns as dictated by thesettable
parameter. - nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Bind a value represented by an instance of the
mapped class
to the given JDBCPreparedStatement
, ignoring some columns as dictated by thesettable
parameter. - nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
- nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
- nullSafeSet(PreparedStatement, J, int, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- nullSafeSet(PreparedStatement, J, int, WrapperOptions) - Method in interface org.hibernate.usertype.UserType
-
Write an instance of the Java class mapped by this custom type to the given JDBC
PreparedStatement
. - nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
- nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- NullServiceException - Exception in org.hibernate.service
- NullServiceException(Class) - Constructor for exception org.hibernate.service.NullServiceException
- NullSqmExpressible - Class in org.hibernate.query.sqm.tree.expression
- NullSqmExpressible() - Constructor for class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
- NullSynchronizationException - Exception in org.hibernate.resource.transaction
-
Indicates an attempt to register a null synchronization.
- NullSynchronizationException() - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
- NullSynchronizationException(String) - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
- NullType - Class in org.hibernate.type
- NullType() - Constructor for class org.hibernate.type.NullType
- NullType(JdbcType, JavaType<Object>) - Constructor for class org.hibernate.type.NullType
- numberOfCollectionCreations() - Method in class org.hibernate.engine.spi.ActionQueue
- numberOfCollectionRemovals() - Method in class org.hibernate.engine.spi.ActionQueue
- numberOfCollectionUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
- numberOfDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
- numberOfInsertions() - Method in class org.hibernate.engine.spi.ActionQueue
- numberOfUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
- NumberSeriesGenerateSeriesFunction - Class in org.hibernate.dialect.function
-
The base for generate_series function implementations that use a static number source.
- NumberSeriesGenerateSeriesFunction(String, String, boolean, TypeConfiguration, int) - Constructor for class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- NumberSeriesGenerateSeriesFunction(SetReturningFunctionTypeResolver, BasicType<Duration>, boolean, int) - Constructor for class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- NumberSeriesGenerateSeriesFunction(SetReturningFunctionTypeResolver, BasicType<Duration>, int) - Constructor for class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- NumberSeriesGenerateSeriesFunction.NumberSeriesGenerateSeriesSetReturningFunctionTypeResolver - Class in org.hibernate.dialect.function
- NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer - Class in org.hibernate.dialect.function
- NumberSeriesGenerateSeriesSetReturningFunctionTypeResolver(String, String) - Constructor for class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesGenerateSeriesSetReturningFunctionTypeResolver
- NumberSeriesQueryTransformer(FunctionTableGroup, TableGroup, String, boolean) - Constructor for class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
- NUMERIC - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
- NUMERIC - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
- NUMERIC - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
NUMERIC
. - NUMERIC_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
- NUMERIC_VALIDATOR - Static variable in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
- NumericBooleanConverter - Class in org.hibernate.type
-
Handles conversion to/from
Boolean
as0
(false) or1
(true) - NumericBooleanConverter() - Constructor for class org.hibernate.type.NumericBooleanConverter
- NumericJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
NUMERIC
handling. - NumericJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NumericJdbcType
- numericRenderingSupport - Variable in class org.hibernate.dialect.function.TruncFunction
- NumericTypeCategory - Enum Class in org.hibernate.query.sqm.tree.expression
- NVARCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
NVARCHAR
. - NVARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- NVARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- NVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
NVARCHAR
handling. - NVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- NvlCoalesceEmulation - Class in org.hibernate.dialect.function
-
Oracle 8i had no
coalesce()
function, so we emulate it using chainednvl()
s. - NvlCoalesceEmulation() - Constructor for class org.hibernate.dialect.function.NvlCoalesceEmulation
O
- OBJECT_TYPE - Static variable in class org.hibernate.type.StandardBasicTypes
- ObjectArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Object[]
handling, usually used for tuples. - ObjectArrayJavaType(JavaType[]) - Constructor for class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- ObjectDeletedException - Exception in org.hibernate
-
Thrown when the user tries to do something illegal with a deleted object.
- ObjectDeletedException(String, Object, String) - Constructor for exception org.hibernate.ObjectDeletedException
-
Constructs an
ObjectDeletedException
using the given information. - ObjectJavaType - Class in org.hibernate.type.descriptor.java
- ObjectJavaType() - Constructor for class org.hibernate.type.descriptor.java.ObjectJavaType
- ObjectJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for binding objects using any JDBC type code.
- ObjectJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
-
Construct an instance for handling the given JDBC type code.
- ObjectNameNormalizer - Class in org.hibernate.boot.model.naming
-
Provides centralized normalization of how database object names are handled.
- ObjectNameNormalizer(MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.naming.ObjectNameNormalizer
- ObjectNotFoundException - Exception in org.hibernate
-
Thrown when
Session.find(Class, Object)
fails to select a row with the given primary key (identifier value). - ObjectNotFoundException(Object, String) - Constructor for exception org.hibernate.ObjectNotFoundException
-
Constructs a
ObjectNotFoundException
using the given information. - ObjectNotFoundException(String, Object) - Constructor for exception org.hibernate.ObjectNotFoundException
- ObjectNullAsBinaryTypeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for binding objects, but binding nulls with Types.VARBINARY
- ObjectNullAsBinaryTypeJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
- ObjectNullAsNullTypeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for binding objects, but binding nulls with Types.NULL
- ObjectNullAsNullTypeJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
- ObjectNullResolvingJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for binding objects, but binding nulls with the resolved parameter type
- ObjectNullResolvingJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
- obtainArchiveEntryHandler(ArchiveEntry) - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
-
Get the handler for the given entry, which generally is indicated by the entry type (a
.class
file, a mapping file, etc). - obtainConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
-
Obtain a JDBC connection
- occurrences(Object) - Method in class org.hibernate.collection.spi.PersistentBag
-
Count how many times the given object occurs in the elements
- octetLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- octetLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- octetLength_pattern(String, String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- octetLength_pattern(String, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- of(Type<J>, J) - Static method in record class org.hibernate.query.TypedParameterValue
-
Obtain an instance with the given type and given value.
- of(Class<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- offset(Number) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- offset(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- offset(Number) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- offset(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- offset(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- offset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- offset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- OFFSET - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
The timezone offset of an offset datetime, as a
ZoneOffset
. - OFFSET - Enum constant in enum class org.hibernate.sql.ast.Clause
- OFFSET_DATE_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
-
Pattern used for parsing literal offset datetimes in HQL.
- OFFSET_DATE_TIME - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of OffsetDateTime as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- OFFSET_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetDateTime
to JDBCTIMESTAMP_WITH_TIMEZONE
orTIMESTAMP
depending on the "hibernate.timezone.default_storage" setting. - OFFSET_DATE_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetDateTime
to JDBCTIMESTAMP_WITH_TIMEZONE
. - OFFSET_DATE_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetDateTime
to JDBCTIMESTAMP
. - OFFSET_FOLLOWING - Enum constant in enum class org.hibernate.query.common.FrameKind
- OFFSET_ONLY_INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
- OFFSET_PRECEDING - Enum constant in enum class org.hibernate.query.common.FrameKind
- OFFSET_TIME - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of OffsetTime as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- OFFSET_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetTime
to JDBCTIME_WITH_TIMEZONE
. - OFFSET_TIME_UTC - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetTime
to JDBCTIME_UTC
. - OFFSET_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetTime
to JDBCTIME_WITH_TIMEZONE
. - OFFSET_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
OffsetTime
to JDBCTIME
. - OFFSET_TIMESTAMP - Enum constant in enum class org.hibernate.query.sqm.CastType
- OffsetDateTimeJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the
OffsetDateTime
type. - OffsetDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- OffsetDateTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling OffsetDateTime directly through the JDBC driver
- OffsetDateTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.OffsetDateTimeJdbcType
- OffsetFetchLimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
for databases which support the ANSI SQL standard syntaxFETCH FIRST m ROWS ONLY
andOFFSET n ROWS FETCH NEXT m ROWS ONLY
. - OffsetFetchLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- offsetOnlyClause() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- offsetOnlyClause() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
- offsetOnlyClause() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
- OffsetTimeJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the
OffsetTime
type. - OffsetTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- OffsetTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling OffsetTime directly through the JDBC driver
- OffsetTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.OffsetTimeJdbcType
- ofNull(Type<J>) - Static method in record class org.hibernate.query.TypedParameterValue
-
Obtain an instance with the given type and a null value.
- omitSqlQueryOptions(QueryOptions) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- omitSqlQueryOptions(QueryOptions, boolean, boolean) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- omitSqlQueryOptions(QueryOptions, JdbcOperationQuerySelect) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- omitSqlQueryOptionsWithUniqueSemanticFilter(QueryOptions, boolean, boolean) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
- on() - Element in annotation interface org.hibernate.annotations.Comment
-
Deprecated.The name of the table or column to add the comment to.
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaFunctionJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- on(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaFunctionJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- on(Predicate...) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- on(Predicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- on(Predicate...) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- on(Predicate...) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaFetch
-
Add a restriction to the fetch.
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaFunctionJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaFetch
-
Add a restriction to the fetch.
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaFunctionJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- on(JpaPredicate...) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- ON_CLOSE - Enum constant in enum class org.hibernate.ConnectionReleaseMode
-
Indicates that connections should only be released when the session is explicitly closed or disconnected.
- ON_DELETE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
-
Handle the given auto-flush event.
- onAutoPreFlush(EventSource) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
- onClear(ClearEvent) - Method in interface org.hibernate.event.spi.ClearEventListener
-
Callback for
Session.clear()
notification - onCollectionRecreate(Object, Object) - Method in interface org.hibernate.Interceptor
-
Called before a collection is (re)created.
- onCollectionRemove(Object, Object) - Method in interface org.hibernate.Interceptor
-
Called before a collection is deleted.
- onCollectionUpdate(Object, Object) - Method in interface org.hibernate.Interceptor
-
Called before a collection is updated.
- onConflict() - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Sets the conflict clause that defines what happens when an insert violates a unique constraint.
- onConflict() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- onConflict(JpaConflictClause<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Sets the conflict clause that defines what happens when an insert violates a unique constraint.
- onConflict(JpaConflictClause<T>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- onConflict(JpaConflictClause<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsertSelect
- onConflict(JpaConflictClause<T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsertValues
- onConflict(JpaConflictClause<T>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- onConflict(JpaConflictClause<T>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- onConflictDo(JpaConflictUpdateAction<T>) - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Sets the action to do on a conflict.
- onConflictDo(JpaConflictUpdateAction<T>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- onConflictDoNothing() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Shorthand version for calling
JpaConflictClause.onConflictDo(JpaConflictUpdateAction)
with anull
argument. - onConflictDoUpdate() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Shorthand version for calling
JpaConflictClause.onConflictDo(JpaConflictUpdateAction)
withJpaConflictClause.createConflictUpdateAction()
as argument and returning the update action. - onConflictDoUpdate() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- onDelete(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Deprecated.
- onDelete(Object, Object, String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called before a record is deleted by a
StatelessSession
. - onDelete(DeleteEvent) - Method in interface org.hibernate.event.spi.DeleteEventListener
-
Handle the given delete event.
- onDelete(DeleteEvent, DeleteContext) - Method in interface org.hibernate.event.spi.DeleteEventListener
- OnDelete - Annotation Interface in org.hibernate.annotations
-
Specifies an
on delete
action for a foreign key constraint. - OnDeleteAction - Enum Class in org.hibernate.annotations
-
Enumerates the possible actions for the
on delete
clause of a foreign key constraint. - onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.spi.DirtyCheckEventListener
-
Handle the given dirty-check event.
- ONE_MS - Static variable in class org.hibernate.cache.spi.support.SimpleTimestamper
- ONE_TO_MANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
The collection elements represent entity's in a one-to-many association.
- ONE_TO_MANY - Enum constant in enum class org.hibernate.boot.models.AttributeNature
- ONE_TO_MANY - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
- ONE_TO_MANY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ONE_TO_ONE - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
- ONE_TO_ONE - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
- ONE_TO_ONE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- OneToMany - Class in org.hibernate.mapping
-
A mapping model object representing a many-to-one association.
- OneToMany(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
- OneToManyPersister - Class in org.hibernate.persister.collection
- OneToManyPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
- OneToManyTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A table group for one-to-many plural attributes.
- OneToManyTableGroup(PluralAttributeMapping, TableGroup, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- OneToOne - Class in org.hibernate.mapping
-
A mapping model object representing a many-to-one association.
- OneToOne(MetadataBuildingContext, Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
- OneToOneType - Class in org.hibernate.type
-
A one-to-one association to an entity
- OneToOneType(OneToOneType, String) - Constructor for class org.hibernate.type.OneToOneType
- OneToOneType(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.OneToOneType
- onEvict(EvictEvent) - Method in interface org.hibernate.event.spi.EvictEventListener
-
Handle the given evict event.
- OnExecutionGenerator - Interface in org.hibernate.generator
-
A generator which produces a new value by actually going ahead and writing a row to the database, then retrieving the value which was generated by the database itself as a side effect of the SQL
insert
orupdate
statement which wrote the row. - onFlush(FlushEvent) - Method in interface org.hibernate.event.spi.FlushEventListener
-
Handle the given flush event.
- onFlushDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called when an object is detected to be dirty, during a flush.
- onFlushEntity(FlushEntityEvent) - Method in interface org.hibernate.event.spi.FlushEntityEventListener
- onInitializeCollection(InitializeCollectionEvent) - Method in interface org.hibernate.event.spi.InitializeCollectionEventListener
- onInsert(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called before a record is inserted by a
StatelessSession
. - onLoad(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called just before an object is initialized.
- onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
-
Handle the given load event.
- onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
-
Handle the given lock event.
- onMerge(MergeEvent) - Method in interface org.hibernate.event.spi.MergeEventListener
-
Handle the given merge event.
- onMerge(MergeEvent, MergeContext) - Method in interface org.hibernate.event.spi.MergeEventListener
-
Handle the given merge event.
- onPersist(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called before an object is made persistent by a stateful session.
- onPersist(PersistEvent) - Method in interface org.hibernate.event.spi.PersistEventListener
-
Handle the given create event.
- onPersist(PersistEvent, PersistContext) - Method in interface org.hibernate.event.spi.PersistEventListener
-
Handle the given create event.
- onPostDelete(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostDeleteEventListener
- onPostDeleteCommitFailed(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostCommitDeleteEventListener
-
Called when a commit fails and an entity was scheduled for deletion
- onPostInsert(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostInsertEventListener
- onPostInsertCommitFailed(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostCommitInsertEventListener
-
Called when a commit fails and an entity was scheduled for insertion
- onPostLoad(PostLoadEvent) - Method in interface org.hibernate.event.spi.PostLoadEventListener
- onPostRecreateCollection(PostCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PostCollectionRecreateEventListener
- onPostRemoveCollection(PostCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PostCollectionRemoveEventListener
- onPostUpdate(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostUpdateEventListener
- onPostUpdateCollection(PostCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PostCollectionUpdateEventListener
- onPostUpdateCommitFailed(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostCommitUpdateEventListener
-
Called when a commit fails and an entity was scheduled for update
- onPostUpsert(PostUpsertEvent) - Method in interface org.hibernate.event.spi.PostUpsertEventListener
- onPreDelete(PreDeleteEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- onPreDelete(PreDeleteEvent) - Method in interface org.hibernate.event.spi.PreDeleteEventListener
-
Return true if the operation should be vetoed
- onPreInsert(PreInsertEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- onPreInsert(PreInsertEvent) - Method in interface org.hibernate.event.spi.PreInsertEventListener
-
Return true if the operation should be vetoed
- onPreLoad(PreLoadEvent) - Method in interface org.hibernate.event.spi.PreLoadEventListener
- onPreRecreateCollection(PreCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PreCollectionRecreateEventListener
- onPreRemoveCollection(PreCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PreCollectionRemoveEventListener
- onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- onPreUpdate(PreUpdateEvent) - Method in interface org.hibernate.event.spi.PreUpdateEventListener
-
Return true if the operation should be vetoed
- onPreUpdateCollection(PreCollectionUpdateEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- onPreUpdateCollection(PreCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PreCollectionUpdateEventListener
- onPreUpsert(PreUpsertEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- onPreUpsert(PreUpsertEvent) - Method in interface org.hibernate.event.spi.PreUpsertEventListener
-
Return true if the operation should be vetoed
- onRefresh(RefreshEvent) - Method in interface org.hibernate.event.spi.RefreshEventListener
-
Handle the given refresh event.
- onRefresh(RefreshEvent, RefreshContext) - Method in interface org.hibernate.event.spi.RefreshEventListener
- onRemove(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called before an object is removed by a stateful session.
- onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.spi.ReplicateEventListener
-
Deprecated.Handle the given replicate event.
- onSave(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
- onUpdate(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called before a record is updated by a
StatelessSession
. - onUpsert(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
-
Called before a record is upserted by a
StatelessSession
. - open(U, U) - Static method in interface org.hibernate.query.range.Range
-
An open range containing all values strictly greater than the given lower bound, and strictly less than the given upper bound.
- OPEN_PARENTHESIS - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- openQuote() - Method in class org.hibernate.dialect.Dialect
-
The character specific to this dialect used to begin a quoted identifier.
- openQuote() - Method in class org.hibernate.dialect.MySQLDialect
- openQuote() - Method in class org.hibernate.dialect.SpannerDialect
- openQuote() - Method in class org.hibernate.dialect.SQLServerDialect
- openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- openSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- openSession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Overrides
SessionFactory.openSession()
to widen the return type: this is useful for internal code depending onSessionFactoryImplementor
as it would otherwise need to frequently resort to casting to the internal contract. - openSession() - Method in interface org.hibernate.SessionBuilder
-
Opens a session with the specified options.
- openSession() - Method in interface org.hibernate.SessionFactory
-
Open a
Session
. - openSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a session being opened.
- openStatelessSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- openStatelessSession() - Method in interface org.hibernate.SessionFactory
-
Open a new stateless session.
- openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
-
Opens a session with the specified options.
- openStatelessSession(Connection) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
-
Open a new stateless session, utilizing the specified JDBC
Connection
. - openTemporarySession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- openTemporarySession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get a non-transactional "current" session.
- operate() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
- operate() - Method in class org.hibernate.collection.spi.PersistentList.SimpleAdd
- OperationProducer - Interface in org.hibernate.persister.collection.mutation
-
Callback for producing a
JdbcMutationOperation
given a collection-table reference - OperationResultChecker - Interface in org.hibernate.engine.jdbc.mutation
-
Used to check the results of a statement execution
- OPT_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
-
Indicates the optimizer to use, either naming a
Optimizer
implementation class or naming aStandardOptimizerDescriptor
by name. - OPTIMISTIC - Enum constant in enum class org.hibernate.LockMode
-
A shared optimistic lock.
- OPTIMISTIC_FORCE_INCREMENT - Enum constant in enum class org.hibernate.LockMode
-
A kind of exclusive optimistic lock.
- OPTIMISTIC_LOCK - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- OPTIMISTIC_LOCKING - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- OptimisticEntityLockException - Exception in org.hibernate.dialect.lock
-
Represents an error trying to apply an optimistic
LockingStrategy
to an entity - OptimisticEntityLockException(Object, String) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
-
Constructs a OptimisticEntityLockException
- OptimisticEntityLockException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
-
Constructs a OptimisticEntityLockException
- optimisticFailure(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an optimistic lock failure on an entity
- OptimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
-
An optimistic locking strategy that verifies that the version has not changed and then forces an increment of the version, just before committing the transaction.
- OptimisticForceIncrementLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
-
Construct locking strategy.
- OptimisticLock - Annotation Interface in org.hibernate.annotations
-
Specifies whether mutating the annotated attribute should trigger an increment to the version of the entity instance.
- OptimisticLocking - Annotation Interface in org.hibernate.annotations
-
Specifies how optimistic lock checking works for the annotated entity.
- OptimisticLockingStrategy - Class in org.hibernate.dialect.lock
-
An optimistic locking strategy that simply verifies that the version has not changed, just before committing the transaction.
- OptimisticLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticLockingStrategy
-
Construct locking strategy.
- optimisticLockStyle() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
The type of optimistic locking, if any, defined for this entity mapping
- optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- OptimisticLockStyle - Enum Class in org.hibernate.engine
-
Describes how an entity should be optimistically locked.
- OptimisticLockType - Enum Class in org.hibernate.annotations
-
Enumerates the possible optimistic lock checking strategies.
- OptimizableGenerator - Interface in org.hibernate.id
-
Commonality between sequence-based and table-based generators
- Optimizer - Interface in org.hibernate.id.enhanced
-
Performs optimization on an optimizable identifier generator.
- OptimizerDescriptor - Interface in org.hibernate.id.enhanced
- OptimizerFactory - Class in org.hibernate.id.enhanced
-
Factory for
Optimizer
instances. - optional() - Element in annotation interface org.hibernate.annotations.Any
-
Whether the association is optional.
- optional() - Element in annotation interface org.hibernate.annotations.SecondaryRow
-
Unless disabled, specifies that no row should be inserted in the secondary table if all the columns of the secondary table would be null.
- optional() - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Optionalable
- optional(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Optionalable
- OPTIONAL_TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
- OptionalTableUpdateOperation - Class in org.hibernate.sql.model.jdbc
-
Legacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.
- OptionalTableUpdateOperation(MutationTarget<?>, OptionalTableUpdate, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- options() - Element in annotation interface org.hibernate.annotations.SoftDelete
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- options() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- options() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
- options(String) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
- OPTIONS - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the generator options.
- or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- or(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- or(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- or(Predicate...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- or(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- or(List<Predicate>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- or(List<Predicate>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- or(Restriction<X>) - Method in interface org.hibernate.query.restriction.Restriction
-
Combine this restriction with the given restriction using logical or.
- ORACLE - Enum constant in enum class org.hibernate.dialect.Database
- ORACLE_APPLICATION_CONTINUITY - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies whether this database is accessed using a database service protected by Application Continuity.
- ORACLE_AUTONOMOUS_DATABASE - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies whether this database is running on an Autonomous Database Cloud Service.
- ORACLE_EXTENDED_STRING_SIZE - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies whether
MAX_STRING_SIZE
is set toEXTENDED
on Oracle. - ORACLE_USE_BINARY_FLOATS - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies whether the dialect should use the binary IEEE Oracle SQL types
binary_float
/binary_double
overfloat(p)
/real
/double precision
when generating DDL or SQL casts for float types. - Oracle12cIdentityColumnSupport - Class in org.hibernate.dialect.identity
- Oracle12cIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
- Oracle12LimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
for databases which support the ANSI SQL standard syntaxFETCH FIRST m ROWS ONLY
andOFFSET n ROWS FETCH NEXT m ROWS ONLY
. - OracleAggregateSupport - Class in org.hibernate.dialect.aggregate
- OracleArrayAggEmulation - Class in org.hibernate.dialect.function.array
- OracleArrayAggEmulation() - Constructor for class org.hibernate.dialect.function.array.OracleArrayAggEmulation
- OracleArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
-
Oracle concatenation function for array and an element.
- OracleArrayConcatElementFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayConcatElementFunction
- OracleArrayConcatFunction - Class in org.hibernate.dialect.function.array
-
Oracle concatenation function for arrays.
- OracleArrayConcatFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayConcatFunction
- OracleArrayConstructorFunction - Class in org.hibernate.dialect.function.array
- OracleArrayConstructorFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayConstructorFunction
- OracleArrayContainsFunction - Class in org.hibernate.dialect.function.array
- OracleArrayContainsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayContainsFunction
- OracleArrayFillFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_fill function.
- OracleArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayFillFunction
- OracleArrayGetFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_get function.
- OracleArrayGetFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayGetFunction
- OracleArrayIncludesFunction - Class in org.hibernate.dialect.function.array
- OracleArrayIncludesFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayIncludesFunction
- OracleArrayIntersectsFunction - Class in org.hibernate.dialect.function.array
- OracleArrayIntersectsFunction(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayIntersectsFunction
- OracleArrayJdbcType - Class in org.hibernate.dialect.type
-
Descriptor for
ARRAY
handling. - OracleArrayJdbcType(JdbcType, String) - Constructor for class org.hibernate.dialect.type.OracleArrayJdbcType
- OracleArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
OracleArrayJdbcType
. - OracleArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.OracleArrayJdbcTypeConstructor
- OracleArrayLengthFunction - Class in org.hibernate.dialect.function.array
- OracleArrayLengthFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayLengthFunction
- OracleArrayPositionFunction - Class in org.hibernate.dialect.function.array
- OracleArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayPositionFunction
- OracleArrayPositionsFunction - Class in org.hibernate.dialect.function.array
- OracleArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayPositionsFunction
- OracleArrayRemoveFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_remove function.
- OracleArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayRemoveFunction
- OracleArrayRemoveIndexFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_remove_index function.
- OracleArrayRemoveIndexFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayRemoveIndexFunction
- OracleArrayReplaceFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_replace function.
- OracleArrayReplaceFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayReplaceFunction
- OracleArraySetFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_set function.
- OracleArraySetFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArraySetFunction
- OracleArraySliceFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_slice function.
- OracleArraySliceFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArraySliceFunction
- OracleArrayToStringFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_to_string function.
- OracleArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayToStringFunction
- OracleArrayTrimFunction - Class in org.hibernate.dialect.function.array
-
Oracle array_trim function.
- OracleArrayTrimFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayTrimFunction
- OracleBaseStructJdbcType - Class in org.hibernate.dialect.type
- OracleBaseStructJdbcType() - Constructor for class org.hibernate.dialect.type.OracleBaseStructJdbcType
- OracleBaseStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.type.OracleBaseStructJdbcType
- OracleBooleanJdbcType - Class in org.hibernate.dialect.type
- OracleBooleanJdbcType() - Constructor for class org.hibernate.dialect.type.OracleBooleanJdbcType
- OracleDialect - Class in org.hibernate.dialect
-
A SQL dialect for Oracle 19c and above.
- OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
- OracleDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.OracleDialect
- OracleDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.OracleDialect
- OracleDialect(DialectResolutionInfo, OracleServerConfiguration) - Constructor for class org.hibernate.dialect.OracleDialect
- OracleEnumJdbcType - Class in org.hibernate.dialect.type
-
Represents a named
enum
type on Oracle 23ai+. - OracleEnumJdbcType() - Constructor for class org.hibernate.dialect.type.OracleEnumJdbcType
- OracleJdbcHelper - Class in org.hibernate.dialect.type
-
The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.
- OracleJdbcHelper() - Constructor for class org.hibernate.dialect.type.OracleJdbcHelper
- OracleJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_arrayagg function.
- OracleJsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonArrayAggFunction
- OracleJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_array_append function.
- OracleJsonArrayAppendFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonArrayAppendFunction
- OracleJsonArrayBlobJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
JSON
and the BLOB SQL data type for Oracle. - OracleJsonArrayBlobJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- OracleJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_array function.
- OracleJsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonArrayFunction
- OracleJsonArrayInsertFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_array_insert function.
- OracleJsonArrayInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonArrayInsertFunction
- OracleJsonArrayJdbcType - Class in org.hibernate.dialect.type
-
Specialized type mapping for
JSON
and the JSON SQL data type for Oracle. - OracleJsonArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.OracleJsonArrayJdbcType
- OracleJsonArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
OracleJsonArrayJdbcType
andOracleJsonArrayBlobJdbcType
. - OracleJsonArrayJdbcTypeConstructor(boolean) - Constructor for class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
- OracleJsonBlobJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
JSON
and the BLOB SQL data type for Oracle. - OracleJsonBlobJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- OracleJsonInsertFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_insert function.
- OracleJsonInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonInsertFunction
- OracleJsonJdbcType - Class in org.hibernate.dialect.type
-
Specialized type mapping for
JSON
and the JSON SQL data type for Oracle. - OracleJsonMergepatchFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_mergepatch function.
- OracleJsonMergepatchFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonMergepatchFunction
- OracleJsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_objectagg function.
- OracleJsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonObjectAggFunction
- OracleJsonObjectFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_object function.
- OracleJsonObjectFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonObjectFunction
- OracleJsonRemoveFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_remove function.
- OracleJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonRemoveFunction
- OracleJsonReplaceFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_replace function.
- OracleJsonReplaceFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonReplaceFunction
- OracleJsonSetFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_set function.
- OracleJsonSetFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonSetFunction
- OracleJsonTableFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_table function.
- OracleJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonTableFunction
- OracleJsonValueFunction - Class in org.hibernate.dialect.function.json
-
Oracle json_value function.
- OracleJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.OracleJsonValueFunction
- OracleNestedTableJdbcType - Class in org.hibernate.dialect.type
-
Descriptor for
TABLE
handling. - OracleNestedTableJdbcType(JdbcType, String) - Constructor for class org.hibernate.dialect.type.OracleNestedTableJdbcType
- OracleNestedTableJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
OracleNestedTableJdbcType
. - OracleNestedTableJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.OracleNestedTableJdbcTypeConstructor
- OracleOrdinalEnumJdbcType - Class in org.hibernate.dialect.type
-
Represents a named
enum
type on Oracle 23ai+. - OracleOrdinalEnumJdbcType() - Constructor for class org.hibernate.dialect.type.OracleOrdinalEnumJdbcType
- OracleReflectionStructJdbcType - Class in org.hibernate.dialect.type
- OracleSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
OracleDialect
. - OracleSequenceSupport(DatabaseVersion) - Constructor for class org.hibernate.dialect.sequence.OracleSequenceSupport
- OracleServerConfiguration - Class in org.hibernate.dialect
-
Utility class that extract some initial configuration from the database for
OracleDialect
. - OracleServerConfiguration(boolean, boolean) - Constructor for class org.hibernate.dialect.OracleServerConfiguration
- OracleServerConfiguration(boolean, boolean, boolean, int, int) - Constructor for class org.hibernate.dialect.OracleServerConfiguration
- OracleServerConfiguration(boolean, boolean, int, int) - Constructor for class org.hibernate.dialect.OracleServerConfiguration
- OracleSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for Oracle.
- OracleSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- OracleStructJdbcType - Class in org.hibernate.dialect.type
- OracleStructJdbcType() - Constructor for class org.hibernate.dialect.type.OracleStructJdbcType
- OracleTruncFunction - Class in org.hibernate.dialect.function
-
Custom
TruncFunction
for Oracle which uses emulation when truncating datetimes to seconds - OracleTruncFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.OracleTruncFunction
- OracleTypes - Class in org.hibernate.dialect
-
The Oracle specific JDBC type code.
- OracleTypes() - Constructor for class org.hibernate.dialect.OracleTypes
- OracleUnnestFunction - Class in org.hibernate.dialect.function.array
-
Oracle unnest function.
- OracleUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.OracleUnnestFunction
- OracleUserDefinedTypeExporter - Class in org.hibernate.dialect.type
- OracleUserDefinedTypeExporter(Dialect) - Constructor for class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
- OracleXmlArrayJdbcType - Class in org.hibernate.dialect.type
- OracleXmlArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.OracleXmlArrayJdbcType
- OracleXmlArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
OracleXmlArrayJdbcType
. - OracleXmlArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.OracleXmlArrayJdbcTypeConstructor
- OracleXmlJdbcType - Class in org.hibernate.dialect.type
- OracleXmlTableFunction - Class in org.hibernate.dialect.function.xml
-
Oracle xmltable function.
- OracleXmlTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.OracleXmlTableFunction
- order(UnloadedField[]) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
keep the same order.
- order(UnloadedField[]) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
For fields which are persistent (according to
EnhancementContext.isPersistentField(org.hibernate.bytecode.enhance.spi.UnloadedField)
), determine the corresponding ordering maintained within the Hibernate metamodel. - order(UnloadedField[]) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- Order<X> - Interface in org.hibernate.query
-
A rule for sorting a query result set.
- ORDER - Enum constant in enum class org.hibernate.sql.ast.Clause
- ORDER_BY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ORDER_COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ORDER_INSERTS - Static variable in interface org.hibernate.cfg.BatchSettings
-
Enable ordering of insert statements by primary key value, for the purpose of more efficient JDBC batching.
- ORDER_UPDATES - Static variable in interface org.hibernate.cfg.BatchSettings
-
Enable ordering of update statements by primary key value, for the purpose of more efficient JDBC batching
- Orderable - Interface in org.hibernate.boot.model.source.spi
-
Contact to define if a plural attribute source is orderable or not.
- orderBy - Variable in class org.hibernate.sql.SimpleSelect
- orderBy(Order...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- orderBy(Order...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- orderBy(Order...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- orderBy(Order...) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Add order by expressions to the window.
- orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- orderBy(List<Order>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- orderBy(List<Order>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- orderBy(List<Order>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- orderBy(List<Order>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- orderBy(List<Order>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- orderByClauseContains(NavigablePath, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- OrderByComplianceViolation - Exception in org.hibernate.metamodel.mapping.ordering.ast
- OrderByComplianceViolation(String) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
- OrderByComplianceViolation(String, Throwable) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
- OrderByFragment - Interface in org.hibernate.metamodel.mapping.ordering
-
Represents the translation result.
- OrderByFragmentImpl - Class in org.hibernate.metamodel.mapping.ordering
- OrderByFragmentImpl(List<OrderingSpecification>) - Constructor for class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
- OrderByFragmentTranslator - Class in org.hibernate.metamodel.mapping.ordering
-
Responsible for performing the translation of the order-by fragment associated with an order set or map.
- OrderByFragmentTranslator() - Constructor for class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
- orderByMappingCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for the interpretation of
OrderBy
. - orderColumns(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- orderColumns(boolean) - Method in interface org.hibernate.boot.spi.MetadataImplementor
- orderColumns(Collection<Column>, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- orderConstraintColumns(Constraint, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
-
Orders the columns of the constraint.
- orderConstraintColumns(Constraint, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
- orderConstraintColumns(Constraint, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- ORDERED_MAP - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A
CollectionClassification.MAP
that is ordered using an order-by fragment as the collection is loaded. - ORDERED_SET - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A
CollectionClassification.SET
that is ordered using an order-by fragment as the collection is loaded. - ORDERED_SET_AGGREGATE - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
- OrderedMapType - Class in org.hibernate.type
-
A specialization of the map type, with (resultset-based) ordering.
- OrderedMapType(String, String) - Constructor for class org.hibernate.type.OrderedMapType
- OrderedSetAggregateFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
-
Models an ordered set-aggregate function expression at the SQL AST level.
- OrderedSetType - Class in org.hibernate.type
-
A specialization of the set type, with (resultset-based) ordering.
- OrderedSetType(String, String) - Constructor for class org.hibernate.type.OrderedSetType
- OrderingExpression - Interface in org.hibernate.metamodel.mapping.ordering.ast
-
Contract for anything that can be a sort expression
- OrderingSpecification - Class in org.hibernate.metamodel.mapping.ordering.ast
-
An individual sort specification in an order-by fragment
- OrderingSpecification(OrderingExpression, String) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- orderJdbcValues(EmbeddableMappingType, int[], Object[], Object[]) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
-
The
sourceJdbcValues
array is ordered according to the expected physical order, as given through the argument order of @Instantiator. - orderTableColumns(Table, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
-
Orders the columns of the table.
- orderTableColumns(Table, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
- orderTableColumns(Table, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- orderTemporaryTableColumns(List<TemporaryTableColumn>, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
-
Orders the columns of the temporary table.
- orderTemporaryTableColumns(List<TemporaryTableColumn>, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
- orderTemporaryTableColumns(List<TemporaryTableColumn>, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- orderUserDefinedTypeColumns(UserDefinedObjectType, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
-
Orders the columns of the user defined type.
- orderUserDefinedTypeColumns(UserDefinedObjectType, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
- orderUserDefinedTypeColumns(UserDefinedObjectType, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- ordinal() - Method in interface org.hibernate.boot.model.FunctionContributor
-
Determines order in which the contributions will be applied (lowest ordinal first).
- ordinal() - Method in class org.hibernate.dialect.Dialect
- ordinal() - Method in class org.hibernate.event.spi.EventType
-
EventType is effectively an enumeration.
- ORDINAL_ENUM - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a SQL
ENUM
type for databases likeMySQL
whereENUM
types do not have names. - OrdinalEnumJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Represents an
enum
type for databases like MySQL and H2. - OrdinalEnumJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.OrdinalEnumJdbcType
- OrdinalFunction - Class in org.hibernate.dialect.function
-
The HQL
ordinal()
function returns the ordinal value of an enum - OrdinalFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.OrdinalFunction
- ordinalityColumn(String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Defines a long typed column on the result type with the given name which is set to the ordinality i.e.
- ordinalityColumn(String) - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
- ordinalityColumn(String) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Defines a long column on the result type with the given name which is set to the ordinality i.e.
- ordinalityColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- ordinalityColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- ordinalityColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- ordinalParameter(int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
-
Called when an ordinal parameter is recognized
- OrdinalParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
-
Descriptor regarding an ordinal parameter.
- OrdinalParameterDescriptor(int, int, BindableType<T>, int[]) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
-
Constructs an ordinal parameter descriptor.
- OrdinalParameterMarkerStrategy() - Constructor for class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
- org.hibernate - package org.hibernate
-
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities. - org.hibernate.action.spi - package org.hibernate.action.spi
-
This SPI package defines an abstraction over the notion of an "action" which is scheduled for asynchronous execution by the event listeners.
- org.hibernate.annotations - package org.hibernate.annotations
-
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
- org.hibernate.annotations.processing - package org.hibernate.annotations.processing
-
Annotations used to drive annotation processors:
@Find
is used to generate finder methods using the Metamodel Generator,@HQL
and@SQL
are used to generate query methods using the Metamodel Generator, andCheckHQL
instructs the Query Validator to check all HQL queries in the annotated package or type. - org.hibernate.binder - package org.hibernate.binder
-
This package defines an easy way to extend Hibernate with user-defined annotations that define customized O/R mappings of annotated entities and annotated entity attributes.
- org.hibernate.boot - package org.hibernate.boot
-
This package contains the interfaces that make up the bootstrap API for Hibernate.
- org.hibernate.boot.archive.scan.spi - package org.hibernate.boot.archive.scan.spi
- org.hibernate.boot.archive.spi - package org.hibernate.boot.archive.spi
- org.hibernate.boot.beanvalidation - package org.hibernate.boot.beanvalidation
-
Support for integrating Jakarta Bean Validation.
- org.hibernate.boot.cfgxml.spi - package org.hibernate.boot.cfgxml.spi
-
An SPI service for processing and handling
cfg.xml
files. - org.hibernate.boot.model - package org.hibernate.boot.model
-
This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.
- org.hibernate.boot.model.convert.spi - package org.hibernate.boot.model.convert.spi
-
Defines the SPI of a registry of JPA
AttributeConverter
s. - org.hibernate.boot.model.naming - package org.hibernate.boot.model.naming
-
This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).
- org.hibernate.boot.model.process.spi - package org.hibernate.boot.model.process.spi
-
Defines an SPI used during the process of transforming mapping sources into the
Metadata
reference. - org.hibernate.boot.model.relational - package org.hibernate.boot.model.relational
-
Some SPIs related to DDL generation and schema management.
- org.hibernate.boot.model.source.spi - package org.hibernate.boot.model.source.spi
- org.hibernate.boot.models - package org.hibernate.boot.models
-
Overall, this module is responsible for taking managed-resources and building the
hibernate-models
model (ClassDetails, etc.) to ultimately be bound into Hibernate's boot-time model. - org.hibernate.boot.models.annotations.spi - package org.hibernate.boot.models.annotations.spi
- org.hibernate.boot.models.spi - package org.hibernate.boot.models.spi
- org.hibernate.boot.models.xml - package org.hibernate.boot.models.xml
-
Support for processing mapping XML files, ultimately creating/updating ClassDetails, FieldDetails and annotation references based on the XML. First performs some pre-processing which aggregates information across all XML mappings Next performs XML processing which applies metadata-complete mappings and collects overlay/override XML for later application.
- org.hibernate.boot.models.xml.spi - package org.hibernate.boot.models.xml.spi
- org.hibernate.boot.query - package org.hibernate.boot.query
-
Support for handling named queries during the bootstrap process.
- org.hibernate.boot.registry - package org.hibernate.boot.registry
-
Defines service registry contracts a program may use for configuring Hibernate.
- org.hibernate.boot.registry.classloading.spi - package org.hibernate.boot.registry.classloading.spi
-
The class loading service SPI.
- org.hibernate.boot.registry.selector - package org.hibernate.boot.registry.selector
-
Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations.
- org.hibernate.boot.registry.selector.spi - package org.hibernate.boot.registry.selector.spi
-
Defines actual contract used for strategy selection.
- org.hibernate.boot.spi - package org.hibernate.boot.spi
-
A range of SPIs allowing integration with—and customization of—the process of building metadata.
- org.hibernate.boot.xsd - package org.hibernate.boot.xsd
-
Support for XSD handling.
- org.hibernate.bytecode - package org.hibernate.bytecode
-
This package defines an SPI for integrating bytecode libraries with Hibernate.
- org.hibernate.bytecode.enhance - package org.hibernate.bytecode.enhance
- org.hibernate.bytecode.enhance.spi - package org.hibernate.bytecode.enhance.spi
-
Package defining bytecode code enhancement (instrumentation) support.
- org.hibernate.bytecode.enhance.spi.interceptor - package org.hibernate.bytecode.enhance.spi.interceptor
-
Support for bytecode interceptor implementations.
- org.hibernate.bytecode.spi - package org.hibernate.bytecode.spi
-
Package defining bytecode code enhancement (instrumentation) support.
- org.hibernate.cache - package org.hibernate.cache
-
This package defines the API of the second-level cache service.
- org.hibernate.cache.cfg.spi - package org.hibernate.cache.cfg.spi
-
An SPI modelling various aspects of the second-level cache configuration.
- org.hibernate.cache.spi - package org.hibernate.cache.spi
-
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
- org.hibernate.cache.spi.access - package org.hibernate.cache.spi.access
-
Defines contracts for transactional and concurrent access to cached entity and collection data.
- org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
-
This package defines formats for disassembled state kept in the second level cache.
- org.hibernate.cache.spi.support - package org.hibernate.cache.spi.support
-
This package provides a framework intended to reduce the work needed to implement a caching provider.
- org.hibernate.cfg - package org.hibernate.cfg
-
This package defines APIs for configuring Hibernate.
- org.hibernate.collection.spi - package org.hibernate.collection.spi
-
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
- org.hibernate.context - package org.hibernate.context
- org.hibernate.context.spi - package org.hibernate.context.spi
-
SPI-level contracts around "current session" and "current tenant" support.
- org.hibernate.dialect - package org.hibernate.dialect
-
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
- org.hibernate.dialect.aggregate - package org.hibernate.dialect.aggregate
-
Support for
Dialect
-specific aggregate column types, including user-defined composite types, and JSON or XML types. - org.hibernate.dialect.function - package org.hibernate.dialect.function
-
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects. - org.hibernate.dialect.function.array - package org.hibernate.dialect.function.array
- org.hibernate.dialect.function.json - package org.hibernate.dialect.function.json
- org.hibernate.dialect.function.xml - package org.hibernate.dialect.function.xml
- org.hibernate.dialect.hint - package org.hibernate.dialect.hint
- org.hibernate.dialect.identity - package org.hibernate.dialect.identity
-
Support for
Dialect
-specific identity column handling. - org.hibernate.dialect.lock - package org.hibernate.dialect.lock
-
Support for
Dialect
-specific locking strategies. - org.hibernate.dialect.pagination - package org.hibernate.dialect.pagination
-
Support for
Dialect
-specific pagination strategies. - org.hibernate.dialect.sequence - package org.hibernate.dialect.sequence
-
Support for
Dialect
-specific sequence handling. - org.hibernate.dialect.sql.ast - package org.hibernate.dialect.sql.ast
-
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator
. - org.hibernate.dialect.temptable - package org.hibernate.dialect.temptable
-
Support for temporary tables.
- org.hibernate.dialect.type - package org.hibernate.dialect.type
-
Internal package containing dialect-specific implementations of
JdbcType
. - org.hibernate.dialect.unique - package org.hibernate.dialect.unique
-
Support for
Dialect
-specific unique constraint definition. - org.hibernate.engine - package org.hibernate.engine
-
This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.
- org.hibernate.engine.config.spi - package org.hibernate.engine.config.spi
-
Defines the SPI of the configuration service.
- org.hibernate.engine.jdbc - package org.hibernate.engine.jdbc
-
Support for various aspects of JDBC interaction.
- org.hibernate.engine.jdbc.batch - package org.hibernate.engine.jdbc.batch
-
Support for JDBC statement batching.
- org.hibernate.engine.jdbc.batch.spi - package org.hibernate.engine.jdbc.batch.spi
-
Defines contracts for JDBC batching support.
- org.hibernate.engine.jdbc.connections.spi - package org.hibernate.engine.jdbc.connections.spi
-
Defines SPI contracts for obtaining JDBC
Connection
s from a provider implemented as a service. - org.hibernate.engine.jdbc.cursor.spi - package org.hibernate.engine.jdbc.cursor.spi
-
Defines contracts for JDBC REF_CURSOR support.
- org.hibernate.engine.jdbc.dialect.spi - package org.hibernate.engine.jdbc.dialect.spi
-
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
- org.hibernate.engine.jdbc.env.spi - package org.hibernate.engine.jdbc.env.spi
- org.hibernate.engine.jdbc.mutation - package org.hibernate.engine.jdbc.mutation
-
Package defining support for executing mutation SQL statements produced by an entity persister or collection persister.
- org.hibernate.engine.jdbc.mutation.group - package org.hibernate.engine.jdbc.mutation.group
- org.hibernate.engine.jdbc.mutation.spi - package org.hibernate.engine.jdbc.mutation.spi
- org.hibernate.engine.jdbc.proxy - package org.hibernate.engine.jdbc.proxy
- org.hibernate.engine.jdbc.spi - package org.hibernate.engine.jdbc.spi
-
SPI contracts supporting various aspects of JDBC interaction.
- org.hibernate.engine.jndi - package org.hibernate.engine.jndi
-
Support for JNDI within Hibernate
- org.hibernate.engine.jndi.spi - package org.hibernate.engine.jndi.spi
-
The SPI contracts for integration with JNDI.
- org.hibernate.engine.profile - package org.hibernate.engine.profile
-
Models the fetch profiles defined by the application.
- org.hibernate.engine.query - package org.hibernate.engine.query
-
Support for dealing with parameters of native queries.
- org.hibernate.engine.query.spi - package org.hibernate.engine.query.spi
-
An SPI for dealing with parameters of native queries.
- org.hibernate.engine.spi - package org.hibernate.engine.spi
-
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
- org.hibernate.engine.transaction.jta.platform.spi - package org.hibernate.engine.transaction.jta.platform.spi
-
An SPI for integrating with container-provided implementations of JTA.
- org.hibernate.engine.transaction.spi - package org.hibernate.engine.transaction.spi
-
An SPI abstracting the object which implements
Transaction
. - org.hibernate.event.monitor.spi - package org.hibernate.event.monitor.spi
-
An SPI for services which collect, report, or monitor diagnostic events.
- org.hibernate.event.service.spi - package org.hibernate.event.service.spi
-
An SPI for the event listener registration service.
- org.hibernate.event.spi - package org.hibernate.event.spi
-
Defines the event types and event listener interfaces for events produced by the stateful
Session
. - org.hibernate.exception - package org.hibernate.exception
-
Defines certain very important flavors of
JDBCException
, along with an SPI for interpreting product-specificSQLException
s arising from a JDBC driver into something more uniform and meaningful. - org.hibernate.exception.spi - package org.hibernate.exception.spi
-
An SPI for
Dialect
-specific exception interpretation and conversion. - org.hibernate.generator - package org.hibernate.generator
-
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
- org.hibernate.generator.values - package org.hibernate.generator.values
-
Contains a framework of strategies for efficient retrieval of database-generated values.
- org.hibernate.graph - package org.hibernate.graph
-
Implements and extends the JPA-defined entity graph API.
- org.hibernate.graph.spi - package org.hibernate.graph.spi
-
This package defines an internal SPI abstracting over implementations of the APIs defined in
org.hibernate.graph
. - org.hibernate.id - package org.hibernate.id
-
This package and its subpackages, especially
org.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
. - org.hibernate.id.enhanced - package org.hibernate.id.enhanced
-
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
- org.hibernate.id.insert - package org.hibernate.id.insert
-
Contains a framework of strategies for retrieving database-generated ids.
- org.hibernate.id.uuid - package org.hibernate.id.uuid
-
Contains the
UuidGenerator
. - org.hibernate.integrator.spi - package org.hibernate.integrator.spi
-
An SPI for extensions which integrate with Hibernate via the Java
ServiceLoader
facility. - org.hibernate.jdbc - package org.hibernate.jdbc
-
A small API allowing the client of a Hibernate session to interact directly with JDBC, using the same connection and transaction obtained by the session.
- org.hibernate.jpa - package org.hibernate.jpa
-
The packages in this namespace are responsible for implementing certain requirements of the JPA specification, especially things which are only needed when Hibernate is acting as a JPA persistence provider.
- org.hibernate.jpa.boot.spi - package org.hibernate.jpa.boot.spi
- org.hibernate.jpa.event.spi - package org.hibernate.jpa.event.spi
-
The SPI contracts for supporting JPA lifecycle callbacks.
- org.hibernate.jpa.spi - package org.hibernate.jpa.spi
-
An SPI for managing cases where, by default, Hibernate intentionally violates the letter of the JPA specification.
- org.hibernate.loader - package org.hibernate.loader
-
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
- org.hibernate.loader.ast.spi - package org.hibernate.loader.ast.spi
- org.hibernate.mapping - package org.hibernate.mapping
-
This package defines the Hibernate configuration-time mapping model.
- org.hibernate.metamodel - package org.hibernate.metamodel
-
This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
- org.hibernate.metamodel.mapping - package org.hibernate.metamodel.mapping
-
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
- org.hibernate.metamodel.mapping.ordering - package org.hibernate.metamodel.mapping.ordering
-
Support for set and map ordering
- org.hibernate.metamodel.mapping.ordering.ast - package org.hibernate.metamodel.mapping.ordering.ast
- org.hibernate.metamodel.model.domain - package org.hibernate.metamodel.model.domain
-
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
- org.hibernate.metamodel.model.domain.spi - package org.hibernate.metamodel.model.domain.spi
-
An SPI for the runtime domain metamodel.
- org.hibernate.metamodel.spi - package org.hibernate.metamodel.spi
-
An SPI supporting custom instantiation of entity instances and embeddable objects.
- org.hibernate.persister.collection - package org.hibernate.persister.collection
-
This package abstracts persistence mechanisms for collections.
- org.hibernate.persister.collection.mutation - package org.hibernate.persister.collection.mutation
-
Defines support for performing mutation operations against collections.
- org.hibernate.persister.entity - package org.hibernate.persister.entity
-
This package abstracts persistence mechanisms for entities.
- org.hibernate.persister.entity.mutation - package org.hibernate.persister.entity.mutation
-
Defines support for performing mutation operations originating from persistence-context events.
- org.hibernate.persister.spi - package org.hibernate.persister.spi
-
An SPI for integrating custom entity and collection persisters.
- org.hibernate.persister.walking.spi - package org.hibernate.persister.walking.spi
-
Package for "walking" associations through metadata definition.
- org.hibernate.pretty - package org.hibernate.pretty
-
Contains some functions for pretty-printing things for exception and log messages.
- org.hibernate.procedure - package org.hibernate.procedure
-
Defines support for executing database stored procedures and functions and accessing their outputs.
- org.hibernate.procedure.spi - package org.hibernate.procedure.spi
-
Defines an SPI for calling stored procedures and functions.
- org.hibernate.property.access.spi - package org.hibernate.property.access.spi
-
An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.
- org.hibernate.proxy - package org.hibernate.proxy
-
This package defines a framework for lazy-initializing entity proxies.
- org.hibernate.proxy.map - package org.hibernate.proxy.map
-
Proxies for entity objects represented as Java maps.
- org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
-
Proxies for plain Java objects.
- org.hibernate.proxy.pojo.bytebuddy - package org.hibernate.proxy.pojo.bytebuddy
- org.hibernate.query - package org.hibernate.query
-
Everything related to HQL/JPQL, native SQL, and criteria queries.
- org.hibernate.query.common - package org.hibernate.query.common
-
Common APIs used internally, in the SQL tree, in the dialects, and in the criteria query API.
- org.hibernate.query.criteria - package org.hibernate.query.criteria
-
The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.
- org.hibernate.query.criteria.spi - package org.hibernate.query.criteria.spi
-
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering aService
. - org.hibernate.query.hql - package org.hibernate.query.hql
-
Package defining support for HQL, including JPQL as a subset of HQL.
- org.hibernate.query.hql.spi - package org.hibernate.query.hql.spi
-
SPIs for HQL support.
- org.hibernate.query.named - package org.hibernate.query.named
-
Support for named queries
- org.hibernate.query.range - package org.hibernate.query.range
-
The
Range
framework. - org.hibernate.query.restriction - package org.hibernate.query.restriction
-
The
Restriction
framework. - org.hibernate.query.results - package org.hibernate.query.results
-
Support for defining result set mappings used in
NativeQuery
,ProcedureCall
, andStoredProcedureQuery
. - org.hibernate.query.specification - package org.hibernate.query.specification
-
Support for SelectionSpecification and MutationSpecification which is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
- org.hibernate.query.spi - package org.hibernate.query.spi
-
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
- org.hibernate.query.sql.spi - package org.hibernate.query.sql.spi
-
SPIs for native SQL query support.
- org.hibernate.query.sqm - package org.hibernate.query.sqm
-
This package defines a semantic model of HQL queries.
- org.hibernate.query.sqm.function - package org.hibernate.query.sqm.function
-
An SPI for defining, registering, and rendering functions in HQL.
- org.hibernate.query.sqm.mutation.spi - package org.hibernate.query.sqm.mutation.spi
-
SPI for handling SQM UPDATE and DELETE queries
- org.hibernate.query.sqm.produce.function - package org.hibernate.query.sqm.produce.function
-
Package defining support for
SqmFunctionDescriptor
handling. - org.hibernate.query.sqm.spi - package org.hibernate.query.sqm.spi
-
SPI-level SQM contracts
- org.hibernate.query.sqm.sql - package org.hibernate.query.sqm.sql
-
Package for the translation of SQM into SQL AST
- org.hibernate.query.sqm.tree - package org.hibernate.query.sqm.tree
-
This package contains the classes that make up the SQM tree nodes.
- org.hibernate.query.sqm.tree.cte - package org.hibernate.query.sqm.tree.cte
-
Nodes representing common table expressions (CTE) in the SQM tree.
- org.hibernate.query.sqm.tree.delete - package org.hibernate.query.sqm.tree.delete
-
Nodes representing
delete
statements in the SQM tree. - org.hibernate.query.sqm.tree.domain - package org.hibernate.query.sqm.tree.domain
-
Nodes representing path expressions in the SQM tree.
- org.hibernate.query.sqm.tree.expression - package org.hibernate.query.sqm.tree.expression
-
Nodes representing expressions in the SQM tree.
- org.hibernate.query.sqm.tree.from - package org.hibernate.query.sqm.tree.from
-
Nodes representing root entities and joins in the SQM tree.
- org.hibernate.query.sqm.tree.insert - package org.hibernate.query.sqm.tree.insert
-
Nodes representing
insert
statements in the SQM tree. - org.hibernate.query.sqm.tree.jpa - package org.hibernate.query.sqm.tree.jpa
- org.hibernate.query.sqm.tree.predicate - package org.hibernate.query.sqm.tree.predicate
-
Nodes representing logical predicates in the SQM tree.
- org.hibernate.query.sqm.tree.select - package org.hibernate.query.sqm.tree.select
-
Nodes representing
select
statements in the SQM tree. - org.hibernate.query.sqm.tree.update - package org.hibernate.query.sqm.tree.update
-
Nodes representing
update
statements in the SQM tree. - org.hibernate.query.sqm.tuple - package org.hibernate.query.sqm.tuple
-
Support for tuples in SQM.
- org.hibernate.relational - package org.hibernate.relational
-
Programmatic access to the schema management tool.
- org.hibernate.resource.beans.container.spi - package org.hibernate.resource.beans.container.spi
-
An SPI abstracting over CDI-like bean containers.
- org.hibernate.resource.beans.spi - package org.hibernate.resource.beans.spi
-
Defines an SPI for integration with CDI-like containers.
- org.hibernate.resource.jdbc - package org.hibernate.resource.jdbc
-
A facility for managing logical JDBC connections and keeping track of other heavyweight resources.
- org.hibernate.resource.jdbc.spi - package org.hibernate.resource.jdbc.spi
-
An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".
- org.hibernate.resource.transaction - package org.hibernate.resource.transaction
-
Defines the resource-level transaction capabilities of Hibernate, centered around the
TransactionCoordinator
contract. - org.hibernate.resource.transaction.backend.jdbc.spi - package org.hibernate.resource.transaction.backend.jdbc.spi
-
An SPI which models the concept of a JDBC resource-level transaction.
- org.hibernate.resource.transaction.spi - package org.hibernate.resource.transaction.spi
-
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
- org.hibernate.result - package org.hibernate.result
-
Defines support for dealing with results returned from database via JDBC.
- org.hibernate.result.spi - package org.hibernate.result.spi
- org.hibernate.service - package org.hibernate.service
-
Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.
- org.hibernate.service.spi - package org.hibernate.service.spi
-
Defines an SPI for integrating pluggable services.
- org.hibernate.spi - package org.hibernate.spi
-
A tiny SPI for dealing with compound names and navigable paths.
- org.hibernate.sql - package org.hibernate.sql
-
This package contains helper classes for rendering SQL fragments and SQL statements.
- org.hibernate.sql.ast - package org.hibernate.sql.ast
-
Package defining a SQL AST for use in generation of SQL.
- org.hibernate.sql.ast.spi - package org.hibernate.sql.ast.spi
-
Package defining support for creating and consuming a SQL AST.
- org.hibernate.sql.ast.tree - package org.hibernate.sql.ast.tree
-
Package defining the SQL AST.
- org.hibernate.sql.ast.tree.cte - package org.hibernate.sql.ast.tree.cte
-
Support for common table expressions (CTE) in a SQL tree.
- org.hibernate.sql.ast.tree.delete - package org.hibernate.sql.ast.tree.delete
-
AST nodes representing
delete
statements in a SQL tree. - org.hibernate.sql.ast.tree.expression - package org.hibernate.sql.ast.tree.expression
-
AST nodes representing expressions in a SQL tree.
- org.hibernate.sql.ast.tree.from - package org.hibernate.sql.ast.tree.from
-
AST nodes representing root tables and joins in a SQL tree.
- org.hibernate.sql.ast.tree.insert - package org.hibernate.sql.ast.tree.insert
-
AST nodes representing
insert
statements in a SQL tree. - org.hibernate.sql.ast.tree.predicate - package org.hibernate.sql.ast.tree.predicate
-
AST nodes representing logical predicates in a SQL tree.
- org.hibernate.sql.ast.tree.select - package org.hibernate.sql.ast.tree.select
-
AST nodes representing
select
statements in a SQL tree. - org.hibernate.sql.ast.tree.update - package org.hibernate.sql.ast.tree.update
-
AST nodes representing
update
statements in a SQL tree. - org.hibernate.sql.exec - package org.hibernate.sql.exec
-
Support for execution of SQL statements via JDBC.
- org.hibernate.sql.exec.spi - package org.hibernate.sql.exec.spi
-
SPI for execution of SQL statements via JDBC.
- org.hibernate.sql.model - package org.hibernate.sql.model
-
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
- org.hibernate.sql.model.ast - package org.hibernate.sql.model.ast
-
SQL AST extensions for model mutations.
- org.hibernate.sql.model.ast.builder - package org.hibernate.sql.model.ast.builder
-
Support for building
TableMutation
references for persisting entity mutation events - org.hibernate.sql.model.jdbc - package org.hibernate.sql.model.jdbc
-
Extensions to
JdbcOperation
for model mutations. - org.hibernate.sql.results - package org.hibernate.sql.results
-
Package for processing JDBC
ResultSet
s into hydrated domain model graphs based on a "load plan" defined by a "domain result graph", that is, one or moreDomainResult
nodes with zero or moreFetch
nodes. - org.hibernate.sql.results.caching - package org.hibernate.sql.results.caching
-
Support for caching of query results.
- org.hibernate.sql.results.graph - package org.hibernate.sql.results.graph
-
Defines domain result graphs.
- org.hibernate.sql.results.graph.basic - package org.hibernate.sql.results.graph.basic
- org.hibernate.sql.results.graph.collection - package org.hibernate.sql.results.graph.collection
- org.hibernate.sql.results.graph.embeddable - package org.hibernate.sql.results.graph.embeddable
- org.hibernate.sql.results.graph.entity - package org.hibernate.sql.results.graph.entity
- org.hibernate.sql.results.graph.instantiation - package org.hibernate.sql.results.graph.instantiation
- org.hibernate.sql.results.graph.tuple - package org.hibernate.sql.results.graph.tuple
- org.hibernate.sql.results.jdbc.spi - package org.hibernate.sql.results.jdbc.spi
- org.hibernate.sql.results.spi - package org.hibernate.sql.results.spi
- org.hibernate.stat - package org.hibernate.stat
-
This package exposes statistics about a running instance of
SessionFactory
and its interaction with the database and second-level cache. - org.hibernate.stat.spi - package org.hibernate.stat.spi
-
An SPI allowing customized statistics collection.
- org.hibernate.tool.schema - package org.hibernate.tool.schema
-
Contains tooling related to DDL generation, export, migration, and validation.
- org.hibernate.tool.schema.extract.spi - package org.hibernate.tool.schema.extract.spi
-
Defines an SPI for schema information extraction from the database via JDBC.
- org.hibernate.tool.schema.spi - package org.hibernate.tool.schema.spi
-
An SPI for tooling related to DDL generation, export, migration, and validation.
- org.hibernate.transform - package org.hibernate.transform
-
Defines strategies for post-processing criteria query results into a form convenient to the application.
- org.hibernate.type - package org.hibernate.type
-
A Hibernate
Type
is a strategy for mapping a Java property type to a JDBC type or types. - org.hibernate.type.descriptor - package org.hibernate.type.descriptor
-
Contracts for reading and writing values to and from JDBC.
- org.hibernate.type.descriptor.converter.spi - package org.hibernate.type.descriptor.converter.spi
-
An SPI for basic-typed value conversions, including support for handling JPA
AttributeConverter
instances as part of the HibernateType
system. - org.hibernate.type.descriptor.java - package org.hibernate.type.descriptor.java
-
Integrates a range of types defined by the JDK with the type system of Hibernate.
- org.hibernate.type.descriptor.java.spi - package org.hibernate.type.descriptor.java.spi
-
SPIs related to
JavaType
. - org.hibernate.type.descriptor.jdbc - package org.hibernate.type.descriptor.jdbc
-
Defines handling of almost the full range of standard JDBC-defined SQL data types.
- org.hibernate.type.descriptor.jdbc.spi - package org.hibernate.type.descriptor.jdbc.spi
-
SPIs related to
JdbcType
. - org.hibernate.type.descriptor.sql - package org.hibernate.type.descriptor.sql
-
An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.
- org.hibernate.type.descriptor.sql.spi - package org.hibernate.type.descriptor.sql.spi
-
Defines a registry for
DdlType
s. - org.hibernate.type.format - package org.hibernate.type.format
-
Support for type mappings which format composite values to a structured text format (JSON or XML) for storage in a database-specific column type supporting that structured format.
- org.hibernate.type.format.jackson - package org.hibernate.type.format.jackson
-
Implementations of
FormatMapper
using Jackson. - org.hibernate.type.format.jakartajson - package org.hibernate.type.format.jakartajson
-
An implementation of
FormatMapper
using Jakarta JSON. - org.hibernate.type.format.jaxb - package org.hibernate.type.format.jaxb
-
An implementation of
FormatMapper
using JAXB. - org.hibernate.type.spi - package org.hibernate.type.spi
-
Defines a registry for Hibernate
Type
s. - org.hibernate.usertype - package org.hibernate.usertype
-
An API for user-defined custom types which extend the set of built-in types defined in
org.hibernate.type
. - originalMessage() - Method in exception org.hibernate.PropertyAccessException
- ORM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
- other(char) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
-
Called when a character that is not part of a parameter is recognized.
- OTHER - Enum constant in enum class org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
- OTHER - Enum constant in enum class org.hibernate.dialect.PostgreSQLDriverKind
- OTHER - Enum constant in enum class org.hibernate.dialect.SybaseDriverKind
- OTHER - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
A constraint violation whose kind was unknown or unrecognized.
- OTHER - Enum constant in enum class org.hibernate.mapping.MetadataSource
- OTHER - Enum constant in enum class org.hibernate.query.sqm.CastType
- OTHER - Enum constant in enum class org.hibernate.query.sqm.SqmQuerySource
-
The SQM tree came from somewhere else.
- OTHER - Enum constant in enum class org.hibernate.query.sqm.tree.from.DowncastLocation
- OTHER - Static variable in class org.hibernate.type.SqlTypes
-
A type code indicating that the SQL type is SQL dialect-specific and is mapped to a Java object that can be accessed via the methods
ResultSet.getObject(int)
andPreparedStatement.setObject(int, java.lang.Object, int)
. - otherwise(Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- otherwise(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
- otherwise(SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- otherwise(SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- otherwise(R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- otherwise(T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
- OutParameter() - Constructor for class org.hibernate.jdbc.Expectation.OutParameter
- Output - Interface in org.hibernate.result
-
Common contract for individual return objects which can be either results (
ResultSetOutput
) or update counts (UpdateCountOutput
). - OutputableType<J> - Interface in org.hibernate.type
-
Specialization of
DomainType
for types that can be used as a parameter output for aProcedureCall
. - Outputs - Interface in org.hibernate.result
-
Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity of how this is exposed in the JDBC API.
- Over<T> - Class in org.hibernate.sql.ast.tree.expression
- Over(Expression, List<Expression>, List<SortSpecification>) - Constructor for class org.hibernate.sql.ast.tree.expression.Over
- Over(Expression, List<Expression>, List<SortSpecification>, FrameMode, FrameKind, Expression, FrameKind, Expression, FrameExclusion) - Constructor for class org.hibernate.sql.ast.tree.expression.Over
- OVER - Enum constant in enum class org.hibernate.sql.ast.Clause
- Overflow - Class in org.hibernate.sql.ast.tree.expression
- Overflow(Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.expression.Overflow
- overlay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
ANSI SQL form, supported by Postgres, HSQL
- overlay(Expression<String>, Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, Expression<String>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, Expression<String>, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, Expression<String>, int, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, Expression<String>, int, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, Expression<String>, Expression<Integer>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, Expression<String>, Expression<Integer>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Overlay the
string
expression with thereplacement
expression, starting from indexstart
and substituting a number of characters corresponding to the length of thereplacement
expression or thelength
parameter if specified. - overlay(Expression<String>, Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, String, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, String, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, String, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, String, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, String, int, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, String, int, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, String, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, String, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, String, Expression<Integer>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, String, Expression<Integer>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(Expression<String>, String, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- overlay(Expression<String>, String, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- overlay(CacheRegionDefinition) - Method in class org.hibernate.boot.model.source.spi.Caching
- overlay(Caching) - Method in class org.hibernate.boot.model.source.spi.Caching
- overlay(LockOptions) - Method in class org.hibernate.LockOptions
-
Deprecated.Copy the given lock options into this instance, merging the alias-specific lock modes.
- overlay(SqmFunctionRegistry) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Overlay the functions registered here on top of the incoming registry, potentially overriding its registrations
- overlayLength_overlay(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For DB2 which has a broken implementation of overlay()
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
- override() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
- override() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
- overrideable() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
Can this converter be overridden by other competing converters?
- overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
- OverrideTuple(JaxbEntityMappingsImpl, XmlDocumentContext, M) - Constructor for class org.hibernate.boot.models.xml.spi.XmlProcessingResult.OverrideTuple
- OVERWRITE - Enum constant in enum class org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
- OVERWRITE - Enum constant in enum class org.hibernate.ReplicationMode
-
Deprecated.Overwrite existing rows when a row already exists.
- overwriteLoadedStateCollectionValue(String, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.EntityEntry
- owned() - Element in annotation interface org.hibernate.annotations.SecondaryRow
-
If enabled, Hibernate will never insert or update the columns of the secondary table.
- OwnedValuedModelPart - Interface in org.hibernate.metamodel.mapping
-
Marker interface for valued model parts that have a declaring/owner type.
- ownerKey() - Method in record class org.hibernate.engine.spi.AssociationKey
-
Returns the value of the
ownerKey
record component.
P
- PACKAGE - Enum constant in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
- PackageDescriptor - Interface in org.hibernate.boot.archive.scan.spi
-
Descriptor for a package (as indicated by a package-info.class file).
- packageForNameOrNull(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
Loading a Package from the ClassLoader.
- pad() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- pad(CriteriaBuilder.Trimspec, Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(CriteriaBuilder.Trimspec, Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(CriteriaBuilder.Trimspec, Expression<String>, int, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(CriteriaBuilder.Trimspec, Expression<String>, int, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(CriteriaBuilder.Trimspec, Expression<String>, int, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(CriteriaBuilder.Trimspec, Expression<String>, int, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Pad the specified string expression with whitespace or with the
padChar
character if specified. - pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(Expression<String>, int, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(Expression<String>, int, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(Expression<String>, int, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(Expression<String>, int, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(Expression<String>, Expression<Integer>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(Expression<String>, Expression<Integer>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad(Expression<String>, Expression<Integer>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- pad(Expression<String>, Expression<Integer>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pad_fill() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP DB
- pad_repeat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- pad_replicate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Transact-SQL
- pad_space() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
In MySQL the third argument is required
- page(int, int) - Static method in class org.hibernate.query.Page
-
Obtain a page, numbered from
0
, with the given size. - Page - Class in org.hibernate.query
-
Identifies a page of query results by page size and page number.
- PARAM - Enum constant in enum class org.hibernate.annotations.ResultCheckStyle
-
Deprecated.Essentially identical to
ResultCheckStyle.COUNT
except that the row count is obtained via an output parameter of a stored procedure. - PARAM - Enum constant in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.Essentially the same as
ExecuteUpdateResultCheckStyle.COUNT
except that the row count actually comes from an output parameter registered as part of aCallableStatement
. - PARAM - Static variable in class org.hibernate.jdbc.Expectations
-
Deprecated.
- PARAM_DEF - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- PARAM_MARKER - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- ParamDef - Annotation Interface in org.hibernate.annotations
-
Details about a parameter declared in a
FilterDef
. - parameter() - Method in record class org.hibernate.query.sql.spi.ParameterOccurrence
-
Returns the value of the
parameter
record component. - parameter(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- parameter(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- parameter(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- parameter(Class<T>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- parameter(Class<T>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- parameter(Class<T>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- Parameter - Annotation Interface in org.hibernate.annotations
-
Generic parameter (a key/value pair) used to parametrize other annotations.
- PARAMETER - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- PARAMETER_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
Deprecated.
- parameterBinders - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- ParameterCollector - Class in org.hibernate.query.sqm.tree.jpa
- ParameterDeclarationContext - Interface in org.hibernate.query.sqm.spi
-
Describes the context in which a parameter is declared.
- parameterIndex() - Method in class org.hibernate.jdbc.Expectation.OutParameter
- ParameterInterpretation - Interface in org.hibernate.query.sql.spi
- ParameterizedType - Interface in org.hibernate.usertype
-
Support for parameterizable types.
- ParameterLabelException - Exception in org.hibernate.query
-
Indicates a problem with the labelling of query parameters.
- ParameterLabelException(String) - Constructor for exception org.hibernate.query.ParameterLabelException
- ParameterMarkerStrategy - Interface in org.hibernate.sql.ast.spi
-
Strategy for generating parameter markers used in preparable SQL strings.
- ParameterMetadata - Interface in org.hibernate.query
-
Information about the parameters of a query.
- ParameterMetadataImplementor - Interface in org.hibernate.query.spi
- ParameterMisuseException - Exception in org.hibernate.procedure
-
Thrown to indicate a misuse of a parameter
- ParameterMisuseException(String) - Constructor for exception org.hibernate.procedure.ParameterMisuseException
- parameterName() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonParameterIndexAccess
-
Returns the value of the
parameterName
record component. - ParameterOccurrence - Record Class in org.hibernate.query.sql.spi
- ParameterOccurrence(QueryParameterImplementor<?>, int) - Constructor for record class org.hibernate.query.sql.spi.ParameterOccurrence
-
Creates an instance of a
ParameterOccurrence
record class. - ParameterRecognitionException - Exception in org.hibernate.engine.query
-
Indicates a problem during parameter recognition via
ParameterRecognizer
- ParameterRecognitionException(String) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
- ParameterRecognitionException(String, Throwable) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
- ParameterRecognizer - Interface in org.hibernate.query.sql.spi
-
Defines the "callback" process of recognizing native query parameters.
- parameters() - Element in annotation interface org.hibernate.annotations.CollectionIdType
-
Parameters to be injected into the custom type after it is instantiated.
- parameters() - Element in annotation interface org.hibernate.annotations.CollectionType
-
Specifies configuration information for the type.
- parameters() - Element in annotation interface org.hibernate.annotations.CollectionTypeRegistration
-
Specifies configuration information for the type.
- parameters() - Element in annotation interface org.hibernate.annotations.FilterDef
-
The names and types of the parameters of the filter.
- parameters() - Element in annotation interface org.hibernate.annotations.GenericGenerator
-
Deprecated.Parameters to be passed to
IdentifierGenerator.configure(org.hibernate.type.Type, java.util.Properties, org.hibernate.service.ServiceRegistry)
when the identifier generator is instantiated. - parameters() - Element in annotation interface org.hibernate.annotations.MapKeyType
-
Parameters for the custom type
- parameters() - Element in annotation interface org.hibernate.annotations.Type
-
Parameters to be injected into the custom type after it is instantiated.
- ParameterStrategy - Enum Class in org.hibernate.procedure.spi
-
The style/strategy of parameter registration used in a particular procedure call definition.
- ParameterStrategyException - Exception in org.hibernate.procedure
- ParameterStrategyException(String) - Constructor for exception org.hibernate.procedure.ParameterStrategyException
- ParameterTypeException - Exception in org.hibernate.procedure
-
Indicates Hibernate is unable to determine the type details for a parameter.
- ParameterTypeException(String) - Constructor for exception org.hibernate.procedure.ParameterTypeException
- ParameterUsage - Enum Class in org.hibernate.engine.jdbc.mutation
-
Describes how a parameter is used in a mutation statement
- parent - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- Parent - Annotation Interface in org.hibernate.annotations
-
Reference the property as a pointer back to the owner (generally the owning entity).
- PARENT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- parse(CharSequence, SessionFactory) - Static method in class org.hibernate.graph.GraphParser
-
Creates a root graph based on the passed
graphText
. - parse(Class<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
-
Creates a root graph based on the passed `rootType` and parses `graphText` into the generated root graph
- parse(Class<T>, CharSequence, SessionFactory) - Static method in class org.hibernate.graph.GraphParser
-
Creates a root graph based on the passed
rootEntityClass
and parsesgraphText
into the generated root graph. - parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
- parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
- parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
- parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
- parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
- parse(String) - Static method in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Parse an external representation.
- parse(String) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
-
Parses a textual representation of a qualified name into a NameParts representation.
- parse(String) - Static method in class org.hibernate.boot.model.source.spi.AttributePath
- parse(String) - Static method in enum class org.hibernate.ConnectionReleaseMode
-
Alias for
ConnectionReleaseMode.valueOf(String)
using uppercase version of the incoming name. - parse(String) - Static method in class org.hibernate.metamodel.mapping.SelectablePath
- parse(String) - Static method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Interprets a string representation of a NullPrecedence, returning
null
by default. - parse(String, CharSequence, SessionFactory) - Static method in class org.hibernate.graph.GraphParser
-
Creates a root graph based on the passed
rootEntityName
and parsesgraphText
into the generated root graph. - parse(String, Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
-
Parses a textual representation of a qualified name into a NameParts representation.
- parse(String, NullPrecedence) - Static method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
- parse(List<URL>) - Method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
-
Generic method to parse specified
persistence.xml
files and return a Map of descriptors for all discovered persistence-units keyed by the PU name. - parse(List<URL>, PersistenceUnitTransactionType) - Method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
-
Generic method to parse specified
persistence.xml
files and return a Map of descriptors for all discovered persistence-units keyed by the PU name. - PARSED - Enum constant in enum class org.hibernate.boot.model.NamedEntityGraphDefinition.Source
- parseEntityGraph(CharSequence) - Method in interface org.hibernate.SessionFactory
-
Creates a RootGraph based on the passed string representation.
- parseEntityGraph(Class<T>, CharSequence) - Method in interface org.hibernate.SessionFactory
-
Creates a RootGraph for the given
rootEntityClass
and parses the graph text into it. - parseEntityGraph(String, CharSequence) - Method in interface org.hibernate.SessionFactory
-
Creates a RootGraph for the given
rootEntityName
and parses the graph text into it. - parseFilterParameterName(String) - Static method in class org.hibernate.engine.spi.LoadQueryInfluencers
- parseInto(EntityGraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
-
Parses the textual graph representation into the specified graph.
- parseInto(EntityGraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
-
Parses the textual graph representation into the specified graph.
- parseInto(Subgraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
-
Parses the textual graph representation into the specified graph.
- parseInto(Subgraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
-
Parses the textual graph representation into the specified graph.
- parseInto(Graph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
-
Parses the textual graph representation into the specified graph.
- parseInto(Graph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
-
Parses the textual graph representation into the specified graph.
- parseJsonPathElements(String) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- parseLiteralValue(String) - Method in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
- ParseTreeVisitor - Class in org.hibernate.metamodel.mapping.ordering.ast
- ParseTreeVisitor(PluralAttributeMapping, TranslationContext) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- parseVersion(String) - Static method in class org.hibernate.dialect.CockroachDialect
- ParsingException - Exception in org.hibernate.query.sqm
-
Occurs when an unexpected condition is encountered while interpreting the output of the HQL parser.
- ParsingException(String) - Constructor for exception org.hibernate.query.sqm.ParsingException
- PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdMapping
- PARTIAL - Enum constant in enum class org.hibernate.engine.spi.ValueInclusion
- partialFlushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
- partialFlushStart() - Method in interface org.hibernate.SessionEventListener
- PARTITION - Enum constant in enum class org.hibernate.sql.ast.Clause
- PARTITION_KEY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- partitionBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Add partition by expressions to the window.
- partitionBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- PartitionKey - Annotation Interface in org.hibernate.annotations
-
Identifies a field of an entity that holds the partition key of a table.
- PASS - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.The JPA-standard setting
JdbcSettings.JAKARTA_JDBC_PASSWORD
is now preferred. - passing(String, Expression<?>) - Method in interface org.hibernate.query.criteria.JpaJsonExistsExpression
-
Passes the given
Expression
as value for the parameter with the given name in the JSON path. - passing(String, Expression<?>) - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
-
Passes the given
Expression
as value for the parameter with the given name in the JSON path. - passing(String, Expression<?>) - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
-
Passes the given
Expression
as value for the parameter with the given name in the JSON path. - passing(String, Expression<?>) - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
-
Passes the given
Expression
as value for the parameter with the given name in the JSON path. - passing(String, Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- passing(String, Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- passing(String, Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- passing(String, Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- passingClause() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Returns the value of the
passingClause
record component. - passingClause() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
passingClause
record component. - passingClause() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns the value of the
passingClause
record component. - passingClause() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
passingClause
record component. - PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
- path(Root<? extends X>) - Method in interface org.hibernate.query.restriction.Path
- Path<X,
U> - Interface in org.hibernate.query.restriction -
Allows construction of a
Restriction
on a compound path. - PathConsumer - Class in org.hibernate.metamodel.mapping.ordering.ast
-
Represents the translation of an individual part of a path in `@OrderBy` translation Similar in purpose to
DotIdentifierConsumer
, but for `@OrderBy` translation - PathConsumer(PluralAttributeMapping, TranslationContext) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
- PathElementException - Exception in org.hibernate.query.sqm
-
Indicates that an element of a path did not resolve to a mapped program element.
- PathElementException(String) - Constructor for exception org.hibernate.query.sqm.PathElementException
- PathException - Exception in org.hibernate.query
-
Indicates a problem with a path expression in HQL/JPQL.
- PathException(String) - Constructor for exception org.hibernate.query.PathException
- PathException(String, Exception) - Constructor for exception org.hibernate.query.PathException
- PathException(String, String, Exception) - Constructor for exception org.hibernate.query.PathException
- PathResolutionException - Exception in org.hibernate.metamodel.mapping.ordering.ast
-
Indicates a problem resolving a domain-path occurring in an order-by fragment
- PathResolutionException(String) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
- PathResolutionException(String, Throwable) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
- pathsMatch(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
- PathSource<J> - Interface in org.hibernate.metamodel.model.domain
-
Any element of the domain model which can be used to create an element of a path expression in a query.
- pattern(String) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which match the given pattern, with case-sensitivity.
- pattern(String, boolean) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which match the given pattern, with case-sensitivity specified explicitly.
- pattern(String, boolean, char, char) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which match the given pattern, with case-sensitivity specified explicitly.
- Pattern - Annotation Interface in org.hibernate.annotations.processing
-
Indicates that a parameter of type
String
of a finder method is a pattern involving wildcard characters_
and%
. - patternAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a pattern-based aggregate function descriptor.
- PatternBasedSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
-
Support for HQL functions that have different representations in different SQL dialects, where the difference can be handled via a pattern template.
- PatternBasedSqmFunctionDescriptor(PatternRenderer, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver, String, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
-
Constructs a pattern-based function template
- patternDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Get a builder for creating and registering a pattern-based function descriptor.
- PatternFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
- PatternFunctionDescriptorBuilder(SqmFunctionRegistry, String, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- PERCENT_ONLY - Enum constant in enum class org.hibernate.query.common.FetchClauseType
-
Row count in percent
FETCH FIRST n PERCENT ROWS ONLY
. - PERCENT_WITH_TIES - Enum constant in enum class org.hibernate.query.common.FetchClauseType
-
Also fetches ties if the last value is not unique
FETCH FIRST n PERCENT ROWS WITH TIES
. - percentileCont(Expression<? extends Number>, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentileCont(Expression<? extends Number>, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileCont(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentileCont(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileCont(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
percentile_cont
ordered set-aggregate function expression. - percentileCont(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileCont(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentileCont(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileDisc(Expression<? extends Number>, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentileDisc(Expression<? extends Number>, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileDisc(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentileDisc(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileDisc(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
percentile_disc
ordered set-aggregate function expression. - percentileDisc(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentileDisc(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentileDisc(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentRank(JpaOrder, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentRank(JpaOrder, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentRank(JpaOrder, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentRank(JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentRank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
percent_rank
ordered set-aggregate function expression. - percentRank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentRank(JpaOrder, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- percentRank(JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- percentRank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
percent_rank
window function expression. - percentRank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- perform(ServiceRegistry) - Method in interface org.hibernate.tool.schema.spi.DelayedDropAction
-
Perform the delayed schema drop.
- performCallback(Object) - Method in interface org.hibernate.jpa.event.spi.Callback
-
Contract for performing the callback
- performInsertReturning(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
- performInsertReturning(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
- performInsertReturning(String, SharedSessionContractImplementor, Binder) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
Deprecated.Execute the given
insert
statement and return the generated key value. - performList(DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.SelectQueryPlan
-
Perform (execute) the query returning a List
- performMutation(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Perform the
mutation
and extract the database-generated values. - performMutation(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
- performMutation(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
- performMutation(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
- performMutation(JdbcValueBindings, ValuesAnalysis, SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- performMutation(JdbcValueBindings, ValuesAnalysis, SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- performMutation(JdbcValueBindings, ValuesAnalysis, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.model.SelfExecutingUpdateOperation
- performOnLazyProperty() - Method in interface org.hibernate.engine.spi.CascadingAction
-
Should this action be performed (or noCascade consulted) in the case of lazy properties.
- performOnLazyProperty() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
- performQueuedOperations() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
After reading all existing elements from the database, add the queued elements to the underlying collection.
- performScroll(ScrollMode, DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.SelectQueryPlan
-
Perform (execute) the query returning a ScrollableResults
- performUpdate(Object, Object, Object, Object[], Object, Object[], boolean, SharedSessionContractImplementor, EntityVersionMapping, int[], boolean[], boolean) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- performWork(BytecodeLazyAttributeInterceptor, BiFunction<SharedSessionContractImplementor, Boolean, T>, String, String) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
- permissiveInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- persist(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- persist(Object) - Method in interface org.hibernate.Session
-
Make a transient instance persistent and mark it for later insertion in the database.
- persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- persist(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- persist(String, Object) - Method in interface org.hibernate.Session
-
Make a transient instance persistent and mark it for later insertion in the database.
- persist(String, Object, PersistContext) - Method in interface org.hibernate.event.spi.EventSource
-
Cascade persist an entity instance
- PERSIST - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Equivalent to
CascadeType.PERSIST
. - PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
create
- PERSIST - Static variable in class org.hibernate.engine.spi.CascadingActions
- PERSIST - Static variable in class org.hibernate.event.spi.EventType
- PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
-
Execute persist during flush time
- PERSIST_ONFLUSH - Static variable in class org.hibernate.event.spi.EventType
- PersistContext - Interface in org.hibernate.event.spi
-
A
PersistEvent
represents a persist operation applied to a single entity. - PERSISTENCE_CONTEXT - Enum constant in enum class org.hibernate.annotations.FlushModeType
-
Deprecated.Current flush mode of the persistence context at the time the query is executed.
- PERSISTENCE_INFO_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- PERSISTENCE_UNIT_NAME - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Specifies the name of the persistence unit.
- PersistenceConfigurationDescriptor - Class in org.hibernate.jpa.boot.spi
-
PersistenceUnitDescriptor wrapper around PersistenceConfiguration
- PersistenceConfigurationDescriptor(PersistenceConfiguration) - Constructor for class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- PersistenceContext - Interface in org.hibernate.engine.spi
-
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies
- PersistenceSettings - Interface in org.hibernate.cfg
-
Settings related to persistence-units
- PersistenceUnitDescriptor - Interface in org.hibernate.jpa.boot.spi
-
Abstraction for dealing with
<persistence-unit/>
information specified in thepersistence.xml
file, which might be: passed by the Jakarta EE container as an instance ofPersistenceUnitInfo
, or, in an SE environment, parsed by Hibernate itself. - PersistenceUnitMetadata - Interface in org.hibernate.boot.models.xml.spi
-
Aggregator of information from
entity-mappings/persistence-unit-metadata
andentity-mappings/persistence-unit-metadata/persistence-unit-defaults
across all mapping XML files in the persistence-unit. - PersistenceXmlParser - Class in org.hibernate.jpa.boot.spi
-
Used by Hibernate to parse
persistence.xml
files in SE environments. - PERSISTENT - Enum constant in enum class org.hibernate.dialect.temptable.TemporaryTableKind
-
Modeled as a regular table with a special
TemporaryTableSessionUidColumn
, which is explicitly deleted from at the end of a transaction. - PERSISTENT_FIELD_READER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Prefix for persistent-field reader methods.
- PERSISTENT_FIELD_WRITER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Prefix for persistent-field writer methods.
- PersistentArrayHolder<E> - Class in org.hibernate.collection.spi
-
A dummy collection wrapper for an array.
- PersistentArrayHolder(SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.collection.spi.PersistentArrayHolder
-
Constructs a PersistentCollection instance for holding an array.
- PersistentArrayHolder(SharedSessionContractImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.spi.PersistentArrayHolder
-
Constructs a PersistentCollection instance for holding an array.
- PersistentAttribute<D,
J> - Interface in org.hibernate.metamodel.model.domain -
Hibernate extension to the JPA
Attribute
contract - PersistentAttributeInterceptable - Interface in org.hibernate.engine.spi
- PersistentAttributeInterceptor - Interface in org.hibernate.engine.spi
-
The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access
- PersistentBag<E> - Class in org.hibernate.collection.spi
-
An unordered, un-keyed collection that can contain the same element multiple times.
- PersistentBag() - Constructor for class org.hibernate.collection.spi.PersistentBag
-
Constructs a PersistentBag.
- PersistentBag(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentBag
-
Constructs a PersistentBag
- PersistentBag(SharedSessionContractImplementor, Collection<E>) - Constructor for class org.hibernate.collection.spi.PersistentBag
-
Constructs a PersistentBag
- persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
- PersistentClass - Class in org.hibernate.mapping
-
A mapping model object that represents an entity class.
- PersistentClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PersistentClass
- PersistentClassVisitor - Interface in org.hibernate.mapping
- PersistentCollection<E> - Interface in org.hibernate.collection.spi
-
Persistent collections are treated as value objects by Hibernate.
- PersistentIdentifierBag<E> - Class in org.hibernate.collection.spi
-
An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.
- PersistentIdentifierBag() - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
-
Constructs a PersistentIdentifierBag.
- PersistentIdentifierBag(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
-
Constructs a PersistentIdentifierBag.
- PersistentIdentifierBag(SharedSessionContractImplementor, Collection<E>) - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
-
Constructs a PersistentIdentifierBag.
- PersistentIdentifierGenerator - Interface in org.hibernate.id
-
An
IdentifierGenerator
that requires creation of database objects. - PersistentList<E> - Class in org.hibernate.collection.spi
-
A persistent wrapper for a
List
. - PersistentList() - Constructor for class org.hibernate.collection.spi.PersistentList
-
Constructs a PersistentList.
- PersistentList(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentList
-
Constructs a PersistentList.
- PersistentList(SharedSessionContractImplementor, List<E>) - Constructor for class org.hibernate.collection.spi.PersistentList
-
Constructs a PersistentList.
- PersistentList.SimpleAdd - Class in org.hibernate.collection.spi
- PersistentMap<K,
E> - Class in org.hibernate.collection.spi -
A persistent wrapper for a
Map
. - PersistentMap() - Constructor for class org.hibernate.collection.spi.PersistentMap
-
Empty constructor.
- PersistentMap(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentMap
-
Instantiates a lazy map (the underlying map is un-initialized).
- PersistentMap(SharedSessionContractImplementor, Map<K, E>) - Constructor for class org.hibernate.collection.spi.PersistentMap
-
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
- PersistentObjectException - Exception in org.hibernate
-
Thrown when the user passes a persistent instance to a
Session
method that expects a transient instance. - PersistentObjectException(String) - Constructor for exception org.hibernate.PersistentObjectException
-
Constructs a
PersistentObjectException
using the given message. - PersistentSet<E> - Class in org.hibernate.collection.spi
-
A persistent wrapper for a
Set
. - PersistentSet() - Constructor for class org.hibernate.collection.spi.PersistentSet
-
Empty constructor.
- PersistentSet(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentSet
-
Constructor matching super.
- PersistentSet(SharedSessionContractImplementor, Set<E>) - Constructor for class org.hibernate.collection.spi.PersistentSet
-
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).
- PersistentSortedMap<K,
E> - Class in org.hibernate.collection.spi -
A persistent wrapper for a
SortedMap
. - PersistentSortedMap() - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
-
Constructs a PersistentSortedMap.
- PersistentSortedMap(SharedSessionContractImplementor, Comparator<K>) - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
-
Constructs a PersistentSortedMap.
- PersistentSortedMap(SharedSessionContractImplementor, SortedMap<K, E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
-
Constructs a PersistentSortedMap.
- PersistentSortedSet<E> - Class in org.hibernate.collection.spi
-
A persistent wrapper for a
SortedSet
. - PersistentSortedSet() - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
-
Constructs a PersistentSortedSet.
- PersistentSortedSet(SharedSessionContractImplementor, Comparator<E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
-
Constructs a PersistentSortedSet
- PersistentSortedSet(SharedSessionContractImplementor, SortedSet<E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
-
Constructs a PersistentSortedSet
- persister - Variable in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- PersisterClassResolver - Interface in org.hibernate.persister.spi
-
Given an entity or collection mapping, resolve the appropriate persister class to use.
- PersisterFactory - Interface in org.hibernate.persister.spi
-
Contract for creating persister instances (both
EntityPersister
andCollectionPersister
varieties). - PersistEvent - Class in org.hibernate.event.spi
-
Event class for
Session.persist(java.lang.Object)
. - PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
- PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
- PersistEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of create events generated from a session.
- persistOnFlush(String, Object, PersistContext) - Method in interface org.hibernate.event.spi.EventSource
-
Cascade persist an entity instance during the flush process
- PESSIMISTIC_FORCE_INCREMENT - Enum constant in enum class org.hibernate.LockMode
-
A pessimistic write lock which immediately increments the version of the locked object.
- PESSIMISTIC_READ - Enum constant in enum class org.hibernate.LockMode
-
A pessimistic shared lock, which prevents concurrent transactions from writing the locked object.
- PESSIMISTIC_WRITE - Enum constant in enum class org.hibernate.LockMode
-
A pessimistic upgrade lock, which prevents concurrent transactions from reading or writing the locked object.
- PessimisticEntityLockException - Exception in org.hibernate.dialect.lock
-
Represents an error trying to apply a pessimistic
LockingStrategy
to an entity - PessimisticEntityLockException(Object, String, JDBCException) - Constructor for exception org.hibernate.dialect.lock.PessimisticEntityLockException
-
Constructs a PessimisticEntityLockException
- PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where a lock is obtained by incrementing the version immediately, obtaining an exclusive write lock by side effect.
- PessimisticForceIncrementLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
-
Construct locking strategy.
- PessimisticLockException - Exception in org.hibernate
-
Thrown when a pessimistic locking conflict occurs.
- PessimisticLockException(String, SQLException) - Constructor for exception org.hibernate.PessimisticLockException
-
Constructs a
PessimisticLockException
using the specified information. - PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
-
Constructs a
PessimisticLockException
using the specified information. - PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where
LockMode.PESSIMISTIC_READ
is obtained via a select statement. - PessimisticReadSelectLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where a lock is obtained via an update statement.
- PessimisticReadUpdateLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
-
Construct a locking strategy based on SQL UPDATE statements.
- PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where
LockMode.PESSIMISTIC_WRITE
lock is obtained via a select statement. - PessimisticWriteSelectLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
-
A pessimistic locking strategy where a lock is obtained via an update statement.
- PessimisticWriteUpdateLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
-
Construct a locking strategy based on SQL UPDATE statements.
- PG_JDBC - Enum constant in enum class org.hibernate.dialect.PostgreSQLDriverKind
- PgJdbcHelper - Class in org.hibernate.dialect.type
-
The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.
- PgJdbcHelper() - Constructor for class org.hibernate.dialect.type.PgJdbcHelper
- PHYSICAL_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies the
PhysicalNamingStrategy
to use. - PhysicalConnectionHandlingMode - Enum Class in org.hibernate.resource.jdbc.spi
-
Enumerates valid combinations of
ConnectionAcquisitionMode
andConnectionReleaseMode
. - PhysicalJdbcTransaction - Interface in org.hibernate.resource.jdbc.spi
-
Provides access to manage "transactionality" via the JDBC
Connection
. - PhysicalNamingStrategy - Interface in org.hibernate.boot.model.naming
-
A set of rules for determining the physical names of objects in a relational database schema from the logical names specified by the object/relational mappings.
- PhysicalNamingStrategySnakeCaseImpl - Class in org.hibernate.boot.model.naming
-
Converts
camelCase
orMixedCase
logical names tosnake_case
. - PhysicalNamingStrategySnakeCaseImpl() - Constructor for class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- PhysicalNamingStrategyStandardImpl - Class in org.hibernate.boot.model.naming
-
Standard implementation of the
PhysicalNamingStrategy
contract. - PhysicalNamingStrategyStandardImpl() - Constructor for class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- physicalSequenceName - Variable in class org.hibernate.id.enhanced.SequenceStructure
- physicalSizeInBytes(int, Size, Metadata) - Static method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
- physicalTableMappingForMutation(EntityPersister, SelectableMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- physicalTableNameForMutation(SelectableMapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Unfortunately we cannot directly use `SelectableMapping#getContainingTableExpression()` as that blows up for attributes declared on super-type for union-subclass mappings
- physicalTableNameForMutation(SelectableMapping) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- physicalTableNameForMutation(SelectableMapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- pi() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- pi() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Literal expression corresponding to the value of pi.
- pi() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- pi_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- PICK - Enum constant in enum class org.hibernate.type.WrapperArrayHandling
-
Hibernate will pick between WrapperArrayHandling.ALLOW and WrapperArrayHandling.LEGACY depending on whether the Dialect supports SQL
ARRAY
types. - PK - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the primary key column name of the generated id
- PluralAttributeElementNature - Enum Class in org.hibernate.boot.model.source.spi
-
Describes the nature of plural attribute elements in terms of relational implications.
- PluralAttributeElementSource - Interface in org.hibernate.boot.model.source.spi
- PluralAttributeElementSourceAssociation - Interface in org.hibernate.boot.model.source.spi
- PluralAttributeElementSourceBasic - Interface in org.hibernate.boot.model.source.spi
-
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic types
- PluralAttributeElementSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
-
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.
- PluralAttributeElementSourceManyToAny - Interface in org.hibernate.boot.model.source.spi
-
Describes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mapping
- PluralAttributeElementSourceManyToMany - Interface in org.hibernate.boot.model.source.spi
-
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many association
- PluralAttributeElementSourceOneToMany - Interface in org.hibernate.boot.model.source.spi
-
Describes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many association
- PluralAttributeIndexNature - Enum Class in org.hibernate.boot.model.source.spi
-
Describes the nature of plural attribute indexes in terms of relational implications.
- PluralAttributeIndexSource - Interface in org.hibernate.boot.model.source.spi
-
Highly abstract concept of the index of an "indexed persistent collection".
- PluralAttributeKeySource - Interface in org.hibernate.boot.model.source.spi
-
Describes the source mapping of plural-attribute (collection) foreign-key information.
- PluralAttributeMapKeyManyToAnySource - Interface in org.hibernate.boot.model.source.spi
- PluralAttributeMapKeyManyToManySource - Interface in org.hibernate.boot.model.source.spi
-
Additional source information for
<map-key-many-to-many/>
and<index-many-to-many/>
. - PluralAttributeMapKeySource - Interface in org.hibernate.boot.model.source.spi
-
Describes source information about the key of a persistent map.
- PluralAttributeMapKeySource.Nature - Enum Class in org.hibernate.boot.model.source.spi
- PluralAttributeMapKeySourceBasic - Interface in org.hibernate.boot.model.source.spi
- PluralAttributeMapKeySourceEmbedded - Interface in org.hibernate.boot.model.source.spi
- PluralAttributeMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping of a plural (collection-valued) attribute
- PluralAttributeMapping.IndexMetadata - Interface in org.hibernate.metamodel.mapping
- PluralAttributeMapping.PredicateConsumer - Interface in org.hibernate.metamodel.mapping
- PluralAttributeNature - Enum Class in org.hibernate.boot.model.source.spi
-
Describes the nature of the collection itself as declared by the metadata.
- PluralAttributePath - Class in org.hibernate.metamodel.mapping.ordering.ast
-
Represents the collection as a DomainPath
- PluralAttributeSequentialIndexSource - Interface in org.hibernate.boot.model.source.spi
-
Defines the index of a persistent list/array
- PluralAttributeSource - Interface in org.hibernate.boot.model.source.spi
- PluralAttributeSourceArray - Interface in org.hibernate.boot.model.source.spi
- PluralPersistentAttribute<D,
C, E> - Interface in org.hibernate.metamodel.model.domain -
Extension of the JPA-defined
PluralAttribute
interface. - PluralTableGroup - Interface in org.hibernate.sql.ast.tree.from
- POINT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
POINT
. - POJO - Enum constant in enum class org.hibernate.metamodel.RepresentationMode
- POOL_SIZE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the maximum number of inactive connections for any connection pool which respects this setting, including every built-in implementation except for
DatasourceConnectionProviderImpl
. - POOLED - Enum constant in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Describes the optimizer for use with tables/sequences that store the chunk information.
- POOLED_LO - Enum constant in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Describes the optimizer for use with tables/sequences that store the chunk information.
- POOLED_LOTL - Enum constant in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Describes the optimizer for use with tables/sequences that store the chunk information.
- PooledLoOptimizer - Class in org.hibernate.id.enhanced
-
Variation of
PooledOptimizer
which interprets the incoming database value as the lo value, rather than the hi value. - PooledLoOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.PooledLoOptimizer
-
Constructs a
PooledLoOptimizer
. - PooledLoThreadLocalOptimizer - Class in org.hibernate.id.enhanced
-
Variation of
PooledOptimizer
which interprets the incoming database value as the lo value, rather than the hi value, as well as using thread local to cache the generation state. - PooledLoThreadLocalOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
-
Constructs a
PooledLoThreadLocalOptimizer
. - PooledOptimizer - Class in org.hibernate.id.enhanced
-
Optimizer which uses a pool of values, storing the next low value of the range in the database.
- PooledOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.PooledOptimizer
-
Constructs a
PooledOptimizer
- popProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- populate() - Method in interface org.hibernate.relational.SchemaManager
-
Populate the database by executing
/import.sql
and any other configured load script. - POPULATE - Enum constant in enum class org.hibernate.tool.schema.Action
-
Populate an existing schema by executing
/import.sql
and other scripts specified via "jakarta.persistence.sql-load-script-source". - populateTupleType(int, String[], SqmExpressible<?>[]) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- PORTABLE_INTEGER_DIVISION - Static variable in interface org.hibernate.cfg.QuerySettings
-
Specifies that division of two integers should produce an integer on all databases.
- position() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
ANSI-style
- position(byte[], long) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- position(int) - Method in interface org.hibernate.ScrollableResults
-
Moves the result cursor to the specified position.
- position(int, RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
Moves the "cursor position" to the specified position
- position(String, long) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- position(Blob, long) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- position(Clob, long) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- POSITION - Enum constant in enum class org.hibernate.dialect.SelectItemReferenceStrategy
-
Refer to the item via its position.
- POSITIONAL - Enum constant in enum class org.hibernate.procedure.spi.ParameterStrategy
-
The parameters are positional
- positionColumnName - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
- POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
- POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
- POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
- POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
- POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
- POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
- POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
- POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
- POST_LOAD - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- POST_LOAD - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
- POST_PERSIST - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- POST_PERSIST - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- POST_REMOVE - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- POST_REMOVE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- POST_UPDATE - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- POST_UPDATE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- POST_UPDATE - Static variable in class org.hibernate.event.spi.EventType
- POST_UPSERT - Static variable in class org.hibernate.event.spi.EventType
- postAction() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- postAction() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
- PostCollectionRecreateEvent - Class in org.hibernate.event.spi
-
An event that occurs after a collection is recreated
- PostCollectionRecreateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionRecreateEvent
- PostCollectionRecreateEventListener - Interface in org.hibernate.event.spi
-
Called after recreating a collection
- PostCollectionRemoveEvent - Class in org.hibernate.event.spi
-
An event that occurs after a collection is removed
- PostCollectionRemoveEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object) - Constructor for class org.hibernate.event.spi.PostCollectionRemoveEvent
- PostCollectionRemoveEventListener - Interface in org.hibernate.event.spi
-
Called after removing a collection
- PostCollectionUpdateEvent - Class in org.hibernate.event.spi
-
An event that occurs after a collection is updated
- PostCollectionUpdateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionUpdateEvent
- PostCollectionUpdateEventListener - Interface in org.hibernate.event.spi
-
Called after updating a collection
- PostCommitDeleteEventListener - Interface in org.hibernate.event.spi
-
Called after an entity delete is committed to the datastore.
- PostCommitInsertEventListener - Interface in org.hibernate.event.spi
-
Called after an entity insert is committed to the datastore.
- PostCommitUpdateEventListener - Interface in org.hibernate.event.spi
-
Called after an entity update is committed to the datastore.
- postConstruct(Metadata) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Post-construct is a callback for AbstractEntityPersister subclasses to call after they are all done with their constructor processing.
- postCreate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- postDelete() - Method in interface org.hibernate.engine.spi.EntityEntry
-
After actually deleting a row, record the fact that the instance no longer exists in the database.
- PostDeleteEvent - Class in org.hibernate.event.spi
-
Occurs after deleting an item from the datastore
- PostDeleteEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostDeleteEvent
- PostDeleteEventListener - Interface in org.hibernate.event.spi
-
Called after deleting an item from the datastore
- postFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
-
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
- postFlush(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Called after a successful flush
- PostgresPlusDialect - Class in org.hibernate.dialect
-
An SQL dialect for Postgres Plus
- PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
-
Constructs a PostgresPlusDialect
- PostgresPlusDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
- PostgresPlusDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
- POSTGRESQL - Enum constant in enum class org.hibernate.dialect.Database
- PostgreSQLAggregateSupport - Class in org.hibernate.dialect.aggregate
- PostgreSQLAggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
- PostgreSQLArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
-
PostgreSQL variant of the function to properly return
null
when the array argument is null. - PostgreSQLArrayConcatElementFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayConcatElementFunction
- PostgreSQLArrayConcatFunction - Class in org.hibernate.dialect.function.array
-
PostgreSQL variant of the function to properly return
null
when one of the arguments is null. - PostgreSQLArrayConcatFunction() - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayConcatFunction
- PostgreSQLArrayConstructorFunction - Class in org.hibernate.dialect.function.array
-
Special array constructor function that also applies a cast to the array literal, based on the inferred result type.
- PostgreSQLArrayConstructorFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayConstructorFunction
- PostgreSQLArrayFillFunction - Class in org.hibernate.dialect.function.array
-
Custom casting for the array fill function.
- PostgreSQLArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayFillFunction
- PostgreSQLArrayJdbcType - Class in org.hibernate.dialect.type
-
Descriptor for
ARRAY
handling. - PostgreSQLArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.PostgreSQLArrayJdbcType
- PostgreSQLArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
PostgreSQLArrayJdbcType
. - PostgreSQLArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.PostgreSQLArrayJdbcTypeConstructor
- PostgreSQLArrayPositionFunction - Class in org.hibernate.dialect.function.array
-
PostgreSQL variant of the function.
- PostgreSQLArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayPositionFunction
- PostgreSQLArrayPositionsFunction - Class in org.hibernate.dialect.function.array
-
PostgreSQL variant of the function.
- PostgreSQLArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayPositionsFunction
- PostgreSQLArrayTrimEmulation - Class in org.hibernate.dialect.function.array
-
PostgreSQL array_trim emulation, since the function was only introduced in version 14.
- PostgreSQLArrayTrimEmulation() - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayTrimEmulation
- PostgreSQLCastingInetJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLCastingInetJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- PostgreSQLCastingIntervalSecondJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLCastingIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- PostgreSQLCastingJsonArrayJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLCastingJsonArrayJdbcType(JdbcType, boolean) - Constructor for class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
- PostgreSQLCastingJsonArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
PostgreSQLCastingJsonArrayJdbcType
. - PostgreSQLCastingJsonArrayJdbcTypeConstructor(boolean) - Constructor for class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
- PostgreSQLCastingJsonJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLCastingJsonJdbcType(boolean, EmbeddableMappingType) - Constructor for class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- PostgreSQLDialect - Class in org.hibernate.dialect
-
A SQL dialect for PostgreSQL 13 and above.
- PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
- PostgreSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
- PostgreSQLDialect(DatabaseVersion, PostgreSQLDriverKind) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
- PostgreSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
- PostgreSQLDriverKind - Enum Class in org.hibernate.dialect
- PostgreSQLEnumJdbcType - Class in org.hibernate.dialect.type
-
Represents a named
enum
type on PostgreSQL. - PostgreSQLEnumJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- PostgreSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
- PostgreSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
- PostgreSQLInetJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLInetJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- PostgreSQLIntervalSecondJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- PostgreSQLJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_arrayagg function.
- PostgreSQLJsonArrayAggFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonArrayAggFunction
- PostgreSQLJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_array_append function.
- PostgreSQLJsonArrayAppendFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonArrayAppendFunction
- PostgreSQLJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_array function.
- PostgreSQLJsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonArrayFunction
- PostgreSQLJsonArrayInsertFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_array_insert function.
- PostgreSQLJsonArrayInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonArrayInsertFunction
- PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
PostgreSQLCastingJsonArrayJdbcType
. - PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor
- PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
PostgreSQLCastingJsonArrayJdbcType
. - PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor
- PostgreSQLJsonArrayPGObjectType - Class in org.hibernate.dialect.type
- PostgreSQLJsonArrayPGObjectType(JdbcType, boolean) - Constructor for class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectType
- PostgreSQLJsonExistsFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_exists function.
- PostgreSQLJsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonExistsFunction
- PostgreSQLJsonInsertFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_insert function.
- PostgreSQLJsonInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonInsertFunction
- PostgreSQLJsonMergepatchFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_mergepatch function.
- PostgreSQLJsonMergepatchFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonMergepatchFunction
- PostgreSQLJsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_objectagg function.
- PostgreSQLJsonObjectAggFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonObjectAggFunction
- PostgreSQLJsonObjectFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_object function.
- PostgreSQLJsonObjectFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonObjectFunction
- PostgreSQLJsonPGObjectJsonbType - Class in org.hibernate.dialect.type
- PostgreSQLJsonPGObjectJsonbType() - Constructor for class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonbType
- PostgreSQLJsonPGObjectJsonbType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonbType
- PostgreSQLJsonPGObjectJsonType - Class in org.hibernate.dialect.type
- PostgreSQLJsonPGObjectJsonType() - Constructor for class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonType
- PostgreSQLJsonQueryFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_query function.
- PostgreSQLJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonQueryFunction
- PostgreSQLJsonRemoveFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_remove function.
- PostgreSQLJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonRemoveFunction
- PostgreSQLJsonReplaceFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_replace function.
- PostgreSQLJsonReplaceFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonReplaceFunction
- PostgreSQLJsonSetFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_set function.
- PostgreSQLJsonSetFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonSetFunction
- PostgreSQLJsonTableFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_table function.
- PostgreSQLJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression - Class in org.hibernate.dialect.function.json
- PostgreSQLJsonValueFunction - Class in org.hibernate.dialect.function.json
-
PostgreSQL json_value function.
- PostgreSQLJsonValueFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonValueFunction
- PostgreSQLMinMaxFunction - Class in org.hibernate.dialect.function
-
PostgreSQL doesn't support min/max for uuid yet, but since that type is comparable we want to support this operation.
- PostgreSQLMinMaxFunction(String) - Constructor for class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
- PostgreSQLOrdinalEnumJdbcType - Class in org.hibernate.dialect.type
-
Represents a named
enum
type on PostgreSQL. - PostgreSQLOrdinalEnumJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLOrdinalEnumJdbcType
- PostgreSQLSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
PostgreSQLDialect
. - PostgreSQLSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
- PostgreSQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for PostgreSQL.
- PostgreSQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- PostgreSQLStructCastingJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLStructCastingJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
- PostgreSQLStructPGObjectJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLStructPGObjectJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
- PostgreSQLTruncFunction - Class in org.hibernate.dialect.function
-
Custom
TruncFunction
for PostgreSQL which uses the dialect-specific function for numeric truncation - PostgreSQLTruncFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.PostgreSQLTruncFunction
- PostgreSQLTruncRoundFunction - Class in org.hibernate.dialect.function
-
PostgreSQL only supports the two-argument
trunc
andround
functions with the following signatures:trunc(numeric, integer)
round(numeric, integer)
- PostgreSQLTruncRoundFunction(String, boolean) - Constructor for class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
- PostgreSQLUnnestFunction - Class in org.hibernate.dialect.function.array
-
PostgreSQL unnest function.
- PostgreSQLUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLUnnestFunction
- PostgreSQLUUIDJdbcType - Class in org.hibernate.dialect.type
- PostgreSQLUUIDJdbcType() - Constructor for class org.hibernate.dialect.type.PostgreSQLUUIDJdbcType
- PostgreSQLXmlQueryFunction - Class in org.hibernate.dialect.function.xml
-
PostgreSQL xmlquery function.
- PostgreSQLXmlQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.PostgreSQLXmlQueryFunction
- postInitialize(PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.engine.spi.CollectionEntry
- postInsert(Object) - Method in interface org.hibernate.engine.spi.EntityEntry
- postInsert(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
-
After actually inserting a row, record the fact that the instance exists in the database (needed for identity column key generation).
- PostInsertEvent - Class in org.hibernate.event.spi
-
Occurs after inserting an item in the datastore
- PostInsertEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostInsertEvent
- PostInsertEventListener - Interface in org.hibernate.event.spi
-
Called after inserting an item in the datastore
- PostInsertIdentifierGenerator - Interface in org.hibernate.id
-
The counterpart to
IdentifierGenerator
for values generated by the database. - postInstantiate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- postInstantiate() - Method in interface org.hibernate.persister.collection.CollectionPersister
- postInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- postInstantiate() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Finish the initialization of this object.
- postInstantiate(String, Class<?>, Set<Class<?>>, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
- postInstantiate(String, Class<?>, Set<Class<?>>, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
- postInstantiate(String, Class<?>, Set<Class<?>>, Method, Method, CompositeType) - Method in interface org.hibernate.proxy.ProxyFactory
-
Called immediately after instantiation of this factory.
- postLoad(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- postLoad(JdbcValuesSourceProcessingState, Consumer<EntityHolder>) - Method in interface org.hibernate.engine.spi.PersistenceContext
- PostLoadEvent - Class in org.hibernate.event.spi
-
Occurs after an entity instance is fully loaded.
- PostLoadEvent(Object, EntityPersister, Object, EventSource) - Constructor for class org.hibernate.event.spi.PostLoadEvent
- PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PostLoadEvent
- PostLoadEventListener - Interface in org.hibernate.event.spi
-
Occurs after an entity instance is fully loaded.
- postProcessEntityHierarchies() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
- postRemove(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- postUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- postUpdate(Object, Object[], Object) - Method in interface org.hibernate.engine.spi.EntityEntry
-
Handle updating the internal state of the entry after actually performing the database update.
- PostUpdateEvent - Class in org.hibernate.event.spi
-
Occurs after the datastore is updated
- PostUpdateEvent(Object, Object, Object[], Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostUpdateEvent
- PostUpdateEventListener - Interface in org.hibernate.event.spi
-
Called after updating the datastore
- PostUpsertEvent - Class in org.hibernate.event.spi
-
Occurs after the datastore is updated via a SQL
merge
- PostUpsertEvent(Object, Object, Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostUpsertEvent
- PostUpsertEventListener - Interface in org.hibernate.event.spi
-
Called after updating the datastore
- potentiallyCreateTableReference(String) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- power(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the first argument raised to the power of its second argument.
- power(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- power(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the first argument raised to the power of its second argument.
- power(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- power_expLn() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
- PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
- PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
- PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
- PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
- PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
- PRE_PERSIST - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- PRE_PERSIST - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- PRE_REMOVE - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- PRE_REMOVE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- PRE_UPDATE - Enum constant in enum class org.hibernate.jpa.event.spi.CallbackType
- PRE_UPDATE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- PRE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
- PRE_UPSERT - Static variable in class org.hibernate.event.spi.EventType
- precision() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
- precision(int) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
- precision(int) - Static method in class org.hibernate.engine.jdbc.Size
- precision(int, int) - Static method in class org.hibernate.engine.jdbc.Size
- PreCollectionRecreateEvent - Class in org.hibernate.event.spi
-
An event that occurs before a collection is recreated
- PreCollectionRecreateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionRecreateEvent
- PreCollectionRecreateEventListener - Interface in org.hibernate.event.spi
-
Called before recreating a collection
- PreCollectionRemoveEvent - Class in org.hibernate.event.spi
-
An event that occurs before a collection is removed
- PreCollectionRemoveEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object) - Constructor for class org.hibernate.event.spi.PreCollectionRemoveEvent
- PreCollectionRemoveEventListener - Interface in org.hibernate.event.spi
-
Called before removing a collection
- PreCollectionUpdateEvent - Class in org.hibernate.event.spi
-
An event that occurs before a collection is updated
- PreCollectionUpdateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionUpdateEvent
- PreCollectionUpdateEventListener - Interface in org.hibernate.event.spi
-
Called before updating a collection
- preCreate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- PreDeleteEvent - Class in org.hibernate.event.spi
-
Represents a
pre-delete
event, which occurs just prior to performing the deletion of an entity from the database. - PreDeleteEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreDeleteEvent
-
Constructs an event containing the pertinent information.
- PreDeleteEventListener - Interface in org.hibernate.event.spi
-
Called before deleting an item from the datastore
- Predicate - Interface in org.hibernate.sql.ast.tree.predicate
-
Models a predicate in the SQL AST
- PredicateCollector - Class in org.hibernate.sql.ast.tree.predicate
- PredicateCollector() - Constructor for class org.hibernate.sql.ast.tree.predicate.PredicateCollector
- PredicateCollector(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.PredicateCollector
- PredicateContainer - Interface in org.hibernate.sql.ast.tree.predicate
-
Something that can contain predicates
- PREFER_NATIVE_ENUM_TYPES - Static variable in interface org.hibernate.cfg.MappingSettings
-
Indicates that named SQL
enum
types should be used by default instead ofvarchar
on databases which support named enum types. - PREFER_USER_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
-
When enabled, specifies that the
UserTransaction
should be used in preference to theTransactionManager
for JTA transaction management. - preferBindAggregateMapping(int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Whether to prefer binding the aggregate column as a whole instead of individual parts.
- preferBindAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- preferBindAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- preferJdbcDatetimeTypes() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- preferJdbcDatetimeTypes() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Should native queries return JDBC datetime types instead of using
java.time
types. - PREFERRED_ARRAY_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies the preferred JDBC type for storing plural i.e.
- PREFERRED_BOOLEAN_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies the preferred JDBC type for storing boolean values.
- PREFERRED_DURATION_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
-
The preferred JDBC type to use for storing
Duration
values. - PREFERRED_INSTANT_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies the preferred JDBC type for storing
Instant
values. - PREFERRED_POOLED_OPTIMIZER - Static variable in interface org.hibernate.cfg.MappingSettings
-
When a generator specifies an increment-size and an optimizer was not explicitly specified, which of the "pooled" optimizers should be preferred? Can specify an optimizer short name or the name of a class which implements
Optimizer
. - PREFERRED_UUID_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
-
The preferred JDBC type to use for storing
UUID
values. - preferSelectAggregateMapping(int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Whether to prefer selecting the aggregate column as a whole instead of individual parts.
- preferSelectAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- preferSelectAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- preferSelectAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
- prefix(String) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which begin with the given prefix, with case-sensitivity.
- prefix(String, boolean) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which begin with the given prefix, with case-sensitivity specified explicitly.
- preFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
-
Called before a flush.
- preFlush(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
- preInsert(CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- preInsert(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Called before inserting rows, to ensure that any surrogate keys are fully generated
- preInsert(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- PreInsertEvent - Class in org.hibernate.event.spi
-
Represents a
pre-insert
event, which occurs just prior to performing the insert of an entity into the database. - PreInsertEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreInsertEvent
-
Constructs an event containing the pertinent information.
- PreInsertEventListener - Interface in org.hibernate.event.spi
-
Called before inserting an item in the datastore
- preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- preInvalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
Perform pre-invalidation of the passed spaces (table names) against the timestamp region data.
- PreLoadEvent - Class in org.hibernate.event.spi
-
Called before injecting property values into a newly loaded entity instance.
- PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PreLoadEvent
- PreLoadEventListener - Interface in org.hibernate.event.spi
-
Called before injecting property values into a newly loaded entity instance.
- PreparableMutationOperation - Interface in org.hibernate.sql.model
-
MutationOperation that is capable of being handled as a JDBC
PreparedStatement
Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary table - prepare() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
A general preparation step.
- prepare() - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
-
Prepare for accepting actions
- prepare() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
-
Prepare the script target to accept commands
- prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectation.OutParameter
- prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
-
Perform any special statement preparation, for example, registration of OUT parameters.
- prepare(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
- prepare(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
-
Prepare for processing of a warning stack.
- prepare(MetadataSources, BootstrapContext) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
-
First step of two-phase for MetadataSources to Metadata process
- prepare(SessionFactoryImplementor, Metadata) - Method in interface org.hibernate.query.named.NamedObjectRepository
-
Prepare for runtime use
- prepare(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Deprecated.Use
DatabaseStructure.configure(Optimizer)
instead. - prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
-
Deprecated.
- prepare(MappingModelCreationProcess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Prepare the strategy for use.
- prepare(MappingModelCreationProcess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
-
Prepare the strategy for use.
- prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Prepare the strategy for use.
- prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
-
Prepare the strategy for use.
- prepareActions() - Method in class org.hibernate.engine.spi.ActionQueue
-
Prepares the internal action queues for execution.
- prepareCallableStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Prepare a statement.
- PreparedStatementDetails - Interface in org.hibernate.engine.jdbc.mutation.group
-
Descriptor for details about a
PreparedStatement
- PreparedStatementGroup - Interface in org.hibernate.engine.jdbc.mutation.group
-
Grouping of
PreparedStatement
references. - prepareForEntityHierarchyProcessing() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
- prepareForExecution() - Method in class org.hibernate.query.spi.AbstractQuery
- prepareForExecution() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- prepareForMappingModel() - Method in class org.hibernate.mapping.Component
- prepareForMappingModel() - Method in class org.hibernate.mapping.MappedSuperclass
- prepareForMappingModel(RuntimeModelCreationContext) - Method in class org.hibernate.mapping.PersistentClass
- prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Initialize internal state based on the currently attached session, in order to be ready to load data even after the proxy is detached from the session.
- prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
- prepareForQueryExecution(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- prepareForQueryExecution(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Prepare for the execution of a
Query
orProcedureCall
- prepareForQueryExecution(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- prepareForStore() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
-
The possibility for a cache key to do defensive copying in case it has mutable state.
- prepareForStore() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
- prepareForStore() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
- prepareForUse(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- prepareIdentifierGeneratingInsert(String) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
Deprecated.Append SQL specific to this delegate's mode of handling generated primary key values to the given
insert
statement. - prepareIdentifierGeneratingInsert(String) - Method in class org.hibernate.id.insert.InsertReturningDelegate
- prepareIdentifierGeneratingInsert(String) - Method in class org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
- prepareLimitOffsetParameters() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- prepareLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- prepareLoaders() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Prepare loaders associated with the persister.
- prepareMappingModel(MappingModelCreationProcess) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- prepareMappingModel(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Get a prepared statement for use in loading / querying.
- prepareQueryStatement(String, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.spi.StatementCreatorHelper
- prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a statement being prepared.
- prepareStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Prepare a statement.
- prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.MutationStatementPreparer
-
Prepare a statement.
- prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Prepare a statement.
- prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.MutationStatementPreparer
-
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
- prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
- prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.MutationStatementPreparer
-
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
- prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
- prepareStatement(String, SharedSessionContractImplementor) - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Create a
PreparedStatement
from the providedsql
based on the delegate needs. - prepareStatement(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
- prepareStatement(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
- prepareStatement(String, SharedSessionContractImplementor) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
Deprecated.
- prepareStatement(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.InsertReturningDelegate
- prePartialFlushEnd() - Method in interface org.hibernate.SessionEventListener
- prePartialFlushStart() - Method in interface org.hibernate.SessionEventListener
- prepend - Variable in class org.hibernate.dialect.function.array.ArrayConcatElementFunction
- prependComment(String, String) - Method in class org.hibernate.dialect.Dialect
-
Prepend a comment to the given SQL fragment.
- prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
- prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
-
Adds the given table group join before a join as found via the given navigable path.
- preProcessXmlResources(ManagedResources, PersistenceUnitMetadata) - Static method in class org.hibernate.boot.models.xml.spi.XmlPreProcessor
-
Build an XmlResources reference based on the given
managedResources
- preRemove(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- preUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
- PreUpdateEvent - Class in org.hibernate.event.spi
-
Represents a
pre-update
event, which occurs just prior to performing the update of an entity in the database. - PreUpdateEvent(Object, Object, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreUpdateEvent
-
Constructs an event containing the pertinent information.
- PreUpdateEventListener - Interface in org.hibernate.event.spi
-
Called before updating the datastore
- PreUpsertEvent - Class in org.hibernate.event.spi
-
Represents a pre-upsert event, which occurs just prior to performing the upsert of an entity in the database.
- PreUpsertEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreUpsertEvent
-
Constructs an event containing the pertinent information.
- PreUpsertEventListener - Interface in org.hibernate.event.spi
-
Called before updating the datastore
- previous() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- previous() - Method in class org.hibernate.query.Page
-
Obtain the previous page with the same size as this page.
- previous() - Method in interface org.hibernate.ScrollableResults
-
Retreat to the previous result.
- previous(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
Advances the "cursor position" in reverse and returns a boolean indicating whether there is a row available to read via
JdbcValues.getCurrentRowValue(int)
. - PREVIOUS_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the field used to hold the previous
ManagedEntity
. - PREVIOUS_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to read the previous
ManagedEntity
field - PREVIOUS_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to write the previous
ManagedEntity
field - previousIndex() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- previousPage(List<Comparable<?>>) - Method in class org.hibernate.query.KeyedPage
-
Obtain a specification of the previous page of results, which is to be located using the given key, which must be the key of the first result on this page.
- PRIMARY_KEY_JOIN_COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- PRIMARY_KEY_JOIN_COLUMNS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- PrimaryKey - Class in org.hibernate.mapping
-
A mapping model object representing a primary key constraint.
- PrimaryKey() - Constructor for class org.hibernate.mapping.PrimaryKey
- PrimaryKey(Table) - Constructor for class org.hibernate.mapping.PrimaryKey
- PrimaryKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Provides access to information about existing primary key for a table
- prime(Set<DomainDataRegionConfig>) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
An initialization phase allowing the caching provider to prime itself from the passed configs
- prime(JavaTypeBaseline.BaselineTarget) - Static method in class org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
-
The process of registering all the baseline registrations
- prime(TypeConfiguration) - Static method in class org.hibernate.type.StandardBasicTypes
- PrimeAmongSecondarySupertypes - Interface in org.hibernate.engine.spi
-
For a full explanation of the purpose of this interface see
ManagedTypeHelper
. - primed() - Method in class org.hibernate.type.BasicTypeRegistry
- PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- PrimitiveArray - Class in org.hibernate.mapping
-
A primitive array has a primary key consisting of the key columns + index column.
- PrimitiveArray(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PrimitiveArray
- PrimitiveArray(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
- PrimitiveByteArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
byte[]
handling. - PrimitiveByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- PrimitiveCharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
char[]
handling. - PrimitiveCharacterArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- primitiveEquivalent(Class<?>) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
- PrimitiveJavaType<J extends Serializable> - Interface in org.hibernate.type.descriptor.java.spi
-
Additional contract for primitive / primitive wrapper Java types.
- PROCEDURE - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate NamedStoredProcedureQuery was encountered
- ProcedureCall - Interface in org.hibernate.procedure
-
Defines support for executing database stored procedures and functions using the JDBC stored procedure SQL escape syntax.
- ProcedureCallImplementor<R> - Interface in org.hibernate.procedure.spi
- ProcedureOutputs - Interface in org.hibernate.procedure
-
Specialization of the
Outputs
contract providing access to the stored procedure's registered output parameters. - ProcedureParameter<T> - Interface in org.hibernate.procedure
- ProcedureParameterBinding<T> - Interface in org.hibernate.procedure.spi
-
Describes an input value binding for any IN/INOUT parameters.
- ProcedureParameterExtractionAware<T> - Interface in org.hibernate.type
-
Optional
Type
contract for implementations that are aware of how to extract values from stored procedure OUT/INOUT parameters. - ProcedureParameterImplementor<T> - Interface in org.hibernate.procedure.spi
-
SPI extension for ProcedureParameter
- ProcedureParameterMetadataImplementor - Interface in org.hibernate.query.spi
- ProcedureParameterNamedBinder<J> - Interface in org.hibernate.type
-
Optional
Type
contract for implementations enabled to set store procedure OUT/INOUT parameters values by name. - process() - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
- process(ResultSet) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor
- process(Metadata, ServiceRegistry, Map<String, Object>, DelayedDropRegistry) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
- process(AttributePath, StringBuilder) - Static method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
- process(InFlightMetadataCollector) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
- processArgument(Object) - Method in class org.hibernate.engine.spi.FilterDefinition
-
Called before binding a JDBC parameter
- processAuxiliaryDatabaseObjectDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all
AuxiliaryDatabaseObject
definitions. - processEntityHierarchies(Set<String>) - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
- processFetchProfiles() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all fetch profiles.
- processFilterDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all filter definitions.
- processIdentifierGenerators() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all custom identifier generator declarations,
- processInsertGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.
- processInsertGeneratedProperties(Object, Object, Object[], GeneratedValues, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- processInsertGeneratedProperties(Object, Object, Object[], GeneratedValues, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the values of any insert generated properties through the provided
GeneratedValues
or, when that's not available, by selecting them back from the database, injecting these generated values into the given entity as well as writing this state to thePersistenceContext
. - processManagedResources(ManagedResources, InFlightMetadataCollector, BootstrapContext, MappingDefaults) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
- processNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all "root" named queries.
- processNestedTableGroupJoins(TableGroup, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- processQueryRenames() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all explicit query renames (imports).
- processQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- processQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Process queued operations within the PersistentCollection.
- processResultSetMappings() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process ResultSet mappings for native queries.
- processSql(String, boolean, boolean, LockOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- processSql(String, int, boolean, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
- processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
- processSql(String, Limit) - Method in interface org.hibernate.dialect.pagination.LimitHandler
- processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
- processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- processSql(String, Limit, QueryOptions) - Method in interface org.hibernate.dialect.pagination.LimitHandler
- processSql(String, Limit, QueryOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- processSqlOffsetFetch(String, boolean, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- processTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- processTableGroupJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- processTypeDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Process all custom Type definitions.
- processUpdateGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.
- processUpdateGeneratedProperties(Object, Object, Object[], GeneratedValues, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- processUpdateGeneratedProperties(Object, Object, Object[], GeneratedValues, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the values of any update generated properties through the provided
GeneratedValues
or, when that's not available, by selecting them back from the database, injecting these generated values into the given entity as well as writing this state to thePersistenceContext
. - processXml(XmlPreProcessingResult, PersistenceUnitMetadata, BiConsumer<JaxbEntityMappingsImpl, XmlDocumentContext>, ModelsContext, BootstrapContext, RootMappingDefaults) - Static method in class org.hibernate.boot.models.xml.spi.XmlProcessor
- prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- prod(Expression<? extends N>, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
- prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- prod(N, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- produceBeanInstance(Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
-
Produce a bean instance
- produceBeanInstance(String, Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
-
Produce a named bean instance
- produceInitializer(NavigablePath, PluralAttributeMapping, InitializerParent<?>, LockMode, DomainResult<?>, DomainResult<?>, boolean, AssemblerCreationState) - Method in interface org.hibernate.collection.spi.CollectionInitializerProducer
-
Create an initializer for the given attribute relative to the given navigable path.
- producePredicate(TableReference, TableReference, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableReferenceJoinPredicateProducer
- producesUniqueResults() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- producesUniqueResults() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- productNameMatches(String) - Method in enum class org.hibernate.dialect.Database
-
Does this database have the given product name?
- profile() - Element in annotation interface org.hibernate.annotations.FetchProfileOverride
-
The name of the fetch profile in which this fetch mode should be applied.
- profileName() - Method in record class org.hibernate.EnabledFetchProfile
-
Returns the value of the
profileName
record component. - PROJECTION - Enum constant in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
-
An entity type is used through a path that appears in the
SELECT
clause somehow. - PROJECTION - Static variable in class org.hibernate.persister.entity.EntityNameUse
- properties(Map<String, ?>) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- property(String, Object) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- Property - Class in org.hibernate.mapping
-
A mapping model object representing a property or field of an entity or embeddable class.
- Property() - Constructor for class org.hibernate.mapping.Property
- PROPERTY - Enum constant in enum class org.hibernate.boot.spi.AccessType
-
Access to value via property
- PROPERTY - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate property/attribute definition was encountered.
- PROPERTY - Static variable in class org.hibernate.id.ForeignGenerator
-
Deprecated.The parameter which specifies the property holding a reference to the associated object.
- PROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
Deprecated.
- PROPERTY_REF - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- PropertyAccess - Interface in org.hibernate.property.access.spi
- PropertyAccessBuildingException - Exception in org.hibernate.property.access.spi
-
Indicates a problem while building a
PropertyAccess
. - PropertyAccessBuildingException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
- PropertyAccessBuildingException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
- PropertyAccessException - Exception in org.hibernate.property.access.spi
-
Indicates a problem reading or writing value from/to a persistent property.
- PropertyAccessException - Exception in org.hibernate
-
A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.
- PropertyAccessException(Throwable, String, boolean, Class<?>, String) - Constructor for exception org.hibernate.PropertyAccessException
-
Constructs a
PropertyAccessException
using the specified information. - PropertyAccessException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
- PropertyAccessException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
- PropertyAccessSerializationException - Exception in org.hibernate.property.access.spi
- PropertyAccessSerializationException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
- PropertyAccessSerializationException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
- PropertyAccessStrategy - Interface in org.hibernate.property.access.spi
-
Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.
- PropertyAccessStrategyResolver - Interface in org.hibernate.property.access.spi
-
Contract for resolving the
PropertyAccessStrategy
to use. - PropertyBasedMapping - Interface in org.hibernate.metamodel.mapping
-
Describes an attribute with a property access.
- PropertyData - Interface in org.hibernate.boot.spi
-
Details about an attribute as we process the boot model.
- PropertyFetchDescriptor(JaxbHbmNativeQueryPropertyReturnType, HbmResultSetMappingDescriptor.HbmFetchParent, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
- propertyName() - Method in record class org.hibernate.engine.spi.AssociationKey
-
Returns the value of the
propertyName
record component. - PropertyNotFoundException - Exception in org.hibernate
-
Indicates that an expected getter or setter method could not be found on a class.
- PropertyNotFoundException(String) - Constructor for exception org.hibernate.PropertyNotFoundException
-
Constructs a
PropertyNotFoundException
given the specified message. - PropertyRef - Annotation Interface in org.hibernate.annotations
-
Allows to specify the target of a foreign-key using a "target attribute" as opposed to join column(s).
- PropertySetterAccessException - Exception in org.hibernate
-
Thrown when an
IllegalArgumentException
occurs calling a property setter method. - PropertySetterAccessException(Throwable, Class<?>, String, Class<?>, Object, Object) - Constructor for exception org.hibernate.PropertySetterAccessException
-
Constructs a
PropertyAccessException
using the specified information. - propertySpan - Variable in class org.hibernate.type.ComponentType
- PropertyValueException - Exception in org.hibernate
-
Thrown when the (illegal) value of a property can not be persisted.
- PropertyValueException(String, String, String) - Constructor for exception org.hibernate.PropertyValueException
-
Constructs a
PropertyValueException
using the specified information. - ProvidedInstanceManagedBeanImpl<T> - Class in org.hibernate.resource.beans.spi
-
ManagedBean
implementation for cases where we have been handed an actual instance to use. - ProvidedInstanceManagedBeanImpl(T) - Constructor for class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
- provider(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- ProviderChecker - Class in org.hibernate.jpa.boot.spi
-
Helper for handling checks to see whether Hibernate is the requested
PersistenceProvider
. - proxyCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling of proxies.
- ProxyConfiguration - Interface in org.hibernate.proxy
-
A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy.
- ProxyConfiguration.Interceptor - Interface in org.hibernate.proxy
-
An interceptor object that is responsible for invoking a proxy's method.
- ProxyConfiguration.InterceptorDispatcher - Class in org.hibernate.proxy
-
A static interceptor that guards against method calls before the interceptor is set.
- ProxyFactory - Interface in org.hibernate.proxy
-
Contract for runtime, proxy-based lazy initialization proxies.
- ProxyFactoryFactory - Interface in org.hibernate.bytecode.spi
-
An interface for factories of
proxy factory
instances. - ProxyFactoryHelper - Class in org.hibernate.proxy.pojo
-
Most of this code was originally an internal detail of
PojoEntityTuplizer
, then extracted to make it easier for integrators to initialize a customProxyFactory
. - proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Return the existing proxy associated with the given
EntityKey
, or the argument (the entity associated with the key) if no proxy exists. - proxyFor(EntityHolder, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
- proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Return the existing proxy associated with the given
EntityKey
, or the third argument (the entity associated with the key) if no proxy exists. - pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Adapts the table group and its table reference as well as table reference joins in a way such that unnecessary tables or joins are omitted if possible, based on the given treated entity names.
- pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- pruneTableGroupJoins() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- pulse() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Used by owner of the "JDBC session" as a means to indicate that implicit joining should be done if needed.
- pushClassTransformer(EnhancementContext) - Method in class org.hibernate.jpa.boot.spi.PersistenceConfigurationDescriptor
- pushClassTransformer(EnhancementContext) - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
- pushProcessingState(SqlAstProcessingState) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- pushProcessingState(SqlAstProcessingState, FromClauseIndex) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- put(Object, Object) - Method in class org.hibernate.event.spi.MergeContext
-
Associates the specified merge entity with the specified managed entity result in this MergeContext.
- put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
- put(Object, Object, boolean) - Method in class org.hibernate.event.spi.MergeContext
-
Associates the specified merge entity with the specified managed entity in this MergeContext.
- put(String, AttributeMapping) - Method in class org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
- put(K, E) - Method in class org.hibernate.collection.spi.PersistentMap
- put(QueryKey, List<?>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Store a result list of a query with the given
QueryKey
in the query result cache. - PUT - Enum constant in enum class org.hibernate.CacheMode
-
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
- putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
- putAll(Map<?, ?>) - Method in class org.hibernate.event.spi.MergeContext
-
Copies all of the mappings from the specified Map to this MergeContext.
- putAll(Map<? extends K, ? extends E>) - Method in class org.hibernate.collection.spi.PersistentMap
- putAllCtes(SqmCteContainer) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- putFromLoad(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.DomainDataStorageAccess
-
Specialized form of putting something into the cache in cases where the put is coming from a load (read) from the database
- putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Attempt to cache an object, after loading it from the database.
- putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Attempt to cache an object, after loading from the database, explicitly specifying the
minimalPut
behavior. - putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- putIfNotNull(Map<String, Object>, String, Enum<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- putIfNotNull(Map<String, Object>, String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
-
Put a value by key
- putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
- putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Put an item into the cache
Q
- QualifiedName - Interface in org.hibernate.boot.model.relational
-
Models the qualified name of a database object.
- QualifiedNameImpl - Class in org.hibernate.boot.model.relational
- QualifiedNameImpl(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
- QualifiedNameImpl(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
- QualifiedNameParser - Class in org.hibernate.boot.model.relational
-
Parses a qualified name.
- QualifiedNameParser() - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser
- QualifiedNameParser.NameParts - Class in org.hibernate.boot.model.relational
- QualifiedObjectNameFormatter - Interface in org.hibernate.engine.jdbc.env.spi
-
Contract for rendering qualified object names for use in queries, etc.
- QualifiedSequenceName - Class in org.hibernate.boot.model.relational
- QualifiedSequenceName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
- QualifiedSequenceName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
- qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- QualifiedTableName - Class in org.hibernate.boot.model.relational
- QualifiedTableName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
- QualifiedTableName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
- QualifiedTypeName - Class in org.hibernate.boot.model.relational
- QualifiedTypeName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTypeName
- QualifiedTypeName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTypeName
- qualify(String) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- qualify(String) - Method in interface org.hibernate.cache.spi.RegionFactory
- qualify(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
- qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
-
Deprecated.Should build a
QualifiedTableName
then useSqlStringGenerationContext.format(QualifiedTableName)
. - qualify(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
- qualifyImportableName(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- qualifyIndexName() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- qualifyIndexName() - Method in class org.hibernate.dialect.CockroachDialect
- qualifyIndexName() - Method in class org.hibernate.dialect.Dialect
-
Do we need to qualify index names with the schema name?
- qualifyIndexName() - Method in class org.hibernate.dialect.MySQLDialect
- qualifyIndexName() - Method in class org.hibernate.dialect.PostgreSQLDialect
- qualifyIndexName() - Method in class org.hibernate.dialect.SpannerDialect
- QuantifiedLeastGreatestEmulation - Class in org.hibernate.dialect.function
- QuantifiedLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
- QUARTER - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Quarter, defined to mean three months.
- query() - Element in annotation interface org.hibernate.annotations.HQLSelect
-
The HQL
SELECT
statement. - query() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The text of the SQL query.
- query() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
The text of the HQL query.
- query() - Element in annotation interface org.hibernate.annotations.View
-
The SQL query that defines the view.
- Query<R> - Interface in org.hibernate.query
-
Within the context of an active session, an instance of this type represents an executable query, either: a query written in HQL, a named query written in HQL or native SQL, or a criteria query.
- QUERY - Enum constant in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
- QUERY - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate named query (ql or native) was encountered
- QUERY - Enum constant in enum class org.hibernate.jpa.CachingType
-
Caching is done on the results of Query executions
- QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
-
Specifies the
TimestampsCacheFactory
to use. - QUERY_CACHE_LAYOUT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- QUERY_CACHE_LAYOUT - Static variable in interface org.hibernate.cfg.CacheSettings
-
Specifies the default
CacheLayout
to use for the query cache. - QUERY_HINT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- QUERY_LOGGER - Static variable in interface org.hibernate.query.hql.HqlLogging
- QUERY_LOGGER - Static variable in interface org.hibernate.query.QueryLogging
- QUERY_MESSAGE_LOGGER - Static variable in interface org.hibernate.query.QueryLogging
- QUERY_MULTI_TABLE_INSERT_STRATEGY - Static variable in interface org.hibernate.cfg.QuerySettings
-
Defines the "global" strategy to use for handling HQL and Criteria insert queries.
- QUERY_MULTI_TABLE_MUTATION_STRATEGY - Static variable in interface org.hibernate.cfg.QuerySettings
-
Defines the "global" strategy to use for handling HQL and Criteria mutation queries.
- QUERY_PASS_PROCEDURE_PARAMETER_NAMES - Static variable in interface org.hibernate.cfg.QuerySettings
-
For database supporting name parameters this setting allows to use named parameter is the procedure call.
- QUERY_PLAN_CACHE_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
-
When enabled, specifies that query plans should be cached.
- QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.QuerySettings
-
The maximum number of entries in the query interpretation cache.
- QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.QuerySettings
-
Deprecated.this setting is not currently used
- QUERY_RESULT - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- QUERY_RESULTS - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
- QUERY_STARTUP_CHECKING - Static variable in interface org.hibernate.cfg.QuerySettings
-
When enabled, specifies that named queries be checked during startup.
- QUERY_STATISTICS_MAX_SIZE - Static variable in interface org.hibernate.cfg.StatisticsSettings
-
This setting controls the number of
QueryStatistics
entries that will be stored by the HibernateStatistics
object. - QueryArgumentException - Exception in org.hibernate.query
-
An error that occurs binding an argument to a query parameter.
- QueryArgumentException(String, Class<?>, Object) - Constructor for exception org.hibernate.query.QueryArgumentException
- queryCacheHit(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from the query cache resulted in a hit.
- QueryCacheLayout - Annotation Interface in org.hibernate.annotations
-
Configures the layout for the entity or collection data in a query cache.
- queryCacheMiss(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from the query cache resulted in a miss.
- queryCachePut(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a put into the query cache.
- QueryCachePutManager - Interface in org.hibernate.sql.results.caching
- queryColumn(String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Like
JpaJsonTableColumnsNode.queryColumn(String, String)
, but uses the column name as JSON path expression. - queryColumn(String) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Like
JpaXmlTableFunction.queryColumn(String, String)
, but uses the column name as XPath expression. - queryColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- queryColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- queryColumn(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- queryColumn(String, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- queryColumn(String, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- queryColumn(String, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- queryColumn(String, String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Defines a string column on the result type with the given name for which the value can be obtained by invoking
json_query
with the given JSON path. - queryColumn(String, String) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Defines a string column on the result type with the given name for which the value can be obtained by evaluating
xmlquery
with the given XPath expression on the XML document. - queryCompiled(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating compilation of a sql/hql query
- queryCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for all aspects of Query handling.
- QueryEngine - Interface in org.hibernate.query.spi
-
Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)
- QueryEngineOptions - Interface in org.hibernate.query.spi
-
User configuration options related to the
QueryEngine
. - QueryException - Exception in org.hibernate
-
A problem occurred translating a Hibernate query to SQL due to illegal query syntax, an operation which is not well-typed, an unresolvable reference to an entity or attribute, an unknown named query, or any similar problem.
- QueryException(Exception) - Constructor for exception org.hibernate.QueryException
-
Deprecated.this constructor does not carry information about the query which caused the failure
- QueryException(String) - Constructor for exception org.hibernate.QueryException
-
Deprecated.this constructor does not carry information about the query which caused the failure
- QueryException(String, Exception) - Constructor for exception org.hibernate.QueryException
-
Deprecated.this constructor does not carry information about the query which caused the failure
- QueryException(String, String) - Constructor for exception org.hibernate.QueryException
-
Constructs a
QueryException
using the specified exception message and query string. - QueryException(String, String, Exception) - Constructor for exception org.hibernate.QueryException
-
Constructs a
QueryException
using the specified exception message and query string. - queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating execution of a sql/hql query
- QueryFlushMode - Enum Class in org.hibernate.query
-
Enumerates the possible flush modes for execution of a
Query
. - QueryGroup - Class in org.hibernate.sql.ast.tree.select
- QueryGroup(boolean, SetOperator, List<QueryPart>) - Constructor for class org.hibernate.sql.ast.tree.select.QueryGroup
- QueryHintHandler - Interface in org.hibernate.dialect.hint
-
Deprecated, for removal: This API element is subject to removal in a future version.Moved to
Dialect
- QueryHints - Class in org.hibernate.jpa
-
Deprecated.Use
AvailableHints
instead - QueryImplementor<R> - Interface in org.hibernate.query.spi
- QueryInterpretationCache - Interface in org.hibernate.query.spi
-
Cache for various parts of translating or interpreting queries.
- QueryInterpretationCache.Key - Interface in org.hibernate.query.spi
- QueryKey - Class in org.hibernate.cache.spi
-
A key that identifies a particular query with bound parameter values.
- QueryKey(String, QueryKey.ParameterBindingsMemento, Integer, Integer, Set<String>) - Constructor for class org.hibernate.cache.spi.QueryKey
- QueryKey.ParameterBindingsMemento - Interface in org.hibernate.cache.spi
-
todo (6.0) : integrate work from original 6.0 branch
- QueryLiteral<T> - Class in org.hibernate.sql.ast.tree.expression
-
Represents a literal in the SQL AST.
- QueryLiteral(T, SqlExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.QueryLiteral
- QueryLogging - Interface in org.hibernate.query
- QueryOptions - Interface in org.hibernate.query.spi
-
Encapsulates options for the execution of a HQL/Criteria/native query
- QueryOptionsAdapter - Class in org.hibernate.query.spi
- QueryOptionsAdapter() - Constructor for class org.hibernate.query.spi.QueryOptionsAdapter
- QueryParameter<T> - Interface in org.hibernate.query
-
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
- QueryParameterBinding<T> - Interface in org.hibernate.query.spi
-
The value/type binding information for a particular query parameter.
- QueryParameterBindings - Interface in org.hibernate.query.spi
-
Manages all the parameter bindings for a particular query.
- QueryParameterBindingTypeResolver - Interface in org.hibernate.query.spi
-
A resolver for
BindableType
based on a parameter value being bound, when no explicit type information is supplied. - QueryParameterBindingValidator - Class in org.hibernate.query.spi
- QueryParameterException - Exception in org.hibernate
-
Indicates a problem with the runtime arguments bound to query parameters.
- QueryParameterException(String) - Constructor for exception org.hibernate.QueryParameterException
-
Constructs a
QueryParameterException
using the supplied exception message. - QueryParameterException(String, String) - Constructor for exception org.hibernate.QueryParameterException
-
Constructs a
QueryParameterException
- QueryParameterException(String, String, Exception) - Constructor for exception org.hibernate.QueryParameterException
-
Constructs a
QueryParameterException
- QueryParameterImplementor<T> - Interface in org.hibernate.query.spi
- QueryParameterJavaObjectType - Class in org.hibernate.type
- QueryParameterJavaObjectType() - Constructor for class org.hibernate.type.QueryParameterJavaObjectType
- QueryParameterListBinding<T> - Interface in org.hibernate.query.spi
-
Represents a "parameter list" binding: aka the binding of a collection of values for a single query parameter.
- QueryPart - Class in org.hibernate.sql.ast.tree.select
- QueryPart(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
- QueryPart(boolean, QueryPart) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
- queryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- QueryPartTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A special table group for a sub-queries.
- QueryPartTableGroup(NavigablePath, TableGroupProducer, SelectStatement, String, List<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- QueryPartTableGroup(NavigablePath, TableGroupProducer, SelectStatement, String, List<String>, Set<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- QueryPartTableReference - Class in org.hibernate.sql.ast.tree.from
-
A table reference for a query part.
- QueryPartTableReference(SelectStatement, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableReference
- QueryPlan - Interface in org.hibernate.query.spi
-
Common contract for select and mutation query plans
- queryPlanCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from the query plan cache resulted in a hit.
- queryPlanCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from the query plan cache resulted in a miss.
- QueryProducer - Interface in org.hibernate.query
-
An object which can produce instances of
SelectionQuery
andMutationQuery
. - QueryProducerImplementor - Interface in org.hibernate.query.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.This interface is no longer needed and will be removed.
- queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- QueryResultsCache - Interface in org.hibernate.cache.spi
-
Responsible for managing query result list caching in a specific query cache region.
- QueryResultsRegion - Interface in org.hibernate.cache.spi
-
Defines the contract for a cache region that stores query results.
- QueryResultsRegionTemplate - Class in org.hibernate.cache.spi.support
- QueryResultsRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.QueryResultsRegionTemplate
-
Constructs a
QueryResultsRegionTemplate
. - QuerySettings - Interface in org.hibernate.cfg
- querySpaces() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The query spaces involved in this query.
- querySpaces() - Element in annotation interface org.hibernate.annotations.SQLSelect
-
The query spaces involved in this query.
- QuerySpec - Class in org.hibernate.sql.ast.tree.select
- QuerySpec(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QuerySpec
- QuerySpec(boolean, int) - Constructor for class org.hibernate.sql.ast.tree.select.QuerySpec
- QuerySpecification<T> - Interface in org.hibernate.query.specification
-
Commonality for all query specifications which allow iterative, programmatic building of a query.
- QueryStatistics - Interface in org.hibernate.stat
-
Statistics relating to a particular query written in HQL or SQL.
- queryTableGroupJoins(Function<TableGroupJoin, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- queryTableGroups(Function<TableGroup, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- queryTableJoins(Function<TableJoin, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- queryTableReferences(Function<TableReference, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- QueryTimeoutException - Exception in org.hibernate
-
A
JDBCException
indicating that a database query timed out on the database. - QueryTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.QueryTimeoutException
-
Constructs a
QueryTimeoutException
using the supplied information. - QueryTransformer - Interface in org.hibernate.sql.ast.tree.expression
- QueryTypeMismatchException - Exception in org.hibernate.query
-
Indicates a mismatch between the expected and actual result types of a query.
- QueryTypeMismatchException(String) - Constructor for exception org.hibernate.query.QueryTypeMismatchException
- QueryTypeMismatchException(String, Throwable) - Constructor for exception org.hibernate.query.QueryTypeMismatchException
- queuedAdditionIterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Iterator over the "queued" additions
- queueOperation(AbstractPersistentCollection.DelayedOperation<E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Queue an addition
- quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- quot(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
- quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- quot(Number, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- QUOT - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- quote() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
- quote() - Method in class org.hibernate.boot.model.relational.QualifiedTypeName
- quote(String) - Method in class org.hibernate.dialect.Dialect
-
Apply dialect-specific quoting if the given name is quoted using backticks.
- quote(Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
- QUOTE - Static variable in class org.hibernate.dialect.Dialect
-
Characters used as opening for quoting SQL identifiers
- quoteCollation(String) - Method in class org.hibernate.dialect.Dialect
-
Quote the given collation name if necessary.
- quoteCollation(String) - Method in class org.hibernate.dialect.HSQLDialect
- quoteCollation(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- quotedIdentifier(Identifier) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
R
- radians() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- radians(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that converts an angle measured in degrees to an approximately equivalent angle measured in radians.
- radians(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- radians_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For Oracle, HANA
- rand() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Returns double between 0.0 and 1.0.
- RANDOM - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
-
Use
UUID.randomUUID()
to generate UUIDs, producing a value compatible with RFC 4122 version 4. - Range<U> - Interface in org.hibernate.query.range
-
Specifies an allowed set or range of values for a value being restricted.
- RANGE - Enum constant in enum class org.hibernate.query.common.FrameMode
- rank(JpaOrder, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- rank(JpaOrder, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- rank(JpaOrder, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- rank(JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- rank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
rank
ordered set-aggregate function expression. - rank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- rank(JpaOrder, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- rank(JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- rank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
rank
window function expression. - rank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- read() - Element in annotation interface org.hibernate.annotations.ColumnTransformer
-
A custom SQL expression used to read from the column.
- read() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Called by any read-only method of the collection interface
- READ - Enum constant in enum class org.hibernate.LockMode
-
A shared lock.
- READ - Static variable in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This, and the other constants on this class, will be removed.
- READ_ONLY - Enum constant in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Read-only access to the shared second-level cache.
- READ_ONLY - Enum constant in enum class org.hibernate.cache.spi.access.AccessType
-
Read-only access.
- READ_ONLY - Enum constant in enum class org.hibernate.engine.spi.Status
- READ_ONLY - Enum constant in enum class org.hibernate.ReadOnlyMode
-
Specifies that an entity should be loaded in read-only mode.
- READ_ONLY - Static variable in interface org.hibernate.query.spi.QueryOptions
- READ_WRITE - Enum constant in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Read/write access to the shared second-level cache using soft locks.
- READ_WRITE - Enum constant in enum class org.hibernate.cache.spi.access.AccessType
-
Read and write access.
- READ_WRITE - Enum constant in enum class org.hibernate.ReadOnlyMode
-
Specifies that an entity should be loaded in the default modifiable mode, regardless of the default mode of the session.
- READ_WRITE - Static variable in interface org.hibernate.query.spi.QueryOptions
- readBoolean(Object, String, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readBoolean(Object, String, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readByte(Object, String, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readByte(Object, String, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readChar(Object, String, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readChar(Object, String, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readDouble(Object, String, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readDouble(Object, String, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readElementByIndex(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- readElementExistence(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- readExternal(ObjectInput) - Method in class org.hibernate.engine.spi.ExecutableList
-
Read this object state back in from the given stream as part of the deserialization process.
- readFloat(Object, String, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readFloat(Object, String, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readIndexExistence(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- readInt(Object, String, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readInt(Object, String, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readLock() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- readLong(Object, String, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readLong(Object, String, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readObject(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readObject(Object, String, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readOnly() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
Whether the results should be loaded in read-only mode.
- readOnly() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
Whether the results should be loaded in read-only mode.
- readOnlyCachingMutableEntity(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- readOnlyCachingMutableNaturalId(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- ReadOnlyMode - Enum Class in org.hibernate
-
A
FindOption
which requests that entities be loaded inReadOnlyMode.READ_ONLY
mode or in regularReadOnlyMode.READ_WRITE
mode. - readRow(RowProcessingState) - Method in interface org.hibernate.sql.results.spi.RowReader
-
The actual coordination of reading a row
- readShort(Object, String, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- readShort(Object, String, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- readSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Called by the
Collection.size()
method - REAL - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
REAL
. - RealJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Deprecated.use
FloatJdbcType
- RealJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- reallyDoCascade(CascadingAction<?>) - Method in interface org.hibernate.engine.spi.CascadeStyle
-
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...
- reallyDoCascade(CascadingAction<?>) - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
- reallyDoCascade(CascadingAction<?>) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
- reassociateIfUninitializedProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Takes the given object and, if it represents a proxy, reassociates it with this event source.
- reassociateProxy(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
- recognizeParameters(String, ParameterRecognizer) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Parse the given native query and inform the recognizer of all recognized parameter markers.
- RECORD - Enum constant in enum class org.hibernate.boot.spi.AccessType
-
Access to value via record component accessor
- recreate(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- recreate(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
(Re)create the collection's persistent state
- recreate(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
- RECREATE_QUIETLY - Enum constant in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
-
Attempt to (re-)create unique constraints, ignoring exceptions thrown (e.g., if the constraint already existed)
- recreateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a collection recreation (full deletion + full (re-)insertion).
- reentrantSafeEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.
- REF - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
REF
. - REF_CURSOR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
REF CURSOR
. - RefCursorSupport - Interface in org.hibernate.engine.jdbc.cursor.spi
-
Contract for JDBC REF_CURSOR support.
- reference() - Method in interface org.hibernate.query.specification.MutationSpecification
- reference() - Method in interface org.hibernate.query.specification.QuerySpecification
-
Obtain a reference to this specification which may be passed along to
EntityManager.createQuery(TypedQueryReference)
. - reference() - Method in interface org.hibernate.query.specification.SelectionSpecification
- ReferenceCacheEntryImpl - Class in org.hibernate.cache.spi.entry
-
Specialized CacheEntry for storing direct references to entity instances.
- ReferenceCacheEntryImpl(Object, EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
Constructs a ReferenceCacheEntryImpl
- referenceColumnsInSql(Dialect) - Method in interface org.hibernate.generator.OnExecutionGenerator
-
Determines if the columns whose values are generated are included in the column list of the SQL
insert
orupdate
statement. - referenceColumnsInSql(Dialect) - Method in class org.hibernate.id.IdentityGenerator
- referenceColumnsInSql(Dialect) - Method in class org.hibernate.id.NativeGenerator
- referenceColumnsInSql(Dialect) - Method in class org.hibernate.id.SelectGenerator
- referencedColumnName() - Element in annotation interface org.hibernate.annotations.JoinFormula
-
The column this formula references.
- referencedModelPart - Variable in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
- ReflectionOptimizer - Interface in org.hibernate.bytecode.spi
-
Represents reflection optimization for a particular class.
- ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode.spi
-
Represents optimized entity property access.
- ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode.spi
-
Represents optimized entity instantiation.
- refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- refresh(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- refresh(Object) - Method in interface org.hibernate.Session
-
Reread the state of the given managed instance associated with this session from the underlying database.
- refresh(Object) - Method in interface org.hibernate.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- refresh(Object, RefreshOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- refresh(Object, RefreshOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- refresh(Object, LockOptions) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed. Use EntityManager.refresh(Object, RefreshOption...) instead
- refresh(String, Object) - Method in interface org.hibernate.StatelessSession
-
Refresh the entity instance state from the database.
- refresh(String, Object, RefreshContext) - Method in interface org.hibernate.event.spi.EventSource
-
Cascade refresh an entity instance
- refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Refresh the entity instance state from the database.
- REFRESH - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Equivalent to
CascadeType.REFRESH
. - REFRESH - Enum constant in enum class org.hibernate.CacheMode
-
As with to
CacheMode.PUT
, the session will never read items from the cache, but will add items to the cache as it reads them from the database. - REFRESH - Enum constant in enum class org.hibernate.loader.ast.spi.CascadingFetchProfile
- REFRESH - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
refresh
- REFRESH - Static variable in class org.hibernate.engine.spi.CascadingActions
- REFRESH - Static variable in class org.hibernate.event.spi.EventType
- RefreshContext - Interface in org.hibernate.event.spi
-
A
RefreshEvent
represents a refresh operation applied to a single entity. - RefreshEvent - Class in org.hibernate.event.spi
-
Event class for
Session.refresh(java.lang.Object)
. - RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
- RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
- RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
- RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
- RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
-
Deprecated.use
RefreshEvent(Object, LockOptions, EventSource)
instead. - RefreshEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of refresh events generated from a session.
- region() - Element in annotation interface org.hibernate.annotations.Cache
-
The cache region name.
- region() - Element in annotation interface org.hibernate.annotations.NaturalIdCache
-
Specifies an explicit cache region name.
- region() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns the value of the
region
record component. - Region - Interface in org.hibernate.cache.spi
-
Contract for a named cache "region".
- RegionFactory - Interface in org.hibernate.cache
-
Deprecated.Moved, but still need this definition for ehcache
- RegionFactory - Interface in org.hibernate.cache.spi
-
Contract for building second-level cache regions, including regions dedicated to storing: entity and collection instances, query result sets, and timestamps used to determine when a cached query result set is stale.
- RegionFactoryTemplate - Class in org.hibernate.cache.spi.support
- RegionFactoryTemplate() - Constructor for class org.hibernate.cache.spi.support.RegionFactoryTemplate
- RegionNameQualifier - Class in org.hibernate.cache.spi.support
- regionType() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns the value of the
regionType
record component. - register() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- register() - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- register() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- register(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a function descriptor by name
- register(String, SqmSetReturningFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a set returning function descriptor by name
- register(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- register(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- register(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- register(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
-
Register a JDBC result set.
- register(Statement, boolean) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
-
Register a JDBC statement.
- register(TypeDefinition) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
- register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
- register(SqmPath<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Register an SqmPath
- register(SqmPath<?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
- register(SqmPath<?>, TableGroup, NavigablePath) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
- register(SqmAliasedNode<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Register a node aliased within the select-clause
- register(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.spi.LoadContexts
- register(BasicType<?>) - Method in class org.hibernate.type.BasicTypeRegistry
- register(BasicType<?>, String) - Method in class org.hibernate.type.BasicTypeRegistry
- register(BasicType<?>, String...) - Method in class org.hibernate.type.BasicTypeRegistry
- register(UserType<T>, String...) - Method in class org.hibernate.type.BasicTypeRegistry
- registerAdHocBasicType(BasicType<?>) - Method in interface org.hibernate.boot.spi.BootstrapContext
-
To support Envers.
- registerAffectedTable(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- registerAffectedTable(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- registerAfterLoadAction(AfterLoadAction) - Method in interface org.hibernate.sql.exec.spi.Callback
-
Register a callback action
- registerAlternateKey(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- registerBinaryTernaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a binary/ternary function.
- registerByAliasOnly(SqmFrom<?, ?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Register an SqmFrom by alias only.
- registerCallableQueryMemento(String, NamedCallableQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
- registerCascadeStyle(String, CascadeStyles.BaseCascadeStyle) - Static method in class org.hibernate.engine.spi.CascadeStyles
- registerChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
-
When a registry is created with a parent, the parent is notified of the child via this callback.
- registerColumnOptLock(EntityTableMapping, String, Object) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- registerColumnSet(EntityTableMapping, String, String) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
-
Callback to register the setting of a column value
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DB2Dialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
-
Register ANSI-standard column types using the length limits defined by
Dialect.getMaxVarcharLength()
,Dialect.getMaxNVarcharLength()
, andDialect.getMaxVarbinaryLength()
. - registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.HANADialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MySQLDialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.OracleDialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
- registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseASEDialect
- registerComponent(Component) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerCompositeUserType(Class<?>, Class<? extends CompositeUserType<?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerCopy(T, T) - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
- registerDefaultKeywords() - Method in class org.hibernate.dialect.Dialect
-
Register the reserved words of ANSI-standard SQL as keywords.
- registerDefaultKeywords() - Method in class org.hibernate.dialect.HANADialect
- registerDefaultKeywords() - Method in class org.hibernate.dialect.HSQLDialect
- registerDefaultKeywords() - Method in class org.hibernate.dialect.MySQLDialect
- registerDefaultKeywords() - Method in class org.hibernate.dialect.SQLServerDialect
- registerDefaultKeywords() - Method in class org.hibernate.dialect.SybaseASEDialect
- registerDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
- registerDiscoveredType(UnloadedClass, Type.PersistenceType) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- registerDiscoveredType(UnloadedClass, Type.PersistenceType) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
- registerDiscoveredType(UnloadedClass, Type.PersistenceType) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- RegisteredConversion - Record Class in org.hibernate.boot.model.convert.spi
-
A registered conversion.
- RegisteredConversion(Class<?>, Class<? extends AttributeConverter<?, ?>>, boolean, ConverterDescriptor<?, ?>) - Constructor for record class org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Creates an instance of a
RegisteredConversion
record class. - RegisteredConversion(Class<?>, Class<? extends AttributeConverter<?, ?>>, boolean, MetadataBuildingContext) - Constructor for record class org.hibernate.boot.model.convert.spi.RegisteredConversion
- registerElementTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- registerElementTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- registerElementTableGroup(TableGroupJoin, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- registerEmbeddableInstantiator(Class<?>, Class<? extends EmbeddableInstantiator>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerEmbeddableSubclass(ClassDetails, ClassDetails) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerEntityNameUsage(TableGroup, EntityNameUse, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerEntityNameUsage(TableGroup, EntityNameUse, String) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
-
This callback is for handling of filters and is necessary to allow correct treat optimizations.
- registerExportables(Database) - Method in interface org.hibernate.boot.model.relational.ExportableProducer
-
Register the contained exportable things to the
Database
- registerExportables(Database) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
- registerExportables(Database) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Register database objects involved in this structure, e.g.
- registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
- registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableGenerator
- registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableStructure
- registerExportables(Database) - Method in interface org.hibernate.id.IdentifierGenerator
-
Register database objects used by this identifier generator, for example, a sequence or tables.
- registerExportables(Database) - Method in class org.hibernate.id.NativeGenerator
- registerExportables(Database) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
- registerFromUsage(SqmFrom<?, ?>, boolean) - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
-
Registers that the given SqmFrom was used in an expression and whether to downgrade
EntityNameUse.TREAT
of it. - registerFunctionContributor(FunctionContributor) - Method in class org.hibernate.cfg.Configuration
-
Add a
FunctionContributor
to this configuration. - registerGenericComponent(Component) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- registerIndexTableGroup(TableGroupJoin, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- registerIndexTableGroup(TableGroupJoin, boolean) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- registerInsertedKey(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Register keys inserted during the current transaction
- registerJdbcRow(Object) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
- registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
-
Register a keyword.
- registerKeyword(String) - Method in class org.hibernate.dialect.MariaDBDialect
- registerKeywords(DialectResolutionInfo) - Method in class org.hibernate.dialect.Dialect
-
Register the reserved words reported by the JDBC driver as keywords.
- registerLastQuery(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Register a query statement as being able to be cancelled.
- registerLifecycleListener(ExtendedBeanManager.LifecycleListener) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager
-
Register a BeanManager LifecycleListener
- registerLoadingCollection(CollectionKey, LoadingCollectionEntry) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
-
Registers a LoadingCollectionEntry locally to this context
- registerLoadingEntityHolder(EntityHolder) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
- registerLoadingEntityHolder(EntityHolder) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- registerLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- registerLockMode(String, LockMode) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- registerNamed(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a named descriptor by name.
- registerNamed(String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a named descriptor by name and invariant return type.
- registerNamedQuery(String, Query) - Method in interface org.hibernate.query.named.NamedObjectRepository
- registerNamedQuery(String, TypedQuery<R>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- registerNativeQueryMemento(String, NamedNativeQueryMemento<?>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerNoArgs(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Specialized registration method for registering a named descriptor for functions expecting zero arguments.
- registerNoArgs(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- registerNoArgs(String, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- registerNoArgs(String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- registerNonExists(EntityFetch) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
- registerNullaryUnaryPattern(String, BasicType, String, String, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a nullary/unary function.
- registerNullifiableEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Registers an
EntityKey
as nullifiable on thisPersistenceContext
. - registerOnCloseAction(DelayedDropAction) - Method in interface org.hibernate.tool.schema.spi.DelayedDropRegistry
-
Register the built DelayedDropAction
- registerOnCloseAction(DelayedDropAction) - Method in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
- registerOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- registerOutParameter(CallableStatement, int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- registerOutParameter(CallableStatement, int) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- registerOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- registerOutParameter(CallableStatement, String) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
- registerOutParameter(CallableStatement, String) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- registerParameter(int, Type<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
-
Basic form for registering a positional parameter.
- registerParameter(int, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
-
Basic form for registering a positional parameter.
- registerParameter(String, Type<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
-
Basic form for registering a named parameter.
- registerParameter(String, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
-
Basic form for registering a named parameter.
- registerParameter(CallableStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
- registerParameters(String, JdbcOperationQueryCall, CallableStatement, ProcedureParameterMetadataImplementor, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
- registerParametersForEachJdbcValue(Object, int, Bindable, JdbcParametersList, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- registerParametersForEachJdbcValue(Object, Bindable, JdbcParametersList, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- registerPattern(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a pattern-based descriptor by name.
- registerPattern(String, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a pattern-based descriptor by name and invariant return type.
- registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
- registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- registerProcess(AfterTransactionCompletionProcess) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Registers the given process for execution after transaction completion.
- registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
- registerQueryTransformer(QueryTransformer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerQueryTransformer(QueryTransformer) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- registerQueryTransformer(QueryTransformer) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- registerRefCursorParameter(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
Register a parameter capable of returning a
ResultSet
*by position*. - registerRefCursorParameter(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
Register a parameter capable of returning a
ResultSet
*by name*. - registerReloadedEntityHolder(EntityHolder) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
- registerResultSetMappingMemento(String, NamedResultSetMappingMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DB2Dialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
-
Registers a parameter capable of returning a
ResultSet
by position, either anOUT
parameter, or aREF_CURSOR
parameter as defined in Java 8. - registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.H2Dialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.HANADialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgresPlusDialect
- registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.DB2Dialect
- registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
-
Registers a parameter capable of returning a
ResultSet
by name, either anOUT
parameter, or aREF_CURSOR
parameter as defined in Java 8. - registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.HANADialect
- registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
- registerReusablePath(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- registerReusablePath(SqmPath<?>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Register a reusable path relative to this path
- registerSequence(Identifier, Sequence) - Method in class org.hibernate.boot.model.relational.Namespace
- registerSqmQueryMemento(String, NamedSqmQueryMemento<?>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- registerStoredProcedureParameter(int, Type<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
-
Like
ProcedureCall.registerStoredProcedureParameter(int, Class, ParameterMode)
but a type reference is given instead of a class for the parameter type. - registerStoredProcedureParameter(int, Type<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- registerStoredProcedureParameter(int, Class<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
- registerStoredProcedureParameter(int, Class<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- registerStoredProcedureParameter(String, Type<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
-
Like
ProcedureCall.registerStoredProcedureParameter(String, Class, ParameterMode)
but a type reference is given instead of a class for the parameter type. - registerStoredProcedureParameter(String, Type<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- registerStoredProcedureParameter(String, Class<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
- registerStoredProcedureParameter(String, Class<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- registerStrategyImplementor(Class<T>, String, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Deprecated, for removal: This API element is subject to removal in a future version.Use NamedStrategyContributor instead
- registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Register a JTA
Synchronization
in the means defined by the platform. - registerSynchronization(Synchronization) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistry
-
Register a
Synchronization
callback for this transaction. - registerSynchronization(Synchronization) - Method in interface org.hibernate.Transaction
-
Register a synchronization callback for this transaction.
- registerTable(Identifier, Table) - Method in class org.hibernate.boot.model.relational.Namespace
- registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerTableGroup(NavigablePath, TableGroup) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
-
Register a TableGroup under the given `navigablePath`.
- registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- registerTernaryQuaternaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a ternary/quaternary function.
- registerTreatedFrom(SqmFrom<?, ?>) - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
-
Registers that the given SqmFrom is treated.
- registerTypeContributor(TypeContributor) - Method in class org.hibernate.cfg.Configuration
-
Add a
TypeContributor
to this configuration. - registerTypeOverride(BasicType<?>) - Method in class org.hibernate.cfg.Configuration
-
Register a type into the type registry, potentially replacing a previously registered type.
- registerTypeOverride(UserType<?>, String[]) - Method in class org.hibernate.cfg.Configuration
-
Register a type into the type registry, potentially replacing a previously registered type.
- registerTypeUsage(DiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerTypeUsage(TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerUnaryBinaryPattern(String, String, String, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a unary/binary function.
- registerUnaryBinaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
-
Register a unary/binary function.
- registerUnderJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
- registerUnderJavaType() - Method in class org.hibernate.type.BasicArrayType
- registerUnderJavaType() - Method in class org.hibernate.type.BasicCollectionType
- registerUnderJavaType() - Method in class org.hibernate.type.ConvertedBasicArrayType
- registerUnderJavaType() - Method in class org.hibernate.type.JavaObjectType
- registerUnderJavaType() - Method in class org.hibernate.type.NullType
- registerUserType(Class<?>, Class<? extends UserType<?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerValueGeneratedInSqlNoWrite() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- registerValueMappingResolver(Function<MetadataBuildingContext, Boolean>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- registerVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- registerVisitedAssociationKey(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Registers a circularity detection key
- REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
- registrationCode() - Element in annotation interface org.hibernate.annotations.JdbcTypeRegistration
-
The type-code under which to register this descriptor.
- RegistryHelper - Class in org.hibernate.type.descriptor.java.spi
- regrLinearRegressionAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- RelationalValueSource - Interface in org.hibernate.boot.model.source.spi
-
Unifying interface for
ColumnSource
andDerivedValueSource
. - RelationalValueSource.Nature - Enum Class in org.hibernate.boot.model.source.spi
- RelationalValueSourceContainer - Interface in org.hibernate.boot.model.source.spi
-
Contract for a container of
RelationalValueSource
references. - RelativePathCollector() - Constructor for class org.hibernate.spi.NavigablePath.RelativePathCollector
- relativize(SelectablePath) - Method in class org.hibernate.metamodel.mapping.SelectablePath
- relativize(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
-
Ignores aliases in the resulting String
- relativize(NavigablePath, NavigablePath.RelativePathCollector) - Method in class org.hibernate.spi.NavigablePath
- release() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Releases the "bootstrap only" resources held by this
BootstrapContext
. - release() - Method in class org.hibernate.boot.spi.ClassmateContext
- release() - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Release any resources.
- release() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Used to indicate that the batch instance is no longer needed and that, therefore, it can release its resources.
- release() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Release any underlying resources.
- release() - Method in interface org.hibernate.engine.jdbc.CharacterStream
-
Release any underlying resources.
- release() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Release resources held by this group.
- release() - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
- release() - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
-
Signals that the CallbackRegistry will no longer be used.
- release() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
-
Release any resources
- release() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
- release() - Method in interface org.hibernate.result.Outputs
-
Eagerly release any resources held by this Outputs.
- release() - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
-
Release this target, giving it a change to release its resources.
- release() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
-
Release this output
- release(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- release(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- release(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- release(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
-
Release a previously registered result set.
- release(Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
-
Release a previously registered statement.
- release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Release the strategy.
- release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
-
Release the strategy.
- releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- releaseAnyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Release a connection obtained from
MultiTenantConnectionProvider.getAnyConnection()
- releaseConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
-
Release a previously obtained connection
- releaseConnection(T, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- releaseConnection(T, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- releaseConnection(T, Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Release a connection from Hibernate use.
- releaseDataAccess(CollectionDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- releaseDataAccess(EntityDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- releaseDataAccess(NaturalIdDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- releaseFromUse() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- releaseResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
- releaseStatement(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
- releaseStatement(SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
- RELOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
- remove() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
- remove() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- remove(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- remove(int) - Method in class org.hibernate.collection.spi.PersistentBag
- remove(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- remove(int) - Method in class org.hibernate.collection.spi.PersistentList
- remove(int) - Method in class org.hibernate.engine.spi.ExecutableList
-
Removes the entry at position index in the list.
- remove(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- remove(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- remove(Object) - Method in class org.hibernate.collection.spi.PersistentBag
- remove(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- remove(Object) - Method in class org.hibernate.collection.spi.PersistentList
- remove(Object) - Method in class org.hibernate.collection.spi.PersistentMap
- remove(Object) - Method in class org.hibernate.collection.spi.PersistentSet
- remove(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- remove(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- remove(Object) - Method in class org.hibernate.event.spi.MergeContext
-
The remove operation is not supported.
- remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
- remove(Object) - Method in interface org.hibernate.Session
-
Mark a persistence instance associated with this session for removal from the underlying database.
- remove(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- remove(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Completely remove the persistent state of the collection
- remove(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Notify that an item has become stale, before completion of the transaction.
- remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
- remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
- Remove - Annotation Interface in org.hibernate
-
Indicates that the annotated element is planned for removal as part of a deprecation process.
- REMOVE - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Equivalent to
CascadeType.REMOVE
. - REMOVE - Static variable in class org.hibernate.engine.spi.CascadingActions
- REMOVE_DIRTY_FIELDS_NAME - Static variable in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
- removeAll(Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
- removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
- removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
- removeAll(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Remove all data for this accessed type.
- removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- removeBatchLoadableCollection(CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
- removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
After evicting or deleting or loading an entity, we don't need to batch fetch it anymore, remove it from the queue if necessary
- removeChildParent(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove child/parent relation from cache
- removeCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a collection removal.
- removeCollectionByKey(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove a collection-by-key mapping.
- removeCollectionEntry(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove a
PersistentCollection
from thePersistenceContext
. - removeCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove the mapping of collection to holder during eviction of the owning entity
- RemoveCoordinator - Interface in org.hibernate.persister.collection.mutation
-
Removes the collection: For collections with a collection-table, this will execute a DELETE based on the collection-key For one-to-many collections, this executes an UPDATE to unset the collection-key on the association table
- RemoveCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
- RemoveCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
- RemoveCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
-
Handles complete removal of a collection by its key
- RemoveCoordinatorStandard(CollectionMutationTarget, OperationProducer, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
-
Creates the coordinator.
- RemoveCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
-
OneToMany remove coordinator if the element is a
UnionSubclassEntityPersister
. - RemoveCoordinatorTablePerSubclass(OneToManyPersister, OperationProducer, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
-
Creates the coordinator.
- removeDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
- removeEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove an entity.
- removeEntityHolder(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
- removeEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove an entity entry from the session cache
- removeFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Remove an item from the cache by key
- removeLastN(int) - Method in class org.hibernate.engine.spi.ExecutableList
-
Removes the last n entries from the list.
- removeLeftFetchJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- removeLocalResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Removes any local cross-reference, returning the previously cached value if one.
- removeObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Remove an observer from the coordinator.
- removeOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.event.spi.EventSource
-
A specialized type of deletion for orphan removal that must occur prior to queued inserts and updates.
- removeProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove a proxy from the session cache.
- removeResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Removes a natural-id-to-identifier resolution.
- removeSharedResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
- removeSharedResolution(Object, Object, EntityMappingType, boolean) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
Removes any cross-reference from the L2 cache
- removeStrategyImplementor(Class<T>, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributions
-
Un-registers a named implementor of a particular strategy contract.
- removeSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
After evicting or deleting an entity, we don't need to know the query that was used to load it anymore (don't call this after loading the entity, since we might still need to load its collections)
- removeVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- removeVisitedAssociationKey(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Removes the registration of a circularity detection key
- rename() - Element in annotation interface org.hibernate.annotations.Imported
-
Provide an alias for the class, to avoid collisions.
- render() - Method in class org.hibernate.boot.model.naming.Identifier
- render() - Method in interface org.hibernate.boot.model.relational.QualifiedName
-
Returns a string form of the qualified name.
- render() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- render() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Like
Object.toString()
but without the silliness of rendering the elements - render(StringBuilder, RestrictionRenderingContext) - Method in class org.hibernate.sql.ComparisonRestriction
- render(StringBuilder, RestrictionRenderingContext) - Method in class org.hibernate.sql.CompleteRestriction
- render(StringBuilder, RestrictionRenderingContext) - Method in class org.hibernate.sql.NullnessRestriction
- render(StringBuilder, RestrictionRenderingContext) - Method in interface org.hibernate.sql.Restriction
-
Render the restriction into the SQL buffer
- render(Dialect) - Method in class org.hibernate.boot.model.naming.Identifier
-
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the unquoted identifier.
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayConcatElementFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayConstructorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayContainsOperatorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayContainsUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayGetUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayIncludesOperatorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayIntersectsOperatorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayIntersectsUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayRemoveIndexUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayReplaceUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArraySetUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArraySliceUnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayToStringFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.CockroachArrayFillFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayContainsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayFillFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayIncludesFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayIntersectsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayPositionFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayPositionsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayRemoveIndexFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayReplaceFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArraySetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayToStringFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayConstructorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayFillFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayPositionFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayPositionsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArraySetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayToStringFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayConcatElementFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayConstructorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayContainsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayFillFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayGetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayIncludesFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayIntersectsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayLengthFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayPositionFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayPositionsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayRemoveIndexFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayReplaceFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArraySetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArraySliceFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayToStringFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayTrimFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayConcatElementFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayConstructorFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayFillFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayPositionFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayPositionsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayTrimEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.AvgFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastingConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ChrLiteralEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ConcatPipeFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CountFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CurrentFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DateTruncEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2FormatEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2PositionFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2SubstringFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ExtractFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.FormatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.IntegralTimestampaddFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonArrayFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonObjectFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonExistsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonQueryFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonValueFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonArrayAppendFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonArrayFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonArrayFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonObjectFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonArrayAppendFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonArrayInsertFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonInsertFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonMergepatchFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonReplaceFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonSetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonArrayAppendFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonArrayFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonArrayInsertFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonInsertFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonMergepatchFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonObjectFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonReplaceFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonSetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayAppendFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayInsertFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonInsertFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonObjectFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonRemoveFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonReplaceFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonSetFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.LengthFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.OrdinalFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SqlColumn
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SqlFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerFormatEmulation
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampaddFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TrimFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TruncFunction.TruncRenderingSupport
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.H2XmlConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.H2XmlForestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.H2XmlPiFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.LegacyDB2XmlExistsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.LegacyDB2XmlQueryFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.PostgreSQLXmlQueryFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlExistsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlForestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlPiFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlQueryFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlConcatFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlElementFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlExistsFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlForestFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlPiFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlQueryFunction
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- render(SqlAppender, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.GenerateSeriesFunction
- render(SqlAppender, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- render(SqlAppender, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- render(SqlAppender, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmSetReturningFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.SetReturningFunctionRenderer
- render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
-
Deprecated, for removal: This API element is subject to removal in a future version.
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ModeStatsModeEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.AvgFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CountFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlAggFunction
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonExistsFunction
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.H2JsonExistsFunction
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonExistsFunction
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonExistsFunction
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonExistsFunction
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonExistsFunction
- render(SqlAppender, JsonExistsFunction.JsonExistsArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonExistsFunction
- render(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonObjectAggFunction
- render(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonObjectAggFunction
- render(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- render(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonObjectAggFunction
- render(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonObjectAggFunction
- render(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonObjectAggFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonQueryFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.H2JsonQueryFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonQueryFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonQueryFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonQueryFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonQueryFunction
- render(SqlAppender, JsonQueryFunction.JsonQueryArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonQueryFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.H2JsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonValueFunction
- render(SqlAppender, JsonValueFunction.JsonValueArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonValueFunction
- render(SqlAppender, XmlElementFunction.XmlElementArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.H2XmlElementFunction
- render(SqlAppender, XmlElementFunction.XmlElementArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlElementFunction
- render(SqlAppender, XmlElementFunction.XmlElementArguments, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlElementFunction
- render(SqlAppender, SqlAstTranslator<?>, AggregateSupport.AggregateColumnWriteExpression, String) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport.WriteExpressionRenderer
-
Renders the qualified custom write expression to the
SqlAppender
with the value expressions for each selectable as returned byAggregateSupport.AggregateColumnWriteExpression.getValueExpression(SelectableMapping)
. - render(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.tree.cte.SelfRenderingCteObject
- render(SqlAstNode, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- render(SqlAstNode, SqlAstNodeRenderingMode) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
-
Renders the given SQL AST node with the given rendering mode.
- render(TableInsert, Consumer<String>, Consumer<ColumnReference>, H2IdentityColumnSupport.InsertValuesHandler, SessionFactoryImplementor) - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
-
Deprecated.
- render(TableInsert, Consumer<String>, Consumer<ColumnReference>, H2IdentityColumnSupport.InsertValuesHandler, SessionFactoryImplementor) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
-
Deprecated.
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonObjectAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonObjectAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MariaDBJsonObjectAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonObjectAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonObjectAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayAggFunction
- renderArgument(SqlAppender, Expression, JsonNullBehavior, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonObjectAggFunction
- renderArgument(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayInsertFunction
- renderAsLiteral(JdbcParameter, Object) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderBackslashEscapedLikePattern(Expression, Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCaseInsensitiveLikeEmulation(Expression, Expression, Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCastArrayToString(SqlAppender, SqlAstNode, Dialect, SqlAstTranslator<?>) - Static method in class org.hibernate.dialect.function.CastFunction
- renderCasted(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderColumnDefinitions(SqlAppender, JsonTableColumnsClause, char, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderColumnDefinitions(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderColumnPath(String, String, SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
- renderColumnPath(String, String, SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderColumnPath(String, String, SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderColumnPath(String, String, SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- renderColumns(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderColumns(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderColumns(SqlAppender, XmlTableColumnsClause, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
- renderColumns(SqlAppender, XmlTableColumnsClause, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- renderColumnSelects(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderCombinedLimitClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCombinedLimitClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCommaSeparated(Iterable<? extends SqlAstNode>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode>, Iterable<String>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparison(List<SqlSelection>, X, ComparisonOperator) - Method in interface org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparisonDistinctOperator(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparisonEmulateCase(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparisonEmulateDecode(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparisonEmulateDecode(Expression, ComparisonOperator, Expression, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparisonEmulateIntersect(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderComparisonStandard(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderComparisonStandard(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCteColumns(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderCycleClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderDefaultExpression(Expression, SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- renderDefaultExpression(Expression, SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- renderDeleteClause(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderDeleteClause(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderDeleteClause(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderDeleteClause(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderDeleteClause(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderDeleteClause(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderDerivedTableReferenceIdentificationVariable(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderDerivedTableReferenceIdentificationVariable(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderDerivedTableReferenceIdentificationVariable(DerivedTableReference) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderDerivedTableReferenceIdentificationVariable(DerivedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderDmlTargetTableExpression(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderDmlTargetTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderEmptyOrderBy() - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderExpressionAsLiteral(Expression, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderExpressionsAsSubquery(List<? extends Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFetch(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFetchExpression(Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderFetchExpression(Expression) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderFetchExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFetchPlusOffsetExpressionAsLiteral(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFetchPlusOffsetExpressionAsSingleParameter(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFirstClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFirstSkipClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFirstSkipClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderFromClauseAfterUpdateSet(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFromClauseExcludingDmlTargetReference(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFromClauseJoiningDmlTargetReference(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderFromClauseSpaces(FromClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CteGenerateSeriesFunction
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.GenerateSeriesFunction
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.H2GenerateSeriesFunction
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HANAGenerateSeriesFunction
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerGenerateSeriesFunction
- renderGenerateSeries(SqlAppender, Expression, Expression, Expression, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SybaseASEGenerateSeriesFunction
- renderInsertIntoNoColumns(TableInsertStandard) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderInsertIntoNoColumns(TableInsertStandard) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderInsertIntoNoColumns(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Handle rendering an insert with no columns
- renderInsertValues() - Method in interface org.hibernate.dialect.identity.H2IdentityColumnSupport.InsertValuesHandler
- renderInterval(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderIntervalLiteral(Literal, TemporalUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderIntoIntoAndTable(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Renders the
insert into <table name>
portion of an insert - renderJsonExistsColumnDefinition(SqlAppender, JsonTableExistsColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
- renderJsonExistsColumnDefinition(SqlAppender, JsonTableExistsColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
- renderJsonExistsColumnDefinition(SqlAppender, JsonTableExistsColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderJsonExistsColumnDefinition(SqlAppender, JsonTableExistsColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonTableFunction
- renderJsonExistsColumnDefinition(SqlAppender, JsonTableExistsColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderJsonExistsColumnDefinition(SqlAppender, JsonTableExistsColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderJsonNestedColumnDefinition(SqlAppender, JsonTableNestedColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderJsonNestedColumnDefinition(SqlAppender, JsonTableNestedColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonTableFunction
- renderJsonNestedColumnDefinition(SqlAppender, JsonTableNestedColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderJsonNestedColumnDefinition(SqlAppender, JsonTableNestedColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderJsonOrdinalityColumnDefinition(SqlAppender, JsonTableOrdinalityColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderJsonOrdinalityColumnDefinition(SqlAppender, JsonTableOrdinalityColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderJsonPath(SqlAppender, Expression, boolean, SqlAstTranslator<?>, String, JsonPathPassingClause) - Static method in class org.hibernate.dialect.function.json.H2JsonValueFunction
- renderJsonQueryColumnDefinition(SqlAppender, JsonTableQueryColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
- renderJsonQueryColumnDefinition(SqlAppender, JsonTableQueryColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderJsonQueryColumnDefinition(SqlAppender, JsonTableQueryColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonTableFunction
- renderJsonQueryColumnDefinition(SqlAppender, JsonTableQueryColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderJsonQueryColumnDefinition(SqlAppender, JsonTableQueryColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.H2JsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderJsonTable(SqlAppender, JsonTableFunction.JsonTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderJsonTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.DB2UnnestFunction
- renderJsonTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2UnnestFunction
- renderJsonTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HANAUnnestFunction
- renderJsonTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLUnnestFunction
- renderJsonTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.SQLServerUnnestFunction
- renderJsonTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- renderJsonTableColumns(SqlAppender, AnonymousTupleTableGroupProducer, SqlAstTranslator<?>, boolean) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- renderJsonValueColumnDefinition(SqlAppender, JsonTableValueColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
- renderJsonValueColumnDefinition(SqlAppender, JsonTableValueColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- renderJsonValueColumnDefinition(SqlAppender, JsonTableValueColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.MySQLJsonTableFunction
- renderJsonValueColumnDefinition(SqlAppender, JsonTableValueColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderJsonValueColumnDefinition(SqlAppender, JsonTableValueColumnDefinition, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderLimitOffsetClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderLimitOffsetClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderLiteral(Literal, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
- renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderMergeDelete(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeInsert(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeInsert(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeInto(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeInto(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeOn(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeOn(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeSource(OptionalTableUpdate) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderMergeSource(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeSourceAlias() - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderMergeSourceAlias() - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeSourceAlias() - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeStatement(OptionalTableUpdate) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderMergeStatement(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
-
Renders the OptionalTableUpdate as a MERGE query.
- renderMergeTargetAlias() - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderMergeTargetAlias() - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeTargetAlias() - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeUpdateClause(List<Assignment>, Predicate) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderMergeUpdateClause(List<Assignment>, Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderMergeUsing(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderMergeUsing(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderMergeUsingQuerySelection(ColumnValueBinding) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- renderNamedSetReturningFunction(String, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderNamedSetReturningFunction(String, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderNamedSetReturningFunction(String, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderNamedSetReturningFunction(String, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderNamedSetReturningFunction(String, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderNamedSetReturningFunction(String, List<? extends SqlAstNode>, AnonymousTupleTableGroupProducer, String, SqlAstNodeRenderingMode) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
-
Renders a named set returning function.
- renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderNestedColumnJoins(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
- renderNestedColumnJoins(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction
- renderNestedColumnJoins(SqlAppender, JsonTableColumnsClause, int, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- renderNull(Literal) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderNull(Literal) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderOffset(Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderOffsetExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderOffsetFetchClause(Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderOffsetFetchClause(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderOffsetRowsKeyword() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- renderOrderBy(boolean, List<SortSpecification>) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderOrderBy(boolean, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderParameterAsParameter(int, JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Renders a parameter marker for the given position
- renderParameterAsParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderPartitionItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderQueryGroup(QueryGroup, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderRecursiveCteVirtualSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderReturningClause(List<ColumnReference>) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- renderReturningClause(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.H2JsonObjectAggFunction
- renderReturningClause(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- renderReturningClause(SqlAppender, JsonValueFunction.JsonValueArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonValueFunction
- renderReturningClause(SqlAppender, JsonValueFunction.JsonValueArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HANAJsonValueFunction
- renderReturningClause(SqlAppender, JsonValueFunction.JsonValueArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonValueFunction
- renderReturningClause(SqlAppender, JsonValueFunction.JsonValueArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonValueFunction
- renderReturningClause(SqlAppender, JsonValueFunction.JsonValueArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonValueFunction
- renderReturningClause(SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayFunction
- renderReturningClause(SqlAppender, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonArrayFunction
- renderReturningClause(SqlAppender, Expression, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.H2JsonArrayAggFunction
- renderReturningClause(SqlAppender, Expression, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HSQLJsonArrayAggFunction
- renderReturningClause(SqlAppender, Expression, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayAggFunction
- renderReturningClause(MutationStatement) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderRootTableGroup(TableGroup, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderRowNumber(SelectClause, QueryPart) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderRowNumber(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderRowNumberingSelectItems(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderRowsToClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderRowsToClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSearchClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSelectExpression(Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderSelectExpression(Expression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderSelectExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSelectExpressionWithCastedOrInlinedPlainParameters(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSelectSimpleComparison(List<SqlSelection>, Expression, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSetClause(List<Assignment>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- rendersIdentifierVariable() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
- rendersIdentifierVariable(List<SqlAstNode>, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.H2GenerateSeriesFunction
- rendersIdentifierVariable(List<SqlAstNode>, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.HANAGenerateSeriesFunction
- rendersIdentifierVariable(List<SqlAstNode>, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.json.H2JsonTableFunction
- rendersIdentifierVariable(List<SqlAstNode>, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SQLServerGenerateSeriesFunction
- rendersIdentifierVariable(List<SqlAstNode>, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SybaseASEGenerateSeriesFunction
- rendersIdentifierVariable(List<SqlAstNode>, SessionFactoryImplementor) - Method in interface org.hibernate.query.sqm.function.SetReturningFunctionRenderer
- renderSimpleNamedFunction(String, List<? extends SqlAstNode>, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSkipFirstClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSkipFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderSortExpression(Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderStandardCycleClause(CteStatement) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderStandardCycleClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderStandardSearchClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTableGroup(TableGroup, Predicate, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTableReferenceIdentificationVariable(TableReference) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- renderTableReferenceIdentificationVariable(TableReference) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- renderTableReferenceIdentificationVariable(TableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTableReferenceJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTableReferenceJoins(TableGroup, int, boolean) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- renderTableReferenceJoins(TableGroup, int, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTopClause(Expression, Expression, FetchClauseType, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTopClause(QuerySpec, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTopStartAtClause(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderTopStartAtClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
- renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
- renderTransformerReadFragment(String, String...) - Static method in class org.hibernate.sql.Template
- renderTupleComparisonStandard(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderUniqueAndReturningClause(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- renderUniqueAndReturningClause(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.PostgreSQLJsonObjectAggFunction
- renderUniqueClause(SqlAppender, JsonObjectAggFunction.JsonObjectAggArguments, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- renderUnnest(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2UnnestFunction
- renderUnnest(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleUnnestFunction
- renderUnnest(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- renderUpdateClause(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- renderUpdateClause(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- renderUpdateClause(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- renderUpdateClause(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- renderUpdateClause(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderUpsertStatement(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonArrayFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.DB2JsonObjectFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HSQLJsonArrayFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.HSQLJsonObjectFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonArrayFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.JsonObjectFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonArrayFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.OracleJsonObjectFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayAppendFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonArrayFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonInsertFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonObjectFunction
- renderValue(SqlAppender, SqlAstNode, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.json.SQLServerJsonReplaceFunction
- renderVirtualSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderWhereStringTemplate(String, String, Dialect, TypeConfiguration) - Static method in class org.hibernate.sql.Template
-
Takes the SQL fragment provided in the mapping attribute and interpolates the given alias, using it to qualify every unqualified column name.
- renderWhereStringTemplate(String, Dialect, TypeConfiguration) - Static method in class org.hibernate.sql.Template
-
Takes the SQL fragment provided in the mapping attribute and interpolates the default placeholder value, which is "{@}", using it to qualify every unqualified column name.
- renderWrappedParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- renderXmlOrdinalityColumnDefinition(SqlAppender, XmlTableOrdinalityColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
- renderXmlOrdinalityColumnDefinition(SqlAppender, XmlTableOrdinalityColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- renderXmlOrdinalityColumnDefinition(SqlAppender, XmlTableOrdinalityColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- renderXmlQueryColumnDefinition(SqlAppender, XmlTableQueryColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- renderXmlQueryColumnDefinition(SqlAppender, XmlTableQueryColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
- renderXmlQueryColumnDefinition(SqlAppender, XmlTableQueryColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- renderXmlQueryColumnDefinition(SqlAppender, XmlTableQueryColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- renderXmlTable(SqlAppender, XmlTableFunction.XmlTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.DB2XmlTableFunction
- renderXmlTable(SqlAppender, XmlTableFunction.XmlTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- renderXmlTable(SqlAppender, XmlTableFunction.XmlTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
- renderXmlTable(SqlAppender, XmlTableFunction.XmlTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- renderXmlTable(SqlAppender, XmlTableFunction.XmlTableArguments, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- renderXmlTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HANAUnnestFunction
- renderXmlTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLUnnestFunction
- renderXmlTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.SQLServerUnnestFunction
- renderXmlTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.SybaseASEUnnestFunction
- renderXmlTable(SqlAppender, Expression, BasicPluralType<?, ?>, SqlTypedMapping, AnonymousTupleTableGroupProducer, String, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- renderXmlTableColumns(SqlAppender, AnonymousTupleTableGroupProducer, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.UnnestFunction
- renderXmlValueColumnDefinition(SqlAppender, XmlTableValueColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.DB2XmlTableFunction
- renderXmlValueColumnDefinition(SqlAppender, XmlTableValueColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
- renderXmlValueColumnDefinition(SqlAppender, XmlTableValueColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- renderXmlValueColumnDefinition(SqlAppender, XmlTableValueColumnDefinition, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- reorderColumns(List<Column>) - Method in class org.hibernate.mapping.DenormalizedTable
- reorderColumns(List<Column>) - Method in class org.hibernate.mapping.PrimaryKey
- reorderColumns(List<Column>) - Method in class org.hibernate.mapping.Table
- reorderColumns(List<Column>) - Method in class org.hibernate.mapping.UserDefinedObjectType
- repeat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- repeat(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenate the given string expression with itself the given number of times.
- repeat(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- repeat(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenate the given string expression with itself the given number of times.
- repeat(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- repeat(String, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenate the given string expression with itself the given number of times.
- repeat(String, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- repeat_replicate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- repeat_rpad() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- RepeatableContainer<R extends Annotation> - Interface in org.hibernate.boot.models.annotations.spi
- replace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in interface org.hibernate.type.Type
-
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in interface org.hibernate.type.Type
-
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
- replace(Expression<String>, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Replace all occurrences of
pattern
within the original string withreplacement
. - replace(Expression<String>, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- replace(Expression<String>, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- replace(Expression<String>, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- replace(Expression<String>, String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- replace(Expression<String>, String, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- replace(Expression<String>, String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- replace(Expression<String>, String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>) - Static method in class org.hibernate.type.TypeHelper
-
Apply the
Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map<java.lang.Object, java.lang.Object>)
operation across a series of values. - replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
-
Apply the
Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map<java.lang.Object, java.lang.Object>)
operation across a series of values. - replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.AbstractStandardBasicType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.AnyType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.CollectionType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.ComponentType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.CustomType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.EntityType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.MetaType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.UserComponentType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractStandardBasicType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
- replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.UserComponentType
- replace(String, String) - Method in class org.hibernate.dialect.Replacer
- replace(J, J, Object) - Method in interface org.hibernate.usertype.CompositeUserType
-
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
- replace(J, J, Object) - Method in interface org.hibernate.usertype.UserType
-
During merge, replace the existing (target) value in the managed entity we are merging to with a new (original) value from the detached entity we are merging.
- replace(CollectionPersister, Map<Object, Object>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
- replace(CollectionPersister, Map<Object, Object>) - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation
- replace(EntityPersister, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Static method in class org.hibernate.type.TypeHelper
-
Apply the
Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map<java.lang.Object, java.lang.Object>)
operation across a series of values. - replace(SqmEntityJoin<?, E>, SqmRoot<E>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Used with JPA compliance to treat secondary query roots as cross-joins.
- REPLACE_ORIGINAL - Enum constant in enum class org.hibernate.event.service.spi.DuplicationStrategy.Action
- replace_strReplace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Sybase
- replaceAssociations(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
-
Apply the
Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map<java.lang.Object, java.lang.Object>)
operation across a series of values, as long as the correspondingType
is an association. - replaceCollection(CollectionPersister, PersistentCollection<?>, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Replaces a directly accessible collection with the given one
- replaceDelayedEntityIdentityInsertKeys(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
- replaceElements(Object, Object, Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.type.ArrayType
- replaceElements(Object, Object, Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Replace the elements of a collection with the elements of another collection.
- replaceElements(Object, Object, Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
- replaceElements(Object, Object, Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.type.MapType
- replaceElements(Object, Object, CollectionPersister, Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserCollectionType
-
Replace the elements of a collection with the elements of another collection
- replaceEntityEntryRowId(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
- replaceExpression(X) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- replaceExpressions(X) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- replaceLtrimRtrim(TrimSpec, boolean) - Static method in class org.hibernate.dialect.AbstractTransactSQLDialect
- replacePropertyValues(Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
- replacePropertyValues(Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
-
Inject property values onto the given component instance, or return a new instance with the given property values.
- replacePropertyValues(Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.type.UserComponentType
- replaceQueuedOperationValues(CollectionPersister, Map<Object, Object>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Replace entity instances with copy in
copyCache
. - Replacer - Class in org.hibernate.dialect
- Replacer(String, String, String) - Constructor for class org.hibernate.dialect.Replacer
- replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
-
Deprecated.With no real replacement. For some use cases try
StatelessSession.upsert(Object)
. - replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
-
Deprecated.With no real replacement. For some use cases try
StatelessSession.upsert(Object)
. - REPLICATE - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.since
Session.replicate(Object, ReplicationMode)
is deprecated - REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
-
replicate
- REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingActions
- REPLICATE - Static variable in class org.hibernate.event.spi.EventType
- ReplicateEvent - Class in org.hibernate.event.spi
-
Event class for
Session.replicate(java.lang.Object, org.hibernate.ReplicationMode)
. - ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
- ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
- ReplicateEventListener - Interface in org.hibernate.event.spi
-
Deprecated.since
Session.replicate(java.lang.Object, org.hibernate.ReplicationMode)
is deprecated - ReplicationMode - Enum Class in org.hibernate
-
Deprecated.since
Session.replicate(Object, ReplicationMode)
is deprecated - reportedJavaType() - Method in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- RepresentationMode - Enum Class in org.hibernate.metamodel
-
Enumeration of the built-in ways that Hibernate can represent the application's domain model.
- required() - Element in annotation interface org.hibernate.service.spi.InjectService
-
Is the service to be injected required (not optional)?
- requireIdentifierOrUniqueKeyType(MappingContext) - Method in class org.hibernate.type.EntityType
- requiresAggregateColumnWriter() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Whether
AggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration)
is needed when assigning an expression to individual aggregated columns in an update statement. - requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
- requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
- requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.DB2Dialect
- requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database require casting of non-string arguments in the
concat()
function? - requiresDirtyCheck(Object) - Method in interface org.hibernate.engine.spi.EntityEntry
-
Returns
true
if the entity can possibly be dirty. - requireService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
-
Retrieve a service by role, throwing an exception if there is no such service.
- requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect require that integer divisions be wrapped in
cast()
calls to tell the db parser the expected type. - requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.HSQLDialect
- requiresParensForTupleCounts() - Method in class org.hibernate.dialect.Dialect
-
If
Dialect.supportsTupleCounts()
is true, does this dialect require the tuple to be delimited with parentheses? - requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.CockroachDialect
- requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
-
If
Dialect.supportsTupleDistinctCounts()
is true, does this dialect require the tuple to be delimited with parentheses? - requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.H2Dialect
- requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.PostgreSQLDialect
- requiresPostCommitHandling(EntityPersister) - Method in interface org.hibernate.event.spi.PostCommitDeleteEventListener
-
Does this listener require that after transaction hooks be registered?
- requiresRestriction() - Method in class org.hibernate.persister.entity.EntityNameUse
- requiresRowNumberIntermediate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
- requiresTxn(LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- requiresVersion() - Method in enum class org.hibernate.LockMode
-
Does this lock mode require a version?
- RESERVED_WORD_USED_AS_ALIAS - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- reset() - Method in class org.hibernate.event.spi.PostLoadEvent
- reset() - Method in class org.hibernate.event.spi.PreLoadEvent
- resetAndReuseEventInstance(Object, EntityEntry) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
This is a terrible anti-pattern, but particular circumstances call for being able to reuse the same event instance: this is otherwise allocated in hot loops and since each event is escaping the scope it's actually causing allocation issues.
- resetCaches() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Some BytecodeProvider implementations will have classloader specific caching.
- resetCallback() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- resetDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
-
Callback used by Hibernate to signal that the entity dirty flag should be cleared.
- resetEntityInitialier() - Method in interface org.hibernate.engine.spi.EntityHolder
-
For Hibernate Reactive Set the EntityInitializer to null
- resetExpectedType(BindableType<T>) - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- resetFetches(ImmutableFetchList) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Set the identifier and version of the given instance back to its "unsaved" value, that is, the value it had before it was made persistent.
- resetIfNeeded() - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- resetOptional(boolean) - Method in class org.hibernate.mapping.Property
- resetResolvedEntityRegistrations(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
-
Resets the resolved entity registrations by i.e.
- resetResolvedEntityRegistrations(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
-
Resets the resolved entity registrations by i.e.
- resetStoredSnapshot(PersistentCollection<?>, Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Reset the stored snapshot for both the persistent collection and this collection entry.
- resetUpdateable(boolean) - Method in class org.hibernate.mapping.Property
- Resolution - Interface in org.hibernate.engine.spi
-
Used to put natural id values into collections.
- Resolvable - Interface in org.hibernate.mapping
- resolve() - Method in class org.hibernate.mapping.BasicValue
- resolve() - Method in class org.hibernate.mapping.DependantValue
- resolve() - Method in interface org.hibernate.mapping.Resolvable
- resolve() - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
- resolve(Parameter<P>) - Method in interface org.hibernate.query.ParameterMetadata
-
Obtain a
QueryParameter
representing the same parameter as the given JPA-standardParameter
. - resolve(Parameter<P>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- resolve(Class<J>, int) - Method in class org.hibernate.type.BasicTypeRegistry
- resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EntityType
-
Resolve an identifier or unique key value
- resolve(Type, int) - Method in class org.hibernate.type.BasicTypeRegistry
- resolve(String) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
- resolve(BiConsumer) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
- resolve(BiConsumer<BasicJavaType<T>, JdbcType>) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- resolve(BiConsumer<BasicJavaType<T>, JdbcType>) - Method in class org.hibernate.usertype.UserTypeSupport
- resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMemento
- resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMementoBasic
- resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMementoEntity
- resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
- resolve(Map<?, ?>, MutabilityPlan<?>, MetadataBuildingContext, JdbcTypeIndicators) - Method in class org.hibernate.boot.model.TypeDefinition
- resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.BasicValue
- resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.DependantValue
- resolve(MetadataBuildingContext) - Method in interface org.hibernate.mapping.Resolvable
- resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedHqlQueryDefinition
- resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
- resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedProcedureCallDefinition
- resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedQueryDefinition
-
Resolve the mapping definition into its run-time memento form.
- resolve(SessionFactoryImplementor, MetadataImplementor, String) - Method in interface org.hibernate.query.named.NamedObjectRepository
-
Resolve the named query with the given name.
- resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
- resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento.ParameterMemento
- resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.FetchDescriptor
-
Resolve the descriptor into a memento capable of being stored in the
NamedObjectRepository
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.NamedResultSetMappingDescriptor
-
Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate's
NamedObjectRepository
- resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.ResultDescriptor
-
Resolve the descriptor into a memento capable of being stored in the
NamedObjectRepository
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
- resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
- resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.FetchMemento
-
Resolve the fetch-memento into the result-graph-node builder
- resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.FetchMementoBasic
- resolve(ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
-
Resolve this memento.
- resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
- resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
- resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
- resolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
-
Resolve the JdbcValuesMapping.
- resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.spi.SqlSelection
- resolve(BasicTypeReference<J>) - Method in class org.hibernate.type.BasicTypeRegistry
- resolve(JavaType<J>, int) - Method in class org.hibernate.type.BasicTypeRegistry
- resolve(JavaType<J>, JdbcType) - Method in class org.hibernate.type.BasicTypeRegistry
- resolve(JavaType<J>, JdbcType, String) - Method in class org.hibernate.type.BasicTypeRegistry
- resolve(JavaType<J>, JdbcType, Supplier<BasicType<J>>) - Method in class org.hibernate.type.BasicTypeRegistry
-
Find an existing BasicType registration for the given JavaType and JdbcType combo or create (and register) one.
- resolveAdHocBasicType(String) - Method in interface org.hibernate.boot.spi.BootstrapContext
-
To support Envers.
- resolveAggregateDescriptor(int, String, EmbeddableMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.H2JsonJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.OracleJsonJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.OracleReflectionStructJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.OracleStructJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.OracleXmlJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonbType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.PostgreSQLJsonPGObjectJsonType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.PostgreSQLStructPGObjectJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
-
Deprecated.
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- resolveAlias(String, String) - Method in interface org.hibernate.sql.ast.tree.from.TableAliasResolver
- resolveAlias(SqmFrom<?, ?>) - Method in interface org.hibernate.query.sqm.tree.SqmRenderContext
-
Returns an alias for the given from node.
- resolveAlias(SqmRenderContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
Retrieve the explicit alias, if one, otherwise return a generated one.
- resolveAliasedExpression(List<SqlSelection>, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- resolveAliasedExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- resolveArithmeticType(SqmExpressible<?>, SqmExpressible<?>) - Method in class org.hibernate.type.spi.TypeConfiguration
-
Determine the result type of an arithmetic operation as defined by the rules in section 6.5.8.1.
- resolveArithmeticType(SqmExpressible<?>, SqmExpressible<?>, BinaryArithmeticOperator) - Method in class org.hibernate.type.spi.TypeConfiguration
- resolveArrayDescriptor(Class<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- resolveArrayType(DomainType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- resolveAssemblers(SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
- resolveAttributeIndexes(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- resolveAttributeIndexes(String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Converts an array of attribute names to a set of indexes, according to the entity metamodel
- resolveAutoApplied(BasicJavaType<?>) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
- resolveBatchKeyAccess(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- resolveCastTargetType(String) - Method in class org.hibernate.type.spi.TypeConfiguration
-
Understands the following target type names for the
cast()
function:String
Character
Byte
,Short
,Integer
,Long
Float
,Double
Time
,Date
,Timestamp
LocalDate
,LocalTime
,LocalDateTime
BigInteger
BigDecimal
Binary
Boolean
(fragile, not aware of encoding to character viaCharBooleanConverter
) - resolveCircularFetch(NavigablePath, FetchParent, FetchTiming, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetchable
-
Check whether this Fetchable is considered a circular fetch.
- resolveClassName(String) - Method in interface org.hibernate.boot.models.xml.spi.XmlDocumentContext
- resolveColumnName(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
-
Name of a particular result value by position
- resolveColumnPosition(String) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
-
Position of a particular result value by name
- resolveConcreteProxyTypeForId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
If this entity is configured to return concrete-typed proxies, this method queries the entity table(s) do determine the concrete entity type associated with the provided id and returns its persister.
- resolveConcreteProxyTypeForId(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
-
Resolve the current tenant identifier.
- RESOLVED - Enum constant in enum class org.hibernate.sql.results.graph.Initializer.State
- resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Resolve strategy instances.
- resolveDefaultableStrategy(Class<T>, Object, T) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Resolve strategy instances.
- resolveDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- resolveDescriptor(Type, BiFunction<Type, TypeConfiguration, MutabilityPlan<?>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- resolveDescriptor(Type, Supplier<JavaType<J>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
- resolveDialect(DialectResolutionInfo) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolver
-
Determine the
Dialect
to use based on the given information. - resolveDirtyAttributeIndexes(Object[], Object[], String[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- resolveDirtyAttributeIndexes(Object[], Object[], String[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Like
EntityPersister.resolveAttributeIndexes(String[])
but also always returns mutable attributes - resolveDiscriminatorForEntityType(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
- resolveDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
- resolveDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
-
Retrieve the details for a particular discriminator value.
- resolveEmbeddableDiscriminatorType(Class<?>, Supplier<DiscriminatorType<?>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- resolveEmbeddableDiscriminatorType(Class<?>, Supplier<DiscriminatorType<?>>) - Method in interface org.hibernate.boot.spi.MetadataImplementor
- resolveEntityInstance(EntityKey, boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.spi.StandardEntityInstanceResolver
- resolveEntityKeyOnly(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- resolveEntityName(Object) - Method in interface org.hibernate.EntityNameResolver
-
Given an entity instance, determine its entity name.
- resolveEntityTypeDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
-
Find an
EventType
by its name - resolveExpressible(Type<J>) - Method in interface org.hibernate.type.BindingContext
-
Resolve this parameter type to the corresponding
SqmBindableType
. - resolveExpressible(BindingContext) - Method in interface org.hibernate.query.sqm.SqmBindableType
- resolveExpressible(BindingContext) - Method in class org.hibernate.type.BasicTypeReference
- resolveExpressible(BindingContext) - Method in interface org.hibernate.type.BindableType
-
Resolve this parameter type to the corresponding
SqmBindableType
. - resolveExpressible(BindingContext) - Method in class org.hibernate.type.ComponentType
- resolveExpressionToAlias(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- resolveFrom(SqmPath<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Similar to
SqmPathRegistry.resolveFrom(org.hibernate.spi.NavigablePath, java.util.function.Function<org.hibernate.spi.NavigablePath, org.hibernate.query.sqm.tree.from.SqmFrom<?, ?>>)
, but accepting a SqmPath to be used to create and register a SqmFrom if none yet registered. - resolveFrom(NavigablePath, Function<NavigablePath, SqmFrom<?, ?>>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
-
Similar to
SqmPathRegistry.findFromByPath(org.hibernate.spi.NavigablePath)
, but accepting a producer to be used to create and register a SqmFrom if none yet registered. - resolveFromPreviousRow(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 1.2 - Special variant of
Initializer.resolveKey(InitializerData)
that allows the reuse of key value and instance value from the previous row. - resolveFromPreviousRow(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- resolveFunctionArgumentType(List<? extends SqmTypedNode<?>>, int, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
- resolveFunctionArgumentType(List<? extends SqmTypedNode<?>>, int, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
- resolveFunctionArgumentType(List<? extends SqmTypedNode<?>>, int, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.array.ArrayIncludesArgumentTypeResolver
- resolveFunctionArgumentType(List<? extends SqmTypedNode<?>>, int, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.GenerateSeriesArgumentTypeResolver
- resolveFunctionArgumentType(List<? extends SqmTypedNode<?>>, int, SqmToSqlAstConverter) - Method in interface org.hibernate.query.sqm.produce.function.FunctionArgumentTypeResolver
-
Resolve the argument type for a function given its context-implied return type.
- resolveFunctionArgumentType(SqmFunction<?>, int, SqmToSqlAstConverter) - Method in interface org.hibernate.query.sqm.produce.function.FunctionArgumentTypeResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- resolveFunctionImpliedReturnType() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- resolveFunctionImpliedReturnType() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- resolveFunctionImpliedReturnType() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
-
Returns the function return type implied from the context within which it is used.
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.SumReturnTypeResolver
- resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
-
Resolve the return type for a function given its context-implied type and the arguments to this call.
- resolveFunctionReturnType(List<? extends SqlAstNode>, String, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
- resolveFunctionReturnType(List<? extends SqlAstNode>, String, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- resolveFunctionReturnType(List<? extends SqlAstNode>, String, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- resolveFunctionReturnType(List<? extends SqlAstNode>, String, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- resolveFunctionReturnType(List<? extends SqlAstNode>, String, boolean, boolean, SqmToSqlAstConverter) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver
-
Resolve the tuple elements
SqlExpressible
for a function given its arguments to this call. - resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.SumReturnTypeResolver
- resolveFunctionReturnType(ReturnableType<?>, SqmToSqlAstConverter, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
-
Resolve the return type for a function given its context-implied type and the arguments to this call.
- resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- resolveGroupOrOrderByExpression(SqmExpression<?>) - Method in class org.hibernate.dialect.sql.ast.SybaseSqmToSqlAstConverter
- resolveGroupOrOrderByExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- resolveHqlEntityReference(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Specialized handling for resolving entity-name references in an HQL query
- resolveHqlInterpretation(String, Class<R>, HqlTranslator) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- resolveId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
-
Resolve the matching id
- resolveIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
-
Resolve an identifier via a load.
- resolveIdToNaturalId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
-
Resolve the natural-id value(s) from an id
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in interface org.hibernate.query.hql.spi.SemanticPathPart
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- resolveIndicatedJdbcTypeCode(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
- resolveIndicatedJdbcTypeCode(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.dialect.type.PostgreSQLIntervalSecondJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in interface org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
-
Perform the adjustment
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in interface org.hibernate.type.AdjustableBasicType
-
Perform the adjustment
- resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in class org.hibernate.type.BasicArrayType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in class org.hibernate.type.BasicCollectionType
- resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in class org.hibernate.type.ConvertedBasicArrayType
- resolveInitializer(NavigablePath, ModelPart, Supplier<Initializer<?>>) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
- resolveInitializer(P, InitializerParent<?>, InitializerProducer<P>) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
- resolveInstance(Object, Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 2.2 - Use the given instance as resolved instance for this initializer.
- resolveInstance(Object, RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- resolveInstance(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 2.1 - Using the key resolved in
Initializer.resolveKey(Data)
, resolve the instance (of the thing initialized) to use for the current row. - resolveInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- resolveIterationVariableBasedFunctionReturnType(List<? extends SqlAstNode>, String, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesGenerateSeriesSetReturningFunctionTypeResolver
- resolveJavaType(String) - Method in interface org.hibernate.boot.models.xml.spi.XmlDocumentContext
-
Resolve a ClassDetails by name, accounting for XML-defined package name if one.
- resolveJavaTypeClass(TemporalType) - Static method in interface org.hibernate.type.descriptor.java.TemporalJavaType
- resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.source.spi.JavaTypeDescriptorResolvable
- resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.spi.AbstractQuery
- resolveJdbcTypeCode(int) - Method in class org.hibernate.mapping.BasicValue
- resolveJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- resolveJdbcTypeCode(int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
-
Resolves the given type code to a possibly different type code, based on context.
- resolveJdbcTypeCode(TemporalType) - Static method in interface org.hibernate.type.descriptor.java.TemporalJavaType
- resolveJpaSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- resolveJsonArrayType(DomainType<T>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
- resolveJtaPlatform(Map<?, ?>, ServiceRegistryImplementor) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
- resolveKey(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 1.1 - Resolve the key value for this initializer for the current row and then recurse to the sub-initializers.
- resolveKey(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- resolveListType(DomainType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
- resolveLocalXsdSchema(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
- resolveLocalXsdUrl(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
- resolveManagedTypeDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- resolveMappingExpressible(SqmExpressible<?>, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.metamodel.MappingMetamodel
- resolveMetadata(S, Function<S, M>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- resolveMetadata(S, Function<S, M>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
-
Resolve a generic metadata object from the provided source, using the specified producer.
- resolveModelPart(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- resolveModelPart(NavigablePath) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Resolve the ModelPart associated with a given NavigablePath.
- resolveNativeQueryParameters(String, Function<String, ParameterInterpretation>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- resolveNaturalIdToId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
-
Resolve the id from natural-id value
- resolveNavigablePath(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchParent
- resolveNoVersionDeleteGroup(SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- resolveParameterBindType(Class<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
- resolveParameterBindType(T) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
- resolveParameterName(JpaCriteriaParameter<?>) - Method in interface org.hibernate.query.sqm.tree.SqmRenderContext
- resolveParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- resolveParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- resolveParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
- resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
- resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
- resolveParentMemento(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParent
- resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
- resolvePath(String, SqmPathSource<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- resolvePath(PersistentAttribute<?, X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.hql.spi.SemanticPathPart
- resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
- resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
- resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
- resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
- resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
- resolvePathPart(String, String, boolean, TranslationContext) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.SequencePart
- resolvePreparedStatementDetails(String) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Get the PreparedStatement in this group related to the given table-name.
- resolvePropertyAccess(Property) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
-
Create the property accessor object for the specified attribute
- resolvePropertyAccessStrategy(Class<?>, String, RepresentationMode) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategyResolver
-
Resolve the PropertyAccessStrategy to use
- resolver() - Element in annotation interface org.hibernate.annotations.ParamDef
-
A class implementing
Supplier
which provides arguments to this parameter. - resolveReferencedClass(Metadata) - Method in class org.hibernate.mapping.ForeignKey
- resolveRepresentation(Collection) - Method in interface org.hibernate.collection.spi.CollectionSemanticsResolver
- resolveResultSetMapping(String, boolean, SessionFactoryImplementor) - Static method in interface org.hibernate.query.results.ResultSetMapping
- resolveResultSetMapping(String, SessionFactoryImplementor) - Static method in interface org.hibernate.query.results.ResultSetMapping
- resolveResultType(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- resolveSchemaName(Connection) - Method in interface org.hibernate.engine.jdbc.spi.SchemaNameResolver
-
Deprecated./** Given a JDBC
Connection
, resolve the name of the schema (if one) to which it connects. - resolveSchemaName(Connection, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.SchemaNameResolver
-
Given a JDBC
Connection
, resolve the name of the schema (if one) to which it connects. - resolveSelectQueryPlan(QueryInterpretationCache.Key, Supplier<SelectQueryPlan<R>>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- resolveSingleResultEntityKey(RowProcessingState) - Method in interface org.hibernate.sql.results.spi.RowReader
- resolveSize(JdbcType, JavaType<?>, Integer, Integer, Long) - Method in interface org.hibernate.dialect.Dialect.SizeStrategy
- resolveSize(JdbcType, JavaType<?>, Integer, Integer, Long) - Method in class org.hibernate.dialect.Dialect.SizeStrategyImpl
- resolveSize(JdbcType, JavaType<?>, Size) - Method in interface org.hibernate.dialect.Dialect.SizeStrategy
- resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
-
Create the appropriate SQL expression for this discriminator
- resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
- resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
- resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Given a qualifier + a qualifiable
SqlExpressible
, resolve the (Sql)Expression reference. - resolveSqlExpression(TableReference, SelectableMapping) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
- resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
- resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
- resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Resolve the SqlSelection for the given expression
- resolveSqlSelection(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
- resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
-
Resolves the
SqlTypes
type code for the given column type name as reported by the database and the base type name (i.e. - resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.H2Dialect
- resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.HSQLDialect
- resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.CockroachDialect
- resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
-
Resolves the
SqlTypes
type code for the given column type name as reported by the database, ornull
if it can't be resolved. - resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.H2Dialect
- resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.CockroachDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.Dialect
-
Assigns an appropriate
JdbcType
to a column of a JDBC result set based on the column type name, JDBC type code, precision, and scale. - resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.H2Dialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.MySQLDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.OracleDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
- resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.SybaseDialect
- resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.Dialect
-
Determine the length/precision of a column based on information in the JDBC
ResultSetMetaData
. - resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.MySQLDialect
- resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.SybaseDialect
- resolveState(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
- resolveState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- resolveState(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
-
This method is used to resolve the assembler's state, i.e.
- resolveState(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
- resolveStatement() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
-
The
PreparedStatement
generated from the SQL. - resolveStrategy(Class<T>, Object) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Resolve strategy instances.
- resolveStrategy(Class<T>, Object, Callable<T>, StrategyCreator<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
- resolveStrategy(Class<T>, Object, T, StrategyCreator<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
- resolveStrategy(Component, Supplier<EmbeddableMappingType>, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
-
Resolve the strategy to use for the given embeddable
- resolveStrategy(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
-
Resolve the strategy to use for the given entity
- resolveTable(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- resolveTableGroup(NavigablePath, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
-
Finds the TableGroup associated with the given `navigablePath`.
- resolveTableGroupProducer(String, List<SqlSelection>, FromClauseAccess) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- resolveTableGroupProducer(String, SqlTypedMapping[], FromClauseAccess) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- resolveTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
- resolveTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
-
Like
ColumnReferenceQualifier.getTableReference(NavigablePath, String, boolean)
, but will throw an exception if no table reference can be found, even after resolving possible table reference joins. - resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
- resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- resolveTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
- resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
- resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
- resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- resolveTupleType(List<? extends SqmTypedNode<?>>) - Method in class org.hibernate.type.spi.TypeConfiguration
- resolveTupleType(List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
- resolveTupleType(List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- resolveTupleType(List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- resolveTupleType(List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- resolveTupleType(List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver
-
Resolve the return type for a function given its arguments to this call.
- resolveType(int, JavaType<J>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
-
Deprecated, for removal: This API element is subject to removal in a future version.The existence of this method encourages people to pass around references to the SessionFactoryImplementor when they don't need it
- resolveType(int, JavaType<J>, TypeConfiguration) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
-
Determine the mapping to use for a particular position in the result
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.H2JsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleNestedTableJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleXmlArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
-
Called by
ArrayJavaType
and friends. - resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, BasicType<E>, ColumnTypeInformation, JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
- resolveType(TypeConfiguration, Dialect, BasicType<E>, ColumnTypeInformation, JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- resolveType(TypeConfiguration, Dialect, BasicType<T>, ColumnTypeInformation, JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- resolveType(TypeConfiguration, Dialect, BasicType<T>, ColumnTypeInformation, JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.BasicPluralJavaType
-
Creates a container type for the given element type
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.H2JsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleNestedTableJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.OracleXmlArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
-
Called from
Dialect.resolveSqlTypeDescriptor(java.lang.String, int, int, int, org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry)
when inferringJdbcType
s from a JDBCResultSet
or when reverse-engineering a schema. - resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor
- resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcTypeConstructor
- resolveTypeConstructorDescriptor(int, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
-
Construct a
JdbcType
viaJdbcTypeConstructor.resolveType(TypeConfiguration, Dialect, BasicType, ColumnTypeInformation)
or return a compatible one from this registry. - resolveTypeConstructorDescriptor(int, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
-
Construct a
JdbcType
viaJdbcTypeConstructor.resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation)
or return a compatible one from this registry. - resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
-
Resolve the appropriate TemporalJavaType for the given precision "relative" to this type.
- resolveUpdateVersionBatchKeyAccess(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- resort(List<Order<? super T>>) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Sets the sorting for this selection specification.
- resort(Order<? super T>) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Sets the ordering for this selection specification.
- RESOURCE - Enum constant in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
- ResourceClosedException - Exception in org.hibernate
-
Indicates an attempt was made to use a closed resource, such as a closed
Session
orSessionFactory
. - ResourceClosedException(String) - Constructor for exception org.hibernate.ResourceClosedException
-
Constructs a ResourceClosedException using the supplied message.
- ResourceLocator - Interface in org.hibernate.boot
-
Abstraction for locating class-path resources
- ResourceRegistry - Interface in org.hibernate.resource.jdbc
-
A registry for tracking JDBC resources.
- ResourceStreamLocator - Interface in org.hibernate.boot
-
Abstraction for locating class-path resources
- restrict(Predicate) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- restrict(SingularAttribute<T, U>, Range<U>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the allowed values of the given attribute to the given range.
- restrict(Class<T>, String, Range<?>) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the allowed values of the named attribute of the given entity class to the given range.
- restrict(Range<? super U>) - Method in interface org.hibernate.query.restriction.Path
- restrict(Restriction<? super T>) - Method in interface org.hibernate.query.specification.MutationSpecification
- restrict(Restriction<? super T>) - Method in interface org.hibernate.query.specification.QuerySpecification
-
Adds a restriction to the query specification.
- restrict(Restriction<? super T>) - Method in interface org.hibernate.query.specification.SelectionSpecification
- RESTRICT - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
-
Prevents deletion of the parent by raising an error immediately.
- RESTRICT - Enum constant in enum class org.hibernate.engine.jdbc.mutation.ParameterUsage
-
The parameter is used in the where clause
- Restrictable - Interface in org.hibernate.metamodel.mapping
-
Things that can have
SQLRestriction
, and/orFilter
applied to them. - RestrictedTableMutation<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast
-
Specialized TableMutation implementation for mutations which define a where-clause
- RestrictedTableMutationBuilder<O extends MutationOperation,
M extends RestrictedTableMutation<O>> - Interface in org.hibernate.sql.model.ast.builder -
Specialized
TableMutationBuilder
implementation for building mutations which have awhere
clause. - Restriction<X> - Interface in org.hibernate.query.restriction
-
A rule for restricting query results.
- Restriction - Interface in org.hibernate.sql
-
A restriction (predicate) to be applied to a query
- RestrictionRenderingContext - Interface in org.hibernate.sql
- restrictions - Variable in class org.hibernate.sql.Delete
- restrictions - Variable in class org.hibernate.sql.SimpleSelect
- restrictions - Variable in class org.hibernate.sql.Update
- result() - Method in class org.hibernate.dialect.Replacer
- RESULT_SET_MAPPING - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate ResultSetMapping was encountered
- ResultBuilder - Interface in org.hibernate.query.results
-
Responsible for building a single
DomainResult
. - ResultBuilderBasicValued - Interface in org.hibernate.query.results
-
ResultBuilder specialization for cases involving scalar results.
- ResultBuilderEmbeddable - Interface in org.hibernate.query.results
-
ResultBuilder specialization for cases involving embeddable results.
- ResultBuilderEntityValued - Interface in org.hibernate.query.results
-
ResultBuilder specialization for cases involving entity results.
- ResultBuilderInstantiationValued - Interface in org.hibernate.query.results
-
ResultBuilder specialization for cases involving dynamic-instantiation results.
- ResultCheckStyle - Enum Class in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Use an
Expectation
class instead. - resultClass() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The resulting
Class
. - resultClass() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
Optional query result class that is used by default when creating the query.
- ResultContext - Interface in org.hibernate.result.spi
- ResultDescriptor - Interface in org.hibernate.boot.query
-
Describes the mapping for a result as part of a
NamedResultSetMappingDescriptor
- ResultListTransformer<T> - Interface in org.hibernate.query
- ResultMappingMementoNode - Interface in org.hibernate.query.named
-
Any node (result or fetch) in the result graph
- ResultMemento - Interface in org.hibernate.query.named
- ResultMementoBasic - Interface in org.hibernate.query.named
- ResultMementoEntity - Interface in org.hibernate.query.named
- ResultMementoInstantiation - Interface in org.hibernate.query.named
- ResultMementoInstantiation.ArgumentMemento - Class in org.hibernate.query.named
- RESULTS_LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
- RESULTS_MESSAGE_LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
- ResultsConsumer<T,
R> - Interface in org.hibernate.sql.results.spi -
Consumes
JdbcValues
and returns the consumed values in whatever form this consumer returns, generally aList
or aScrollableResults
- resultSetMapping() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The name of a
SqlResultSetMapping
. - resultSetMapping() - Element in annotation interface org.hibernate.annotations.SQLSelect
- ResultSetMapping - Interface in org.hibernate.query.results
-
JdbcValuesMappingProducer implementation based on a graph of ResultBuilder and FetchBuilder reference.
- ResultSetOutput<T> - Interface in org.hibernate.result
-
Models a return that is a result set.
- ResultSetReturn - Interface in org.hibernate.engine.jdbc.spi
- ResultsLogger - Interface in org.hibernate.sql.results
- ResultTransformer<T> - Interface in org.hibernate.transform
-
Deprecated.Use
TupleTransformer
and/orResultListTransformer
instead - retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
- retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
- retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
- retrieveTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Locate the
TransactionManager
. - retrieveUserTransaction() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Locate the
UserTransaction
. - ReturnableType<T> - Interface in org.hibernate.metamodel.model.domain
-
Specialization of
SimpleDomainType
for types that can be used as function returns. - returnClass - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
- RETURNED_CLASS - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
Deprecated.
- returnedClass() - Method in class org.hibernate.usertype.BaseUserTypeSupport
- returnedClass() - Method in interface org.hibernate.usertype.CompositeUserType
-
The class returned by
instantiate()
. - returnedClass() - Method in interface org.hibernate.usertype.UserType
-
The class returned by
nullSafeGet()
. - returningType() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
returningType
record component. - ReturningWork<T> - Interface in org.hibernate.jdbc
-
A discrete piece of work making use of a JDBC connection and returning a result.
- ReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
- reverse() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- reverse() - Method in interface org.hibernate.query.criteria.JpaOrder
-
Reverse the sorting direction
- reverse() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
-
Switch the ordering.
- reverse() - Method in interface org.hibernate.query.Order
- reverse() - Method in enum class org.hibernate.query.SortDirection
- reverse() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- reverse() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- reverse(List<Order<? super T>>) - Static method in interface org.hibernate.query.Order
-
Reverse the direction of the given ordering list
- reversedIf(boolean) - Method in interface org.hibernate.query.Order
-
An order based on this order, possibly reversed.
- right(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- right(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- right(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extract the
length
rightmost characters of a string. - right(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- RIGHT - Enum constant in enum class org.hibernate.query.common.JoinType
- RIGHT - Enum constant in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Represents a right outer join.
- RIGHT - Enum constant in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Represents a right outer join.
- role() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns the value of the
role
record component. - ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- rollback() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
-
Rollback the resource transaction
- rollback() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
-
Rollback the physical transaction
- ROLLED_BACK - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
The transaction has been rolled back.
- ROLLING_BACK - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
Status code indicating a transaction that is in the process of rolling back.
- ROLLUP - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
- ROLLUP - Enum constant in enum class org.hibernate.sql.ast.tree.expression.Summarization.Kind
- ROOT_TAG - Static variable in class org.hibernate.type.descriptor.jdbc.XmlHelper
-
The root tag under which values are placed as XML elements.
- RootClass - Class in org.hibernate.mapping
-
A mapping model object that represents the root class in an entity class inheritance hierarchy.
- RootClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.RootClass
- RootGraph<J> - Interface in org.hibernate.graph
-
Extends the JPA-defined
EntityGraph
with additional operations. - RootGraphImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the
RootGraph
contract. - rootName() - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
-
Returns the value of the
rootName
record component. - RootSequencePart - Class in org.hibernate.metamodel.mapping.ordering.ast
-
SequencePart implementation used to translate the root of a path
- RootSequencePart(PluralAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
- RootTableGroupProducer - Interface in org.hibernate.sql.ast.tree.from
-
Contract for things that can produce the
TableGroup
that is a root of afrom-clause
- round() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- round(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the first argument rounded to the number of decimal places given by the second argument.
- round(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- round_floor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Derby (only works if the second arg is constant, as it almost always is)
- round_round() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server
- round_roundFloor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL (only works if the second arg is constant, as it almost always is)
- roundToDefaultPrecision(T, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- roundToPrecision(int, int) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- roundToSecondPrecision(T, int) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- ROW_ID - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- ROW_VERSION - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
byte[]
to JDBCVARBINARY
, specifically for entity versions/timestamps. - RowCount() - Constructor for class org.hibernate.jdbc.Expectation.RowCount
- rowId(String) - Method in class org.hibernate.dialect.DB2Dialect
-
The more "standard" syntax is
rid_bit(alias)
but here we usealias.rowid
. - rowId(String) - Method in class org.hibernate.dialect.DB2iDialect
- rowId(String) - Method in class org.hibernate.dialect.DB2zDialect
- rowId(String) - Method in class org.hibernate.dialect.Dialect
-
The name of a
rowid
-like pseudo-column which acts as a high-performance row locator, or null if this dialect has no such pseudo-column. - rowId(String) - Method in class org.hibernate.dialect.H2Dialect
- rowId(String) - Method in class org.hibernate.dialect.OracleDialect
- rowId(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
- RowId - Annotation Interface in org.hibernate.annotations
-
Specifies that a
rowid
-like column or pseudo-column should be used as the row locator in CRUD operations for an entity, instead of the primary key of the table. - ROWID - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
ROWID
. - ROWID_ALIAS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
- RowIdJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
ROWID
handling. - RowIdJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
- rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
- rowIdSqlType() - Method in class org.hibernate.dialect.DB2Dialect
- rowIdSqlType() - Method in class org.hibernate.dialect.DB2iDialect
- rowIdSqlType() - Method in class org.hibernate.dialect.DB2zDialect
- rowIdSqlType() - Method in class org.hibernate.dialect.Dialect
-
The JDBC type code of the
rowid
-like pseudo-column which acts as a high-performance row locator. - rowIdSqlType() - Method in class org.hibernate.dialect.H2Dialect
- rowIdSqlType() - Method in class org.hibernate.dialect.PostgreSQLDialect
- RowLockStrategy - Enum Class in org.hibernate.dialect
-
The strategy for rendering which row to lock with the
FOR UPDATE OF
clause. - RowMutationOperations - Class in org.hibernate.persister.collection.mutation
-
Composition of the
MutationOperation
references for a collection mapping. - RowMutationOperations(CollectionMutationTarget, OperationProducer, RowMutationOperations.Values, OperationProducer, RowMutationOperations.Values, RowMutationOperations.Restrictions, OperationProducer, RowMutationOperations.Restrictions) - Constructor for class org.hibernate.persister.collection.mutation.RowMutationOperations
- RowMutationOperations.Restrictions - Interface in org.hibernate.persister.collection.mutation
- RowMutationOperations.Values - Interface in org.hibernate.persister.collection.mutation
- rownum() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2/HSQL-style
- rowNumber(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
row_number
window function expression. - rowNumber(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- rownumInstOrderbyGroupbyNum() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CUBRID
- rownumRowid() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle-style
- rowProcessingState - Variable in class org.hibernate.sql.results.graph.InitializerData
- RowProcessingState - Interface in org.hibernate.sql.results.jdbc.spi
-
State pertaining to the processing of a single "row" of a JdbcValuesSource
- RowReader<R> - Interface in org.hibernate.sql.results.spi
-
Coordinates the process of reading a single result values row
- ROWS - Enum constant in enum class org.hibernate.query.common.FrameMode
- ROWS_ONLY - Enum constant in enum class org.hibernate.query.common.FetchClauseType
-
Exact row count like for
LIMIT
clause orFETCH FIRST n ROWS ONLY
. - ROWS_WITH_TIES - Enum constant in enum class org.hibernate.query.common.FetchClauseType
-
Also fetches ties if the last value is not unique
FETCH FIRST n ROWS WITH TIES
. - RowTransformer<T> - Interface in org.hibernate.sql.results.spi
-
Defines transformation of a raw row in the domain query result row.
- runAfterCompletion(Consumer<TransactionStatus>) - Method in interface org.hibernate.Transaction
-
Register an action which will be called during the "after completion" phase.
- runBeforeCompletion(Runnable) - Method in interface org.hibernate.Transaction
-
Register an action which will be called during the "before completion" phase.
- runInTransaction(Consumer<EntityManager>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- RuntimeMetamodels - Interface in org.hibernate.metamodel
-
Entry point providing access to the runtime metamodels: the domain model, our implementation of the JPA-defined model of the Java types, and our relational mapping model of how these types are made persistent.
- RuntimeMetamodelsImplementor - Interface in org.hibernate.metamodel.spi
-
SPI extending
RuntimeMetamodels
and mixing inMappingContext
. - RuntimeModelCreationContext - Interface in org.hibernate.metamodel.spi
- runWithConnection(ConnectionConsumer<C>) - Method in interface org.hibernate.engine.spi.SessionImplementor
- runWithConnection(ConnectionConsumer<C>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
S
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
- sameOrAfter() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
- sameOrAfter() - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- sameOrAfter() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
- sameOrAfter(DialectOverride.Version) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- SAVING - Enum constant in enum class org.hibernate.engine.spi.Status
- sb - Variable in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- ScalarDescriptor(String, String) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
- ScalarDescriptor(JaxbHbmNativeQueryScalarReturnType) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
- scale() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
- scale(int) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Sizable
- scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in interface org.hibernate.boot.archive.scan.spi.Scanner
-
Perform the scanning against the described environment using the defined options, and return the scan results.
- ScanEnvironment - Interface in org.hibernate.boot.archive.scan.spi
-
Describes the environment in which the scan will occur.
- Scanner - Interface in org.hibernate.boot.archive.scan.spi
-
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.
- SCANNER - Static variable in interface org.hibernate.cfg.PersistenceSettings
- SCANNER_ARCHIVE_INTERPRETER - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Specifies an
ArchiveDescriptorFactory
to use in the scanning process, either: an instance ofArchiveDescriptorFactory
, aClass
representing a class that implementsArchiveDescriptorFactory
, or the name of a class that implementsArchiveDescriptorFactory
. - SCANNER_DISCOVERY - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Identifies a comma-separated list of values indicating the types of things we should auto-detect during scanning.
- ScannerFactory - Interface in org.hibernate.boot.archive.scan.spi
-
Support for scanning various sources to detect
managed resources
for apersistence unit
. - ScanOptions - Interface in org.hibernate.boot.archive.scan.spi
-
Options for performing scanning
- ScanParameters - Interface in org.hibernate.boot.archive.scan.spi
-
A "parameter object" passed to
Scanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters)
to help support future changes in terms of needing to pass additional stuff to scanning. - ScanResult - Interface in org.hibernate.boot.archive.scan.spi
-
Defines the result of scanning
- schema() - Element in annotation interface org.hibernate.annotations.Struct
-
(Optional) The schema of the UDT.
- schema() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
-
Returns the value of the
schema
record component. - schema() - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
-
The schema in which the object exists
- schema(String) - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
-
Setter for DatabaseObjectDetails.schema()
- SCHEMA - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
-
Only schema is supported
- SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the schema name
- SCHEMA_MANAGEMENT_TOOL - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies the
SchemaManagementTool
to use for performing schema management. - SchemaAutoTooling - Enum Class in org.hibernate.boot
-
Deprecated, for removal: This API element is subject to removal in a future version.This enumeration is currently unused and will be removed. Use
Action
instead. - SchemaCreator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema creation.
- SchemaDropper - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema dropping.
- schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Does the given schema exist yet?
- schemaExists(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Check to see if the given schema already exists.
- SchemaExtractionException - Exception in org.hibernate.tool.schema.extract.spi
- SchemaExtractionException(String) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
- SchemaExtractionException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
- SchemaFilter - Interface in org.hibernate.tool.schema.spi
-
Defines a filter for Hibernate's schema tooling.
- SchemaFilterProvider - Interface in org.hibernate.tool.schema.spi
-
Used to specify the
SchemaFilter
s to be used by create, drop, migrate and validate operations on the database schema. - SchemaManagementException - Exception in org.hibernate.tool.schema.spi
-
Indicates a problem in performing schema management.
- SchemaManagementException(String) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
- SchemaManagementException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
- SchemaManagementTool - Interface in org.hibernate.tool.schema.spi
-
Contract for schema management tool integration.
- SchemaManagementToolCoordinator - Class in org.hibernate.tool.schema.spi
-
Responsible for coordinating
SchemaManagementTool
execution whether from "hibernate.hbm2ddl.auto", JPA-standard "jakarta.persistence.schema-generation.database.action", orSchemaManager
. - SchemaManagementToolCoordinator() - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
- SchemaManagementToolCoordinator.ActionGrouping - Class in org.hibernate.tool.schema.spi
-
For JPA-style schema-gen, database and script target handing are configured individually - this tuple allows interpreting the action for both targets simultaneously
- SchemaManager - Interface in org.hibernate.relational
-
Allows programmatic schema export, schema validation, data cleanup, and schema cleanup as a convenience for writing tests.
- SchemaMigrator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema migration.
- SchemaNameResolver - Interface in org.hibernate.engine.jdbc.env.spi
-
Contract for resolving the schema of a
Connection
. - SchemaNameResolver - Interface in org.hibernate.engine.jdbc.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use SchemaNameResolver instead.
- SchemaPopulator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema population.
- schemaToolingAction(Action) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specify the action to take in terms of automatic database schema tooling.
- SchemaToolingSettings - Interface in org.hibernate.cfg
- SchemaTruncator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema truncation.
- SchemaValidator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema validations
- schemaWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Interpret the incoming schema, returning the incoming value if it is non-null.
- scope() - Method in class org.hibernate.type.EntityType
- scope(MetadataBuildingContext) - Method in class org.hibernate.type.spi.TypeConfiguration
-
Scope this
TypeConfiguration
to the givenMetadataBuildingContext
. - scope(SessionFactoryImplementor) - Method in class org.hibernate.type.spi.TypeConfiguration
-
Scope this
TypeConfiguration
to the givenSessionFactory
. - SCRIPT - Enum constant in enum class org.hibernate.tool.schema.SourceType
-
External DDL script(s) are used as the exclusive source for DDL commands.
- SCRIPT - Enum constant in enum class org.hibernate.tool.schema.TargetType
-
Write to a script file.
- SCRIPT_THEN_METADATA - Enum constant in enum class org.hibernate.tool.schema.SourceType
-
Both the O/M metadata and external DDL scripts are used as sources for generation, with the commands from the external DDL script(s) being executed first.
- ScriptSourceInput - Interface in org.hibernate.tool.schema.spi
-
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.
- ScriptTargetOutput - Interface in org.hibernate.tool.schema.spi
-
Contract for hiding the differences between a passed
Writer
,File
orURL
in terms of how we write output scripts. - scroll() - Method in interface org.hibernate.query.Query
-
Execute the query and return the results in a scrollable form.
- scroll() - Method in interface org.hibernate.query.SelectionQuery
-
Returns scrollable access to the query results, using the default scroll mode of the SQL dialect.
- scroll() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- scroll() - Method in interface org.hibernate.query.spi.QueryImplementor
- scroll() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- scroll(int) - Method in interface org.hibernate.ScrollableResults
-
Scroll the specified number of positions from the current position.
- scroll(int, RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
-
Advances the "cursor position" the indicated number of rows and returns a boolean indicating whether there is a row available to read via
JdbcValues.getCurrentRowValue(int)
. - scroll(ScrollMode) - Method in interface org.hibernate.query.Query
-
Execute the query and return the results in a scrollable form.
- scroll(ScrollMode) - Method in interface org.hibernate.query.SelectionQuery
-
Returns scrollable access to the query results.
- scroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- scroll(ScrollMode) - Method in interface org.hibernate.query.spi.QueryImplementor
- scroll(ScrollMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- scroll(JdbcOperationQuerySelect, ScrollMode, JdbcParameterBindings, ExecutionContext, RowTransformer<R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- scroll(JdbcOperationQuerySelect, ScrollMode, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, int) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- SCROLL_INSENSITIVE - Enum constant in enum class org.hibernate.ScrollMode
-
Requests a scrollable result which is insensitive to changes in the underlying data.
- SCROLL_SENSITIVE - Enum constant in enum class org.hibernate.ScrollMode
-
Requests a scrollable result which is sensitive to changes in the underlying data.
- ScrollableResults<R> - Interface in org.hibernate
-
A result iterator that allows moving around within the results by arbitrary increments.
- ScrollableResultsConsumer<R> - Class in org.hibernate.sql.results.spi
- ScrollableResultsConsumer() - Constructor for class org.hibernate.sql.results.spi.ScrollableResultsConsumer
- ScrollableResultsImplementor<R> - Interface in org.hibernate.query.spi
- ScrollMode - Enum Class in org.hibernate
-
Specifies the type of JDBC scrollable result set to use underneath a
ScrollableResults
. - search(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering based on the ascending value of the CTE attribute.
- search(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- search(JpaCteCriteriaAttribute, SortDirection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering based on the sort order of the value of the CTE attribute.
- search(JpaCteCriteriaAttribute, SortDirection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- search(JpaCteCriteriaAttribute, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering based on the sort order and null precedence of the value of the CTE attribute.
- search(JpaCteCriteriaAttribute, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- search(CteSearchClauseKind, String, List<JpaSearchOrder>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- search(CteSearchClauseKind, String, List<JpaSearchOrder>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- search(CteSearchClauseKind, String, JpaSearchOrder...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- SearchClauseSpecification - Class in org.hibernate.sql.ast.tree.cte
- SearchClauseSpecification(CteColumn, SortDirection, Nulls) - Constructor for class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
- SearchClauseSpecification(CteColumn, SortDirection, NullPrecedence) - Constructor for class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
-
Deprecated, for removal: This API element is subject to removal in a future version.
- second(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.SECOND
of a date, time, or datetime expression. - second(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- SECOND - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Second, defined to mean 1000 nanoseconds when it occurs as a unit of duration, or to mean the second field in the range 0-59 when passed to
extract()
. - SECOND - Enum constant in enum class org.hibernate.query.sqm.IntervalType
-
Deprecated.A second based interval.
- SECONDARY_ROW - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SECONDARY_ROWS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SECONDARY_TABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- SECONDARY_TABLES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- SecondaryRow - Annotation Interface in org.hibernate.annotations
-
Specifies how the row of a
SecondaryTable
should be managed. - SecondaryRows - Annotation Interface in org.hibernate.annotations
-
A grouping of
SecondaryRow
s. - SecondaryTableSource - Interface in org.hibernate.boot.model.source.spi
- SecondLevelCacheLogger - Interface in org.hibernate.cache.spi
- SecondPass - Interface in org.hibernate.boot.spi
-
Hibernate builds its build-time model incrementally, often delaying operations until other pieces of information are available.
- secondPrecision() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.SecondSizable
- secondPrecision(int) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.SecondSizable
- secondsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.VersionJavaType
-
Generate an initial version.
- seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- seed(SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
-
Generate an initial version.
- SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column which holds the segment key.
- SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
Indicates the length of the column defined by
TableGenerator.SEGMENT_COLUMN_PARAM
. - SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The value indicating which segment is used by this generator, as indicated by the actual value stored in the column indicated by "segment_column_name".
- select(CriteriaQuery<Tuple>) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsertSelect
- select(CriteriaQuery<Tuple>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- select(Expression<T>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- select(Expression<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- select(Selection<? extends R>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- select(Selection<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- select(Selection<? extends T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SELECT - Enum constant in enum class org.hibernate.annotations.FetchMode
-
Use a secondary select to load a single associated entity or collection, at some point after an initial query is executed.
- SELECT - Enum constant in enum class org.hibernate.engine.FetchStyle
-
Performs a separate SQL select to load the indicated data.
- SELECT - Enum constant in enum class org.hibernate.FetchMode
-
Fetch using a separate subsequent select.
- SELECT - Enum constant in enum class org.hibernate.query.sqm.tree.from.DowncastLocation
- SELECT - Enum constant in enum class org.hibernate.sql.ast.Clause
- Selectable - Interface in org.hibernate.mapping
- SelectableConsumer - Interface in org.hibernate.metamodel.mapping
-
Consumer used to visit selectable (column/formula) mappings
- SelectableConsumer.MutableSelectableMapping - Class in org.hibernate.metamodel.mapping
- SelectableMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping of a selectable (column/formula)
- SelectableMappings - Interface in org.hibernate.metamodel.mapping
-
A container for multiple selectable (column, formula) mappings.
- SelectablePath - Class in org.hibernate.metamodel.mapping
-
The path for a selectable.
- SelectablePath(String) - Constructor for class org.hibernate.metamodel.mapping.SelectablePath
- selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
- selectCase() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- selectCase() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- selectCase() - Method in interface org.hibernate.query.sqm.NodeBuilder
- selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- selectCase(Expression<? extends C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- SelectClause - Class in org.hibernate.sql.ast.tree.select
-
The SELECT CLAUSE in the SQL AST.
- SelectClause() - Constructor for class org.hibernate.sql.ast.tree.select.SelectClause
- SelectClause(int) - Constructor for class org.hibernate.sql.ast.tree.select.SelectClause
- selectConnectionProvider(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- selectDataSource(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- selectDataSource(T) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
- selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Generate a list of collection index, key and element columns
- selectFragment(String, String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generate a list of collection index and element columns
- selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- selectFragment(String, String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
All columns to select, when loading.
- SelectGenerator - Class in org.hibernate.id
-
A generator that
select
s the just-insert
ed row to determine the column value assigned by the database. - SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
- SelectInterpretationsKey - Class in org.hibernate.query.sql.spi
- SelectInterpretationsKey(String, JdbcValuesMappingProducer, Collection<String>, TupleTransformer<?>, ResultListTransformer<?>) - Constructor for class org.hibernate.query.sql.spi.SelectInterpretationsKey
- SelectionQuery<R> - Interface in org.hibernate.query
-
Within the context of an active session, an instance of this type represents an executable selection query, that is, a
select
. - SelectionSpecification<T> - Interface in org.hibernate.query.specification
-
Specialization of
QuerySpecification
for programmatic customization of selection queries with ordering and restriction criteria. - SelectionSpecification.Augmentation<T> - Interface in org.hibernate.query.specification
-
A function capable of modifying or augmenting a criteria query.
- SelectItemReferenceStrategy - Enum Class in org.hibernate.dialect
-
Strategies for referring to a select item.
- SelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A locking strategy where an optimistic lock is obtained via a select statement.
- SelectLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- selectNullString(int) - Static method in class org.hibernate.dialect.DB2Dialect
- SelectQueryPlan<R> - Interface in org.hibernate.query.spi
-
General contract for performing execution of a query returning results.
- SelectStatement - Class in org.hibernate.sql.ast.tree.select
- SelectStatement(CteContainer, QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
- SelectStatement(QueryPart) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
- SelectStatement(QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
- selectStrategyImplementor(Class<T>, String) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Locate the named strategy implementation.
- SelfDirtinessTracker - Interface in org.hibernate.engine.spi
-
Contract for an entity to report that it tracks the dirtiness of its own state, as opposed to needing Hibernate to perform state-diff dirty calculations.
- SelfExecutingUpdateOperation - Interface in org.hibernate.sql.model
-
Extension to MutationOperation for cases where the operation wants to handle execution itself.
- SelfRenderingAggregateFunctionSqlAstExpression<T> - Class in org.hibernate.query.sqm.function
-
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.
- SelfRenderingAggregateFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, Predicate, ReturnableType<T>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
- SelfRenderingCteObject - Interface in org.hibernate.sql.ast.tree.cte
-
A self rendering object that is part of a WITH clause, like a function.
- SelfRenderingExpression - Interface in org.hibernate.sql.ast.tree.expression
- SelfRenderingFunctionSqlAstExpression<T> - Class in org.hibernate.query.sqm.function
-
Representation of a function call in the SQL AST for impls that know how to render themselves.
- SelfRenderingFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, ReturnableType<T>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- SelfRenderingInverseDistributionFunction(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Constructor for class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
- SelfRenderingOrderedSetAggregateFunctionSqlAstExpression<T> - Class in org.hibernate.query.sqm.function
-
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.
- SelfRenderingOrderedSetAggregateFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<T>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
- SelfRenderingOrderingExpression - Class in org.hibernate.metamodel.mapping.ordering.ast
-
Represents a self rendering expression i.e.
- SelfRenderingOrderingExpression(String) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
- SelfRenderingPredicate - Class in org.hibernate.sql.ast.tree.predicate
- SelfRenderingPredicate(SelfRenderingExpression) - Constructor for class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
- SelfRenderingSqlFragmentExpression - Class in org.hibernate.sql.ast.tree.expression
-
Represents a self rendering expression that renders a SQL fragment.
- SelfRenderingSqlFragmentExpression(String) - Constructor for class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
- SelfRenderingSqlFragmentExpression(String, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
- SelfRenderingSqmAggregateFunction<T> - Class in org.hibernate.query.sqm.function
- SelfRenderingSqmAggregateFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- SelfRenderingSqmFunction<T> - Class in org.hibernate.query.sqm.function
- SelfRenderingSqmFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- SelfRenderingSqmOrderedSetAggregateFunction<T> - Class in org.hibernate.query.sqm.function
- SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- SelfRenderingSqmSetReturningFunction<T> - Class in org.hibernate.query.sqm.function
- SelfRenderingSqmSetReturningFunction(SqmSetReturningFunctionDescriptor, SetReturningFunctionRenderer, List<? extends SqmTypedNode<?>>, ArgumentsValidator, SetReturningFunctionTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- SelfRenderingSqmWindowFunction<T> - Class in org.hibernate.query.sqm.function
- SelfRenderingSqmWindowFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- SelfRenderingWindowFunctionSqlAstExpression<T> - Class in org.hibernate.query.sqm.function
-
Representation of a window function call in the SQL AST for impls that know how to render themselves.
- SelfRenderingWindowFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<T>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
- SEMANTIC_QUERY_PRODUCER - Static variable in interface org.hibernate.cfg.QuerySettings
-
Specifies a
HqlTranslator
to use for HQL query translation. - SEMANTIC_QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.QuerySettings
-
Specifies a
SqmTranslatorFactory
to use for HQL query translation. - SemanticException - Exception in org.hibernate.query
-
Represents an error in the semantics (meaning) of a HQL/JPQL query.
- SemanticException(String) - Constructor for exception org.hibernate.query.SemanticException
-
Deprecated.this constructor does not carry information about the query which caused the failure
- SemanticException(String, Exception) - Constructor for exception org.hibernate.query.SemanticException
-
Deprecated.this constructor does not carry information about the query which caused the failure
- SemanticException(String, String) - Constructor for exception org.hibernate.query.SemanticException
- SemanticException(String, String, Exception) - Constructor for exception org.hibernate.query.SemanticException
- SemanticPathPart - Interface in org.hibernate.query.hql.spi
- SemanticQueryWalker<T> - Interface in org.hibernate.query.sqm
-
Support for walking a Semantic Query Model (SQM) tree
- SEPARATOR - Static variable in class org.hibernate.id.UUIDHexGenerator
-
Deprecated.The configuration parameter specifying the separator to use.
- Sequence - Class in org.hibernate.boot.model.relational
-
Models a database
SEQUENCE
. - Sequence(String, Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence
- Sequence(String, Identifier, Identifier, Identifier, int, int) - Constructor for class org.hibernate.boot.model.relational.Sequence
- Sequence(String, Identifier, Identifier, Identifier, int, int, String) - Constructor for class org.hibernate.boot.model.relational.Sequence
- SEQUENCE_GENERATOR - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- SEQUENCE_GENERATORS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- SEQUENCE_INCREMENT_SIZE_MISMATCH_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
-
This setting defines the
SequenceMismatchStrategy
used when Hibernate detects a mismatch between a sequence configuration in an entity mapping and its database sequence object counterpart. - SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Indicates the name of the sequence (or table) to use.
- Sequence.Name - Class in org.hibernate.boot.model.relational
- sequenceForm() - Element in annotation interface org.hibernate.annotations.NativeGenerator
-
Configures the sequence generation when the dialect reports GenerationType.SEQUENCE as its native generator
- SequenceGeneratorRegistration - Record Class in org.hibernate.boot.models.spi
-
Global registration of a sequence generator
- SequenceGeneratorRegistration(String, SequenceGenerator) - Constructor for record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
-
Creates an instance of a
SequenceGeneratorRegistration
record class. - SequenceInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Access to information about existing sequences.
- SequenceInformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
-
Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information about sequences from DatabaseMetaData.
- SequenceMismatchStrategy - Enum Class in org.hibernate.id
-
Describes the strategy for handling the mismatch between a database sequence configuration and the one defined by the entity mapping.
- SequencePart - Interface in org.hibernate.metamodel.mapping.ordering.ast
-
Represents an individual identifier in a dot-identifier sequence
- SequenceStructure - Class in org.hibernate.id.enhanced
-
Describes a sequence.
- SequenceStructure(String, QualifiedName, int, int, Class<?>) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
- SequenceStructure(String, QualifiedName, int, int, String, Class<?>) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
- SequenceStyleGenerator - Class in org.hibernate.id.enhanced
-
Generates identifier values based on a sequence-style database structure.
- SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
- SequenceSupport - Interface in org.hibernate.dialect.sequence
-
A set of operations providing support for sequences in a certain
SQL dialect
. - SEQUENTIAL - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
A sequential array/list index
- SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
Serializable
to JDBCVARBINARY
. - SerializableBlobProxy - Class in org.hibernate.engine.jdbc.proxy
-
Manages aspects of proxying
Blob
s to add serializability. - SerializableClobProxy - Class in org.hibernate.engine.jdbc.proxy
-
Manages aspects of proxying
Clob
s to add serializability. - SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.proxy.SerializableClobProxy
- SerializableJavaType<T extends Serializable> - Class in org.hibernate.type.descriptor.java
-
Descriptor for general
Serializable
handling. - SerializableJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableJavaType
- SerializableJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableJavaType
- SerializableJavaType.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
- SerializableMapProxy - Class in org.hibernate.proxy.map
- SerializableMapProxy(String, Object, Boolean, String, String, boolean) - Constructor for class org.hibernate.proxy.map.SerializableMapProxy
- SerializableNClobProxy - Class in org.hibernate.engine.jdbc.proxy
-
Manages aspects of proxying
NClob
s to add serializability. - SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.proxy.SerializableNClobProxy
- serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
- serializableProxy() - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
- SerializableProxy - Class in org.hibernate.proxy.pojo.bytebuddy
- SerializableProxy(String, Class<?>, Class<?>[], Object, Boolean, String, String, boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
- SerializableType<T extends Serializable> - Class in org.hibernate.type
-
A type that maps between a
VARBINARY
andSerializable
classes. - SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
- SerializableType(JavaType<T>) - Constructor for class org.hibernate.type.SerializableType
- SerializationException - Exception in org.hibernate.type
-
Thrown when a property cannot be serialized/deserialized
- SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
- serialize(byte[], JsonGenerator, SerializerProvider) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
- serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.ActionQueue
-
Used by the owning session to explicitly control serialization of the action queue
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionKey
-
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.spi.EntityEntry
-
Custom serialization routine used during serialization of a
Session
/PersistenceContext
for increased performance. - serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityKey
-
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityUniqueKey
-
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Serialization hook.
- SeriesQueryTransformer(int) - Constructor for class org.hibernate.dialect.function.json.DB2JsonTableFunction.SeriesQueryTransformer
- Service - Interface in org.hibernate.service
-
Marker interface for services.
- ServiceBinding<R extends Service> - Class in org.hibernate.service.spi
-
Models a binding for a particular service.
- ServiceBinding(ServiceBinding.ServiceLifecycleOwner, Class<R>, R) - Constructor for class org.hibernate.service.spi.ServiceBinding
- ServiceBinding(ServiceBinding.ServiceLifecycleOwner, ServiceInitiator<R>) - Constructor for class org.hibernate.service.spi.ServiceBinding
- ServiceBinding.ServiceLifecycleOwner - Interface in org.hibernate.service.spi
- ServiceContributor - Interface in org.hibernate.service.spi
-
Contract for contributing services.
- ServiceException - Exception in org.hibernate.service.spi
-
Indicates a problem with a service.
- ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
- ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
- ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
-
Base contract for an initiator of a service.
- ServiceRegistry - Interface in org.hibernate.service
-
A registry of services.
- ServiceRegistryAwareService - Interface in org.hibernate.service.spi
-
Allows services to be injected with the
ServiceRegistry
during configuration phase. - ServiceRegistryImplementor - Interface in org.hibernate.service.spi
-
Additional integration contracts for a service registry.
- serviceRole - Variable in exception org.hibernate.service.NullServiceException
- serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
- serviceRole() - Element in annotation interface org.hibernate.service.spi.InjectService
-
The service role to inject, the default is to use the type of the parameter to which this method is attached.
- Session - Interface in org.hibernate
-
The main runtime interface between a Java application and Hibernate.
- SESSION_FACTORY_JNDI_NAME - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
An optional name used to bind the SessionFactory into JNDI.
- SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Setting used to name the Hibernate
SessionFactory
. - SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Does the value defined by
PersistenceSettings.SESSION_FACTORY_NAME
represent a JNDI namespace into which theSessionFactory
should be bound and made accessible? - SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Specifies a class which implements
SessionFactoryObserver
and has a constructor with no parameters. - SESSION_ID_COLUMN_NAME - Static variable in class org.hibernate.dialect.temptable.TemporaryTableHelper
- SESSION_SCOPED_INTERCEPTOR - Static variable in interface org.hibernate.cfg.SessionEventSettings
-
Specifies an
Interceptor
implementation associated with theSessionFactory
and propagated to eachSession
created from theSessionFactory
. - SessionAssociableInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
- SessionBuilder - Interface in org.hibernate
-
Allows creation of a new
Session
with specific options. - SessionBuilderImplementor - Interface in org.hibernate.engine.spi
-
Defines the internal contract between the
SessionBuilder
and other parts of Hibernate. - SessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
-
A wrapper class that delegates all method invocations to a delegate instance of
SessionImplementor
. - SessionDelegatorBaseImpl(SessionImplementor) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- SessionEventListener - Interface in org.hibernate
-
Implemented by custom listeners that respond to low-level events involving interactions between the
Session
and the database or second-level cache. - SessionEventListenerManager - Interface in org.hibernate.engine.spi
- SessionEventSettings - Interface in org.hibernate.cfg
- SessionException - Exception in org.hibernate
-
Thrown when the user calls a method of a
Session
that is in an inappropriate state for the given call (for example, the session is closed or disconnected). - SessionException(String) - Constructor for exception org.hibernate.SessionException
-
Constructs a new
SessionException
with the given message. - SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
-
Constructs a new
SessionException
with the given message. - SessionFactory - Interface in org.hibernate
-
A
SessionFactory
represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties. - SessionFactoryBuilder - Interface in org.hibernate.boot
-
The contract for building a
SessionFactory
given a specified set of options. - SessionFactoryBuilderFactory - Interface in org.hibernate.boot.spi
-
An extension point for integrators that wish to hook into the process of how a SessionFactory is built.
- SessionFactoryBuilderImplementor - Interface in org.hibernate.boot.spi
-
Additional SPI contract for
SessionFactoryBuilder
, mainly intended for implementors ofSessionFactoryBuilderFactory
. - SessionFactoryBuilderService - Interface in org.hibernate.boot.spi
-
Allows bootstrapping Hibernate ORM using a custom
SessionFactoryBuilderImplementor
. - sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory has been closed.
- sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
- sessionFactoryClosing(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory is about to close.
- sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory has been created and is now ready for use.
- sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
- SessionFactoryDelegatingImpl - Class in org.hibernate.engine.spi
-
Base delegating implementation of the
SessionFactory
andSessionFactoryImplementor
contracts for intended for easier implementation ofSessionFactory
. - SessionFactoryDelegatingImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- SessionFactoryImplementor - Interface in org.hibernate.engine.spi
-
Defines the internal contract between the
SessionFactory
and the internal implementation of Hibernate. - sessionFactoryName - Variable in class org.hibernate.proxy.AbstractSerializableProxy
- SessionFactoryObserver - Interface in org.hibernate
-
Allows reaction to basic
SessionFactory
lifecycle events. - SessionFactoryOptions - Interface in org.hibernate.boot.spi
-
Aggregator of special options used to build the
SessionFactory
. - SessionFactoryServiceContributor - Interface in org.hibernate.service.spi
- SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
-
Contract for an initiator of services that target the specialized service registry
SessionFactoryServiceRegistry
. - SessionFactoryServiceInitiatorContext - Interface in org.hibernate.service.spi
- SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
-
Specialized
ServiceRegistry
implementation that holds services which need access to theSessionFactory
during initialization. - SessionFactoryServiceRegistryBuilder - Interface in org.hibernate.service.spi
- SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
-
Contract for builder of
SessionFactoryServiceRegistry
instances. - sessionFactoryUuid - Variable in class org.hibernate.proxy.AbstractSerializableProxy
- SessionImplementor - Interface in org.hibernate.engine.spi
-
Defines the "internal contract" between
Session
and other parts of Hibernate including implementors ofType
,EntityPersister
, andCollectionPersister
. - SessionLazyDelegator - Class in org.hibernate.engine.spi
-
This helper class allows decorating a Session instance, while the instance itself is lazily provided via a
Supplier
. - SessionLazyDelegator(Supplier<Session>) - Constructor for class org.hibernate.engine.spi.SessionLazyDelegator
- SessionStatistics - Interface in org.hibernate.stat
-
Information about the first-level (session) cache for a particular instance of
Session
. - sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- sessionWithOptions() - Method in interface org.hibernate.Session
-
Obtain a
Session
builder with the ability to copy certain information from this session. - set - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- set - Variable in class org.hibernate.collection.spi.PersistentSet
- set() - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterface
representing persistent sets of a given element type. - set(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- set(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
- set(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- set(int, E) - Method in class org.hibernate.collection.spi.PersistentList
- set(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
- set(Path<Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Update the value of the specified attribute.
- set(Path<Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- set(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- set(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- set(Path<Y>, X) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Update the value of the specified attribute.
- set(Path<Y>, X) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- set(Path<Y>, X) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- set(Path<Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- set(SingularAttribute<? super T, Y>, X) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, X) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- set(SingularAttribute<? super T, Y>, X) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- set(SingularAttribute<? super T, Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- set(Object, Object) - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
- set(Object, Object) - Method in class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
- set(Object, Object) - Method in interface org.hibernate.property.access.spi.Setter
- set(Object, Object) - Method in class org.hibernate.property.access.spi.SetterFieldImpl
- set(Object, Object) - Method in class org.hibernate.property.access.spi.SetterMethodImpl
- set(String, Object) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Update the value of the specified attribute.
- set(String, Object) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- set(String, Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- set(String, Object) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- Set - Class in org.hibernate.mapping
-
A mapping model object representing a collection of type
List
. - Set(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Set
-
Used by annotation binding
- Set(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Set
-
Used by hbm.xml binding
- SET - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- SET - Enum constant in enum class org.hibernate.engine.jdbc.mutation.ParameterUsage
-
The parameter is used in the update set clause or insert values clause
- SET - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A unique, unordered collection following the requirements of
Set
- SET - Enum constant in enum class org.hibernate.sql.ast.Clause
-
The update set clause
- SET_DEFAULT - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
-
Set the referencing foreign key to its default value.
- SET_EXPRESSION - Enum constant in enum class org.hibernate.sql.ast.Clause
-
The update set clause expression part
- SET_NULL - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
-
Set the referencing foreign key to null.
- SET_OPERATIONS - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- SET_RETURNING - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
- setAbstract(boolean) - Method in class org.hibernate.mapping.Table
- setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
- setAccessType(AccessType) - Method in class org.hibernate.boot.model.source.spi.Caching
- setAggregateColumn(AggregateColumn) - Method in class org.hibernate.mapping.BasicValue
- setAggregateColumn(AggregateColumn) - Method in class org.hibernate.mapping.Component
- setAlias(String) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
-
Protected access to set the alias.
- setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
-
Deprecated.Specify the
LockMode
to be used for the given query alias. - setAllowedToReuse(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
- setArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in interface org.hibernate.boot.archive.scan.spi.Scanner
-
Deprecated.(since 7.0) Not used; no replacement.
- setArgumentCountBetween(int, int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setArgumentCountBetween(int, int) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
- setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setArgumentTypeResolver(FunctionArgumentTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setArgumentTypeResolver(FunctionArgumentTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setArgumentTypeResolver(FunctionArgumentTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setArrayLength(Integer) - Method in class org.hibernate.engine.jdbc.Size
- setArrayLength(Integer) - Method in class org.hibernate.mapping.Column
- setArrayLength(Integer) - Method in class org.hibernate.mapping.UserDefinedArrayType
- setArraySqlTypeCode(Integer) - Method in class org.hibernate.mapping.UserDefinedArrayType
- setAsciiStream(long) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- setAssignmentExpression(String) - Method in class org.hibernate.mapping.Column
- setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
-
Associated entity on the many side
- setAssociationFetch(boolean) - Method in class org.hibernate.event.spi.LoadEvent
- setAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.SimpleValue
- setAttributeValue(int, Object) - Method in class org.hibernate.type.descriptor.jdbc.StructAttributeValues
- setAutoQuoteDollar(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setAutoQuoteInitialUnderscore(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setAutoQuoteKeywords(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setBaseIndex(int) - Method in class org.hibernate.mapping.List
- setBatchSize(int) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- setBatchSize(int) - Method in class org.hibernate.mapping.Collection
- setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
- setBinaryStream(long) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- setBindValue(T) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value.
- setBindValue(T, boolean) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value.
- setBindValue(T, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value using the explicit TemporalType.
- setBindValue(T, BindableType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value using the explicit Type.
- setBindValues(Collection<? extends T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding values.
- setBindValues(Collection<? extends T>, TemporalType, TypeConfiguration) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
- setBindValues(Collection<? extends T>, BindableType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding values using the explicit Type in regards to the individual values.
- setBindValues(Collection<T>) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Sets the parameter binding values.
- setBindValues(Collection<T>, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
- setBindValues(Collection<T>, BindableType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Sets the parameter binding values using the explicit Type in regards to the individual values.
- setBytes(long, byte[]) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- setBytes(long, byte[], int, int) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- setCacheable(boolean) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setCacheable(boolean) - Method in interface org.hibernate.query.NativeQuery
- setCacheable(boolean) - Method in interface org.hibernate.query.Query
- setCacheable(boolean) - Method in interface org.hibernate.query.SelectionQuery
-
Enable/disable second level query (result) caching for this query.
- setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
- setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setCacheable(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setCacheable(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setCacheable(boolean) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setCacheable(Boolean) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
- setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
- setCached(boolean) - Method in class org.hibernate.mapping.PersistentClass
- setCacheLazyProperties(boolean) - Method in class org.hibernate.boot.model.source.spi.Caching
- setCacheMode(CacheMode) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.NativeQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.Query
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.SelectionQuery
-
Set the current
CacheMode
in effect for this query. - setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractQuery
- setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getCacheMode()
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setCacheMode(CacheMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setCacheMode(CacheMode) - Method in interface org.hibernate.Session
-
Set the current cache mode for this session.
- setCacheMode(CacheMode) - Method in interface org.hibernate.SharedSessionContract
-
Set the current cache mode for this session.
- setCacheRegion(String) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setCacheRegion(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setCacheRegion(String) - Method in interface org.hibernate.query.NativeQuery
- setCacheRegion(String) - Method in interface org.hibernate.query.Query
- setCacheRegion(String) - Method in interface org.hibernate.query.SelectionQuery
-
Set the name of the cache region where query results should be cached (assuming
SelectionQuery.isCacheable()
). - setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractQuery
- setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setCacheRegion(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setCacheRegion(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setCacheRegion(String) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
- setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
- setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.NativeQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.Query
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.SelectionQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getCacheRetrieveMode()
- setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.Session
-
Enable or disable reads from the second-level cache.
- setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.NativeQuery
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.Query
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.SelectionQuery
- setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractQuery
- setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getCacheStoreMode()
- setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.Session
-
Enable or disable writes to the second-level cache.
- setCachingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setCascade(String) - Method in class org.hibernate.mapping.Property
- setCascadeCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
Deprecated.Always enabled. See JpaCompliance.isJpaCascadeComplianceEnabled()
- setCatalog(String) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- setCatalog(String) - Method in class org.hibernate.mapping.Table
- setCharacterStream(long) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- setCheckNullability(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- setCheckNullability(boolean) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Allows Bean Validation to disable null checking.
- setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
- setClosedCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setCollation(String) - Method in class org.hibernate.mapping.Column
- setCollation(String) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
- setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
- setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
- setColumn(String) - Method in class org.hibernate.sql.InFragment
- setColumn(String, String) - Method in class org.hibernate.sql.InFragment
- setColumnNamingPattern(String) - Method in class org.hibernate.mapping.Component
-
Apply a column naming pattern.
- setColumnOrderingStrategy(ColumnOrderingStrategy) - Method in class org.hibernate.cfg.Configuration
-
Specify a
CustomEntityDirtinessStrategy
to be added to this configuration. - setColumnToIdentity() - Method in class org.hibernate.mapping.SimpleValue
- setComment(String) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setComment(String) - Method in class org.hibernate.mapping.Column
- setComment(String) - Method in class org.hibernate.mapping.Table
- setComment(String) - Method in class org.hibernate.mapping.UserDefinedObjectType
- setComment(String) - Method in interface org.hibernate.query.CommonQueryContract
-
Set a comment for this query.
- setComment(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setComment(String) - Method in interface org.hibernate.query.MutationQuery
- setComment(String) - Method in interface org.hibernate.query.NativeQuery
- setComment(String) - Method in interface org.hibernate.query.Query
-
Set the comment for this query.
- setComment(String) - Method in interface org.hibernate.query.SelectionQuery
- setComment(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setComment(String) - Method in class org.hibernate.query.spi.AbstractQuery
- setComment(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setComment(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getComment()
- setComment(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setComment(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setComment(String) - Method in class org.hibernate.sql.Delete
- setComment(String) - Method in class org.hibernate.sql.Insert
- setComment(String) - Method in class org.hibernate.sql.SimpleSelect
- setComment(String) - Method in class org.hibernate.sql.Update
- setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
- setComparator(Comparator<? super E>) - Method in class org.hibernate.collection.spi.PersistentSortedSet
- setComparator(Comparator<? super K>) - Method in class org.hibernate.collection.spi.PersistentSortedMap
- setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
- setComponentClassName(String) - Method in class org.hibernate.mapping.Component
- setConcreteProxy(boolean) - Method in class org.hibernate.mapping.RootClass
- setConflictClause(ConflictClause) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
-
Sets the constrained.
- setConstraint(String) - Method in class org.hibernate.mapping.CheckConstraint
- setCredentials(String, String) - Method in class org.hibernate.cfg.Configuration
- setCriteriaCopyTreeEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setCriteriaCopyTreeEnabled(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- setCriteriaCopyTreeEnabled(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- setCriteriaPlanCacheEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setCriteriaPlanCacheEnabled(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- setCriteriaPlanCacheEnabled(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- setCurrentKey(Object) - Method in class org.hibernate.engine.spi.CollectionEntry
- setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.spi.CollectionEntry
- setCurrentSession(SharedSessionContractImplementor) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- setCurrentSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Associate the collection with the given session.
- setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver<Object>) - Method in class org.hibernate.cfg.Configuration
-
Specify a
CurrentTenantIdentifierResolver
to be added to this configuration. - setCustomDatabaseGenerationTarget(GenerationTarget) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
This allows to set an alternative implementation for the Database generation target.
- setCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.cfg.Configuration
-
Specify a
CustomEntityDirtinessStrategy
to be added to this configuration. - setCustomIdGeneratorCreator(GeneratorCreator) - Method in class org.hibernate.mapping.SimpleValue
- setCustomInstantiator(Class<? extends EmbeddableInstantiator>) - Method in class org.hibernate.mapping.Component
- setCustomRead(String) - Method in class org.hibernate.mapping.Column
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
- setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
- setCustomWrite(String) - Method in class org.hibernate.mapping.Column
- setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setDatasource(String) - Method in class org.hibernate.cfg.Configuration
- setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
- setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
- setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
- setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
- setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
- setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Change the default for entities and proxies loaded into this persistence context from modifiable to read-only mode, or from read-only mode to modifiable.
- setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
-
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
- setDefaultValue(String) - Method in class org.hibernate.mapping.Column
- setDeleteAllExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Collection
- setDeletedState(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
- setDeleteExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Collection
- setDeleteExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Join
- setDeleteExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.PersistentClass
- setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- setDirty(boolean) - Method in class org.hibernate.event.spi.DirtyCheckEvent
- setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setDirtyProperties(int[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setDiscriminator(BasicValue) - Method in class org.hibernate.mapping.Any
- setDiscriminator(Value) - Method in class org.hibernate.mapping.Component
- setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
- setDiscriminatorAlias(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
-
Name the column alias that identifies the entity's discriminator.
- setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
- setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
- setDiscriminatorValueMappings(Map<Object, Class<?>>) - Method in class org.hibernate.mapping.Any
- setDiscriminatorValues(Map<Object, String>) - Method in class org.hibernate.mapping.Component
- setDistinct(boolean) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setDorecreate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
- setDoremove(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
- setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
- setDynamic(boolean) - Method in class org.hibernate.mapping.Component
- setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
- setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
- setElement(Value) - Method in class org.hibernate.mapping.Collection
- setElementClassName(String) - Method in class org.hibernate.mapping.Array
- setElementDdlTypeCode(Integer) - Method in class org.hibernate.mapping.UserDefinedArrayType
- setElementSqlTypeCode(Integer) - Method in class org.hibernate.mapping.UserDefinedArrayType
- setElementTypeName(String) - Method in class org.hibernate.mapping.UserDefinedArrayType
- setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
- setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
- setEnabledCascadingFetchProfile(CascadingFetchProfile) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
Set the effective cascading fetch-profile
- setEnabledFetchProfileNames(HashSet<String>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
- setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
- setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
- setEntityClassName(String) - Method in class org.hibernate.event.spi.LoadEvent
- setEntityEntry(EntityEntry) - Method in interface org.hibernate.engine.spi.EntityHolder
- setEntityGraph(EntityGraph<? super R>, GraphSemantic) - Method in interface org.hibernate.query.Query
- setEntityGraph(EntityGraph<? super R>, GraphSemantic) - Method in interface org.hibernate.query.SelectionQuery
-
Apply an
EntityGraph
to the query. - setEntityGraph(EntityGraph<? super R>, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractQuery
- setEntityGraph(EntityGraph<? super R>, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setEntityGraph(EntityGraph<? super R>, GraphSemantic) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setEntityId(Object) - Method in class org.hibernate.event.spi.LoadEvent
- setEntityName(String) - Method in class org.hibernate.event.spi.LockEvent
- setEntityName(String) - Method in class org.hibernate.event.spi.MergeEvent
- setEntityName(String) - Method in class org.hibernate.event.spi.PersistEvent
- setEntityName(String) - Method in class org.hibernate.event.spi.RefreshEvent
- setEntityName(String) - Method in class org.hibernate.event.spi.ReplicateEvent
- setEntityName(String) - Method in class org.hibernate.mapping.Backref
- setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
- setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
- setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
-
Specify a user-supplied
EntityNotFoundDelegate
to be used to handle scenarios where an entity could not be located by specified id. - setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Set the status of an entry
- setEnumerationStyle(EnumType) - Method in class org.hibernate.mapping.BasicValue
- setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setExplicit(boolean) - Method in class org.hibernate.mapping.Column
- setExplicit(boolean) - Method in class org.hibernate.mapping.UniqueKey
- setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- setExplicitAlias(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Set the explicit alias for this path
- setExplicitCustomType(Class<? extends UserType<?>>) - Method in class org.hibernate.mapping.BasicValue
- setExplicitJavaTypeAccess(Function<TypeConfiguration, BasicJavaType<?>>) - Method in class org.hibernate.mapping.BasicValue
- setExplicitJdbcTypeAccess(Function<TypeConfiguration, JdbcType>) - Method in class org.hibernate.mapping.BasicValue
- setExplicitJdbcTypeCode(Integer) - Method in class org.hibernate.mapping.BasicValue
- setExplicitMutabilityPlanAccess(Function<TypeConfiguration, MutabilityPlan<?>>) - Method in class org.hibernate.mapping.BasicValue
- setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer supported
- setExplicitTypeName(String) - Method in class org.hibernate.mapping.BasicValue
- setExplicitTypeParams(Map<String, String>) - Method in class org.hibernate.mapping.BasicValue
- setExpressibleType(SqmBindableType<?>) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
- setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
- setFetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
- setFetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
- setFetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setFetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- setFetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setFetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
- setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryPart
- setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setFetchBatchSize(int) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setFetchBatchSize(int) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setFetchBatchSize(int) - Method in interface org.hibernate.Session
-
Set the maximum batch size for batch fetching associations by id in this session.
- setFetchClauseExpression(Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- setFetchExpression(SqmExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setFetchExpression(SqmExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setFetchGraph(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
-
Convenience method to apply the given fetch graph to the given query without the need for a cast when working with JPA API.
- setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
- setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
- setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
- setFetchSize(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setFetchSize(int) - Method in interface org.hibernate.query.NativeQuery
- setFetchSize(int) - Method in interface org.hibernate.query.Query
- setFetchSize(int) - Method in interface org.hibernate.query.SelectionQuery
-
Sets a JDBC fetch size hint for the query.
- setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractQuery
- setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setFetchSize(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getFetchSize()
- setFetchSize(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setFetchSize(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setFetchSize(int) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setFetchSize(int) - Method in interface org.hibernate.ScrollableResults
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
- setFetchSize(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- setFetchSize(Integer) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setFirstResult(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setFirstResult(int) - Method in interface org.hibernate.query.NativeQuery
- setFirstResult(int) - Method in interface org.hibernate.query.Query
- setFirstResult(int) - Method in interface org.hibernate.query.SelectionQuery
-
Set the first query result row to return.
- setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractQuery
- setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setFirstResult(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setFirstResult(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- setFirstRow(Integer) - Method in class org.hibernate.query.spi.Limit
- setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Called before and after the flush cycle
- setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractQuery
- setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setFlushMode(FlushModeType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setFlushMode(FlushModeType) - Method in interface org.hibernate.Session
-
Set the current JPA flush mode for this session.
- setFlushMode(FlushMode) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getFlushMode()
- setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
- setFollowOnLocking(boolean) - Method in interface org.hibernate.query.SelectionQuery
-
Specifies whether follow-on locking should be applied
- setFollowOnLocking(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Specifies whether follow-on locking should be applied?
- setFollowOnLocking(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setFollowOnLocking(Boolean) - Method in class org.hibernate.LockOptions
-
Deprecated.Force enable or disable the use of follow-on locking, overriding the default behavior of the SQL dialect.
- setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
- setForeignKeyDefinition(String) - Method in class org.hibernate.mapping.SimpleValue
- setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
- setForeignKeyOptions(String) - Method in class org.hibernate.mapping.SimpleValue
- setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
-
Sets the foreignKeyType.
- setFormula(String) - Method in class org.hibernate.mapping.Formula
- setFormula(String, String) - Method in class org.hibernate.sql.InFragment
- setFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setGeneratedAs(String) - Method in class org.hibernate.mapping.Column
- setGeneratorNameScopeCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setGeneric(boolean) - Method in class org.hibernate.mapping.Component
- setGeneric(boolean) - Method in class org.hibernate.mapping.Property
- setGloballyQuoteIdentifiers(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setGraph(TypedQuery<R>, EntityGraph<R>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
-
Convenience method to apply the given graph to the given query without the need for a cast when working with JPA API.
- setGroupByClauseExpressions(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setGroupByClauseExpressions(List<Expression>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- setGroupingExpressions(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setGroupingExpressions(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setGroupingExpressions(List<? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setGroupingExpressions(List<? extends Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setGroupRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setGroupRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setGroupRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setGroupRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setGroupRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setGroupRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setHasMapKeyProperty(boolean) - Method in class org.hibernate.mapping.Map
- setHavingClausePredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setHavingClauseRestrictions(Predicate) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractQuery
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Session
-
Set the current flush mode for this session.
- setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery
- setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.SelectionQuery
-
Specify the root
LockMode
for the query - setHibernateLockMode(LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Specify the root LockMode for the query
- setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setHibernateLockMode(LockMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setHint(String, Object) - Method in interface org.hibernate.procedure.ProcedureCall
- setHint(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setHint(String, Object) - Method in interface org.hibernate.query.CommonQueryContract
-
Set a hint.
- setHint(String, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setHint(String, Object) - Method in interface org.hibernate.query.MutationQuery
- setHint(String, Object) - Method in interface org.hibernate.query.NativeQuery
- setHint(String, Object) - Method in interface org.hibernate.query.Query
- setHint(String, Object) - Method in interface org.hibernate.query.SelectionQuery
- setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
- setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setHint(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setHint(String, Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setHqlString(String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- setId(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
- setId(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
- setIdentifier(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- setIdentifier(Object) - Method in interface org.hibernate.proxy.LazyInitializer
-
Set the identifier value for the entity our owning proxy represents.
- setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
-
Inject an identifier value into an instance of the entity
- setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
-
Extract the identifier out of the given entity, returning the mapper's representation
- setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Inject the identifier value into the given entity.
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
-
Sets the identifier.
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
- setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
- setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
- setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
- setIdentifierType(String) - Method in class org.hibernate.mapping.Any
- setIdentity(boolean) - Method in class org.hibernate.mapping.Column
- setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
- setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
- setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
-
Initialize the proxy manually by injecting its target.
- setImplicitDiscriminatorValueStrategy(ImplicitDiscriminatorStrategy) - Method in class org.hibernate.mapping.Any
-
Set the strategy for dealing with discriminator mappings which are not explicitly defined by AnyDiscriminatorValue.
- setImplicitJavaTypeAccess(Function<TypeConfiguration, Type>) - Method in class org.hibernate.mapping.BasicValue
- setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
-
Set an
ImplicitNamingStrategy
to use in this configuration. - setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
- setInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- setInitializerData(int, InitializerData) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
- setInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- setInsertable(boolean) - Method in class org.hibernate.mapping.Property
- setInsertExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Collection
- setInsertExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Join
- setInsertExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.PersistentClass
- setInsertionTargetPaths(Path<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Sets the insertion target paths.
- setInsertionTargetPaths(Path<?>...) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- setInsertionTargetPaths(Path<?>...) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- setInsertionTargetPaths(Path<?>...) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
- setInsertionTargetPaths(Path<?>...) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- setInsertionTargetPaths(List<? extends Path<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Sets the insertion target paths.
- setInsertionTargetPaths(List<? extends Path<?>>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- setInsertionTargetPaths(List<? extends Path<?>>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- setInsertionTargetPaths(List<? extends Path<?>>) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
- setInsertionTargetPaths(List<? extends Path<?>>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- setInstance(Object) - Method in class org.hibernate.sql.results.graph.InitializerData
- setInstanceGenerationId(int) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
- setInstantiator(Constructor<?>, String[]) - Method in class org.hibernate.mapping.Component
- setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
-
Set the current
Interceptor
. - setInvariantType(BasicType<?>) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setInvariantType(BasicType<?>) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setInverse(boolean) - Method in class org.hibernate.mapping.Collection
- setInverse(boolean) - Method in class org.hibernate.mapping.Join
- setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- setJdbcBatchSize(Integer) - Method in interface org.hibernate.SharedSessionContract
-
Set the session-level JDBC batch size.
- setJdbcUrl(String) - Method in class org.hibernate.cfg.Configuration
- setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- setJoinPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- setJoinPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
-
Inject the join predicate
- setJoinType(SqlAstJoinType) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- setJpaAttributeConverterDescriptor(ConverterDescriptor<?, ?>) - Method in class org.hibernate.mapping.BasicValue
- setJpaAttributeConverterDescriptor(ConverterDescriptor<?, ?>) - Method in class org.hibernate.mapping.SimpleValue
- setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
- setKey(boolean) - Method in class org.hibernate.mapping.Component
- setKey(BasicValue) - Method in class org.hibernate.mapping.Any
- setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
- setKey(KeyValue) - Method in class org.hibernate.mapping.Join
- setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
- setKeyDefinition(String) - Method in class org.hibernate.mapping.ForeignKey
- setLazy(boolean) - Method in class org.hibernate.mapping.Any
- setLazy(boolean) - Method in class org.hibernate.mapping.Collection
- setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
- setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
- setLazy(boolean) - Method in class org.hibernate.mapping.Property
- setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
- setLazyGroup(String) - Method in class org.hibernate.mapping.Property
- setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
- setLength(Integer) - Method in class org.hibernate.mapping.Column
- setLength(Long) - Method in class org.hibernate.engine.jdbc.Size
- setLength(Long) - Method in class org.hibernate.mapping.Column
- setLimitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- setListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- setListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- setLoadByIdCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setLoaderName(String) - Method in class org.hibernate.mapping.Collection
- setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
- setLoadGraph(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
-
Convenience method to apply the given load graph to the given query without the need for a cast when working with JPA API.
- setLob(boolean) - Method in class org.hibernate.mapping.Property
- setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setLockMode(LockModeType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setLockMode(LockModeType) - Method in interface org.hibernate.query.NativeQuery
-
Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.
- setLockMode(LockModeType) - Method in interface org.hibernate.query.Query
- setLockMode(LockModeType) - Method in interface org.hibernate.query.SelectionQuery
-
Specify the root
LockModeType
for the query - setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractQuery
- setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Specify the root LockModeType for the query
- setLockMode(LockModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setLockMode(LockModeType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.NativeQuery
-
Not applicable to native SQL queries.
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.Query
-
Set the
LockMode
to use for particular alias defined in theFROM
clause of the query. - setLockMode(String, LockMode) - Method in interface org.hibernate.query.SelectionQuery
-
Specify a
LockMode
to apply to a specific alias defined in the query - setLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractQuery
- setLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setLockMode(LockMode) - Method in interface org.hibernate.engine.spi.EntityEntry
- setLockMode(LockMode) - Method in class org.hibernate.LockOptions
-
Deprecated.Set the overall lock mode.
- setLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
-
Set the lock mode for this return.
- setLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery.RootReturn
-
Set the lock mode for this return.
- setLockMode(LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
- setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
- setLockOptions(LockOptions) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setLockOptions(LockOptions) - Method in class org.hibernate.event.spi.LoadEvent
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.Query
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setLockOptions(LockOptions) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
- setLockScope(PessimisticLockScope) - Method in class org.hibernate.LockOptions
-
Deprecated.Set the lock scope:
PessimisticLockScope.EXTENDED
means the lock extends to rows of owned collections, butPessimisticLockScope.NORMAL
means only the entity table and secondary tables are locked. - setLockScope(PessimisticLockScope) - Method in interface org.hibernate.query.NativeQuery
-
Apply a scope to any pessimistic locking applied to the query.
- setLockScope(PessimisticLockScope) - Method in interface org.hibernate.query.Query
-
Apply a scope to any pessimistic locking applied to the query.
- setLockScope(PessimisticLockScope) - Method in interface org.hibernate.query.SelectionQuery
-
Apply a scope to any pessimistic locking applied to the query.
- setLockScope(PessimisticLockScope) - Method in class org.hibernate.query.spi.AbstractQuery
- setLockScope(PessimisticLockScope) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setLockScope(PessimisticLockScope) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
- setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
- setMapKeyPropertyName(String) - Method in class org.hibernate.mapping.Map
- setMappedByProperty(String) - Method in class org.hibernate.mapping.Collection
- setMappedByProperty(String) - Method in class org.hibernate.mapping.OneToOne
- setMappedClass(Class<?>) - Method in class org.hibernate.mapping.MappedSuperclass
- setMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.Component
- setMaterialization(CteMaterialization) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- setMaterialization(CteMaterialization) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- setMaxResults(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setMaxResults(int) - Method in interface org.hibernate.query.NativeQuery
- setMaxResults(int) - Method in interface org.hibernate.query.Query
- setMaxResults(int) - Method in interface org.hibernate.query.SelectionQuery
-
Set the maximum number of query result rows to return.
- setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractQuery
- setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setMaxResults(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setMaxResults(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setMaxResults(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- setMaxResults(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- setMaxRows(int) - Method in class org.hibernate.query.spi.Limit
- setMaxRows(Integer) - Method in class org.hibernate.query.spi.Limit
- setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- setMaxRows(Limit, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
- setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
- setMaybeLazySet(ImmutableBitSet) - Method in interface org.hibernate.engine.spi.EntityEntry
- setMetaAttributes(Map<String, MetaAttribute>) - Method in class org.hibernate.mapping.Component
- setMetaAttributes(Map<String, MetaAttribute>) - Method in interface org.hibernate.mapping.MetaAttributable
- setMetaAttributes(Map<String, MetaAttribute>) - Method in class org.hibernate.mapping.PersistentClass
- setMetaAttributes(Map<String, MetaAttribute>) - Method in class org.hibernate.mapping.Property
- setMetaType(String) - Method in class org.hibernate.mapping.Any
- setMetaValues(Map<Object, String>) - Method in class org.hibernate.mapping.Any
- setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setMutable(boolean) - Method in class org.hibernate.mapping.Collection
- setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
- setName(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- setName(String) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- setName(String) - Method in class org.hibernate.mapping.CheckConstraint
- setName(String) - Method in class org.hibernate.mapping.Column
- setName(String) - Method in class org.hibernate.mapping.Constraint
- setName(String) - Method in class org.hibernate.mapping.ForeignKey
- setName(String) - Method in class org.hibernate.mapping.Index
- setName(String) - Method in class org.hibernate.mapping.Property
- setName(String) - Method in class org.hibernate.mapping.Table
- setNameExplicit(boolean) - Method in class org.hibernate.mapping.UniqueKey
- setNameQualifierSupport(NameQualifierSupport) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setNativeJdbcParametersIgnored(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setNativeJdbcParametersIgnored(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- setNativeJdbcParametersIgnored(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- setNaturalIdCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
- setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
- setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.ManyToOne
- setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.OneToMany
- setNullable(boolean) - Method in class org.hibernate.mapping.Column
- setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
- setNullPrecedence(Nulls) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
-
Set the property or field value indicating that field or property has never been set.
- setNullValueSemantic(KeyValue.NullValueSemantic) - Method in class org.hibernate.mapping.SimpleValue
-
Specifies the rule for determining if the field or property has been set.
- setNullValueUndefined() - Method in class org.hibernate.mapping.SimpleValue
-
Specifies that there is no well-defined property or field value indicating that field or property has never been set.
- setNumberOfCollectionsProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
- setNumberOfEntitiesProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
- setObject(Object) - Method in class org.hibernate.event.spi.EvictEvent
- setObject(Object) - Method in class org.hibernate.event.spi.LockEvent
- setObject(Object) - Method in class org.hibernate.event.spi.PersistEvent
- setObject(Object) - Method in class org.hibernate.event.spi.ReplicateEvent
- setOffset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
- setOffset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
- setOffset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setOffset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- setOffset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setOffset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setOffsetClauseExpression(Expression) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- setOffsetExpression(SqmExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setOffsetParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- setOnDeleteAction(OnDeleteAction) - Method in class org.hibernate.mapping.ForeignKey
- setOnDeleteAction(OnDeleteAction) - Method in class org.hibernate.mapping.SimpleValue
- setOperatedOn(Object, boolean) - Method in class org.hibernate.event.spi.MergeContext
-
Set flag to indicate if the listener is performing the merge operation on the specified merge entity.
- SetOperator - Enum Class in org.hibernate.query.sqm
-
The SQL set operators.
- setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
- setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
- setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.mapping.PersistentClass
- setOptional(boolean) - Method in class org.hibernate.mapping.Join
- setOptional(boolean) - Method in class org.hibernate.mapping.Property
- setOptions(String) - Method in class org.hibernate.mapping.CheckConstraint
- setOptions(String) - Method in class org.hibernate.mapping.Column
- setOptions(String) - Method in class org.hibernate.mapping.Constraint
- setOptions(String) - Method in class org.hibernate.mapping.Index
- setOptions(String) - Method in class org.hibernate.mapping.Table
- setOrderBy(String) - Method in class org.hibernate.mapping.Collection
- setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
- setOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setOrderByMappingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setOrderByValue(String) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- setOrderingUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.PrimaryKey
- setOriginal(Object) - Method in class org.hibernate.event.spi.MergeEvent
- setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
- setOwner(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Set the reference to the owning entity
- setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
- setPage(Page) - Method in interface org.hibernate.query.Query
- setPage(Page) - Method in interface org.hibernate.query.SelectionQuery
-
Set the page of results to return.
- setPage(Page) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.procedure.ProcedureCall
- setParameter(int, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setParameter(int, Object) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind the given argument to an ordinal query parameter.
- setParameter(int, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.query.MutationQuery
- setParameter(int, Object) - Method in interface org.hibernate.query.NativeQuery
- setParameter(int, Object) - Method in interface org.hibernate.query.Query
-
Bind the given argument to an ordinal query parameter.
- setParameter(int, Object) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(int, Object) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(int, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(int, Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(int, Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind the given argument to an ordinal query parameter using the given
Type
. - setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.Query
-
Bind the given argument to an ordinal query parameter using the given
Type
. - setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(int, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(int, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(int, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(int, P, Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(int, P, Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.Query
-
Bind the given argument to an ordinal query parameter using the given Class reference to attempt to determine the
Type
to use. - setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(int, P, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
- setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.ProcedureCall
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.CommonQueryContract
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.MutationQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.Query
-
Query
override - setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(Parameter<T>, T) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(String, Object) - Method in interface org.hibernate.Filter
-
Set the named parameter's value for this filter.
- setParameter(String, Object) - Method in interface org.hibernate.procedure.ProcedureCall
- setParameter(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setParameter(String, Object) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind the given argument to a named query parameter.
- setParameter(String, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(String, Object) - Method in interface org.hibernate.query.MutationQuery
- setParameter(String, Object) - Method in interface org.hibernate.query.NativeQuery
- setParameter(String, Object) - Method in interface org.hibernate.query.Query
-
Bind the given argument to a named query parameter.
- setParameter(String, Object) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(String, Object) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(String, Object) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(String, Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(String, Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
-
Deprecated.since
TemporalType
is deprecated - setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.Query
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
-
Deprecated.
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind the given argument to a named query parameter using the given
Type
. - setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.Query
-
Bind the given argument to a named query parameter using the given
Type
. - setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(String, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(String, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(String, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(String, P, Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(String, P, Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.Query
-
Bind the given argument to a named query parameter using the given Class reference to attempt to determine the
Type
to use. - setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(String, P, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
- setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind an argument to the query parameter represented by the given
QueryParameter
, using the givenType
. - setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.Query
-
Bind an argument to the query parameter represented by the given
QueryParameter
using the givenType
. - setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(QueryParameter<P>, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(QueryParameter<P>, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(QueryParameter<P>, P, Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(QueryParameter<P>, P, Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(QueryParameter<P>, P, Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind an argument to the query parameter represented by the given
QueryParameter
, using the givenClass
reference to attempt to infer theType
to use. - setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.Query
-
Bind an argument to the query parameter represented by the given
QueryParameter
using the given Class reference to attempt to determine theType
to use. - setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind an argument to the query parameter represented by the given
QueryParameter
. - setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.MutationQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.Query
-
Bind an argument to the query parameter represented by the given
QueryParameter
. - setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.SelectionQuery
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameter(QueryParameter<T>, T) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to an ordinal query parameter.
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to an ordinal query parameter.
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(int, Object[]) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(int, Object[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to an ordinal query parameter.
- setParameterList(int, Collection) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(int, Collection) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to an ordinal query parameter.
- setParameterList(int, Collection) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(int, Collection) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(int, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(int, Collection) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(int, Collection) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to an ordinal query parameter using the given
Type
. - setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to an ordinal query parameter using the given
Type
. - setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(int, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine the
Type
to use. - setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to an ordinal query parameter using the given
Type
. - setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to an ordinal query parameter using the given
Type
. - setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(int, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(int, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(int, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(int, P[], Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(int, P[], Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.Query
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
-
Set the named parameter's value list for this filter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to a named query parameter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to a named query parameter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(String, Object[]) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to a named query parameter.
- setParameterList(String, Collection) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(String, Collection) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to a named query parameter.
- setParameterList(String, Collection) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(String, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(String, Collection) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(String, Collection) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(String, Collection<?>) - Method in interface org.hibernate.Filter
-
Set the named parameter's value list for this filter.
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to a named query parameter using the given
Type
. - setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to a named query parameter using the given
Type
. - setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(String, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to a named query parameter using the given
Class
reference to attempt to infer theType
If unable to infer an appropriateType
, fall back toCommonQueryContract.setParameterList(String, Collection)
. - setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the
Type
to use. - setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to a named query parameter using the given
Type
. - setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to a named query parameter using the given
Type
. - setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(String, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(String, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(String, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(String, P[], Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(String, P[], Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the
Type
to use. - setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the
Type
to use. - setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
. - setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
. - setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
, using the givenType
. - setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
, inferring theType
. - setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
using the givenClass
reference to attempt to infer theType
to use. - setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
using the given Class reference to attempt to determine theType
to use. - setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
. - setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
. - setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
, using the given theType
. - setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
, inferring theType
. - setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(QueryParameter<P>, P[], Type<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
using the givenClass
reference to attempt to infer theType
to use. - setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.Query
-
Bind multiple arguments to the query parameter represented by the given
QueryParameter
using the givenClass
reference to attempt to determine theType
to use. - setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
-
Gets called by Hibernate to pass the configured type parameters to the implementation.
- setParameterValues(Properties) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
- setParentAggregateColumn(AggregateColumn) - Method in class org.hibernate.mapping.Component
- setParentProperty(String) - Method in class org.hibernate.mapping.Component
- setPartitionKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
- SetPersistentAttribute<D,
E> - Interface in org.hibernate.metamodel.model.domain -
Hibernate extension to the JPA
SetAttribute
descriptor - setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
- setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
- setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PostLoadEvent
- setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PreLoadEvent
- setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.cfg.Configuration
-
Set a
PhysicalNamingStrategy
to use in this configuration. - setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
-
Deprecated.No longer supported
- setPrecision(Integer) - Method in class org.hibernate.engine.jdbc.Size
- setPrecision(Integer) - Method in class org.hibernate.mapping.Column
- setPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
- setPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
- setProcessed(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
- setProperties(Object) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
- setProperties(Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setProperties(Object) - Method in interface org.hibernate.query.MutationQuery
- setProperties(Object) - Method in interface org.hibernate.query.NativeQuery
- setProperties(Object) - Method in interface org.hibernate.query.Query
-
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
- setProperties(Object) - Method in interface org.hibernate.query.SelectionQuery
- setProperties(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setProperties(Object) - Method in class org.hibernate.query.spi.AbstractQuery
- setProperties(Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setProperties(Object) - Method in interface org.hibernate.query.spi.QueryImplementor
- setProperties(Object) - Method in interface org.hibernate.query.spi.SqmQuery
- setProperties(Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setProperties(Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setProperties(Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setProperties(Map) - Method in interface org.hibernate.query.CommonQueryContract
-
Bind the values of the given
Map
to named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics. - setProperties(Map) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setProperties(Map) - Method in interface org.hibernate.query.MutationQuery
- setProperties(Map) - Method in interface org.hibernate.query.NativeQuery
- setProperties(Map) - Method in interface org.hibernate.query.Query
-
Bind the values of the given
Map
for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics. - setProperties(Map) - Method in interface org.hibernate.query.SelectionQuery
- setProperties(Map) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setProperties(Map) - Method in class org.hibernate.query.spi.AbstractQuery
- setProperties(Map) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setProperties(Map) - Method in interface org.hibernate.query.spi.QueryImplementor
- setProperties(Map) - Method in interface org.hibernate.query.spi.SqmQuery
- setProperties(Map) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setProperties(Map) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setProperties(Map) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Specify a completely new set of properties
- setProperty(String, boolean) - Method in class org.hibernate.cfg.Configuration
-
Set a property to a boolean value by name
- setProperty(String, int) - Method in class org.hibernate.cfg.Configuration
-
Set a property to an integer value by name
- setProperty(String, Class<?>) - Method in class org.hibernate.cfg.Configuration
-
Set a property to a Java class name
- setProperty(String, Enum<?>) - Method in class org.hibernate.cfg.Configuration
-
Set a property to the name of a value of an enumerated type
- setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setProperty(String, Object) - Method in interface org.hibernate.Session
-
Set a hint.
- setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
-
Set a property value by name
- setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
- setPropertyAccessStrategy(PropertyAccessStrategy) - Method in class org.hibernate.mapping.Property
- setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
- setPropertyName(String) - Method in class org.hibernate.mapping.ToOne
- setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.
- setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
-
Set all property values into an entity instance.
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.type.AnyType
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.type.ComponentType
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.type.CompositeType
-
Inject property values onto the given component instance
- SetProxy(Collection<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- setProxyCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
- setPrunedTableExpression(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- setQueryCacheLayout(CacheLayout) - Method in class org.hibernate.mapping.Collection
- setQueryCacheLayout(CacheLayout) - Method in class org.hibernate.mapping.PersistentClass
- setQueryCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.CommonQueryContract
-
Set the
QueryFlushMode
to use for this query. - setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.MutationQuery
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.NativeQuery
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.Query
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.SelectionQuery
- setQueryFlushMode(QueryFlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setQueryFlushMode(QueryFlushMode) - Method in class org.hibernate.query.spi.AbstractQuery
- setQueryFlushMode(QueryFlushMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.spi.SqmQuery
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setQueryFlushMode(QueryFlushMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setQueryFlushMode(QueryFlushMode) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setQueryPart(SqmQueryPart<T>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- setQueryPlanCacheable(boolean) - Method in interface org.hibernate.query.SelectionQuery
-
Enable/disable query plan caching for this query.
- setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
- setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setQueryPlanCachingEnabled(Boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getQueryPlanCachingEnabled()
- setQuerySpaces(Set<String>) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- setQuerySpaces(Set<String>) - Method in class org.hibernate.event.spi.AutoFlushEvent
- setQuoted(boolean) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- setQuoted(boolean) - Method in class org.hibernate.mapping.Table
- setQuotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setReached(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
- setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
-
Set an associated modifiable proxy to read-only mode, or a read-only proxy to modifiable mode.
- setReadOnly(boolean) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setReadOnly(boolean) - Method in interface org.hibernate.query.NativeQuery
- setReadOnly(boolean) - Method in interface org.hibernate.query.Query
- setReadOnly(boolean) - Method in interface org.hibernate.query.SelectionQuery
-
Set the read-only/modifiable mode for entities and proxies loaded by this
Query
. - setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
- setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setReadOnly(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.isReadOnly()
- setReadOnly(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setReadOnly(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setReadOnly(boolean) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
- setReadOnly(Boolean) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setReadOnly(Boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- setReadOnly(Boolean) - Method in class org.hibernate.event.spi.LoadEvent
- setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
- setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
-
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
- setRecursive() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
-
Associated entity on the "many" side
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
- setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
- setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
- setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
- setReferenceToPrimaryKey(boolean) - Method in class org.hibernate.mapping.ToOne
- setRegion(String) - Method in class org.hibernate.boot.model.source.spi.Caching
- setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.spi.ReplicateEvent
- setRequested(boolean) - Method in class org.hibernate.boot.model.source.spi.Caching
- setRequestedId(Object) - Method in class org.hibernate.event.spi.MergeEvent
- setReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setResolvedCustomRead(String) - Method in class org.hibernate.mapping.Column
- setResolvingCircularFetch(boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- setResolvingCircularFetch(boolean) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- setRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
- setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
- setResultCacheRegionName(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getResultCacheRegionName()
- setResultCachingEnabled(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.isResultCachingEnabled()
- setResultClass(Class<R>) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setResultListTransformer(ResultListTransformer<?>) - Method in interface org.hibernate.query.spi.MutableQueryOptions
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.Query
-
Set a
ResultListTransformer
. - setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.SelectionQuery
-
Set a
ResultListTransformer
. - setResultListTransformer(ResultListTransformer<R>) - Method in class org.hibernate.query.spi.AbstractQuery
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setResultListTransformer(ResultListTransformer<R>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setResultListTransformer(ResultListTransformer<T>) - Method in interface org.hibernate.query.NativeQuery
- setResultSetMappingName(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- setResultTransformer(ResultTransformer<S>) - Method in interface org.hibernate.query.NativeQuery
-
Deprecated.
- setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.Query
- setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.spi.QueryImplementor
-
Deprecated.
- setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
-
Deprecated.
- setReturnedClassName(String) - Method in class org.hibernate.mapping.Property
- setReturningFunction(String, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a new set-returning function expression.
- setReturningFunction(String, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- setReturningFunction(String, Expression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- SetReturningFunctionRenderer - Interface in org.hibernate.query.sqm.function
-
Support for
SqmSetReturningFunctionDescriptor
s that ultimately want to perform SQL rendering themselves. - SetReturningFunctionTypeResolver - Interface in org.hibernate.query.sqm.produce.function
-
Pluggable strategy for resolving a function return type for a specific call.
- SetReturningFunctionTypeResolver.Builder - Interface in org.hibernate.query.sqm.produce.function
-
Pluggable strategy for resolving a function return type for a specific call.
- setReturnTypeResolver(FunctionReturnTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setReturnTypeResolver(FunctionReturnTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- setRole(String) - Method in class org.hibernate.engine.spi.CollectionEntry
- setRole(String) - Method in class org.hibernate.mapping.Collection
- setRoleName(String) - Method in class org.hibernate.mapping.Component
- setRoots(List<SqmRoot<?>>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
-
Inject the complete set of domain roots
- setRowId(String) - Method in class org.hibernate.mapping.Table
- setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setScale(Integer) - Method in class org.hibernate.engine.jdbc.Size
- setScale(Integer) - Method in class org.hibernate.mapping.Column
- setSchema(String) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- setSchema(String) - Method in class org.hibernate.mapping.Table
- setSchemaExportAction(Action) - Method in class org.hibernate.cfg.Configuration
- setSelectable(boolean) - Method in class org.hibernate.mapping.Property
- setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
- setSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setSelection(JpaSelection<T>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setSelection(JpaSelection<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setSelection(SqmSelectableNode<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- setSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- setSelectQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- setService(R) - Method in class org.hibernate.service.spi.ServiceBinding
- setSession(SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
- setSession(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
-
Associate the proxy with the given session.
- setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
-
Specify a
SessionFactoryObserver
to be added to this configuration. - setSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- setSetOperator(SetOperator) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- setSharedCacheMode(SharedCacheMode) - Method in class org.hibernate.cfg.Configuration
-
Sets the
SharedCacheMode
to use. - setSimpleRecord(boolean) - Method in class org.hibernate.mapping.Component
- setSkipGlobalQuotingForColumnDefinitions(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setSnapshot(Object, String, Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
After flushing, re-init snapshot state.
- setSnapshot(Object, String, Serializable) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- setSorted(boolean) - Method in class org.hibernate.mapping.Collection
- setSorted(boolean) - Method in class org.hibernate.mapping.DependantValue
- setSorted(boolean) - Method in class org.hibernate.mapping.ToOne
- setSortOrder(SortDirection) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
- setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
- setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
- setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- setSortSpecifications(List<SqmSortSpecification>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- setSourceSelectStatement(QueryPart) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- setSqlComment(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- setSqlComment(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- setSqlComment(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- setSqlExceptionConverter(SQLExceptionConverter) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Inject the exception converter to use.
- setSqlString(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- setSqlType(String) - Method in class org.hibernate.mapping.Column
- setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
- setSqmAliasedNodeCollector(BaseSqmToSqlAstConverter.SqmAliasedNodeCollector) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
- setState(Object[]) - Method in class org.hibernate.event.spi.PreLoadEvent
- setState(Initializer.State) - Method in class org.hibernate.sql.results.graph.InitializerData
- setStatementInspector(StatementInspector) - Method in class org.hibernate.cfg.Configuration
-
Specify a
StatementInspector
to be added to this configuration. - setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
-
Enable or disable statistics collection.
- setStatus(Status) - Method in interface org.hibernate.engine.spi.EntityEntry
- setStrategy(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- setString(long, String) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- setString(long, String, int, int) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- setStructColumnNames(String[]) - Method in class org.hibernate.mapping.Component
- setStructName(QualifiedName) - Method in class org.hibernate.mapping.Component
- setSubclassToSuperclass(Map<String, String>) - Method in class org.hibernate.mapping.Component
- setSubselect(String) - Method in class org.hibernate.mapping.Table
- setSubselectFetchEnabled(boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- setSubselectFetchingEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- setSubselectFetchingEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- setSubselectFetchingEnabled(boolean) - Method in interface org.hibernate.Session
-
Enable or disable subselect fetching in this session.
- setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
- setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
- setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
- setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
- setSynchronizationEnabled(boolean) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Determines if cached natural id cross-references are synchronized before query execution with unflushed modifications made in memory to mutable natural ids.
- setSynchronizationEnabled(boolean) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
- setTable(Table) - Method in class org.hibernate.mapping.Constraint
- setTable(Table) - Method in class org.hibernate.mapping.Index
- setTable(Table) - Method in class org.hibernate.mapping.Join
- setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
- setTable(Table) - Method in class org.hibernate.mapping.RootClass
- setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
- setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
- setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
- setTableGroupInitializerCallback(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- setTableName(String) - Method in class org.hibernate.sql.Delete
- setTableName(String) - Method in class org.hibernate.sql.Insert
- setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
-
Sets the name of the table we are selecting from
- setTableName(String) - Method in class org.hibernate.sql.Update
- setTarget(JpaRoot<E>) - Method in interface org.hibernate.query.criteria.JpaManipulationCriteria
-
Set the root path
- setTarget(JpaRoot<E>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- setTarget(JpaRoot<E>) - Method in interface org.hibernate.query.sqm.tree.SqmDmlStatement
-
Set the root path
- setTarget(JpaRoot<T>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- setTarget(JpaRoot<T>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- setTemporalPrecision(TemporalType) - Method in class org.hibernate.mapping.BasicValue
- setTemporalPrecision(Integer) - Method in class org.hibernate.mapping.Column
- Setter - Interface in org.hibernate.property.access.spi
-
The contract for setting the value of a persistent attribute on its container/owner.
- SetterFieldImpl - Class in org.hibernate.property.access.spi
-
Field-based implementation of Setter
- SetterFieldImpl(Class<?>, String, Field) - Constructor for class org.hibernate.property.access.spi.SetterFieldImpl
- SetterMethodImpl - Class in org.hibernate.property.access.spi
- SetterMethodImpl(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.spi.SetterMethodImpl
- setTimeout(int) - Method in interface org.hibernate.query.CommonQueryContract
-
Set the query timeout in seconds.
- setTimeout(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setTimeout(int) - Method in interface org.hibernate.query.MutationQuery
- setTimeout(int) - Method in interface org.hibernate.query.NativeQuery
- setTimeout(int) - Method in interface org.hibernate.query.Query
- setTimeout(int) - Method in interface org.hibernate.query.SelectionQuery
- setTimeout(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- setTimeout(int) - Method in class org.hibernate.query.spi.AbstractQuery
- setTimeout(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setTimeout(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
Corollary to
QueryOptions.getTimeout()
- setTimeout(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setTimeout(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setTimeout(int) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setTimeout(int) - Method in interface org.hibernate.Transaction
-
Set the transaction timeout for any transaction started by a subsequent call to
EntityTransaction.begin()
on this instance ofTransaction
. - setTimeout(Timeout) - Method in class org.hibernate.LockOptions
-
Deprecated.Set the timeout associated with
this
options. - setTimeout(Timeout) - Method in interface org.hibernate.query.CommonQueryContract
-
Apply a timeout to the corresponding database query.
- setTimeout(Timeout) - Method in interface org.hibernate.query.NativeQuery
-
Apply a timeout to the corresponding database query.
- setTimeout(Timeout) - Method in interface org.hibernate.query.Query
-
Apply a timeout to the corresponding database query.
- setTimeout(Timeout) - Method in class org.hibernate.query.spi.AbstractQuery
- setTimeout(Timeout) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- setTimeout(Timeout) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setTimeout(Integer) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- setTimeout(Integer) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- setTimeOut(int) - Method in class org.hibernate.LockOptions
-
Deprecated.Set the timeout, in milliseconds, associated with
this
options. - setTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
- setTimeZoneStorageType(TimeZoneStorageType) - Method in class org.hibernate.mapping.BasicValue
- setTransactionCompletionProcesses(ActionQueue.TransactionCompletionProcesses, boolean) - Method in class org.hibernate.engine.spi.ActionQueue
-
Bind transaction completion processes to make them shared between primary and secondary session.
- setTransactionCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
- setTransactionTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
Set the effective transaction timeout period for the current transaction, in seconds.
- setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.cfg.Configuration
- setTupleTransformer(TupleTransformer<?>) - Method in interface org.hibernate.query.spi.MutableQueryOptions
- setTupleTransformer(TupleTransformer<R>) - Method in interface org.hibernate.query.NativeQuery
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.Query
-
Set a
TupleTransformer
. - setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.SelectionQuery
-
Set a
TupleTransformer
. - setTupleTransformer(TupleTransformer<T>) - Method in class org.hibernate.query.spi.AbstractQuery
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.spi.QueryImplementor
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- setTupleTransformer(TupleTransformer<T>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
- setType(MappingModelExpressible<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the mapping model expressible for this parameter.
- SetType - Class in org.hibernate.type
- SetType(String, String) - Constructor for class org.hibernate.type.SetType
- setTypeConfiguration(TypeConfiguration) - Method in interface org.hibernate.type.spi.TypeConfigurationAware
- setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
- setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.usertype.UserTypeSupport
- setTypeIndex(int) - Method in class org.hibernate.mapping.Column
- setTypeName(String) - Method in class org.hibernate.mapping.Any.KeyValue
- setTypeName(String) - Method in class org.hibernate.mapping.Any.MetaValue
- setTypeName(String) - Method in class org.hibernate.mapping.BasicValue
- setTypeName(String) - Method in class org.hibernate.mapping.Collection
- setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
- setTypeParameters(Map<String, ?>) - Method in class org.hibernate.mapping.SimpleValue
- setTypeParameters(Map<String, String>) - Method in class org.hibernate.mapping.Collection
- setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.BasicValue
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
- setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
- setUnique(boolean) - Method in class org.hibernate.mapping.Column
- setUnique(boolean) - Method in class org.hibernate.mapping.Index
- setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
- setUniqueKeyName(String) - Method in class org.hibernate.mapping.Column
- setUnquotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
- setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
- setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
- setUnwrapProxyImplicit(boolean) - Method in class org.hibernate.mapping.ToOne
-
Related to HHH-13658 - keep track of whether `unwrapProxy` is an implicit value for reference later
- setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
- setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
- setUpdateExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Collection
- setUpdateExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.Join
- setUpdateExpectation(Supplier<? extends Expectation>) - Method in class org.hibernate.mapping.PersistentClass
- setUseParenthesesWhenNoArgs(boolean) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- setValue(Object, int, Object) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Inject a specific attribute value into the entity instance, by position
- setValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
- setValue(Object, Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
Convenient access to setting the value for this attribute on the declarer
- setValue(Value) - Method in class org.hibernate.mapping.Column
- setValue(Value) - Method in class org.hibernate.mapping.Property
- setValueGeneratorCreator(GeneratorCreator) - Method in class org.hibernate.mapping.Property
- setValues(Object, Object[]) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Inject the attribute values into the entity instance
- setValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
- setValuesList(List<Values>) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- setVersion(Property) - Method in class org.hibernate.mapping.RootClass
- setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
- setViewQuery(String) - Method in class org.hibernate.mapping.Table
- setWhere(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- setWhere(Predicate...) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- setWhere(String) - Method in class org.hibernate.mapping.Collection
- setWhere(String) - Method in class org.hibernate.mapping.RootClass
- setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- setWhere(String) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- setWhere(String) - Method in interface org.hibernate.sql.model.ast.builder.TableUpdateBuilder
- setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- sha() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Deprecated.
- sha(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- sha1() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Deprecated.
- sha2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Deprecated.
- SHALLOW - Enum constant in enum class org.hibernate.annotations.CacheLayout
-
Uses a cache layout that only stores the identifier of the entity or collection.
- SHALLOW_WITH_DISCRIMINATOR - Enum constant in enum class org.hibernate.annotations.CacheLayout
-
Like
CacheLayout.SHALLOW
but will also store the entity discriminator. - sharedCacheMode(SharedCacheMode) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- SharedSessionBuilder - Interface in org.hibernate
-
Specialized
SessionBuilder
with access to stuff from another session. - SharedSessionContract - Interface in org.hibernate
-
Declares operations that are common between
Session
andStatelessSession
. - SharedSessionContractImplementor - Interface in org.hibernate.engine.spi
-
Defines the internal contract shared between
Session
andStatelessSession
as used by other parts of Hibernate, including implementors ofType
,EntityPersister
, andCollectionPersister
. - SharedSessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
-
A wrapper class that delegates all method invocations to a delegate instance of
SharedSessionContractImplementor
. - SharedSessionDelegatorBaseImpl(SessionImplementor) - Constructor for class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- sharper() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
- SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
- SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
-
Deprecated, for removal: This API element is subject to removal in a future version.This is not an elegant way to do anything
- SHORT_NAME - Enum constant in enum class org.hibernate.annotations.AnyDiscriminatorImplicitValues.Strategy
-
Use the entity's short-name.
- SHORT_NAME - Static variable in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
- SHORT_NAME - Static variable in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- SHORT_NAME - Static variable in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- SHORT_NAME - Static variable in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
- ShortJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Short
handling. - ShortJavaType() - Constructor for class org.hibernate.type.descriptor.java.ShortJavaType
- ShortPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
short[]
handling. - ShortPrimitiveArrayJavaType(JavaType<Short>) - Constructor for class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- shouldAutoInjectAliases() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Should Hibernate perform automatic alias injection into the supplied condition string? The default is to perform auto injection *unless* explicit alias(es) are supplied.
- shouldAutoJoinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- shouldAutoJoinTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- shouldAutoJoinTransaction() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options
-
Indicates whether an active transaction should be automatically joined.
- shouldBeMappedToLatestJpaDescriptor(String) - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- shouldBeMappedToLatestJpaDescriptor(String) - Static method in class org.hibernate.boot.xsd.XsdHelper
- shouldBindAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- shouldEmulateLateralWithIntersect(QueryPart) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- shouldEmulateLateralWithIntersect(QueryPart) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- shouldEmulateLateralWithIntersect(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- shouldGetAllProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- shouldImplicitlyForceDiscriminatorInSelect() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Whether we should implicitly force discriminators into SQL selects.
- shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
- shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Should all database identifiers encountered in this context be implicitly quoted?
true
indicates that all identifier encountered within this context should be quoted. - shouldInlineCte(TableGroup) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- shouldInlineCte(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Whether CTEs should be inlined rather than rendered as CTEs.
- shouldInnerJoinSubclassTable(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- shouldManageNamespaces() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
- shouldMutateAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- shouldOverwriteCurrentVersion(T, T, BasicType<T>) - Method in enum class org.hibernate.ReplicationMode
-
Deprecated.Determine whether the mode dictates that the data being replicated should overwrite the data found.
- shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- shouldReturnProxies() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
- shouldSelectAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- shouldUseMaterializedLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- shouldUseMaterializedLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- shouldUseMaterializedLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- SHOW_SQL - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Enables logging of generated SQL to the console.
- showSql(boolean, boolean, boolean) - Method in class org.hibernate.cfg.Configuration
- showSql(boolean, boolean, boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Enables SQL logging to the console.
- sign(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the sign of its argument, that is,
1
if its argument is positive,-1
if its argument is negative, or0
if its argument is exactly zero. - sign(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- SIMPLE - Enum constant in enum class org.hibernate.id.EntityIdentifierNature
-
A simple identifier.
- SIMPLE - Enum constant in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
-
Simple, single-column identifier.
- SimpleAdd(E) - Constructor for class org.hibernate.collection.spi.PersistentList.SimpleAdd
- SimpleAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
-
A simple implementation of
AbstractAuxiliaryDatabaseObject
in which theCREATE
andDROP
strings are provided up front. - SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[], boolean) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- simpleColumnWriteFragmentRendering(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- simpleContext() - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
- simpleContext() - Static method in interface org.hibernate.query.sqm.tree.SqmRenderContext
- simpleContext(SqmQuerySource) - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
- SimpleDatabaseVersion - Class in org.hibernate.dialect
-
Simple version of DatabaseVersion
- SimpleDatabaseVersion(int, int) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
- SimpleDatabaseVersion(int, int, int) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
- SimpleDatabaseVersion(Integer, Integer) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
- SimpleDatabaseVersion(DatabaseVersion) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
- SimpleDatabaseVersion(DatabaseVersion, boolean) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
- SimpleDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Describes any non-collection type.
- SimpleFromClauseAccessImpl - Class in org.hibernate.sql.ast.spi
-
Simple implementation of FromClauseAccess
- SimpleFromClauseAccessImpl() - Constructor for class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- SimpleFromClauseAccessImpl(FromClauseAccess) - Constructor for class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- SimpleHqlInterpretationImpl<R> - Class in org.hibernate.query.spi
- SimpleHqlInterpretationImpl(SqmStatement<R>, ParameterMetadataImplementor, DomainParameterXref) - Constructor for class org.hibernate.query.spi.SimpleHqlInterpretationImpl
- SimpleNaturalIdLoadAccess<T> - Interface in org.hibernate
-
Loads an entity by its natural identifier.
- SimpleSelect - Class in org.hibernate.sql
-
A SQL
SELECT
statement with no table joins. - SimpleSelect(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.SimpleSelect
- SimpleStrategyRegistrationImpl<T> - Class in org.hibernate.boot.registry.selector
-
A simple implementation of StrategyRegistration.
- SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, Iterable<String>) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
Constructs a SimpleStrategyRegistrationImpl.
- SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, String...) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
Constructs a SimpleStrategyRegistrationImpl.
- SimpleTimestamper - Class in org.hibernate.cache.spi.support
-
Generates increasing identifiers (in a single VM only).
- SimpleValue - Class in org.hibernate.mapping
-
A mapping model object that represents any value that maps to columns.
- SimpleValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SimpleValue
- SimpleValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.SimpleValue
- SimpleValue(SimpleValue) - Constructor for class org.hibernate.mapping.SimpleValue
- sin(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the sine of its argument.
- sin(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- singleCaseInsensitiveValue(String) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which are equal to the given string, ignoring case.
- SingleEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
-
Loader for loading a single entity by primary or unique key
- SingleIdEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
-
Loader for loading an entity by a single identifier value.
- SingleNamingStrategy - Class in org.hibernate.id.enhanced
-
An
ImplicitDatabaseObjectNamingStrategy
using a single structure for all implicit names: "hibernate_sequence" for sequences "hibernate_sequences" for tables - SingleNamingStrategy() - Constructor for class org.hibernate.id.enhanced.SingleNamingStrategy
- SingleResultConsumer<T> - Class in org.hibernate.sql.results.spi
-
Used beneath
SelectionQuery.getResultCount()
. - SingleResultConsumer() - Constructor for class org.hibernate.sql.results.spi.SingleResultConsumer
- SingleTableEntityPersister - Class in org.hibernate.persister.entity
-
The default implementation of the
EntityPersister
interface. - SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
- SingleTableSubclass - Class in org.hibernate.mapping
-
A mapping model object that represents a subclass in a single table inheritance hierarchy.
- SingleTableSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SingleTableSubclass
- singleton(JdbcParameter) - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- SingleUniqueKeyEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
-
Loader subtype for loading an entity by a single unique-key value.
- singleValue(U) - Static method in interface org.hibernate.query.range.Range
-
A range containing a single value.
- SingularAttributeMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping for a singular (non-collection) attribute.
- SingularAttributeNature - Enum Class in org.hibernate.boot.model.source.spi
-
Describes possible natures of a singular attribute.
- SingularAttributeSource - Interface in org.hibernate.boot.model.source.spi
-
Source-agnostic description of information needed to bind a singular attribute.
- SingularAttributeSourceAny - Interface in org.hibernate.boot.model.source.spi
-
Describes an
<any/>
mapping - SingularAttributeSourceBasic - Interface in org.hibernate.boot.model.source.spi
- SingularAttributeSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
-
Represents the binding source for a singular attribute that is "embedded" or "composite".
- SingularAttributeSourceManyToOne - Interface in org.hibernate.boot.model.source.spi
- SingularAttributeSourceOneToOne - Interface in org.hibernate.boot.model.source.spi
- SingularAttributeSourceToOne - Interface in org.hibernate.boot.model.source.spi
-
Further contract for sources of singular associations (
one-to-one
andmany-to-one
). - SingularPersistentAttribute<D,
J> - Interface in org.hibernate.metamodel.model.domain -
Extension of the JPA-defined
SingularAttribute
interface. - sinh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- sinh(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the hyperbolic sine of its argument.
- sinh(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sinh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- size() - Element in annotation interface org.hibernate.annotations.BatchSize
-
The maximum batch size, a strictly positive integer.
- size() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- size() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- size() - Method in class org.hibernate.collection.spi.PersistentBag
- size() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- size() - Method in class org.hibernate.collection.spi.PersistentList
- size() - Method in class org.hibernate.collection.spi.PersistentMap
- size() - Method in class org.hibernate.collection.spi.PersistentSet
- size() - Method in class org.hibernate.engine.spi.ExecutableList
- size() - Method in class org.hibernate.event.spi.MergeContext
-
Returns the number of merge-to-managed entity cross-references in this MergeContext
- size() - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
- size() - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
- size() - Method in class org.hibernate.proxy.map.MapProxy
- size() - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListMulti
- size() - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListSingleton
- size() - Method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- size() - Method in interface org.hibernate.sql.results.graph.FetchList
- size() - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.LegacyMapWrapper
- size() - Method in interface org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.ManagedMapWrapper
- size() - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.MapWrapper
- size(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- size(C) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- size(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
- size(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- size(Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- size(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- size(Collection<?>) - Static method in class org.hibernate.Hibernate
-
Obtain the size of a persistent collection, without fetching its state from the database.
- Size - Class in org.hibernate.engine.jdbc
-
Models size restrictions/requirements on a column's data type.
- Size() - Constructor for class org.hibernate.engine.jdbc.Size
- Size(Integer, Integer, Integer, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
Size(Integer, Integer, Long)
- Size(Integer, Integer, Long) - Constructor for class org.hibernate.engine.jdbc.Size
- Size(Integer, Integer, Long, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
Size(Integer, Integer, Long)
- Size.LobMultiplier - Enum Class in org.hibernate.engine.jdbc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SizeSource - Interface in org.hibernate.boot.model.source.spi
- SizeStrategyImpl() - Constructor for class org.hibernate.dialect.Dialect.SizeStrategyImpl
- SKIP - Enum constant in enum class org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
-
When a class cannot be enhanced, skip enhancement for that class only.
- SKIP - Enum constant in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
-
Do not attempt to create unique constraints on a schema update
- SKIP_LOCKED - Static variable in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This, and the other constants on this class, will be removed.
- SKIP_LOCKED - Static variable in interface org.hibernate.Timeouts
-
Indicates that rows which are already locked should be skipped.
- SKIP_LOCKED_MILLI - Static variable in interface org.hibernate.Timeouts
-
Raw magic millisecond value for Timeouts.SKIP_LOCKED
- SkipNullableUniqueDelegate - Class in org.hibernate.dialect.unique
-
A
UniqueDelegate
that only creates unique constraints on not-null columns, and ignores requests for uniqueness for nullable columns. - SkipNullableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
- slowQuery(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Register the execution of a slow SQL query.
- SMALLEST - Enum constant in enum class org.hibernate.dialect.NullOrdering
-
Null is treated as the smallest value.
- SMALLINT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
SMALLINT
. - SmallIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
SMALLINT
handling. - SmallIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- snapshot(BasicCollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSortedMap
- snapshot(BasicCollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSortedSet
- SnapshotIsolationException - Exception in org.hibernate.exception
-
A
JDBCException
indicating that a request failed due to snapshot isolation. - SnapshotIsolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SnapshotIsolationException
- SOFT_DELETE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SoftDeletable - Interface in org.hibernate.mapping
-
Part of the boot model which can be soft-deleted
- SoftDeletableModelPart - Interface in org.hibernate.metamodel.mapping
-
Model part which can be soft-deleted
- SoftDelete - Annotation Interface in org.hibernate.annotations
-
Describes a soft-delete indicator mapping.
- SoftDelete.UnspecifiedConversion - Interface in org.hibernate.annotations
-
Used as the default for SoftDelete.converter(), indicating that dialect and settings resolution should be used.
- SoftDeleteMapping - Interface in org.hibernate.metamodel.mapping
-
Metadata about the indicator column for entities and collections enabled for soft delete
- SoftDeleteType - Enum Class in org.hibernate.annotations
-
Enumeration of defines styles of soft-delete
- SoftLock - Interface in org.hibernate.cache.spi.access
-
Memento object for use by synchronous concurrency strategies
- softLockedCacheExpired(String, Object) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- some(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- some(Subquery<Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- some(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- SOME - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
- SOME - Enum constant in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
- sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.HANASequenceSupport
- sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
- sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
- sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
- sometimesNeedsStartingValue() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Do we need to explicitly specify
minvalue
ormaxvalue
when the initial value doesn't have the same sign as the increment? - sort() - Method in class org.hibernate.engine.spi.ExecutableList
-
Sorts the list using the natural ordering or using the
ExecutableList.Sorter
if it's not null. - sort(List<ComparableExecutable>) - Method in interface org.hibernate.engine.spi.ExecutableList.Sorter
-
Sorts the list.
- sort(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sort(JpaExpression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sort(JpaExpression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sort(JpaExpression<?>, SortDirection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sort(JpaExpression<?>, SortDirection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sort(JpaExpression<?>, SortDirection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sort(JpaExpression<?>, SortDirection, Nulls) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sort(JpaExpression<?>, SortDirection, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sort(JpaExpression<?>, SortDirection, Nulls) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sort(JpaExpression<?>, SortDirection, Nulls, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sort(JpaExpression<?>, SortDirection, Nulls, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sort(JpaExpression<?>, SortDirection, Nulls, boolean) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated.
- sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated.
- sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- sort(JpaExpression<?>, SortDirection, NullPrecedence, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated.
- sort(JpaExpression<?>, SortDirection, NullPrecedence, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated.
- sort(JpaExpression<?>, SortDirection, NullPrecedence, boolean) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- sort(Order<? super T>) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Adds an ordering to the selection specification.
- SORT_COMPARATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SORT_NATURAL - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- Sortable - Interface in org.hibernate.boot.model.source.spi
-
Contact to define if the source of plural attribute is sortable or not.
- SortableValue - Interface in org.hibernate.mapping
- sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
- sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
- sortColumns(int[]) - Method in class org.hibernate.mapping.SimpleValue
- SortComparator - Annotation Interface in org.hibernate.annotations
- SortDirection - Enum Class in org.hibernate.query
-
Enumerates the directions in which query results may be sorted.
- SORTED_MAP - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A sorted
CollectionClassification.MAP
using either natural sorting of the keys or a specifiedComparator
. - SORTED_SET - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A sorted
CollectionClassification.SET
using either natural sorting of the elements or a specifiedComparator
. - sortedMap() - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterface
representing sorted persistent maps of a given key and value types. - SortedMapType - Class in org.hibernate.type
- SortedMapType(String, String, Comparator<?>) - Constructor for class org.hibernate.type.SortedMapType
- sortedSet() - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterface
representing sorted persistent sets of a given element type. - SortedSetType - Class in org.hibernate.type
- SortedSetType(String, String, Comparator<?>) - Constructor for class org.hibernate.type.SortedSetType
- SortNatural - Annotation Interface in org.hibernate.annotations
- sortProperties() - Method in class org.hibernate.mapping.Component
- sortProperties() - Method in class org.hibernate.mapping.DependantValue
- sortProperties() - Method in interface org.hibernate.mapping.SortableValue
- sortProperties() - Method in class org.hibernate.mapping.ToOne
- SortSpecification - Class in org.hibernate.sql.ast.tree.select
- SortSpecification(Expression, SortDirection) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
- SortSpecification(Expression, SortDirection, Nulls) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
- SortSpecification(Expression, SortDirection, Nulls, boolean) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
- SortSpecification(Expression, SortDirection, NullPrecedence) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
-
Deprecated, for removal: This API element is subject to removal in a future version.
- soundex() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- source() - Element in annotation interface org.hibernate.annotations.CreationTimestamp
-
Specifies how the timestamp is generated.
- source() - Element in annotation interface org.hibernate.annotations.CurrentTimestamp
-
Specifies how the timestamp is generated.
- source() - Element in annotation interface org.hibernate.annotations.UpdateTimestamp
-
Specifies how the timestamp is generated.
- source() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Returns the value of the
source
record component. - Source - Annotation Interface in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.use
CurrentTimestamp
instead - SOURCE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SourceDescriptor - Interface in org.hibernate.tool.schema.spi
-
Describes a source for schema create, drop and migrate actions.
- sourcePosition() - Method in record class org.hibernate.query.sql.spi.ParameterOccurrence
-
Returns the value of the
sourcePosition
record component. - SourceType - Enum Class in org.hibernate.annotations
-
Specifies the source of a generated value, either the virtual machine, or the database.
- SourceType - Enum Class in org.hibernate.tool.schema
-
Enumerates the various types of sources understood by the schema management tooling.
- space() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- SPANNER - Enum constant in enum class org.hibernate.dialect.Database
- SpannerDialect - Class in org.hibernate.dialect
-
A SQL dialect for Cloud Spanner.
- SpannerDialect() - Constructor for class org.hibernate.dialect.SpannerDialect
- SpannerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SpannerDialect
- SpannerSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for Spanner.
- SpannerSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- SPATIAL - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Indicates that the argument should be a spatial type
- SPEC_ACTION_CREATE - Static variable in enum class org.hibernate.tool.schema.Action
- SPEC_ACTION_DROP - Static variable in enum class org.hibernate.tool.schema.Action
- SPEC_ACTION_DROP_AND_CREATE - Static variable in enum class org.hibernate.tool.schema.Action
- SPEC_ACTION_NONE - Static variable in enum class org.hibernate.tool.schema.Action
- SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
-
Deprecated.
- SpecHints - Interface in org.hibernate.jpa
-
The hints explicitly defined by the Jakarta Persistence specification which are available for both queries and loading.
- SpecialOneToOneType - Class in org.hibernate.type
-
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
- SpecialOneToOneType(SpecialOneToOneType, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
- SpecialOneToOneType(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.SpecialOneToOneType
- sql - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
- sql() - Element in annotation interface org.hibernate.annotations.Generated
-
A SQL expression used to generate the value of the column mapped by the annotated property.
- sql() - Element in annotation interface org.hibernate.annotations.SQLDelete
-
Procedure name or SQL
DELETE
statement. - sql() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
-
Procedure name or SQL
DELETE
statement. - sql() - Element in annotation interface org.hibernate.annotations.SQLInsert
-
Procedure name or SQL
INSERT
statement. - sql() - Element in annotation interface org.hibernate.annotations.SQLSelect
-
The SQL
SELECT
statement. - sql() - Element in annotation interface org.hibernate.annotations.SQLUpdate
-
Procedure name or SQL
UPDATE
statement. - sql() - Method in record class org.hibernate.boot.model.CustomSql
-
Returns the value of the
sql
record component. - sql() - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
- sql(String) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
- sql(String, Class<T>, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Embed native
pattern
that will be unquoted and embedded in the generated SQL. - sql(String, Class<T>, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- SQL - Annotation Interface in org.hibernate.annotations.processing
-
Identifies a method of an abstract class or interface as defining the signature of a method which is used to execute the given SQL query, with an implementation generated automatically by the Hibernate Metamodel Generator.
- SQL_DELETE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_DELETE_ALL - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_DELETES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_EXEC_LOGGER - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
- SQL_FRAGMENT_ALIAS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_INSERT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_INSERTS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_JOIN_TABLE_RESTRICTION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_ORDER - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_RESTRICTION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_RESULT_SET_MAPPING - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- SQL_RESULT_SET_MAPPINGS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- SQL_SELECT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_SERVER_COMPATIBILITY_LEVEL - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies the compatibility level of the SQL Server database as returned by
select compatibility_level from sys.databases
. - SQL_UPDATE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SQL_UPDATES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
-
Retrieve all keywords defined by ANSI SQL:2003 All keywords returned by this implementation are in lowercase.
- SQL99 - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.SQLStateType
-
The reported codes follow the SQL spec
- SqlAliasBase - Interface in org.hibernate.sql.ast.spi
-
A generator for new incremental SQL aliases based on a stem
- SqlAliasBaseConstant - Class in org.hibernate.sql.ast.spi
-
A SqlAliasBase that always returns the same constant.
- SqlAliasBaseConstant(String) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
- SqlAliasBaseGenerator - Interface in org.hibernate.sql.ast.spi
-
Generator for SqlAliasBase instances based on a stem.
- SqlAliasBaseImpl - Class in org.hibernate.sql.ast.spi
-
Standard SqlAliasBase impl
- SqlAliasBaseImpl(String) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
- SqlAliasBaseManager - Class in org.hibernate.sql.ast.spi
-
Helper used in creating unique SQL table aliases for a SQL AST
- SqlAliasBaseManager() - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseManager
- SqlAliasBaseManager(Set<String>) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseManager
- SqlAliasStemHelper - Class in org.hibernate.sql.ast.spi
- SqlAliasStemHelper() - Constructor for class org.hibernate.sql.ast.spi.SqlAliasStemHelper
- SqlAppender - Interface in org.hibernate.sql.ast.spi
-
Access to appending SQL fragments to an in-flight buffer
- SqlArrayMultiKeyLoader - Interface in org.hibernate.loader.ast.spi
-
MultiKeyLoader implementation based on a SQL ARRAY valued parameter
- SqlAstCreationContext - Interface in org.hibernate.sql.ast.spi
-
The "context" in which creation of SQL AST occurs.
- SqlAstCreationState - Interface in org.hibernate.sql.ast.spi
-
Access to stuff used while creating a SQL AST
- SqlAstJoinType - Enum Class in org.hibernate.sql.ast
- SqlAstNode - Interface in org.hibernate.sql.ast.tree
- SqlAstNodeRenderingMode - Enum Class in org.hibernate.sql.ast
-
The rendering mode to use for
SqlAstNode
. - SqlAstProcessingState - Interface in org.hibernate.sql.ast.spi
-
Generalized access to state information relative to the "current process" of creating a SQL AST.
- SqlAstQueryNodeProcessingState - Interface in org.hibernate.sql.ast.spi
-
SqlAstProcessingState specialization for query parts
- SqlAstQueryPartProcessingState - Interface in org.hibernate.sql.ast.spi
-
SqlAstProcessingState specialization for query parts
- SqlAstTranslator<T extends JdbcOperation> - Interface in org.hibernate.sql.ast
- SqlAstTranslatorFactory - Interface in org.hibernate.sql.ast
-
Factory for obtaining single-use SQL AST translators
- SqlAstTranslatorWithMerge<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
-
Base for translators which support a full insert-or-update-or-delete (MERGE) command.
- SqlAstTranslatorWithMerge(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
- SqlAstTranslatorWithUpsert<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
-
Base SqlAstTranslator for translators which support an insert-or-update (UPSERT) command
- SqlAstTranslatorWithUpsert(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- SqlAstTreeHelper - Class in org.hibernate.sql.ast.spi
- SqlAstTreeLogger - Interface in org.hibernate.sql.ast.tree
-
Dedicated logger for rendering a SQL AST
- SqlAstWalker - Interface in org.hibernate.sql.ast
- SqlColumn - Class in org.hibernate.dialect.function
- SqlColumn(String, BasicType<?>) - Constructor for class org.hibernate.dialect.function.SqlColumn
- sqlCreateStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
-
Gets the SQL strings for creating the database object.
- sqlCreateStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SQLDelete - Annotation Interface in org.hibernate.annotations
-
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entity or collection row is deleted from the database.
- SQLDeleteAll - Annotation Interface in org.hibernate.annotations
-
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entire collection is deleted from the database.
- SQLDeletes - Annotation Interface in org.hibernate.annotations
-
A grouping of
SQLDelete
s. - sqlDropStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
-
Gets the SQL strings for dropping the database object.
- sqlDropStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
- SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
-
Allow a
SQLExceptionConverter
to work by chaining together multiple delegates. - SQLExceptionConverter - Interface in org.hibernate.exception.spi
-
An object that interprets JDBC
SQLException
s and converts them to subtypes of HibernateJDBCException
s. - sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
-
Helper for handling
SQLException
s in various manners. - SqlExceptionHelper(boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Create an exception helper with a default exception converter.
- SqlExceptionHelper(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Create an exception helper with a default exception converter.
- SqlExceptionHelper(SQLExceptionConverter, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Create an exception helper with a specific exception converter.
- SqlExceptionHelper(SQLExceptionConverter, boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Create an exception helper with a specific exception converter.
- SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
-
Standard SQLWarning handler for logging warnings
- SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
-
Contract for handling warnings.
- SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
-
Basic support for
SqlExceptionHelper.WarningHandler
implementations which handle warnings - SQLExceptionLogging - Interface in org.hibernate.engine.jdbc.spi
- SqlExecLogger - Interface in org.hibernate.sql.exec
- SqlExpressible - Interface in org.hibernate.metamodel.mapping
-
Unifying contract for things that are capable of being an expression in the SQL AST.
- SqlExpressionAccess - Interface in org.hibernate.sql.ast.spi
- SqlExpressionResolver - Interface in org.hibernate.sql.ast.spi
-
Resolution of a SqlSelection reference for a given SqlSelectable.
- SqlExpressionResolver.ColumnReferenceKey - Class in org.hibernate.sql.ast.spi
- SqlFragmentAlias - Annotation Interface in org.hibernate.annotations
-
Defines an interpolated alias occurring in a SQL filter condition.
- SqlFunction - Class in org.hibernate.dialect.function
-
A function to pass through a SQL fragment.
- SqlFunction() - Constructor for class org.hibernate.dialect.function.SqlFunction
- SQLGrammarException - Exception in org.hibernate.exception
-
Specialization of
JDBCException
indicating that the SQL sent to the database server was invalid, either due to a syntax error, unrecognized name, or similar problem. - SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
-
Constructor for JDBCException.
- SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
-
Constructor for JDBCException.
- SqlInPredicateMultiKeyLoader - Interface in org.hibernate.loader.ast.spi
-
MultiKeyLoader implementation based on SQL IN predicate
- SQLInsert - Annotation Interface in org.hibernate.annotations
-
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entity or collection row is inserted in the database.
- SQLInserts - Annotation Interface in org.hibernate.annotations
-
A grouping of
SQLInsert
s. - SQLJoinTableRestriction - Annotation Interface in org.hibernate.annotations
-
Specifies a restriction written in native SQL to add to the generated SQL when querying the join table of a collection.
- SqlOmittingQueryOptions - Class in org.hibernate.query.spi
- SqlOmittingQueryOptions(QueryOptions, boolean, boolean) - Constructor for class org.hibernate.query.spi.SqlOmittingQueryOptions
- SqlOmittingQueryOptions(QueryOptions, boolean, boolean, ListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.query.spi.SqlOmittingQueryOptions
- SQLOrder - Annotation Interface in org.hibernate.annotations
-
Order a collection using an expression or list of expression written in native SQL.
- SQLRestriction - Annotation Interface in org.hibernate.annotations
-
Specifies a restriction written in native SQL to add to the generated SQL for entities or collections.
- SqlResultSetMappingDescriptor - Class in org.hibernate.boot.query
- SqlResultSetMappingDescriptor.EntityResultDescriptor - Class in org.hibernate.boot.query
- SqlResultSetMappingRegistration - Record Class in org.hibernate.boot.models.spi
-
Registration of a SqlResultSetMapping while processing managed resources as part of building the domain metamodel
- SqlResultSetMappingRegistration(String, SqlResultSetMapping) - Constructor for record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
-
Creates an instance of a
SqlResultSetMappingRegistration
record class. - SqlScriptCommandExtractor - Interface in org.hibernate.tool.schema.spi
-
Contract for extracting statements from source/import/init scripts.
- SqlScriptException - Exception in org.hibernate.tool.schema.spi
-
Indicates a problem
- SqlScriptException(String) - Constructor for exception org.hibernate.tool.schema.spi.SqlScriptException
- SqlScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SqlScriptException
- SQLSelect - Annotation Interface in org.hibernate.annotations
-
Specifies a custom SQL query to be used in place of the default SQL generated by Hibernate when an entity or collection is loaded from the database by id.
- SqlSelection - Interface in org.hibernate.sql.ast.spi
- SqlSelectionExpression - Class in org.hibernate.sql.ast.tree.expression
-
Represents a selection that is "re-used" in certain parts of the query other than the select-clause (mainly important for order-by, group-by and having).
- SqlSelectionExpression(SqlSelection) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
- SqlSelectionProducer - Interface in org.hibernate.sql.ast.spi
- SQLSERVER - Enum constant in enum class org.hibernate.dialect.Database
- SQLServer16SequenceSupport - Class in org.hibernate.dialect.sequence
- SQLServer16SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
- SQLServer2012LimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
compatible with SQL Server 2012 which introduced support for the ANSI SQL standard syntaxOFFSET m ROWS FETCH NEXT n ROWS ONLY
, though this syntax is considered part of theORDER BY
clause, and with the wrinkle that bothORDER BY
and theOFFSET
clause are required. - SQLServer2012LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
- SQLServerAggregateSupport - Class in org.hibernate.dialect.aggregate
- SQLServerCastingXmlArrayJdbcType - Class in org.hibernate.dialect.type
- SQLServerCastingXmlArrayJdbcType(JdbcType) - Constructor for class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
- SQLServerCastingXmlArrayJdbcTypeConstructor - Class in org.hibernate.dialect.type
-
Factory for
SQLServerCastingXmlArrayJdbcType
. - SQLServerCastingXmlArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcTypeConstructor
- SQLServerCastingXmlJdbcType - Class in org.hibernate.dialect.type
- SQLServerCastingXmlJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
- SqlServerConvertTruncFunction - Class in org.hibernate.dialect.function
-
Custom
TruncFunction
for SQL Server versions before 16, which uses the customSqlServerConvertTruncFunction.DateTruncConvertEmulation
- SqlServerConvertTruncFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SqlServerConvertTruncFunction
- SQLServerDialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL Server 2012 and above.
- SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
- SQLServerDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SQLServerDialect
- SQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SQLServerDialect
- SQLServerEveryAnyEmulation - Class in org.hibernate.dialect.function
-
SQL Server doesn't have a function like
every()
orany()
. - SQLServerEveryAnyEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
- SQLServerFormatEmulation - Class in org.hibernate.dialect.function
-
SQL Server behaves strangely when the first argument to format is of the type time, so we cast to datetime.
- SQLServerFormatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SQLServerFormatEmulation
- SQLServerGenerateSeriesFunction - Class in org.hibernate.dialect.function
-
SQL Server generate_series function.
- SQLServerGenerateSeriesFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SQLServerGenerateSeriesFunction
- SQLServerIdentityColumnSupport - Class in org.hibernate.dialect.identity
- SQLServerIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
- SQLServerJsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_arrayagg function.
- SQLServerJsonArrayAggFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonArrayAggFunction
- SQLServerJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_array_append function.
- SQLServerJsonArrayAppendFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonArrayAppendFunction
- SQLServerJsonArrayFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_array function.
- SQLServerJsonArrayFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonArrayFunction
- SQLServerJsonArrayInsertFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_array_insert function.
- SQLServerJsonArrayInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonArrayInsertFunction
- SQLServerJsonExistsFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_exists function.
- SQLServerJsonExistsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonExistsFunction
- SQLServerJsonInsertFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_insert function.
- SQLServerJsonInsertFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonInsertFunction
- SQLServerJsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_objectagg function.
- SQLServerJsonObjectAggFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonObjectAggFunction
- SQLServerJsonObjectFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_object function.
- SQLServerJsonObjectFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonObjectFunction
- SQLServerJsonQueryFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_query function.
- SQLServerJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonQueryFunction
- SQLServerJsonRemoveFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_remove function.
- SQLServerJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonRemoveFunction
- SQLServerJsonReplaceFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_replace function.
- SQLServerJsonReplaceFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonReplaceFunction
- SQLServerJsonSetFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_set function.
- SQLServerJsonSetFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonSetFunction
- SQLServerJsonTableFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_table function.
- SQLServerJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonTableFunction
- SQLServerJsonValueFunction - Class in org.hibernate.dialect.function.json
-
SQL Server json_value function.
- SQLServerJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.SQLServerJsonValueFunction
- SQLServerSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
SQLServerDialect
. - SQLServerSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.SQLServerSequenceSupport
- SQLServerSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for SQL Server.
- SQLServerSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- SQLServerUnnestFunction - Class in org.hibernate.dialect.function.array
-
SQL Server unnest function.
- SQLServerUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.SQLServerUnnestFunction
- SQLServerXmlAggFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlagg function.
- SQLServerXmlAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlAggFunction
- SQLServerXmlConcatFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlconcat function.
- SQLServerXmlConcatFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlConcatFunction
- SQLServerXmlElementFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlelement function.
- SQLServerXmlElementFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlElementFunction
- SQLServerXmlExistsFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlexists function.
- SQLServerXmlExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlExistsFunction
- SQLServerXmlForestFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlforest function.
- SQLServerXmlForestFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlForestFunction
- SQLServerXmlPiFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlpi function.
- SQLServerXmlPiFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlPiFunction
- SQLServerXmlQueryFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmlquery function.
- SQLServerXmlQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlQueryFunction
- SQLServerXmlTableFunction - Class in org.hibernate.dialect.function.xml
-
SQL Server xmltable function.
- SQLServerXmlTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SQLServerXmlTableFunction
- SqlStatementLogger - Class in org.hibernate.engine.jdbc.spi
-
Centralize logging for SQL statements.
- SqlStatementLogger() - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new
SqlStatementLogger
instance. - SqlStatementLogger(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new
SqlStatementLogger
instance. - SqlStatementLogger(boolean, boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new
SqlStatementLogger
instance. - SqlStatementLogger(boolean, boolean, boolean, long) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new
SqlStatementLogger
instance. - SQLStateType - Enum Class in org.hibernate.engine.jdbc.env.spi
-
Enum interpretation of the valid values from
DatabaseMetaData.getSQLStateType()
- sqlString() - Method in enum class org.hibernate.query.sqm.SetOperator
- SqlStringGenerationContext - Interface in org.hibernate.boot.model.relational
-
A context provided to methods responsible for generating SQL strings on startup.
- sqlText() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
- sqlText() - Method in enum class org.hibernate.sql.ast.tree.expression.Summarization.Kind
- SqlTranslationEngine - Interface in org.hibernate.query.sql.spi
-
Introduced as an analog of
QueryEngine
and/orNodeBuilder
for the SQL translation and rendering phases. - SqlTreeCreationException - Exception in org.hibernate.sql.ast
-
Base exception type for problems building a SQL tree.
- SqlTreeCreationException(String) - Constructor for exception org.hibernate.sql.ast.SqlTreeCreationException
- SqlTreeCreationException(String, Throwable) - Constructor for exception org.hibernate.sql.ast.SqlTreeCreationException
- SqlTreeCreationLogger - Interface in org.hibernate.sql.ast
- SqlTreePrinter - Class in org.hibernate.sql.ast
-
Logs a debug representation of the SQL AST.
- SqlTuple - Class in org.hibernate.sql.ast.tree.expression
- SqlTuple(List<? extends Expression>, MappingModelExpressible<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple
- SqlTuple.Builder - Class in org.hibernate.sql.ast.tree.expression
- SqlTupleContainer - Interface in org.hibernate.sql.ast.tree.expression
- SqlTypedJdbcType - Interface in org.hibernate.type.descriptor.jdbc
-
A
JdbcType
with a fixed SQL type name. - SqlTypedMapping - Interface in org.hibernate.metamodel.mapping
-
Models the type of a thing that can be used as an expression in a SQL query
- SqlTypes - Class in org.hibernate.type
-
Defines a list of constant type codes used to identify generic SQL types.
- SQLUpdate - Annotation Interface in org.hibernate.annotations
-
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entity or collection row is updated in the database.
- SQLUpdates - Annotation Interface in org.hibernate.annotations
-
A grouping of
SQLUpdate
s. - sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
- SQLXML - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
XML
. - SqmAggregateFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
-
A SQM aggregate function.
- SqmAliasedExpressionContainer<T extends SqmAliasedNode<?>> - Interface in org.hibernate.query.sqm.tree.select
- SqmAliasedNode<T> - Interface in org.hibernate.query.sqm.tree.select
-
Models any aliased expression.
- SqmAliasedNodePositionTracker(SqlExpressionResolver, List<? extends SqmAliasedNode<?>>) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
- SqmAliasedNodeRef - Class in org.hibernate.query.sqm.tree.expression
-
Models a reference to a
SqmAliasedNode
used in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional ref - SqmAliasedNodeRef(int, SqmBindableType<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- SqmAliasedNodeRef(int, NavigablePath, SqmBindableType<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- SqmAny<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmAny(SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAny
- SqmAnyDiscriminatorValue<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmAnyDiscriminatorValue(String, EntityDomainType, BasicType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- SqmAnyValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- SqmAssignment<T> - Class in org.hibernate.query.sqm.tree.update
- SqmAssignment(SqmPath<T>, SqmExpression<? extends T>) - Constructor for class org.hibernate.query.sqm.tree.update.SqmAssignment
- SqmAttributeJoin<O,
T> - Interface in org.hibernate.query.sqm.tree.from -
Models a join based on a mapped attribute reference.
- SqmBagJoin<O,
E> - Class in org.hibernate.query.sqm.tree.domain - SqmBagJoin(SqmFrom<?, O>, SqmBagPersistentAttribute<? super O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- SqmBagJoin(SqmFrom<?, O>, NavigablePath, SqmBagPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- SqmBagPersistentAttribute<D,
E> - Interface in org.hibernate.query.sqm.tree.domain - SqmBasicValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- SqmBetweenPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmBetweenPredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- SqmBinaryArithmetic<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmBinaryArithmetic(BinaryArithmeticOperator, SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- SqmBinaryArithmetic(BinaryArithmeticOperator, SqmExpression<?>, SqmExpression<?>, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- SqmBindableType<J> - Interface in org.hibernate.query.sqm
-
An SQM node which may be used to disambiguate the type of an argument to a query parameter.
- SqmBooleanExpressionPredicate - Class in org.hibernate.query.sqm.tree.predicate
-
Represents an expression whose type is boolean, and can therefore be used as a predicate.
- SqmBooleanExpressionPredicate(SqmExpression<Boolean>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- SqmBooleanExpressionPredicate(SqmExpression<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- SqmByUnit - Class in org.hibernate.query.sqm.tree.expression
- SqmByUnit(SqmDurationUnit<?>, SqmExpression<?>, SqmBindableType<Long>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmByUnit
- SqmCaseSearched<R> - Class in org.hibernate.query.sqm.tree.expression
- SqmCaseSearched(int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- SqmCaseSearched(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- SqmCaseSearched(SqmBindableType<R>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- SqmCaseSearched.WhenFragment<R> - Class in org.hibernate.query.sqm.tree.expression
- SqmCaseSimple<T,
R> - Class in org.hibernate.query.sqm.tree.expression - SqmCaseSimple(SqmExpression<T>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- SqmCaseSimple(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- SqmCaseSimple(SqmExpression<T>, SqmBindableType<R>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- SqmCaseSimple.WhenFragment<T,
R> - Class in org.hibernate.query.sqm.tree.expression - SqmCastTarget<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmCastTarget(ReturnableType<T>, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- SqmCastTarget(ReturnableType<T>, Long, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- SqmCastTarget(ReturnableType<T>, Long, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- SqmCastTarget(ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- SqmCoalesce<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmCoalesce(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- SqmCoalesce(SqmBindableType<T>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- SqmCoalesce(SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- SqmCollation - Class in org.hibernate.query.sqm.tree.expression
- SqmCollation(String, SqmBindableType<String>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollation
- SqmCollectionSize - Class in org.hibernate.query.sqm.tree.expression
-
Represents the
SIZE()
function. - SqmCollectionSize(SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- SqmCollectionSize(SqmPath<?>, SqmBindableType<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- SqmComparisonPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmComparisonPredicate(SqmExpression<?>, ComparisonOperator, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- SqmConflictClause<T> - Class in org.hibernate.query.sqm.tree.insert
- SqmConflictClause(SqmInsertStatement<T>) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- SqmConflictUpdateAction<T> - Class in org.hibernate.query.sqm.tree.insert
- SqmConflictUpdateAction(SqmInsertStatement<T>) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- SqmCopyContext - Interface in org.hibernate.query.sqm.tree
- SqmCorrelatedBagJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedBagJoin(SqmBagJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- SqmCorrelatedCrossJoin<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmCorrelatedCrossJoin(SqmCrossJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- SqmCorrelatedEntityJoin<L,
R> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedEntityJoin(EntityDomainType<R>, String, SqmJoinType, SqmRoot<L>, SqmCorrelatedRootJoin<L>, SqmEntityJoin<L, R>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- SqmCorrelatedEntityJoin(SqmEntityJoin<L, R>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- SqmCorrelatedJoin<L,
R> - Interface in org.hibernate.query.sqm.tree.domain - SqmCorrelatedListJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedListJoin(SqmListJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- SqmCorrelatedMapJoin<L,
K, V> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedMapJoin(SqmMapJoin<L, K, V>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- SqmCorrelatedPluralPartJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedPluralPartJoin(SqmPluralPartJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- SqmCorrelatedRoot<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmCorrelatedRoot(SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- SqmCorrelatedRootJoin<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmCorrelatedRootJoin(NavigablePath, SqmPathSource<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- SqmCorrelatedSetJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedSetJoin(SqmSetJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- SqmCorrelatedSingularJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmCorrelatedSingularJoin(SqmSingularJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- SqmCorrelatedSingularValuedJoin<L,
R> - Interface in org.hibernate.query.sqm.tree.domain - SqmCorrelation<L,
R> - Interface in org.hibernate.query.sqm.tree.domain -
Specialization of
SqmFrom
for sub-query correlations - SqmCreationContext - Interface in org.hibernate.query.sqm.spi
-
The context in which all SQM creations occur.
- SqmCreationHelper - Class in org.hibernate.query.sqm.spi
- SqmCreationOptions - Interface in org.hibernate.query.hql.spi
-
Options for semantic analysis
- SqmCreationProcessingState - Interface in org.hibernate.query.hql.spi
-
State related to SQM creation, like
SqmCreationState
, but specific to its "current processing" - which generally means specific to each statement and sub-query - SqmCreationState - Interface in org.hibernate.query.hql.spi
-
Models the state pertaining to the creation of a single SQM.
- SqmCrossJoin<T> - Class in org.hibernate.query.sqm.tree.from
-
Stuff and things
- SqmCrossJoin(SqmEntityDomainType<T>, String, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- SqmCrossJoin(NavigablePath, SqmEntityDomainType<T>, String, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- SqmCteContainer - Interface in org.hibernate.query.sqm.tree.cte
- SqmCteJoin<T> - Class in org.hibernate.query.sqm.tree.from
- SqmCteJoin(SqmCteStatement<T>, String, SqmJoinType, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCteJoin
- SqmCteJoin(NavigablePath, SqmCteStatement<T>, SqmPathSource<T>, String, SqmJoinType, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCteJoin
- SqmCteRoot<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmCteRoot(SqmCteStatement<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- SqmCteRoot(NavigablePath, SqmCteStatement<T>, SqmPathSource<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- SqmCteStatement<T> - Class in org.hibernate.query.sqm.tree.cte
- SqmCteStatement(String, SqmSelectQuery<T>, boolean, Function<JpaCteCriteria<T>, AbstractQuery<T>>, SqmCteContainer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- SqmCteStatement(String, SqmSelectQuery<T>, SqmCteContainer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- SqmCteTable<T> - Class in org.hibernate.query.sqm.tree.cte
- SqmCteTableColumn - Class in org.hibernate.query.sqm.tree.cte
- SqmCteTableColumn(SqmCteTable<?>, String, SqmBindableType<?>) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- SqmDeleteOrUpdateStatement<T> - Interface in org.hibernate.query.sqm.tree
-
In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.
- SqmDeleteStatement<T> - Class in org.hibernate.query.sqm.tree.delete
- SqmDeleteStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- SqmDeleteStatement(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- SqmDeleteStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- SqmDerivedJoin<T> - Class in org.hibernate.query.sqm.tree.from
- SqmDerivedJoin(SqmSubQuery<T>, String, SqmJoinType, boolean, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- SqmDerivedJoin(NavigablePath, SqmSubQuery<T>, boolean, SqmPathSource<T>, String, SqmJoinType, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- SqmDerivedRoot<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmDerivedRoot(SqmSubQuery<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- SqmDerivedRoot(NavigablePath, SqmSubQuery<T>, SqmPathSource<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- SqmDistinct<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmDistinct(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmDistinct
- SqmDmlStatement<E> - Interface in org.hibernate.query.sqm.tree
-
Common extension of SqmStatement for DML (delete, update and insert-select) statements.
- SqmDomainType<T> - Interface in org.hibernate.query.sqm.tree.domain
- SqmDurationUnit<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmDurationUnit(TemporalUnit, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- SqmDynamicInstantiation<T> - Class in org.hibernate.query.sqm.tree.select
-
Represents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM. - SqmDynamicInstantiationArgument<T> - Class in org.hibernate.query.sqm.tree.select
-
Represents an individual argument to a dynamic instantiation.
- SqmDynamicInstantiationArgument(SqmSelectableNode<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- SqmDynamicInstantiationTarget<T> - Interface in org.hibernate.query.sqm.tree.select
-
Represents the thing-to-be-instantiated in a dynamic instantiation expression.
- SqmElementAggregateFunction<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmElementAggregateFunction(SqmPath<?>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- SqmEmbeddableDomainType<E> - Interface in org.hibernate.query.sqm.tree.domain
- SqmEmbeddedValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- SqmEmptinessPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmEmptinessPredicate(SqmPluralValuedSimplePath, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- SqmEntityDomainType<E> - Interface in org.hibernate.query.sqm.tree.domain
- SqmEntityJoin<L,
R> - Class in org.hibernate.query.sqm.tree.from - SqmEntityJoin(EntityType<R>, String, JoinType, SqmRoot<L>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- SqmEntityJoin(EntityDomainType<R>, String, SqmJoinType, SqmRoot<L>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- SqmEntityJoin(NavigablePath, EntityDomainType<R>, String, SqmJoinType, SqmRoot<L>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- SqmEntityValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmEntityValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- SqmEnumLiteral<E extends Enum<E>> - Class in org.hibernate.query.sqm.tree.expression
-
Specialized SQM literal defined by an enum reference.
- SqmEnumLiteral(E, EnumJavaType<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- SqmEvery<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmEvery(SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmEvery
- SqmExistsPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmExistsPredicate(SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- SqmExistsPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- SqmExpressible<J> - Interface in org.hibernate.query.sqm
-
Anything in the application domain model that can be used in an SQM query as an expression.
- SqmExpressibleAccessor<T> - Interface in org.hibernate.query.sqm.tree
-
Accessor for
SqmExpressible
. - SqmExpression<T> - Interface in org.hibernate.query.sqm.tree.expression
-
The base contract for any kind of expression node in the SQM tree.
- SqmExpressionHelper - Class in org.hibernate.query.sqm.tree.expression
- SqmExpressionHelper() - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- SqmExtractUnit<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmExtractUnit(TemporalUnit, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- SqmFieldLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmFieldLiteral(Field, JavaType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- SqmFieldLiteral(T, JavaType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- SqmFkExpression<T> - Class in org.hibernate.query.sqm.tree.domain
-
Reference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.
- SqmFkExpression(SqmPath<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- SqmFormat - Class in org.hibernate.query.sqm.tree.expression
-
Effectively a query-literal but we want to handle it specially in the SQM to SQL AST conversion
- SqmFormat(String, SqmBindableType<String>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFormat
- SqmFrom<L,
R> - Interface in org.hibernate.query.sqm.tree.from -
Models a SqmPathSource's inclusion in the
FROM
clause. - SqmFromClause - Class in org.hibernate.query.sqm.tree.from
-
Contract representing a from clause.
- SqmFromClause() - Constructor for class org.hibernate.query.sqm.tree.from.SqmFromClause
- SqmFromClause(int) - Constructor for class org.hibernate.query.sqm.tree.from.SqmFromClause
- SqmFromClauseContainer - Interface in org.hibernate.query.sqm.tree.from
-
Unified contract for things that can contain a SqmFromClause.
- SqmFunction<T> - Class in org.hibernate.query.sqm.tree.expression
-
A SQM function
- SqmFunction(String, SqmFunctionDescriptor, SqmBindableType<T>, List<? extends SqmTypedNode<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFunction
- SqmFunctionDescriptor - Interface in org.hibernate.query.sqm.function
-
A factory for SQM nodes representing invocations of a certain named function.
- SqmFunctionJoin<E> - Class in org.hibernate.query.sqm.tree.from
- SqmFunctionJoin(SqmSetReturningFunction<E>, String, SqmJoinType, boolean, SqmRoot<Object>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- SqmFunctionJoin(NavigablePath, SqmSetReturningFunction<E>, boolean, SqmPathSource<E>, String, SqmJoinType, SqmRoot<Object>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- SqmFunctionPath<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmFunctionPath(SqmFunction<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- SqmFunctionPath(NavigablePath, SqmFunction<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- SqmFunctionRegistry - Class in org.hibernate.query.sqm.function
-
Defines a registry for
SqmFunctionDescriptor
instances. - SqmFunctionRegistry() - Constructor for class org.hibernate.query.sqm.function.SqmFunctionRegistry
- SqmFunctionRoot<E> - Class in org.hibernate.query.sqm.tree.domain
- SqmFunctionRoot(SqmSetReturningFunction<E>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- SqmFunctionRoot(NavigablePath, SqmSetReturningFunction<E>, SqmPathSource<E>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- SqmGroupedPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmGroupedPredicate(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- SqmHqlNumericLiteral<N extends Number> - Class in org.hibernate.query.sqm.tree.expression
-
Used to model numeric literals found in HQL queries.
- SqmHqlNumericLiteral(String, BasicDomainType<N>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- SqmHqlNumericLiteral(String, NumericTypeCategory, BasicDomainType<N>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- SqmHqlNumericLiteral.TypeException - Exception in org.hibernate.query.sqm.tree.expression
- SqmIndexAggregateFunction<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmIndexAggregateFunction(SqmPath<?>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- SqmIndexedCollectionAccessPath<T> - Class in org.hibernate.query.sqm.tree.domain
- SqmIndexedCollectionAccessPath(NavigablePath, SqmPath<?>, SqmExpression<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- SqmInListPredicate<T> - Class in org.hibernate.query.sqm.tree.predicate
- SqmInListPredicate(SqmExpression<T>, List<? extends SqmExpression<T>>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- SqmInListPredicate(SqmExpression<T>, List<? extends SqmExpression<T>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- SqmInListPredicate(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- SqmInListPredicate(SqmExpression<T>, NodeBuilder, SqmExpression<T>...) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- SqmInPredicate<T> - Interface in org.hibernate.query.sqm.tree.predicate
- SqmInsertSelectStatement<T> - Class in org.hibernate.query.sqm.tree.insert
- SqmInsertSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- SqmInsertSelectStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- SqmInsertStatement<T> - Interface in org.hibernate.query.sqm.tree.insert
-
The general contract for INSERT statements.
- SqmInsertValuesStatement<T> - Class in org.hibernate.query.sqm.tree.insert
- SqmInsertValuesStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- SqmInsertValuesStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- SqmInSubQueryPredicate<T> - Class in org.hibernate.query.sqm.tree.predicate
- SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- SqmJoin<L,
R> - Interface in org.hibernate.query.sqm.tree.from - SqmJoinable<O,
E> - Interface in org.hibernate.query.sqm -
Specialization for attributes that that can be used in creating SQM joins todo (6.0) : should we define this for entities as well to handle cross joins and "entity joins"? - the result type would need to change to just SqmJoin...
- SqmJoinType - Enum Class in org.hibernate.query.sqm.tree
-
Represents a canonical join type.
- SqmJpaCompoundSelection<T> - Class in org.hibernate.query.sqm.tree.select
- SqmJpaCompoundSelection(List<? extends SqmSelectableNode<?>>, JavaType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- SqmJpaCriteriaParameterWrapper<T> - Class in org.hibernate.query.sqm.tree.expression
-
Acts as the per-use wrapper for a JpaCriteriaParameter (
CriteriaBuilder.parameter(java.lang.Class<T>)
). - SqmJpaCriteriaParameterWrapper(BindableType<T>, JpaCriteriaParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- SqmJsonExistsExpression - Class in org.hibernate.query.sqm.tree.expression
-
Special expression for the json_exists function that also captures special syntax elements like error behavior and passing variables.
- SqmJsonExistsExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<Boolean>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- SqmJsonNullBehavior - Enum Class in org.hibernate.query.sqm.tree.expression
-
Describes how a
null
should be treated in a JSON document. - SqmJsonObjectAggUniqueKeysBehavior - Enum Class in org.hibernate.query.sqm.tree.expression
-
Specifies if a
json_objectagg
may aggregate duplicate keys. - SqmJsonQueryExpression - Class in org.hibernate.query.sqm.tree.expression
-
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.
- SqmJsonQueryExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<String>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- SqmJsonTableFunction<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmJsonTableFunction(SqmSetReturningFunctionDescriptor, SetReturningFunctionRenderer, ArgumentsValidator, SetReturningFunctionTypeResolver, NodeBuilder, SqmExpression<?>, SqmExpression<String>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- SqmJsonTableFunction.Columns - Class in org.hibernate.query.sqm.tree.expression
- SqmJsonValueExpression<T> - Class in org.hibernate.query.sqm.tree.expression
-
Special expression for the json_value function that also captures special syntax elements like error and empty behavior.
- SqmJsonValueExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- SqmJunctionPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmJunctionPredicate(Predicate.BooleanOperator, List<SqmPredicate>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- SqmJunctionPredicate(Predicate.BooleanOperator, SqmBindableType<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- SqmJunctionPredicate(Predicate.BooleanOperator, SqmPredicate, SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- SqmLikePredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, boolean, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- SqmListJoin<O,
E> - Class in org.hibernate.query.sqm.tree.domain - SqmListJoin(SqmFrom<?, O>, SqmListPersistentAttribute<? super O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmListJoin
- SqmListJoin(SqmFrom<?, O>, NavigablePath, SqmListPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmListJoin
- SqmListPersistentAttribute<D,
E> - Interface in org.hibernate.query.sqm.tree.domain - SqmLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
-
Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etc
- SqmLiteral(SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteral
- SqmLiteral(T, SqmBindableType<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteral
- SqmLiteralEmbeddableType<T> - Class in org.hibernate.query.sqm.tree.expression
-
Represents a reference to an embeddable type as a literal.
- SqmLiteralEmbeddableType(SqmEmbeddableDomainType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- SqmLiteralEntityType<T> - Class in org.hibernate.query.sqm.tree.expression
-
Represents a reference to an entity type as a literal.
- SqmLiteralEntityType(SqmEntityDomainType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- SqmLiteralNull<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmLiteralNull(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- SqmLiteralNull(SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- SqmManagedDomainType<J> - Interface in org.hibernate.query.sqm.tree.domain
- SqmMapEntryReference<K,
V> - Class in org.hibernate.query.sqm.tree.domain -
Represents the reference to a Map attribute's
Map.Entry
entries in a select clause - SqmMapEntryReference(SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- SqmMapJoin<L,
K, V> - Class in org.hibernate.query.sqm.tree.domain - SqmMapJoin(SqmFrom<?, L>, SqmMapPersistentAttribute<? super L, K, V>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- SqmMapJoin(SqmFrom<?, L>, NavigablePath, SqmMapPersistentAttribute<L, K, V>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- SqmMappedSuperclassDomainType<T> - Interface in org.hibernate.query.sqm.tree.domain
- SqmMapPersistentAttribute<D,
K, V> - Interface in org.hibernate.query.sqm.tree.domain - SqmMemberOfPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmMemberOfPredicate(SqmExpression<?>, SqmPluralValuedSimplePath<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- SqmMemberOfPredicate(SqmExpression<?>, SqmPluralValuedSimplePath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- SqmModifiedSubQueryExpression<T> - Class in org.hibernate.query.sqm.tree.expression
-
Represents a
SqmModifiedSubQueryExpression.Modifier.ALL
,SqmModifiedSubQueryExpression.Modifier.ANY
,SqmModifiedSubQueryExpression.Modifier.SOME
modifier applied to a subquery as part of a comparison. - SqmModifiedSubQueryExpression(SqmSubQuery<T>, SqmModifiedSubQueryExpression.Modifier, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- SqmModifiedSubQueryExpression(SqmSubQuery<T>, SqmModifiedSubQueryExpression.Modifier, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- SqmModifiedSubQueryExpression.Modifier - Enum Class in org.hibernate.query.sqm.tree.expression
- SqmMultiTableInsertStrategy - Interface in org.hibernate.query.sqm.mutation.spi
-
Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.
- SqmMultiTableMutationStrategy - Interface in org.hibernate.query.sqm.mutation.spi
-
Pluggable strategy for defining how mutation (
UPDATE
orDELETE
) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. - SqmMultiTableMutationStrategyProvider - Interface in org.hibernate.query.sqm.mutation.spi
-
Pluggable contract for providing custom
SqmMultiTableMutationStrategy
andSqmMultiTableInsertStrategy
implementations. - SqmNamedExpression<T> - Class in org.hibernate.query.sqm.tree.expression
-
A named expression.
- SqmNamedExpression(SqmExpression<T>, String) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- SqmNamedParameter<T> - Class in org.hibernate.query.sqm.tree.expression
-
Represents a named query parameter in the SQM tree.
- SqmNamedParameter(String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- SqmNamedParameter(String, boolean, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- SqmNegatablePredicate - Interface in org.hibernate.query.sqm.tree.predicate
-
Contract for predicates that have a negated form, e.g.
- SqmNegatedPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmNegatedPredicate(SqmPredicate, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- SqmNegatedPredicate(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- SqmNode - Interface in org.hibernate.query.sqm.tree
-
Base contract for any SQM AST node.
- SqmNullnessPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmNullnessPredicate(SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- SqmNullnessPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- SqmOrderByClause - Class in org.hibernate.query.sqm.tree.select
- SqmOrderByClause() - Constructor for class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- SqmOrderByClause(int) - Constructor for class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- SqmOrderedSetAggregateFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
-
A SQM ordered set-aggregate function.
- SqmOver<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmOver(SqmExpression<T>, List<SqmExpression<?>>, List<SqmSortSpecification>, FrameMode, FrameKind, SqmExpression<?>, FrameKind, SqmExpression<?>, FrameExclusion) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOver
- SqmOver(SqmExpression<T>, SqmWindow) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOver
- SqmOverflow<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmOverflow(SqmExpression<T>, SqmExpression<T>, boolean) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOverflow
- SqmParameter<T> - Interface in org.hibernate.query.sqm.tree.expression
-
Models a parameter expression declared in the query.
- SqmParameterizedEntityType<T> - Class in org.hibernate.query.sqm.tree.expression
-
Entity type expression based on a parameter - `TYPE( :someParam )`
- SqmParameterizedEntityType(SqmParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- SqmParameterMappingModelResolutionAccess - Interface in org.hibernate.query.sqm.spi
- SqmPath<T> - Interface in org.hibernate.query.sqm.tree.domain
-
Models a reference to a part of the application's domain model as part of an SQM tree.
- SqmPathRegistry - Interface in org.hibernate.query.hql.spi
-
Registry for SqmPath references providing the ability to access them in multiple ways - by alias, by NavigablePath, etc
- SqmPathSource<J> - Interface in org.hibernate.query.sqm
-
Represents any part of the domain model which can be used to create a
SqmPath
node. - SqmPathWrapper<W,
T> - Interface in org.hibernate.query.sqm.tree.domain -
SqmPath specialization for an SqmPath that wraps another SqmPath
- SqmPersistentAttribute<D,
J> - Interface in org.hibernate.query.sqm.tree.domain - SqmPluralPartJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmPluralPartJoin(SqmFrom<?, O>, SqmPathSource<T>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- SqmPluralPartJoin(SqmFrom<?, O>, NavigablePath, SqmPathSource<T>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- SqmPluralPersistentAttribute<D,
C, E> - Interface in org.hibernate.query.sqm.tree.domain - SqmPluralValuedSimplePath<C> - Class in org.hibernate.query.sqm.tree.domain
-
An SqmPath for plural attribute paths
- SqmPluralValuedSimplePath(NavigablePath, SqmPluralPersistentAttribute<?, C, ?>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- SqmPluralValuedSimplePath(NavigablePath, SqmPluralPersistentAttribute<?, C, ?>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- SqmPolymorphicRootDescriptor<T> - Class in org.hibernate.query.sqm.tree.domain
-
Acts as the
EntityDomainType
for a "polymorphic query" grouping. - SqmPolymorphicRootDescriptor(JavaType<T>, Set<EntityDomainType<? extends T>>, JpaMetamodel) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- SqmPositionalParameter<T> - Class in org.hibernate.query.sqm.tree.expression
-
Models a positional parameter expression
- SqmPositionalParameter(int, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- SqmPositionalParameter(int, boolean, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- SqmPredicate - Interface in org.hibernate.query.sqm.tree.predicate
- SqmPredicateCollection - Interface in org.hibernate.query.sqm.tree.predicate
-
A grouping of predicates, such as a where-clause, join restriction, ...
- SqmQuery - Interface in org.hibernate.query.spi
-
Query based on an SQM tree.
- SqmQuery<T> - Interface in org.hibernate.query.sqm.tree
-
Commonality between a top-level statement and a sub-query
- SqmQueryGroup<T> - Class in org.hibernate.query.sqm.tree.select
-
A grouped list of queries connected through a certain set operator.
- SqmQueryGroup(NodeBuilder, SetOperator, List<SqmQueryPart<T>>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- SqmQueryGroup(SqmQueryPart<T>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- SqmQueryImplementor<R> - Interface in org.hibernate.query.hql.spi
-
QueryImplementor
specialization for SQM-based Query references - SqmQueryPart<T> - Class in org.hibernate.query.sqm.tree.select
-
Defines the ordering and fetch/offset part of a query which is shared with query groups.
- SqmQueryPart(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryPart
- SqmQueryPart(SqmQueryPart<T>, SqmCopyContext) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryPart
- SqmQuerySource - Enum Class in org.hibernate.query.sqm
-
Identifies the source of an SQM statement.
- SqmQuerySpec<T> - Class in org.hibernate.query.sqm.tree.select
-
Defines the commonality between a root query and a subquery.
- SqmQuerySpec(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- SqmQuerySpec(SqmQuerySpec<T>, SqmCopyContext) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- SqmRenderContext - Interface in org.hibernate.query.sqm.tree
-
Context used while rendering SQM nodes to HQL.
- SqmRoot<E> - Class in org.hibernate.query.sqm.tree.from
- SqmRoot(EntityDomainType<E>, String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
- SqmRoot(NavigablePath, EntityDomainType<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
- SqmRoot(NavigablePath, SqmPathSource<E>, String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
- SqmRoot(NavigablePath, SqmPathSource<E>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
- SqmSearchClauseSpecification - Class in org.hibernate.query.sqm.tree.cte
- SqmSearchClauseSpecification(SqmCteTableColumn, SortDirection, Nulls) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- SqmSelectableNode<T> - Interface in org.hibernate.query.sqm.tree.select
-
Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
- SqmSelectClause - Class in org.hibernate.query.sqm.tree.select
-
The semantic select clause.
- SqmSelectClause(boolean, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
- SqmSelectClause(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
- SqmSelection<T> - Class in org.hibernate.query.sqm.tree.select
-
Represents an individual selection within a select clause.
- SqmSelection(SqmSelectableNode<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
- SqmSelection(SqmSelectableNode<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
- SqmSelectionQuery<R> - Interface in org.hibernate.query.sqm
- SqmSelectionQueryImplementor<R> - Interface in org.hibernate.query.sqm.spi
- SqmSelectQuery<T> - Interface in org.hibernate.query.sqm.tree.select
- SqmSelectStatement<T> - Class in org.hibernate.query.sqm.tree.select
- SqmSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelectStatement(Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelectStatement(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelectStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelectStatement(SqmQueryPart<T>, Class<T>, Map<String, SqmCteStatement<?>>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelectStatement(SqmQueryPart<T>, Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelectStatement(SqmSelectStatement<T>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- SqmSelfRenderingExpression<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmSelfRenderingExpression(Function<SemanticQueryWalker, Expression>, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
- SqmSetClause - Class in org.hibernate.query.sqm.tree.update
- SqmSetClause() - Constructor for class org.hibernate.query.sqm.tree.update.SqmSetClause
- SqmSetJoin<O,
E> - Class in org.hibernate.query.sqm.tree.domain - SqmSetJoin(SqmFrom<?, O>, SqmSetPersistentAttribute<? super O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- SqmSetJoin(SqmFrom<?, O>, NavigablePath, SqmSetPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- SqmSetPersistentAttribute<D,
E> - Interface in org.hibernate.query.sqm.tree.domain - SqmSetReturningFunction<T> - Class in org.hibernate.query.sqm.tree.expression
-
A SQM set-returning function
- SqmSetReturningFunction(String, SqmSetReturningFunctionDescriptor, List<? extends SqmTypedNode<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- SqmSetReturningFunctionDescriptor - Interface in org.hibernate.query.sqm.function
-
A factory for SQM nodes representing invocations of a certain named set-returning function.
- SqmSimplePath<T> - Interface in org.hibernate.query.sqm.tree.domain
- SqmSingularJoin<O,
T> - Class in org.hibernate.query.sqm.tree.domain - SqmSingularJoin(SqmFrom<?, O>, SqmSingularPersistentAttribute<? super O, T>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- SqmSingularJoin(SqmFrom<?, O>, NavigablePath, SqmSingularPersistentAttribute<? super O, T>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- SqmSingularPersistentAttribute<D,
J> - Interface in org.hibernate.query.sqm.tree.domain - SqmSingularValuedJoin<L,
R> - Interface in org.hibernate.query.sqm.tree.domain - SqmSortSpecification - Class in org.hibernate.query.sqm.tree.select
- SqmSortSpecification(SqmExpression) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- SqmSortSpecification(SqmExpression<?>, SortDirection, Nulls, boolean) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- SqmSortSpecification(SqmExpression, SortDirection) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- SqmSortSpecification(SqmExpression, SortDirection, Nulls) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- SqmSortSpecification(SqmExpression, SortDirection, NullPrecedence) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SqmStar - Class in org.hibernate.query.sqm.tree.expression
- SqmStar(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmStar
- SqmStatement<T> - Interface in org.hibernate.query.sqm.tree
-
The basic SQM statement contract for top-level statements
- SqmStatement.ParameterResolutions - Interface in org.hibernate.query.sqm.tree
- SqmSubQuery<T> - Class in org.hibernate.query.sqm.tree.select
- SqmSubQuery(SqmQuery<?>, EntityType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
- SqmSubQuery(SqmQuery<?>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
- SqmSubQuery(SqmQuery<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
- SqmSubQuery(SqmQuery<?>, SqmQueryPart<T>, Class<T>, Map<String, SqmCteStatement<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
- SqmSubQuery(SqmQuery<?>, SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
- SqmSummarization<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmSummarization(SqmSummarization.Kind, List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSummarization
- SqmSummarization.Kind - Enum Class in org.hibernate.query.sqm.tree.expression
- SqmToDuration<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmToDuration(SqmExpression<?>, SqmDurationUnit<?>, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmToDuration
- SqmToSqlAstConverter - Interface in org.hibernate.query.sqm.sql
-
Specialized SemanticQueryWalker (SQM visitor) for producing SQL AST.
- SqmTranslation<T extends Statement> - Interface in org.hibernate.query.sqm.sql
-
Information obtained from the interpretation of an SqmStatement
- SqmTranslator<T extends Statement> - Interface in org.hibernate.query.sqm.sql
- SqmTranslatorFactory - Interface in org.hibernate.query.sqm.sql
-
Factory for various
SqmTranslator
s - SqmTreatableDomainType<T> - Interface in org.hibernate.query.sqm.tree.domain
- SqmTreatedAttributeJoin<L,
R, R1 extends R> - Interface in org.hibernate.query.sqm.tree.from - SqmTreatedBagJoin<L,
R, S extends R> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedBagJoin(SqmBagJoin<L, R>, SqmTreatableDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- SqmTreatedBagJoin(SqmBagJoin<L, R>, SqmTreatableDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- SqmTreatedCrossJoin - Class in org.hibernate.query.sqm.tree.domain
-
A TREAT form of SqmCrossJoin
- SqmTreatedEmbeddedValuedSimplePath<T,
S extends T> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedEmbeddedValuedSimplePath(SqmPath<T>, SqmEmbeddableDomainType<S>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- SqmTreatedEntityJoin<L,
R, S extends R> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedEntityJoin(SqmEntityJoin<L, R>, SqmEntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- SqmTreatedEntityValuedSimplePath<T,
S extends T> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedEntityValuedSimplePath(SqmPath<T>, SqmEntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- SqmTreatedEntityValuedSimplePath(SqmPluralValuedSimplePath<T>, SqmEntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- SqmTreatedFrom<L,
R, R1 extends R> - Interface in org.hibernate.query.sqm.tree.domain - SqmTreatedJoin<L,
R, R1 extends R> - Interface in org.hibernate.query.sqm.tree.domain - SqmTreatedListJoin<O,
T, S extends T> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedListJoin(SqmListJoin<O, T>, SqmTreatableDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- SqmTreatedListJoin(SqmListJoin<O, T>, SqmTreatableDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- SqmTreatedMapJoin<L,
K, V, S extends V> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedMapJoin(SqmMapJoin<L, K, V>, SqmTreatableDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- SqmTreatedMapJoin(SqmMapJoin<L, K, V>, SqmTreatableDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- SqmTreatedPath<T,
S extends T> - Interface in org.hibernate.query.sqm.tree.domain - SqmTreatedPluralPartJoin - Class in org.hibernate.query.sqm.tree.domain
- SqmTreatedPluralPartJoin(SqmPluralPartJoin, SqmEntityDomainType, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- SqmTreatedRoot - Class in org.hibernate.query.sqm.tree.domain
- SqmTreatedRoot(SqmRoot, SqmEntityDomainType) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- SqmTreatedSetJoin<O,
T, S extends T> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedSetJoin(SqmSetJoin<O, T>, SqmTreatableDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- SqmTreatedSetJoin(SqmSetJoin<O, T>, SqmTreatableDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- SqmTreatedSimplePath<T,
S extends T> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedSimplePath(SqmPath<T>, SqmEntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- SqmTreatedSimplePath(SqmPluralValuedSimplePath<T>, SqmEntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- SqmTreatedSingularJoin<O,
T, S extends T> - Class in org.hibernate.query.sqm.tree.domain - SqmTreatedSingularJoin(SqmSingularJoin<O, T>, SqmTreatableDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- SqmTreatedSingularJoin(SqmSingularJoin<O, T>, SqmTreatableDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- SqmTreeCreationLogger - Interface in org.hibernate.query.sqm
-
Logger used to log information about the creation of an SQM tree.
- SqmTreeTransformationLogger - Interface in org.hibernate.query.sqm
- SqmTrimSpecification - Class in org.hibernate.query.sqm.tree.expression
-
Needed to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.
- SqmTrimSpecification(TrimSpec, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- SqmTruthnessPredicate - Class in org.hibernate.query.sqm.tree.predicate
- SqmTruthnessPredicate(SqmExpression<?>, boolean, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- SqmTuple<T> - Class in org.hibernate.query.sqm.tree.expression
-
A tuple constructor, that is, a list of expressions wrapped in parentheses, for example,
(x, y, z)
. - SqmTuple(List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
- SqmTuple(List<SqmExpression<?>>, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
- SqmTuple(NodeBuilder, SqmBindableType<T>, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
- SqmTuple(NodeBuilder, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
- SqmTypedNode<T> - Interface in org.hibernate.query.sqm.tree
-
Optional contract for
SqmNode
implementations which are typed. - SqmUnaryOperation<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmUnaryOperation(UnaryArithmeticOperator, SqmExpression<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- SqmUnaryOperation(UnaryArithmeticOperator, SqmExpression<T>, SqmBindableType<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- SqmUpdateStatement<T> - Class in org.hibernate.query.sqm.tree.update
- SqmUpdateStatement(Class<T>, SqmCriteriaNodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- SqmUpdateStatement(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- SqmUpdateStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- SqmUpdateStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.was previously used for HQL. Use
SqmUpdateStatement(NodeBuilder)
instead - SqmUpdateStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.was previously used for Criteria. Use
SqmUpdateStatement(Class, SqmCriteriaNodeBuilder)
instead. - SqmValues - Class in org.hibernate.query.sqm.tree.insert
- SqmValues(List<SqmExpression<?>>) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmValues
- SqmVisitableNode - Interface in org.hibernate.query.sqm.tree
-
Optional contract for SqmNode implementations that can be visited by a SemanticQueryWalker.
- SqmWhereClause - Class in org.hibernate.query.sqm.tree.predicate
- SqmWhereClause(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- SqmWhereClause(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- SqmWhereClauseContainer - Interface in org.hibernate.query.sqm.tree.predicate
-
Unified contract for things that can contain a SqmWhereClause.
- SqmWindow - Class in org.hibernate.query.sqm.tree.expression
- SqmWindow(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindow
- SqmWindow(NodeBuilder, List<SqmExpression<?>>, List<SqmSortSpecification>, FrameMode, FrameKind, SqmExpression<?>, FrameKind, SqmExpression<?>, FrameExclusion) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindow
- SqmWindowFrame - Class in org.hibernate.query.sqm.tree.expression
- SqmWindowFrame(NodeBuilder, FrameKind) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- SqmWindowFrame(NodeBuilder, FrameKind, SqmExpression<?>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- SqmWindowFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
-
A SQM window function.
- SqmXmlAttributesExpression - Class in org.hibernate.query.sqm.tree.expression
-
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.
- SqmXmlAttributesExpression(String, Expression<?>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- SqmXmlElementExpression - Class in org.hibernate.query.sqm.tree.expression
-
Special expression for the xmlelement function that also captures special syntax elements like xmlattributes.
- SqmXmlElementExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<String>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- SqmXmlTableFunction<T> - Class in org.hibernate.query.sqm.tree.expression
- SqmXmlTableFunction(SqmSetReturningFunctionDescriptor, SetReturningFunctionRenderer, ArgumentsValidator, SetReturningFunctionTypeResolver, NodeBuilder, SqmExpression<String>, SqmExpression<?>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- SqmXmlTableFunction.Columns - Class in org.hibernate.query.sqm.tree.expression
- sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sqrt(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- square() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- StaleObjectStateException - Exception in org.hibernate
-
A specialized
StaleStateException
that carries information about the particular entity instance that was the source of the failure. - StaleObjectStateException(String, Object) - Constructor for exception org.hibernate.StaleObjectStateException
-
Constructs a
StaleObjectStateException
using the supplied information. - StaleObjectStateException(String, Object, String) - Constructor for exception org.hibernate.StaleObjectStateException
-
Constructs a
StaleObjectStateException
using the supplied information. - StaleObjectStateException(String, Object, StaleStateException) - Constructor for exception org.hibernate.StaleObjectStateException
-
Constructs a
StaleObjectStateException
using the supplied information and cause. - StaleStateException - Exception in org.hibernate
-
Thrown when a version number or timestamp check failed, indicating that the
Session
contained stale data (when using long transactions with versioning). - StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
-
Constructs a
StaleStateException
using the supplied message. - StaleStateException(String, Exception) - Constructor for exception org.hibernate.StaleStateException
-
Constructs a
StaleStateException
using the supplied message and cause. - STANDARD_MULTI_KEY_LOAD_SIZING_STRATEGY - Variable in class org.hibernate.dialect.Dialect
- STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Static access to the standard handler for logging warnings
- StandardArgumentsValidators - Class in org.hibernate.query.sqm.produce.function
- standardBasicTypeForJavaType(Class<J>) - Method in class org.hibernate.type.spi.TypeConfiguration
- standardBasicTypeForJavaType(Class<J>, Function<JavaType<J>, BasicType<J>>) - Method in class org.hibernate.type.spi.TypeConfiguration
- standardBasicTypeForJavaType(Type) - Method in class org.hibernate.type.spi.TypeConfiguration
- standardBasicTypeForJavaType(Type, Function<JavaType<J>, BasicType<J>>) - Method in class org.hibernate.type.spi.TypeConfiguration
- StandardBasicTypes - Class in org.hibernate.type
-
References to common instances of
BasicTypeReference
. - StandardBasicTypeTemplate<J> - Class in org.hibernate.type
-
A BasicType adapter targeting partial portability to 6.0's type system changes.
- StandardBasicTypeTemplate(JdbcType, JavaType<J>, String...) - Constructor for class org.hibernate.type.StandardBasicTypeTemplate
- StandardBooleanConverter<R> - Interface in org.hibernate.type
-
Marker for Hibernate defined converters of Boolean-typed domain values
- StandardCacheEntryImpl - Class in org.hibernate.cache.spi.entry
-
Standard representation of entity cached data using the "disassembled state".
- StandardCacheEntryImpl(Object[], EntityPersister, Object, SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
Constructs a StandardCacheEntryImpl
- StandardCacheTransactionSynchronization - Class in org.hibernate.cache.spi
- StandardCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.StandardCacheTransactionSynchronization
- StandardConverter<O,
R> - Interface in org.hibernate.type -
Marker for Hibernate supplied converter classes.
- StandardConverters - Class in org.hibernate.engine.config.spi
-
Standard set of setting converters.
- StandardEntityInstanceResolver - Class in org.hibernate.sql.exec.spi
- StandardFunctionArgumentTypeResolvers - Class in org.hibernate.query.sqm.produce.function
- StandardFunctionReturnTypeResolvers - Class in org.hibernate.query.sqm.produce.function
- StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
- StandardNamingStrategy - Class in org.hibernate.id.enhanced
-
The standard implicit naming strategy for identifier sequences and tables.
- StandardNamingStrategy() - Constructor for class org.hibernate.id.enhanced.StandardNamingStrategy
- StandardOptimizerDescriptor - Enum Class in org.hibernate.id.enhanced
-
Enumeration of the standard Hibernate id generation optimizers.
- StandardRandomStrategy - Class in org.hibernate.id.uuid
-
Implements a "random" UUID generation strategy as defined by the
UUID.randomUUID()
method. - StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
- StandardServiceInitiator<R extends Service> - Interface in org.hibernate.boot.registry
-
Contract for an initiator of services that target the standard
ServiceRegistry
. - StandardServiceInitiators - Class in org.hibernate.service
-
Central definition of the standard set of service initiators defined by Hibernate.
- StandardServiceRegistry - Interface in org.hibernate.boot.registry
-
Specialization of the
ServiceRegistry
contract mainly for type safety. - StandardServiceRegistryBuilder - Class in org.hibernate.boot.registry
-
Builder for standard
ServiceRegistry
instances. - StandardServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Create a default builder.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map<String, Object>, ConfigLoader, LoadedConfig, List<StandardServiceInitiator<?>>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map<String, Object>, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Intended for use exclusively from JPA bootstrapping, or extensions of this class.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- StandardSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
-
The final phase of query translation.
- StandardSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.StandardSqlAstTranslator
- StandardSqlAstTranslatorFactory - Class in org.hibernate.sql.ast.spi
-
Standard implementation of SqlAstTranslatorFactory
- StandardSqlAstTranslatorFactory() - Constructor for class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
- StandardSQLFunction - Class in org.hibernate.dialect.function
-
Simplified API allowing users to contribute
SqmFunctionDescriptor
s to HQL. - StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
- StandardSQLFunction(String, boolean, BasicTypeReference<?>) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
- StandardSQLFunction(String, BasicTypeReference<?>) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
- StandardSqmTranslation<T extends Statement> - Class in org.hibernate.query.sqm.sql
- StandardSqmTranslation(T, Map<SqmParameter<?>, List<List<JdbcParameter>>>, Map<SqmParameter<?>, MappingModelExpressible<?>>, SqlExpressionResolver, FromClauseAccess) - Constructor for class org.hibernate.query.sqm.sql.StandardSqmTranslation
- StandardSqmTranslatorFactory - Class in org.hibernate.query.sqm.sql
-
Standard implementation of the SqmTranslatorFactory
- StandardSqmTranslatorFactory() - Constructor for class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
- StandardTableGroup - Class in org.hibernate.sql.ast.tree.from
- StandardTableGroup(boolean, NavigablePath, TableGroupProducer, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
- StandardTableGroup(boolean, NavigablePath, TableGroupProducer, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
- StandardTableGroup(boolean, NavigablePath, TableGroupProducer, String, TableReference, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
- StandardTemporaryTableExporter - Class in org.hibernate.dialect.temptable
- StandardTemporaryTableExporter(Dialect) - Constructor for class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
- StandardVirtualTableGroup - Class in org.hibernate.sql.ast.tree.from
- StandardVirtualTableGroup(NavigablePath, ModelPartContainer, TableGroup, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
-
Creates a StandardWarningHandler
- Star - Class in org.hibernate.sql.ast.tree.expression
- Star() - Constructor for class org.hibernate.sql.ast.tree.expression.Star
- start() - Method in interface org.hibernate.service.spi.Startable
-
Start phase notification
- start(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- start(SessionFactoryOptions, Map<String, Object>) - Method in interface org.hibernate.cache.spi.RegionFactory
-
Lifecycle callback to perform any necessary initialization of the underlying cache provider.
- Startable - Interface in org.hibernate.service.spi
-
Lifecycle contract for services which wish to be notified when it is time to start.
- startingAttribute(AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
-
Callback at start of processing an attribute
- startingValue(int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
- startLoading(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Step 0 - Callback for initializers before the first row is read.
- startLoading(RowProcessingState) - Method in interface org.hibernate.sql.results.spi.RowReader
-
Called before reading the first row.
- startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
- startsWith(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to start with the given string prefix.
- startsWith(SingularAttribute<T, String>, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to start with the given string prefix, explicitly specifying case sensitivity.
- startTransactionBoundary() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- startTransactionBoundary() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- startTransactionBoundary() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Callback indicating recognition of entering into a transactional context whether that is explicitly via the Hibernate
Transaction
API or via registration of Hibernate's JTA Synchronization impl with a JTA Transaction - startTransactionBoundary() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
Callback indicating recognition of entering into a transactional context whether that is explicitly via the Hibernate
Transaction
API or via registration of Hibernate's JTA Synchronization impl with a JTA Transaction - state - Variable in class org.hibernate.sql.results.graph.InitializerData
- State(Instant, long, long) - Constructor for record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Creates an instance of a
State
record class. - StatelessSession - Interface in org.hibernate
-
A command-oriented API often used for performing bulk operations against the database.
- StatelessSessionBuilder - Interface in org.hibernate
-
Allows creation of a new
StatelessSession
with specific options. - Statement - Interface in org.hibernate.sql.ast.tree
-
Base contract for any statement
- STATEMENT_BATCH_SIZE - Static variable in interface org.hibernate.cfg.BatchSettings
-
Specifies the maximum number of statements to batch together in a stateful session.
- STATEMENT_FETCH_SIZE - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
- STATEMENT_INSPECTOR - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies a
StatementInspector
implementation associated with theSessionFactory
, either: an instance ofStatementInspector
, aClass
representing an class that implementsStatementInspector
, or the name of a class that implementsStatementInspector
. - StatementCreatorHelper - Class in org.hibernate.sql.exec.spi
-
Helper for creating JDBC statements.
- StatementCreatorHelper() - Constructor for class org.hibernate.sql.exec.spi.StatementCreatorHelper
- statementInspector(Class<? extends StatementInspector>) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specify a StatementInspector to be applied to all Sessions/EntityManagers
- statementInspector(UnaryOperator<String>) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- statementInspector(UnaryOperator<String>) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- statementInspector(UnaryOperator<String>) - Method in interface org.hibernate.SessionBuilder
-
Applies the given statement inspection function to the session.
- statementInspector(UnaryOperator<String>) - Method in interface org.hibernate.SharedSessionBuilder
- statementInspector(UnaryOperator<String>) - Method in interface org.hibernate.StatelessSessionBuilder
-
Applies the given statement inspection function to the session.
- statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
Deprecated.
- statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
Deprecated.
- statementInspector(StatementInspector) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specify a StatementInspector to be applied to all Sessions/EntityManagers
- statementInspector(StatementInspector) - Method in interface org.hibernate.SessionBuilder
-
Deprecated.This operation exposes the SPI type
StatementInspector
and is therefore a layer-breaker. UseSessionBuilder.statementInspector(UnaryOperator)
instead. - statementInspector(StatementInspector) - Method in interface org.hibernate.SharedSessionBuilder
-
Deprecated.
- statementInspector(StatementInspector) - Method in interface org.hibernate.StatelessSessionBuilder
-
Deprecated.This operation exposes the SPI type
StatementInspector
and is therefore a layer-breaker. UseStatelessSessionBuilder.statementInspector(UnaryOperator)
instead. - StatementInspector - Interface in org.hibernate.resource.jdbc.spi
-
Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared.
- StatementOptions - Class in org.hibernate.sql.exec.spi
-
Options for the creation of a JDBC statement
- StatementOptions(Integer, Integer, Integer, Integer) - Constructor for class org.hibernate.sql.exec.spi.StatementOptions
- StatementPreparer - Interface in org.hibernate.engine.jdbc.spi
-
Interface to the object that prepares JDBC
Statement
s andPreparedStatement
s on behalf of aJdbcCoordinator
. - STATIC_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.MappingSettings
-
Setting that controls whether we seek out JPA static metamodel classes and populate them, either:
enabled
— do populate the static metamodel,disabled
— do not populate the static metamodel, orskipUnsupported
— do populate the static metamodel, but ignore any non-JPA features that would otherwise result in the process failing. - staticFetchableList - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
- Statistics - Interface in org.hibernate.stat
-
Exposes statistics collected from all sessions belonging to a given
SessionFactory
. - StatisticsFactory - Interface in org.hibernate.stat.spi
-
Factory for custom implementations of
StatisticsImplementor
. - StatisticsImplementor - Interface in org.hibernate.stat.spi
-
A service SPI for collecting statistics about various events occurring at runtime.
- StatisticsSettings - Interface in org.hibernate.cfg
- STATS_BUILDER - Static variable in interface org.hibernate.cfg.StatisticsSettings
-
When statistics are enabled, names the
StatisticsFactory
to use. - Status - Enum Class in org.hibernate.engine.spi
-
Represents the status of an entity with respect to this session.
- stddev() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Warning: the semantics of this function are inconsistent between DBs.
- stddevPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- stddevPopSamp_stdevp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server-style
- stddevSamp_sumCount() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 before 11
- STDOUT - Enum constant in enum class org.hibernate.tool.schema.TargetType
-
Write to
System.out
- stop() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- stop() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
- stop() - Method in class org.hibernate.event.spi.EventEngine
- stop() - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- stop() - Method in interface org.hibernate.service.spi.Stoppable
-
Stop phase notification
- Stoppable - Interface in org.hibernate.service.spi
-
Lifecycle contract for services which wish to be notified when it is time to stop.
- stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
- STORAGE_ENGINE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Specifies the default storage engine for a relational databases that supports multiple storage engines.
- StorageAccess - Interface in org.hibernate.cache.spi.support
-
A general read/write abstraction over the specific "cache" object from the caching provider.
- STORED_PROCEDURE_PARAMETER - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- storeDiscriminatorInShallowQueryCacheLayout() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- storeDiscriminatorInShallowQueryCacheLayout() - Method in interface org.hibernate.persister.entity.EntityPersister
- strategy() - Element in annotation interface org.hibernate.annotations.AttributeAccessor
-
A class implementing
PropertyAccessStrategy
. - strategy() - Element in annotation interface org.hibernate.annotations.GenericGenerator
-
Deprecated, for removal: This API element is subject to removal in a future version.use
GenericGenerator.type()
for typesafety - strategy() - Element in annotation interface org.hibernate.annotations.SoftDelete
-
The strategy to use for storing/reading values to/from the database.
- STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.LegacyNamingStrategy
- STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.SingleNamingStrategy
- STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.StandardNamingStrategy
- STRATEGY_REGISTRATION_PROVIDERS - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
-
Names a
StrategyRegistrationProviderList
- StrategyCreator<T> - Interface in org.hibernate.boot.registry.selector.spi
- StrategyRegistration<T> - Interface in org.hibernate.boot.registry.selector
-
Describes the registration of a named strategy implementation.
- StrategyRegistrationProvider - Interface in org.hibernate.boot.registry.selector
-
Responsible for providing the registrations of one or more strategy selectors.
- StrategyRegistrationProviderList - Interface in org.hibernate.jpa.boot.spi
-
An object that provides a list of
StrategyRegistrationProvider
s to the JPA persistence provider. - StrategySelectionException - Exception in org.hibernate.boot.registry.selector.spi
-
Indicates a problem performing the selection/resolution.
- StrategySelectionException(String) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
-
Constructs a StrategySelectionException using the specified message.
- StrategySelectionException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
-
Constructs a StrategySelectionException using the specified message and cause.
- StrategySelector - Interface in org.hibernate.boot.registry.selector.spi
-
Service which acts as a registry for named strategy implementations.
- stream() - Method in interface org.hibernate.query.Query
-
Execute the query and return the query results as a
Stream
. - stream() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the query results as a
Stream
. - stream() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- stream() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- stream() - Method in interface org.hibernate.sql.results.graph.FetchList
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
-
A
LobMergeStrategy
based on transferring contents using streams. - streamCollectionDescriptors() - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Deprecated, for removal: This API element is subject to removal in a future version.
- streamEntityDescriptors() - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Deprecated, for removal: This API element is subject to removal in a future version.
- StrictJpaComplianceViolation - Exception in org.hibernate.query.sqm
-
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.
- StrictJpaComplianceViolation(String, StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
- StrictJpaComplianceViolation(StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
- StrictJpaComplianceViolation.Type - Enum Class in org.hibernate.query.sqm
- STRING - Enum constant in enum class org.hibernate.query.sqm.CastType
- STRING - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
- STRING - Static variable in class org.hibernate.engine.config.spi.StandardConverters
- STRING - Static variable in class org.hibernate.type.StandardBasicTypes
- STRING_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- STRING_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- STRING_OR_CLOB - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
- StringBuilderSqlAppender - Class in org.hibernate.sql.ast.spi
-
Access to appending SQL fragments to a StringBuilder
- StringBuilderSqlAppender() - Constructor for class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- StringBuilderSqlAppender(StringBuilder) - Constructor for class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- StringJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
String
handling. - StringJavaType() - Constructor for class org.hibernate.type.descriptor.java.StringJavaType
- stripsTrailingSpacesFromChar() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect strip trailing spaces from values stored in columns of type
char(n)
? MySQL and Sybase are the main offenders here. - stripsTrailingSpacesFromChar() - Method in class org.hibernate.dialect.MySQLDialect
-
MySQL strips any trailing space character from a value stored in a column of type
char(n)
. - stripsTrailingSpacesFromChar() - Method in class org.hibernate.dialect.SybaseDialect
- stronger(EntityNameUse) - Method in class org.hibernate.persister.entity.EntityNameUse
- stronger(EntityNameUse.UseKind) - Method in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
- Struct - Annotation Interface in org.hibernate.annotations
-
Specifies the UDT (user defined type) name for the annotated embeddable type or embedded attribute.
- STRUCT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- STRUCT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
STRUCT
. - STRUCT_ARRAY - Static variable in class org.hibernate.type.SqlTypes
-
A type code for an array of struct objects.
- STRUCT_TABLE - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing an Oracle-style nested table for a struct.
- StructAttributeValues - Class in org.hibernate.type.descriptor.jdbc
- StructAttributeValues(int, Object[]) - Constructor for class org.hibernate.type.descriptor.jdbc.StructAttributeValues
- StructHelper - Class in org.hibernate.type.descriptor.jdbc
-
A Helper for serializing and deserializing struct, based on an
EmbeddableMappingType
. - StructHelper() - Constructor for class org.hibernate.type.descriptor.jdbc.StructHelper
- StructJdbcType - Class in org.hibernate.type.descriptor.jdbc
- StructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.type.descriptor.jdbc.StructJdbcType
- structure(Object) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
-
Convert the cache item into its "structured" form.
- structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
- structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
- structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
- structure(Object) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
- StructuredCacheEntry - Class in org.hibernate.cache.spi.entry
-
Structured CacheEntry format for entities.
- StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.StructuredCacheEntry
-
Constructs a StructuredCacheEntry strategy
- StructuredCollectionCacheEntry - Class in org.hibernate.cache.spi.entry
-
Structured CacheEntry format for persistent collections (other than Maps, see
StructuredMapCacheEntry
). - StructuredJdbcType - Interface in org.hibernate.type.descriptor.jdbc
- StructuredMapCacheEntry - Class in org.hibernate.cache.spi.entry
-
Structured CacheEntry format for persistent Maps.
- style() - Element in annotation interface org.hibernate.annotations.UuidGenerator
-
Specifies which style of UUID generation should be used.
- SUB_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- Subclass - Class in org.hibernate.mapping
-
A mapping model object that represents a subclass in an entity class inheritance hierarchy.
- Subclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Subclass
- SUBCLASS_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
- SubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
- SubGraph<J> - Interface in org.hibernate.graph
-
Extends the JPA-defined
Subgraph
with additional operations. - SubGraphImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the
SubGraph
contract. - subList(int, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- subList(int, int) - Method in class org.hibernate.collection.spi.PersistentBag
- subList(int, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- subList(int, int) - Method in class org.hibernate.collection.spi.PersistentList
- subLogger(String) - Static method in interface org.hibernate.query.hql.HqlLogging
- subLogger(String) - Static method in interface org.hibernate.query.QueryLogging
- subLogger(String) - Static method in interface org.hibernate.sql.results.LoadingLogger
- subLogger(String) - Static method in interface org.hibernate.sql.results.ResultsLogger
- subLogger(String, Class<T>) - Static method in interface org.hibernate.query.hql.HqlLogging
- subLogger(String, Class<T>) - Static method in interface org.hibernate.query.QueryLogging
- subLoggerName(String) - Static method in interface org.hibernate.query.hql.HqlLogging
- subLoggerName(String) - Static method in interface org.hibernate.query.QueryLogging
- subLoggerName(String) - Static method in interface org.hibernate.sql.results.LoadingLogger
- subLoggerName(String) - Static method in interface org.hibernate.sql.results.ResultsLogger
- subMap(K, K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
- subquery(EntityType<U>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- subquery(EntityType<U>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- subquery(EntityType<U>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- subquery(EntityType<U>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- subquery(EntityType<U>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- subquery(EntityType<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- subquery(EntityType<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- subquery(EntityType<U>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- subquery(Class<U>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- subquery(Class<U>) - Method in interface org.hibernate.query.criteria.JpaCriteriaBase
- subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- SUBQUERY_ORDER_BY - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- Subselect - Annotation Interface in org.hibernate.annotations
-
Maps an immutable and read-only entity to a given SQL
select
expression. - SUBSELECT - Enum constant in enum class org.hibernate.annotations.FetchMode
-
Use a secondary select with a subselect that re-executes an initial query to load all instances of the related entity or collection at once, at some point after the initial query is executed.
- SUBSELECT - Enum constant in enum class org.hibernate.engine.FetchStyle
-
Performs fetching of associated data (currently limited to only collections) based on the sql restriction used to load the owner.
- SUBSELECT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SubselectFetch - Class in org.hibernate.engine.spi
-
Encapsulates details related to entities which contain sub-select-fetchable collections and which were loaded in a Session so that those collections may be sub-select fetched later during initialization
- SubselectFetch(QuerySpec, TableGroup, JdbcParametersList, JdbcParameterBindings, Set<EntityKey>) - Constructor for class org.hibernate.engine.spi.SubselectFetch
- SubselectFetch.RegistrationHandler - Interface in org.hibernate.engine.spi
- SubselectFetch.StandardRegistrationHandler - Class in org.hibernate.engine.spi
- subSet(E, E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
- substituteBrackets(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of the bytes from the given stream, wrapping them in a new stream.
- subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of a reader, wrapping the portion in a new reader.
- substring() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Not the same as ANSI-style substring!
- substring(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- substring(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- substring(Expression<String>, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
- substring(Expression<String>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- substring(Expression<String>, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- substring(Expression<String>, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
- substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- substring(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- substring_substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle, and many others
- substring_substringLen() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Transact SQL-style (3 required args)
- substringFromFor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
ANSI-style substring
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a subtraction
- SUBTRACT - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- subtractDuration(Expression<T>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract a duration to a date or datetime, that is, return an earlier date or datetime which is separated from the given date or datetime by the given duration.
- subtractDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- subtractDuration(Expression<T>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract a duration to a date or datetime, that is, return an earlier date or datetime which is separated from the given date or datetime by the given duration.
- subtractDuration(Expression<T>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- subtractDuration(T, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract a duration to a date or datetime, that is, return an earlier date or datetime which is separated from the given date or datetime by the given duration.
- subtractDuration(T, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- suffix(String) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which end with the given suffix, with case-sensitivity.
- suffix(String, boolean) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which end with the given suffix, with case-sensitivity specified explicitly.
- sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sum(Expression<? extends N>, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sum(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sum(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sum(Expression<N>, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sum(Expression<N>, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(Expression<N>, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
sum
aggregate function expression. - sum(Expression<N>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(Expression<N>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sum(Expression<N>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sum(N, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sumAsDouble(Expression<Float>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sumAsDouble(Expression<Float>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sumAsDouble(Expression<Float>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- sumAsLong(Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- sumAsLong(Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- sumAsLong(Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- Summarization - Class in org.hibernate.sql.ast.tree.expression
- Summarization(Summarization.Kind, List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.expression.Summarization
- Summarization.Kind - Enum Class in org.hibernate.sql.ast.tree.expression
- SumReturnTypeResolver - Class in org.hibernate.dialect.function
-
Resolve according to JPA spec 4.8.5
- SumReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SumReturnTypeResolver
- supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Does this connection provider support aggressive release of JDBC connections and later re-acquisition of those connections if needed?
- supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
-
Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition of those connections later, if need be) in JTA environments?
- supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Does this connection provider support aggressive release of JDBC connections and later re-acquisition of those connections if needed?
- supportsAliasLocks() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsAliasLocks() - Method in class org.hibernate.dialect.MySQLDialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.DB2Dialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support modifying the type of an existing column?
- supportsAlterColumnType() - Method in class org.hibernate.dialect.H2Dialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.MySQLDialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.OracleDialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsAlterColumnType() - Method in class org.hibernate.dialect.SybaseDialect
- supportsAnalysis() - Method in interface org.hibernate.dialect.FunctionalDependencyAnalysisSupport
-
Supports primary key functional dependency analysis
- supportsAnalysis() - Method in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
- supportsArbitraryValues() - Method in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- supportsArbitraryValues() - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Returns
true
when this delegate supports retrieving arbitrary generated values, orfalse
when it only supports identifiers. - supportsArrayConstructor() - Method in class org.hibernate.dialect.CockroachDialect
- supportsArrayConstructor() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL array constructor is supported.
- supportsArrayConstructor() - Method in class org.hibernate.dialect.H2Dialect
- supportsArrayConstructor() - Method in class org.hibernate.dialect.HSQLDialect
- supportsArrayConstructor() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANADialect
- supportsBatchUpdates() - Method in class org.hibernate.dialect.Dialect
-
Whether this Dialect supports batch updates.
- supportsBatchUpdates() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to supporting batched updates?
- supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support using a JDBC bind parameter as an argument to a function or procedure call?
- supportsBindingNullForSetObject() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support binding
null
forPreparedStatement.setObject(int, Object)
? if it does, then call ofPreparedStatement.getParameterMetaData()
could be eliminated for better performance. - supportsBindingNullForSetObject() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsBindingNullSqlTypeForSetNull() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support binding
Types.NULL
forPreparedStatement.setNull(int, int)
? if it does, then call ofPreparedStatement.getParameterMetaData()
could be eliminated for better performance. - supportsBindingNullSqlTypeForSetNull() - Method in class org.hibernate.dialect.H2Dialect
- supportsBindingNullSqlTypeForSetNull() - Method in class org.hibernate.dialect.MySQLDialect
- supportsBindingNullSqlTypeForSetNull() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsBitType() - Method in class org.hibernate.dialect.Dialect
- supportsBitType() - Method in class org.hibernate.dialect.OracleDialect
-
Oracle has neither
BIT
norBOOLEAN
. - supportsBitType() - Method in class org.hibernate.dialect.SybaseASEDialect
-
The Sybase ASE
BIT
type does not allow null values, so we don't use it. - supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
-
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?
- supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
on delete
actions in foreign key definitions? - supportsCascadeDelete() - Method in class org.hibernate.dialect.InnoDBStorageEngine
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MyISAMStorageEngine
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
- supportsCascadeDelete() - Method in interface org.hibernate.dialect.MySQLStorageEngine
- supportsCascadeDelete() - Method in class org.hibernate.dialect.SpannerDialect
- supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDialect
- supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support case-insensitive
LIKE
comparisons? - supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.H2Dialect
- supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsCatalogs() - Method in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support definition of cascade delete constraints which can cause circular chains?
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SpannerDialect
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support column-level check constraints?
- supportsColumnCheck() - Method in class org.hibernate.dialect.HANADialect
-
HANA currently does not support check constraints.
- supportsColumnCheck() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsColumnCheck() - Method in class org.hibernate.dialect.MySQLDialect
- supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
- supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support commenting on tables and columns?
- supportsCommentOn() - Method in class org.hibernate.dialect.H2Dialect
- supportsCommentOn() - Method in class org.hibernate.dialect.HANADialect
- supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
- supportsCommentOn() - Method in class org.hibernate.dialect.MySQLDialect
- supportsCommentOn() - Method in class org.hibernate.dialect.OracleDialect
- supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsComponentCheckConstraints() - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Returns whether the database supports the use of a check constraint on tables, to implement not-null and other constraints of an aggregate type.
- supportsComponentCheckConstraints() - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- supportsComponentCheckConstraints() - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
- supportsComponentCheckConstraints() - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
- supportsConflictClauseForInsertCTE() - Method in class org.hibernate.dialect.CockroachDialect
- supportsConflictClauseForInsertCTE() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the
conflict
clause for insert statements that appear in a CTE? - supportsConflictClauseForInsertCTE() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsConstants() - Method in interface org.hibernate.dialect.FunctionalDependencyAnalysisSupport
-
Also supports functional dependency analysis for constant values other than table columns
- supportsConstants() - Method in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CockroachDialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support some way to retrieve the current timestamp value from the database?
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HANADialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.OracleDialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.SpannerDialect
- supportsDataDefinitionInTransaction() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to support performing DDL within transactions?
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.CockroachDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DB2Dialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DB2iDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DB2zDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support some kind of
distinct from
predicate? - supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.H2Dialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.HSQLDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.MySQLDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsDuplicateSelectItemsInQueryGroup() - Method in class org.hibernate.dialect.Dialect
- supportsDuplicateSelectItemsInQueryGroup() - Method in class org.hibernate.dialect.OracleDialect
- supportsEntityNameUsage() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- supportsEntityNameUsage() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support an exists statement in the select clause?
- supportsExistsInSelect() - Method in class org.hibernate.dialect.HANADialect
- supportsExistsInSelect() - Method in class org.hibernate.dialect.OracleDialect
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
-
"Expected" LOB usage pattern is such that I can perform an insert via prepared statement with a parameter binding for a LOB value without crazy casting to JDBC driver implementation-specific classes.
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.HANADialect
- supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the given
FETCH
clause type. - supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.H2Dialect
- supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.OracleDialect
- supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.SQLServerDialect
- supportsFilter - Variable in class org.hibernate.dialect.function.json.JsonArrayAggFunction
- supportsFilter - Variable in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- supportsFilterClause() - Method in class org.hibernate.dialect.Dialect
-
Whether the FILTER clause for aggregate functions is supported.
- supportsFilterClause() - Method in class org.hibernate.dialect.H2Dialect
- supportsFilterClause() - Method in class org.hibernate.dialect.HSQLDialect
- supportsFilterClause() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsForShare() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsForShare() - Method in class org.hibernate.dialect.MySQLDialect
- supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.Dialect
-
Whether the database supports adding a fractional interval to a timestamp, for example
timestamp + 0.5 second
. - supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.HANADialect
- supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.SybaseDialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.CockroachDialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.DB2Dialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the
from
clause for update statements? - supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.MySQLDialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.OracleDialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsFromClauseInUpdate() - Method in class org.hibernate.dialect.SybaseDialect
- supportsGetGeneratedKeys() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to supporting retrieval of generated keys?
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
- supportsIdentityColumns() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Does this dialect support identity column key generation?
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.CockroachDialect
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.Dialect
-
For an
alter table
, can the phraseif exists
be applied? - supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.H2Dialect
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.OracleDialect
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsIfExistsAfterConstraintName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a constraint with an
alter table
, can the phraseif exists
be applied after the constraint name? - supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a table, can the phrase
if exists
be applied after the table name? - supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
- supportsIfExistsAfterTypeName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a type, can the phrase
if exists
be applied after the type name? - supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.CockroachDialect
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a constraint with an
alter table
statement, can the phraseif exists
be applied before the constraint name? - supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CockroachDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.DB2Dialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.DB2iDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.DB2zDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a table, can the phrase
if exists
be applied before the table name? - supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.H2Dialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.HSQLDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.OracleDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a type, can the phrase
if exists
be applied before the type name? - supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.OracleDialect
- supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsInsertReturning() - Method in class org.hibernate.dialect.DB2Dialect
- supportsInsertReturning() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect fully support returning arbitrary generated column values after execution of an
insert
statement, using native SQL syntax? - supportsInsertReturning() - Method in class org.hibernate.dialect.H2Dialect
- supportsInsertReturning() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsInsertReturning() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsInsertReturningGeneratedKeys() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect fully support returning arbitrary generated column values after execution of an
insert
statement, using the JDBC methodConnection.prepareStatement(String, String[])
. - supportsInsertReturningGeneratedKeys() - Method in class org.hibernate.dialect.H2Dialect
- supportsInsertReturningGeneratedKeys() - Method in class org.hibernate.dialect.OracleDialect
- supportsInsertReturningRowId() - Method in class org.hibernate.dialect.DB2Dialect
- supportsInsertReturningRowId() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect supports returning the
RowId
column after execution of aninsert
statement, using native SQL syntax? - supportsInsertReturningRowId() - Method in class org.hibernate.dialect.H2Dialect
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
- supportsInsertSelectIdentity() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- supportsIntersect() - Method in class org.hibernate.dialect.Dialect
- supportsIntersect() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsIntersect() - Method in class org.hibernate.dialect.MySQLDialect
- supportsIntersect() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsIsTrue() - Method in class org.hibernate.dialect.DB2Dialect
- supportsIsTrue() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the
is true
andis false
operators? - supportsIsTrue() - Method in class org.hibernate.dialect.H2Dialect
- supportsIsTrue() - Method in class org.hibernate.dialect.MySQLDialect
- supportsIsTrue() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
-
Check whether the JDBC
Connection
supports creating LOBs viaConnection.createBlob()
,Connection.createNClob()
, orConnection.createClob()
. - supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.HANADialect
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsJoinInMutationStatementSubquery() - Method in class org.hibernate.dialect.Dialect
-
If the dialect supports using joins in mutation statement subquery that could also use columns from the mutation target table
- supportsJoinInMutationStatementSubquery() - Method in class org.hibernate.dialect.H2Dialect
- supportsJoinsInDelete() - Method in class org.hibernate.dialect.Dialect
- supportsJoinsInDelete() - Method in class org.hibernate.dialect.MySQLDialect
- supportsJoinsInDelete() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsJoinsInDelete() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsJsonPathExpression - Variable in class org.hibernate.dialect.function.json.JsonExistsFunction
- supportsJsonPathExpression - Variable in class org.hibernate.dialect.function.json.JsonQueryFunction
- supportsJsonPathExpression - Variable in class org.hibernate.dialect.function.json.JsonValueFunction
- supportsJsonPathPassingClause - Variable in class org.hibernate.dialect.function.json.JsonExistsFunction
- supportsJsonPathPassingClause - Variable in class org.hibernate.dialect.function.json.JsonQueryFunction
- supportsJsonPathPassingClause - Variable in class org.hibernate.dialect.function.json.JsonValueFunction
- supportsLateral() - Method in class org.hibernate.dialect.CockroachDialect
- supportsLateral() - Method in class org.hibernate.dialect.DB2Dialect
- supportsLateral() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the SQL
lateral
keyword or a proprietary alternative? - supportsLateral() - Method in class org.hibernate.dialect.HANADialect
- supportsLateral() - Method in class org.hibernate.dialect.HSQLDialect
- supportsLateral() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsLateral() - Method in class org.hibernate.dialect.MySQLDialect
- supportsLateral() - Method in class org.hibernate.dialect.OracleDialect
- supportsLateral() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsLateral() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
- supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
- supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
-
Does this handler support limiting query results?
- supportsLimit() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- supportsLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
- supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
-
Does this handler support combinations of limit and offset?
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.CockroachDialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.DB2Dialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support propagating changes to LOB values back to the database? Talking about mutating the internal value of the locator, as opposed to supplying a new locator instance.
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.H2Dialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.HSQLDialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.MySQLDialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
- supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support specifying timeouts when requesting locks.
- supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
- supportsLockTimeouts() - Method in class org.hibernate.dialect.MySQLDialect
- supportsLockTimeouts() - Method in class org.hibernate.dialect.SpannerDialect
- supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsMaterializedLobAccess() - Method in class org.hibernate.dialect.Dialect
-
Check whether the JDBC driver allows setting LOBs via
PreparedStatement.setBytes(int, byte[])
,PreparedStatement.setNString(int, String)
, orPreparedStatement.setString(int, String)
APIs. - supportsMaterializedLobAccess() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsMinMaxOnUuid() - Method in class org.hibernate.dialect.PostgreSQLDialect
-
Whether PostgreSQL supports
min(uuid)
/max(uuid)
, which it doesn't by default. - supportsNamedParameters() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Does the driver report supporting named parameters?
- supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
- supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
- supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.SybaseDialect
- supportsNationalizedMethods() - Method in class org.hibernate.dialect.Dialect
-
Checks whether the JDBC driver implements methods for handling nationalized character data types
ResultSet.getNString(int)
/PreparedStatement.setNString(int, String)
,ResultSet.getNClob(int)
/PreparedStatement.setNClob(int, NClob)
,ResultSet.getNCharacterStream(int)
/PreparedStatement.setNCharacterStream(int, Reader, long)
- supportsNestedSubqueryCorrelation() - Method in class org.hibernate.dialect.Dialect
- supportsNestedSubqueryCorrelation() - Method in class org.hibernate.dialect.MySQLDialect
- supportsNestedSubqueryCorrelation() - Method in class org.hibernate.dialect.OracleDialect
- supportsNestedWithClause() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL with clause is supported within a CTE.
- supportsNoColumnsInsert() - Method in class org.hibernate.dialect.Dialect
-
Is the
INSERT
statement is allowed to contain no columns? - supportsNoColumnsInsert() - Method in class org.hibernate.dialect.HANADialect
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.CockroachDialect
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.DB2Dialect
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support insert, update, and delete statements with Common Table Expressions (CTEs)?
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsNoWait() - Method in class org.hibernate.dialect.CockroachDialect
- supportsNoWait() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
NO_WAIT
timeout. - supportsNoWait() - Method in class org.hibernate.dialect.HANADialect
- supportsNoWait() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsNoWait() - Method in class org.hibernate.dialect.MySQLDialect
- supportsNoWait() - Method in class org.hibernate.dialect.OracleDialect
- supportsNoWait() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsNoWait() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsNullPrecedence() - Method in class org.hibernate.dialect.CockroachDialect
- supportsNullPrecedence() - Method in class org.hibernate.dialect.DB2Dialect
- supportsNullPrecedence() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
nulls first
andnulls last
? - supportsNullPrecedence() - Method in class org.hibernate.dialect.MySQLDialect
- supportsNullPrecedence() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsNullPrecedence() - Method in class org.hibernate.dialect.SybaseDialect
- supportsOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- supportsOffset() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- supportsOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
-
Does this handler support offsetting query results without also specifying a limit?
- supportsOffset() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
- supportsOffset() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
- supportsOffset() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- supportsOffset() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- supportsOffsetClause() - Method in class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
- supportsOffsetClause() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- supportsOffsetClause() - Method in class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.CockroachDialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.DB2Dialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
offset
in subqueries? - supportsOffsetInSubquery() - Method in class org.hibernate.dialect.H2Dialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.HANADialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.HSQLDialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.MySQLDialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.OracleDialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.SpannerDialect
- supportsOffsetInSubquery() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsOrderByInSubquery() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support the
order by
clause in subqueries? - supportsOrderByInSubquery() - Method in class org.hibernate.dialect.HANADialect
- supportsOrderByInSubquery() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsOrdinalSelectItemReference() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support references to result variables (i.e, select items) by column positions (1-origin) as defined by the select clause?
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.CockroachDialect
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
FOR UPDATE
in conjunction with outer-joined rows? - supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.SpannerDialect
- supportsParameterOffsetFetchExpression() - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- supportsParametersInDefault - Variable in class org.hibernate.dialect.function.xml.XmlTableFunction
- supportsPartitionBy() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- supportsPartitionBy() - Method in class org.hibernate.dialect.CockroachDialect
- supportsPartitionBy() - Method in class org.hibernate.dialect.DB2Dialect
- supportsPartitionBy() - Method in class org.hibernate.dialect.Dialect
-
Does is dialect support
partition by
? - supportsPartitionBy() - Method in class org.hibernate.dialect.HANADialect
- supportsPartitionBy() - Method in class org.hibernate.dialect.OracleDialect
- supportsPartitionBy() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsPartitionBy() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsPooledSequences() - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- supportsPooledSequences() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Does this dialect support "pooled" sequences.
- supportsPredicateAsExpression() - Method in class org.hibernate.dialect.DB2Dialect
- supportsPredicateAsExpression() - Method in class org.hibernate.dialect.Dialect
-
Whether a predicate like
a > 0
can appear in an expression context, for example, in aselect
list item. - supportsRecursiveClauseArrayAndRowEmulation() - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- supportsRecursiveClauseArrayAndRowEmulation() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Whether the recursive search and cycle clause emulations based on the array and row constructor is supported.
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.CockroachDialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.DB2Dialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database support recursive CTEs?
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.H2Dialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.HSQLDialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.MySQLDialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.OracleDialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsRecursiveCTE() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsRecursiveCycleClause() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL cycle clause is supported, which can be used for recursive CTEs.
- supportsRecursiveCycleClause() - Method in class org.hibernate.dialect.OracleDialect
- supportsRecursiveCycleClause() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsRecursiveCycleUsingClause() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL cycle clause supports the using sub-clause.
- supportsRecursiveCycleUsingClause() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsRecursiveSearchClause() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL search clause is supported, which can be used for recursive CTEs.
- supportsRecursiveSearchClause() - Method in class org.hibernate.dialect.OracleDialect
- supportsRecursiveSearchClause() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsRefCursors() - Method in class org.hibernate.dialect.DB2Dialect
- supportsRefCursors() - Method in class org.hibernate.dialect.Dialect
-
Whether this Dialect supports the JDBC
Types.REF_CURSOR
type. - supportsRefCursors() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Does the driver report supporting
Types.REF_CURSOR
? - supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support asking the result set its positioning information on forward-only cursors?
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsRowConstructor() - Method in class org.hibernate.dialect.CockroachDialect
- supportsRowConstructor() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL row constructor is supported.
- supportsRowConstructor() - Method in class org.hibernate.dialect.H2Dialect
- supportsRowConstructor() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsRowId() - Method in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- supportsRowId() - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Returns
true
when this delegate supports retrieving theRowId
value. - supportsRowValueConstructorDistinctFromSyntax() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with
is distinct from
andis not distinct from
operators. - supportsRowValueConstructorDistinctFromSyntax() - Method in class org.hibernate.dialect.H2Dialect
- supportsRowValueConstructorGtLtSyntax() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with
<
,>
,≤
and≥
operators. - supportsRowValueConstructorGtLtSyntax() - Method in class org.hibernate.dialect.HANADialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.DB2Dialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax.
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.H2Dialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.HSQLDialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.OracleDialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SpannerDialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SybaseDialect
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DB2Dialect
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
-
If the dialect supports
row values
, does it offer such support in IN lists as well? - supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.HSQLDialect
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SpannerDialect
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SybaseDialect
- supportsRowValueConstructorSyntaxInInSubQuery() - Method in class org.hibernate.dialect.Dialect
-
If the dialect supports
row values
, does it offer such support in IN subqueries as well? - supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.CockroachDialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.DB2Dialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with quantified predicates.
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.H2Dialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.HANADialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.HSQLDialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.MySQLDialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.OracleDialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SpannerDialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SybaseDialect
- supportsSchemas() - Method in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
- supportsScrollableResults() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to supporting scrollable result sets?
- supportsSequences() - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
- supportsSequences() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
-
Does this dialect support sequences?
- supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.Dialect
- supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.OracleDialect
- supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.CockroachDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.DB2Dialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.DB2iDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.DB2zDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
SKIP_LOCKED
timeout. - supportsSkipLocked() - Method in class org.hibernate.dialect.HANADialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.MySQLDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.OracleDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsSkipLocked() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsStandardArrays() - Method in class org.hibernate.dialect.CockroachDialect
- supportsStandardArrays() - Method in class org.hibernate.dialect.Dialect
-
Does this database have native support for ANSI SQL standard arrays which are expressed in terms of the element type name:
integer array
. - supportsStandardArrays() - Method in class org.hibernate.dialect.H2Dialect
- supportsStandardArrays() - Method in class org.hibernate.dialect.HSQLDialect
- supportsStandardArrays() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsStandardArrays() - Method in class org.hibernate.dialect.SpannerDialect
- supportsStandardCurrentTimestampFunction() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect have an ANSI SQL
current_timestamp
function? - supportsStandardCurrentTimestampFunction() - Method in class org.hibernate.dialect.SybaseDialect
- supportsSubqueryInSelect() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support subqueries in the
select
clause? - supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support referencing the table being mutated in a subquery? The "table being mutated" is the table referenced in an update or delete query.
- supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
- supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
-
Is a subselect supported as the left-hand side (LHS) of an
IN
predicates? - supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support table-level check constraints?
- supportsTableCheck() - Method in class org.hibernate.dialect.HANADialect
- supportsTableGroups() - Method in interface org.hibernate.dialect.FunctionalDependencyAnalysisSupport
-
Supports functional dependency analysis through joined tables and result sets (e.g.
- supportsTableGroups() - Method in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
- supportsTableOptions() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support appending table options SQL fragment at the end of the SQL Table creation statement?
- supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.CockroachDialect
- supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect supports timezone offsets in temporal literals.
- supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.H2Dialect
- supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.MySQLDialect
- supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.OracleDialect
- supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsTemporaryTablePrimaryKey() - Method in class org.hibernate.dialect.Dialect
-
Does this database support primary keys for temporary tables?
- supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
-
Does this database have some sort of support for temporary tables?
- supportsTimeLiteralOffset() - Method in class org.hibernate.dialect.H2Dialect
- supportsTruncateWithCast() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support truncation of values to a specified length via a
cast
? - supportsTupleCounts() - Method in class org.hibernate.dialect.CockroachDialect
- supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
count(a,b)
? - supportsTupleCounts() - Method in class org.hibernate.dialect.H2Dialect
- supportsTupleCounts() - Method in class org.hibernate.dialect.HSQLDialect
- supportsTupleCounts() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
count(distinct a,b)
? - supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HANADialect
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.OracleDialect
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
-
Is it supported to materialize a LOB locator outside the transaction in which it was created?
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.HANADialect
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
UNION ALL
? - supportsUnionInSubquery() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
UNION
in a subquery. - supportsUnionInSubquery() - Method in class org.hibernate.dialect.SybaseASEDialect
- supportsUpdateReturning() - Method in class org.hibernate.dialect.DB2iDialect
- supportsUpdateReturning() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect fully support returning arbitrary generated column values after execution of an
update
statement, using native SQL syntax? - supportsUpdateReturning() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsUserDefinedTypes() - Method in class org.hibernate.dialect.DB2Dialect
- supportsUserDefinedTypes() - Method in class org.hibernate.dialect.Dialect
-
Does the database support user defined types?
- supportsUserDefinedTypes() - Method in class org.hibernate.dialect.OracleDialect
- supportsUserDefinedTypes() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsValuesList() - Method in class org.hibernate.dialect.CockroachDialect
- supportsValuesList() - Method in class org.hibernate.dialect.DB2Dialect
- supportsValuesList() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
values
lists of formVALUES (1), (2), (3)
? - supportsValuesList() - Method in class org.hibernate.dialect.H2Dialect
- supportsValuesList() - Method in class org.hibernate.dialect.HSQLDialect
- supportsValuesList() - Method in class org.hibernate.dialect.OracleDialect
- supportsValuesList() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsValuesList() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsValuesListForInsert() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
values
lists of formVALUES (1), (2), (3)
in insert statements? - supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Does this handler support bind variables (JDBC prepared statement parameters) for its limit/offset?
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
- supportsWait() - Method in class org.hibernate.dialect.CockroachDialect
- supportsWait() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support
WAIT
timeout. - supportsWait() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsWait() - Method in class org.hibernate.dialect.MySQLDialect
- supportsWait() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsWait() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.CockroachDialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.DB2Dialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support window functions like
row_number() over (..)
? - supportsWindowFunctions() - Method in class org.hibernate.dialect.H2Dialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.HANADialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.MySQLDialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.OracleDialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.PostgreSQLDialect
- supportsWindowFunctions() - Method in class org.hibernate.dialect.SQLServerDialect
- supportsWithClause() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL with clause is supported.
- supportsWithClause() - Method in class org.hibernate.dialect.SybaseDialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.DB2Dialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.Dialect
-
Whether the SQL with clause is supported within a subquery.
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.H2Dialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.HANADialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.HSQLDialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.MariaDBDialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.OracleDialect
- supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.SQLServerDialect
- SYBASE - Enum constant in enum class org.hibernate.dialect.Database
- SYBASE_ANSI_NULL - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies whether the
ansinull
setting is enabled on Sybase. - SYBASE_PAGE_SIZE - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies the maximum page size on Sybase.
- SybaseASEAggregateSupport - Class in org.hibernate.dialect.aggregate
-
Sybase ASE supports the
xmlextract()
function which is used to implement aggregate support. - SybaseASEDialect - Class in org.hibernate.dialect
-
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.
- SybaseASEDialect() - Constructor for class org.hibernate.dialect.SybaseASEDialect
- SybaseASEDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SybaseASEDialect
- SybaseASEDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SybaseASEDialect
- SybaseASEGenerateSeriesFunction - Class in org.hibernate.dialect.function
-
Sybase ASE generate_series function.
- SybaseASEGenerateSeriesFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SybaseASEGenerateSeriesFunction
- SybaseASESqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for Sybase ASE.
- SybaseASESqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- SybaseASEUnnestFunction - Class in org.hibernate.dialect.function.array
-
Sybase ASE unnest function.
- SybaseASEUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.SybaseASEUnnestFunction
- SybaseASEXmlTableFunction - Class in org.hibernate.dialect.function.xml
-
Sybase ASE xmltable function.
- SybaseASEXmlTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- SybaseDialect - Class in org.hibernate.dialect
-
Superclass for all Sybase dialects.
- SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
- SybaseDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SybaseDialect
- SybaseDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SybaseDialect
- SybaseDriverKind - Enum Class in org.hibernate.dialect
- SybaseJConnGetGeneratedKeysDelegate - Class in org.hibernate.id.insert
-
Specialized
GetGeneratedKeysDelegate
which appends the database specific clause which signifies to return generatedIDENTITY
values to the end of the insert statement. - SybaseJConnGetGeneratedKeysDelegate(EntityPersister) - Constructor for class org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
- SybaseJconnIdentityColumnSupport - Class in org.hibernate.dialect.identity
- SybaseJconnIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
- SybaseSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for Sybase.
- SybaseSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- SybaseSqmToSqlAstConverter<T extends Statement> - Class in org.hibernate.dialect.sql.ast
-
A SQM to SQL AST translator for Sybase ASE.
- SybaseSqmToSqlAstConverter(SqmStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Constructor for class org.hibernate.dialect.sql.ast.SybaseSqmToSqlAstConverter
- SybaseTruncFunction - Class in org.hibernate.dialect.function
-
Custom
TruncFunction
for Sybase which uses a dialect-specific emulation function for datetimes - SybaseTruncFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SybaseTruncFunction
- SynchronizationRegistry - Interface in org.hibernate.resource.transaction.spi
-
Manages a registry of (local) JTA
Synchronization
instances - SynchronizationRegistryImplementor - Interface in org.hibernate.resource.transaction.spi
-
SPI contract for
SynchronizationRegistry
implementors. - Synchronize - Annotation Interface in org.hibernate.annotations
-
Specifies a table or tables that hold state mapped by the annotated entity or collection.
- SYNCHRONIZE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- SynchronizeableQuery - Interface in org.hibernate.query
-
Represents the abstract notion of a query whose results are affected by the data stored in a given set of named query spaces.
- synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
- SyntaxException - Exception in org.hibernate.query
-
Represents a syntax error in a HQL/JPQL query.
- SyntaxException(String) - Constructor for exception org.hibernate.query.SyntaxException
- SyntaxException(String, String) - Constructor for exception org.hibernate.query.SyntaxException
- SyntheticProperty - Class in org.hibernate.mapping
-
Models a property which does not actually exist in the model.
- SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
- sysdate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- sysdateExplicitMicros() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL 5.7 precision defaults to seconds, but microseconds is better
- sysdateParens() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL requires the parens in sysdate()
- systimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
T
- table - Variable in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- table() - Element in annotation interface org.hibernate.annotations.SecondaryRow
-
The name of the secondary table, as specified by
SecondaryTable.name()
. - table() - Element in annotation interface org.hibernate.annotations.SQLDelete
-
The name of the table affected by the delete statement.
- table() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
-
The name of the table affected.
- table() - Element in annotation interface org.hibernate.annotations.SqlFragmentAlias
-
The table corresponding to the alias.
- table() - Element in annotation interface org.hibernate.annotations.SQLInsert
-
The name of the table affected by the insert statement.
- table() - Element in annotation interface org.hibernate.annotations.SQLUpdate
-
The name of the table affected by the update statement.
- table() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
-
(Optional) The name of the table that contains the column.
- table() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.AlternateTableCapable
- table() - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
- table() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
-
Returns the value of the
table
record component. - table(String) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.AlternateTableCapable
- table(String) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
- Table - Class in org.hibernate.mapping
-
A mapping model object representing a relational database table.
- Table() - Constructor for class org.hibernate.mapping.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.
- Table(String) - Constructor for class org.hibernate.mapping.Table
- Table(String, String) - Constructor for class org.hibernate.mapping.Table
- Table(String, Namespace, String, boolean) - Constructor for class org.hibernate.mapping.Table
- Table(String, Namespace, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
- Table(String, Namespace, Identifier, String, boolean) - Constructor for class org.hibernate.mapping.Table
- TABLE - Enum constant in enum class org.hibernate.dialect.RowLockStrategy
-
Use a table alias.
- TABLE - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate table definition was encountered.
- TABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the table name for the generated id
- TABLE - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing an Oracle-style nested table.
- TABLE_ALIAS - Enum constant in enum class org.hibernate.dialect.DmlTargetColumnQualifierSupport
-
Qualify the column using the table alias, whenever available, and fallback to the table expression.
- TABLE_EXPRESSION - Enum constant in enum class org.hibernate.dialect.DmlTargetColumnQualifierSupport
-
Qualify the column using the table expression, ignoring a possible table alias.
- TABLE_GENERATOR - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- TABLE_GENERATOR_STORE_LAST_USED - Static variable in interface org.hibernate.cfg.MappingSettings
-
Determines if the identifier value stored in the database table backing a table generator is the last value returned by the identifier generator, or the next value to be returned.
- TABLE_GENERATORS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- TABLE_GROUP - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
-
Supports the analysis for single tables, a group of joined tables or a result set (e.g.
- TABLE_GROUP_AND_CONSTANTS - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
-
Fully supports the analysis for joined / union table groups, including any constant value (e.g.
- TABLE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
Configures the name of the table to use.
- TABLE_REFERENCE - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
-
Only supports the analysis for a single table reference, i.e.
- Table.ForeignKeyKey - Class in org.hibernate.mapping
- TableAliasResolver - Interface in org.hibernate.sql.ast.tree.from
- TableContainer - Interface in org.hibernate.mapping
-
Container for Table and Join reference
- TableDelete - Interface in org.hibernate.sql.model.ast
-
Models an update to a model (entity or collection) table, triggered from flush
- TableDeleteBuilder - Interface in org.hibernate.sql.model.ast.builder
-
TableMutationBuilder
implementation fordelete
statements. - TableDeleteBuilderSkipped - Class in org.hibernate.sql.model.ast.builder
- TableDeleteBuilderSkipped(TableMapping) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- TableDeleteBuilderStandard - Class in org.hibernate.sql.model.ast.builder
-
Standard TableDeleteBuilder implementation used when Hibernate generates the delete statement
- TableDeleteBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- TableDeleteBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- TableDeleteBuilderStandard(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- TableDetails - Interface in org.hibernate.metamodel.mapping
-
Details about a table
- TableDetails.KeyColumn - Interface in org.hibernate.metamodel.mapping
-
Details about a column within the key group
- TableDetails.KeyColumnConsumer - Interface in org.hibernate.metamodel.mapping
- TableDetails.KeyDetails - Interface in org.hibernate.metamodel.mapping
-
Details about the primary key of a table
- tableForm() - Element in annotation interface org.hibernate.annotations.NativeGenerator
-
Configures the table generation when the dialect reports GenerationType.TABLE as its native generator
- TableGenerator - Class in org.hibernate.id.enhanced
-
An enhanced version of table-based id generation.
- TableGenerator() - Constructor for class org.hibernate.id.enhanced.TableGenerator
- TableGeneratorRegistration - Record Class in org.hibernate.boot.models.spi
-
Global registration of a table generator
- TableGeneratorRegistration(String, TableGenerator) - Constructor for record class org.hibernate.boot.models.spi.TableGeneratorRegistration
-
Creates an instance of a
TableGeneratorRegistration
record class. - TableGroup - Interface in org.hibernate.sql.ast.tree.from
-
Group together
TableReference
references related to a single entity or collection, along with joins to other TableGroups - TableGroupJoin - Class in org.hibernate.sql.ast.tree.from
- TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
- TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup, Predicate) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
- TableGroupJoinProducer - Interface in org.hibernate.sql.ast.tree.from
- tableGroupMap - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
- TableGroupProducer - Interface in org.hibernate.sql.ast.tree.from
-
Marker interface for anything which produces a TableGroup
- TableInclusionChecker - Interface in org.hibernate.engine.jdbc.mutation
-
Used to check if a table should be included in the current execution
- TableInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Provides access to information about existing tables in the database
- TableInsert - Interface in org.hibernate.sql.model.ast
-
Models an insert into a model (entity or collection) table, triggered from flush
- TableInsertBuilder - Interface in org.hibernate.sql.model.ast.builder
-
TableMutationBuilder
implementation forinsert
statements. - TableInsertBuilderStandard - Class in org.hibernate.sql.model.ast.builder
-
Standard TableInsertBuilder
- TableInsertBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
- TableInsertBuilderStandard(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
- TableInsertReturningBuilder - Class in org.hibernate.id.insert
- TableInsertReturningBuilder(EntityPersister, MutatingTableReference, List<ColumnReference>, SessionFactoryImplementor) - Constructor for class org.hibernate.id.insert.TableInsertReturningBuilder
- TableJoin - Interface in org.hibernate.sql.ast.tree.from
-
The commonalities between
TableGroupJoin
andTableReferenceJoin
. - TableMapping - Interface in org.hibernate.sql.model
-
Describes a table as far as Hibernate understands it from mapping details
- TableMapping.MutationDetails - Class in org.hibernate.sql.model
-
Details for the mutation of a table
- TableMergeBuilder<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
- TableMergeBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableMergeBuilder
- TableMergeBuilder(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableMergeBuilder
- TableMigrator - Interface in org.hibernate.tool.schema.spi
-
An object that produces an
alter table
statements needed to update the definition of a table. - TableMutation<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast
-
Describes the mutation of a model table (mapped by an entity or collection) triggered from flush.
- TableMutationBuilder<M extends TableMutation<?>> - Interface in org.hibernate.sql.model.ast.builder
-
Generalized contract for building
TableMutation
instances - tableName - Variable in class org.hibernate.sql.Delete
- tableName - Variable in class org.hibernate.sql.Insert
- tableName - Variable in class org.hibernate.sql.SimpleSelect
- tableName - Variable in class org.hibernate.sql.Update
- TableOwner - Interface in org.hibernate.mapping
-
Optional contract implemented by some subtypes of
PersistentClass
. - TableReference - Interface in org.hibernate.sql.ast.tree.from
-
Represents a reference to a table (derived or physical) in a query's from clause.
- TableReferenceJoin - Class in org.hibernate.sql.ast.tree.from
-
Represents a join to a
TableReference
; roughly equivalent to a SQL join. - TableReferenceJoin(boolean, NamedTableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- TableReferenceJoinPredicateProducer - Interface in org.hibernate.sql.ast.tree.from
-
Functional contract for producing the join-predicate related to a
TableReferenceJoin
. - TABLES - Static variable in class org.hibernate.id.IncrementGenerator
-
A parameter specifying a list of tables over which the generated id should be unique.
- TABLES - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the table names for all tables for which the id must be unique
- TableSet - Class in org.hibernate.persister.entity.mutation
-
Represents a Set of TableMapping(s); table mappings are identified by an ordered unique id: the order in which they are updated within the scope of a particular persister.
- TableSet() - Constructor for class org.hibernate.persister.entity.mutation.TableSet
- TableSource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of table information
- TableSpecificationSource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of "table specification" information.
- TableStructure - Class in org.hibernate.id.enhanced
-
Describes a table used to mimic sequence behavior
- TableStructure(String, QualifiedName, Identifier, int, int, Class<?>) - Constructor for class org.hibernate.id.enhanced.TableStructure
- TableStructure(String, QualifiedName, Identifier, int, int, String, Class<?>) - Constructor for class org.hibernate.id.enhanced.TableStructure
- TableUpdate<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast
-
Models an update to a model (entity or collection) table, triggered from flush
- TableUpdateBuilder<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast.builder
-
TableMutationBuilder
implementation forupdate
statements. - TableUpdateBuilderSkipped - Class in org.hibernate.sql.model.ast.builder
- TableUpdateBuilderSkipped(MutatingTableReference) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- TableUpdateBuilderStandard<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
-
Standard TableUpdateBuilder implementation
- TableUpdateBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
- TableUpdateBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
- TableUpdateBuilderStandard(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
- tailMap(K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
- tailSet(E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
- tan(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the tangent of its argument.
- tan(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- tanh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- tanh(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the hyperbolic tangent of its argument.
- tanh(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- tanh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- TARGET - Enum constant in enum class org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
- TARGET - Static variable in interface org.hibernate.boot.models.XmlAnnotations
- TARGET_EMBEDDABLE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TARGET_PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- TargetDescriptor - Interface in org.hibernate.tool.schema.spi
-
Describes the target(s) of schema create, drop and migrate actions.
- TargetEmbeddable - Annotation Interface in org.hibernate.annotations
-
Specifies the target type for a
Embedded
entity property. - targetTableGroup - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
- TargetType - Enum Class in org.hibernate.tool.schema
-
Describes the allowable targets (SPI wise) for schema management actions.
- TC_CLASSLOADER - Static variable in interface org.hibernate.cfg.EnvironmentSettings
-
Specifies how the thread context class loader must be used for class lookup.
- Template - Class in org.hibernate.sql
-
Parses SQL fragments specified in mapping documents.
- TEMPLATE - Static variable in class org.hibernate.sql.Template
- TemplatedViolatedConstraintNameExtractor - Class in org.hibernate.exception.spi
-
Extracts a violated database constraint name from an error message by matching the error message against a template.
- TemplatedViolatedConstraintNameExtractor(Function<SQLException, String>) - Constructor for class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
- TEMPORAL - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
- TEMPORAL - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- TEMPORAL_UNIT - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
A temporal unit, used by the
extract()
function, and some native database functions - TemporalJavaType<T> - Interface in org.hibernate.type.descriptor.java
-
Specialized JavaType for temporal types.
- TemporalUnit - Enum Class in org.hibernate.query.common
-
A temporal field type which can occur as an argument to
extract()
or as the unit of a duration expression. - TemporaryTable - Class in org.hibernate.dialect.temptable
- TemporaryTableColumn - Class in org.hibernate.dialect.temptable
-
A column in a IdTable.
- TemporaryTableColumn(TemporaryTable, String, JdbcMapping, String, Size, boolean) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableColumn
- TemporaryTableColumn(TemporaryTable, String, JdbcMapping, String, Size, boolean, boolean) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableColumn
- TemporaryTableColumnComparator(Metadata) - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.TemporaryTableColumnComparator
- TemporaryTableCreationWork(TemporaryTable, TemporaryTableExporter, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
- TemporaryTableCreationWork(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
- TemporaryTableDropWork(TemporaryTable, TemporaryTableExporter, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
- TemporaryTableDropWork(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
- TemporaryTableExporter - Interface in org.hibernate.dialect.temptable
-
An exporter for temporary tables.
- TemporaryTableHelper - Class in org.hibernate.dialect.temptable
- TemporaryTableHelper() - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper
- TemporaryTableHelper.TemporaryTableCreationWork - Class in org.hibernate.dialect.temptable
- TemporaryTableHelper.TemporaryTableDropWork - Class in org.hibernate.dialect.temptable
- TemporaryTableKind - Enum Class in org.hibernate.dialect.temptable
-
Classifies the kinds of temporary table implementations.
- TemporaryTableSessionUidColumn - Class in org.hibernate.dialect.temptable
- TemporaryTableSessionUidColumn(TemporaryTable, JdbcMapping, String, Size) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableSessionUidColumn
- TempTableDdlTransactionHandling - Enum Class in org.hibernate.boot
-
Deprecated.All dialects currently use
TempTableDdlTransactionHandling.NONE
, so it's obsolete. - TENANT_ID - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TENANT_IDENTIFIER_TO_USE_FOR_ANY_KEY - Static variable in interface org.hibernate.cfg.MultiTenancySettings
-
During bootstrap, Hibernate needs access to any Connection for access to
DatabaseMetaData
. - TenantId - Annotation Interface in org.hibernate.annotations
-
Identifies a field of an entity that holds a tenant id in discriminator-based multitenancy.
- tenantIdentifier(Object) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- tenantIdentifier(Object) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- tenantIdentifier(Object) - Method in interface org.hibernate.SessionBuilder
-
Define the tenant identifier to be associated with the opened session.
- tenantIdentifier(Object) - Method in interface org.hibernate.SharedSessionBuilder
- tenantIdentifier(Object) - Method in interface org.hibernate.StatelessSessionBuilder
-
Define the tenant identifier to be associated with the opened session.
- tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tenantIdentifier(String) - Method in interface org.hibernate.SessionBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
SessionBuilder.tenantIdentifier(Object)
instead - tenantIdentifier(String) - Method in interface org.hibernate.SharedSessionBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tenantIdentifier(String) - Method in interface org.hibernate.StatelessSessionBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
StatelessSessionBuilder.tenantIdentifier(Object)
instead - TenantIdentifierMismatchException - Exception in org.hibernate.context
-
Indicates that tenant identifiers did not match in cases where
CurrentTenantIdentifierResolver.validateExistingCurrentSessions()
returnstrue
and there is a mismatch found. - TenantIdentifierMismatchException(String) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
-
Constructs a TenantIdentifierMismatchException.
- TenantIdentifierMismatchException(String, Throwable) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
-
Constructs a TenantIdentifierMismatchException.
- TerminalPathException - Exception in org.hibernate.query.sqm
-
Indicates an attempt to dereference a terminal path (usually a path referring to something of basic type)
- TerminalPathException(String) - Constructor for exception org.hibernate.query.sqm.TerminalPathException
- TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
String
to JDBCLONGVARCHAR
. - TF_BOOLEAN - Enum constant in enum class org.hibernate.query.sqm.CastType
- throwIfNull(Object, Object, String) - Static method in exception org.hibernate.UnresolvableObjectException
-
Factory method for building and throwing an
UnresolvableObjectException
if the entity is null. - ThruthnessPredicate - Class in org.hibernate.sql.ast.tree.predicate
- ThruthnessPredicate(Expression, boolean, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
- TIES - Enum constant in enum class org.hibernate.query.common.FrameExclusion
- time() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- TIME - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
-
Use a time-based generation strategy consistent with RFC 4122 version 1, but with IP address instead of MAC address.
- TIME - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
The time part of a timestamp, datetime, or offset datetime, as a
LocalTime
. - TIME - Enum constant in enum class org.hibernate.query.sqm.CastType
- TIME - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
- TIME - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
TIME
. - TIME - Static variable in class org.hibernate.type.StandardBasicTypes
- TIME_UTC - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
TIME
, where the value is given in UTC, instead of in the system or JDBC timezone. - TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing identifies the generic SQL type
TIME WITH TIMEZONE
. - TIME_ZONE_COLUMN - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TIME_ZONE_STORAGE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TimeAsTimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIMESTAMP_WITH_TIMEZONE
handling. - TimeAsTimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- TimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIME
handling. - TimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- TimeMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
- timeout() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
-
The query timeout in seconds.
- timeout() - Element in annotation interface org.hibernate.annotations.NamedQuery
-
The query timeout in seconds.
- timeOut() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
- Timeouts - Interface in org.hibernate
-
Helpers for dealing with timeout values, including some "magic values".
- timestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- TIMESTAMP - Enum constant in enum class org.hibernate.annotations.SoftDeleteType
-
Tracks rows which are deleted by the timestamp at which they were deleted.
- TIMESTAMP - Enum constant in enum class org.hibernate.query.sqm.CastType
- TIMESTAMP - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
TIMESTAMP
. - TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
- TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- TIMESTAMP_INVALIDATE - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- TIMESTAMP_PRE_INVALIDATE - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- TIMESTAMP_UTC - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
TIMESTAMP
, where the value is given in UTC, instead of in the system or JDBC timezone. - TIMESTAMP_WITH_TIMEZONE - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
TIMESTAMP WITH TIMEZONE
. - timestampaddAndDiff(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- TimestampaddFunction - Class in org.hibernate.dialect.function
-
The
timestampadd()
ordateadd()
function has a funny syntax which accepts aTemporalUnit
as the first argument, and the actual set of accepted units varies widely. - TimestampaddFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TimestampaddFunction
- TimestampaddFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode...) - Constructor for class org.hibernate.dialect.function.TimestampaddFunction
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.CockroachDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DB2Dialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DB2zDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.Dialect
-
Obtain a pattern for the SQL equivalent to a
timestampadd()
function call. - timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.H2Dialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.HANADialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.HSQLDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.MySQLDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.OracleDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SpannerDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SQLServerDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SybaseASEDialect
- timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SybaseDialect
- TimestampdiffFunction - Class in org.hibernate.dialect.function
-
The
timestampdiff()
ordatediff()
function has a funny syntax which accepts aTemporalUnit
as the first argument, and the actual set of accepted units varies widely. - TimestampdiffFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TimestampdiffFunction
- TimestampdiffFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode...) - Constructor for class org.hibernate.dialect.function.TimestampdiffFunction
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.CockroachDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.DB2Dialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.Dialect
-
Obtain a pattern for the SQL equivalent to a
timestampdiff()
function call. - timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.H2Dialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.HANADialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.HSQLDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.MySQLDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.OracleDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.PostgresPlusDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SpannerDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SQLServerDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SybaseASEDialect
- timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SybaseDialect
- timestampdiffPatternV10(TemporalUnit, TemporalType, TemporalType) - Static method in class org.hibernate.dialect.DB2Dialect
- TimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIMESTAMP
handling. - TimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
- TIMESTAMPS - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
- TimestampsCache - Interface in org.hibernate.cache.spi
-
Tracks invalidation of "query spaces" (tables) for the purpose of determining if a cached query result set is stale.
- TimestampsCacheFactory - Interface in org.hibernate.cache.spi
-
Responsible for building the
TimestampsCache
to use for managing query results with respect to staleness of the underlying tables (sometimes called "query spaces" or "table spaces"). - TimestampsRegion - Interface in org.hibernate.cache.spi
-
Defines the contract for a cache region that stores timestamps.
- TimestampsRegionTemplate - Class in org.hibernate.cache.spi.support
- TimestampsRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.TimestampsRegionTemplate
-
Constructs a
TimestampsRegionTemplate
. - TimestampUtcAsInstantJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIMESTAMP_UTC
handling. - TimestampUtcAsInstantJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- TimestampUtcAsJdbcTimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIMESTAMP_UTC
handling. - TimestampUtcAsJdbcTimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- TimestampUtcAsOffsetDateTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIMESTAMP_UTC
handling. - TimestampUtcAsOffsetDateTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- TimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIMESTAMP_WITH_TIMEZONE
handling. - TimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- TimeUtcAsJdbcTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIME_UTC
handling. - TimeUtcAsJdbcTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- TimeUtcAsOffsetTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIME_UTC
handling. - TimeUtcAsOffsetTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- TimeWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TIME_WITH_TIMEZONE
handling. - TimeWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
- TIMEZONE_DEFAULT_STORAGE - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies the default strategy for storage of the timezone information for the zoned datetime types
OffsetDateTime
andZonedDateTime
. - TIMEZONE_HOUR - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
The hour field of the
TemporalUnit.OFFSET
in an offset datetime. - TIMEZONE_MINUTE - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
The minute field of the
TemporalUnit.OFFSET
in an offset datetime. - TimeZoneColumn - Annotation Interface in org.hibernate.annotations
-
Specifies the mapped column for storing the time zone information, for use in conjunction with
TimeZoneStorageType.COLUMN
orTimeZoneStorageType.AUTO
. - TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
- TimeZoneJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
TimeZone
handling. - TimeZoneJavaType() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneJavaType
- TimeZoneJavaType.TimeZoneComparator - Class in org.hibernate.type.descriptor.java
- TimeZoneStorage - Annotation Interface in org.hibernate.annotations
-
Specifies how the time zone information of a persistent property or field should be persisted.
- timeZoneStorageStrategy(TimeZoneStorageType, MetadataBuildingContext) - Static method in class org.hibernate.mapping.BasicValue
- TimeZoneStorageStrategy - Enum Class in org.hibernate.type
-
Enumerates the possible storage strategies for offset or zoned datetimes.
- TimeZoneStorageType - Enum Class in org.hibernate.annotations
-
Describes the storage of timezone information for zoned datetime types, in particular, for the types
OffsetDateTime
andZonedDateTime
. - TimeZoneSupport - Enum Class in org.hibernate.dialect
-
Describes the extent to which a given database supports the SQL
with time zone
types. - TINYINT - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
TINYINT
. - TinyIntAsSmallIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
- TinyIntAsSmallIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
- TinyIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
TINYINT
handling. - TinyIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- to(SingularAttribute<? super U, V>) - Method in interface org.hibernate.query.restriction.Path
- to(String, Class<V>) - Method in interface org.hibernate.query.restriction.Path
- TO_LIST - Static variable in class org.hibernate.transform.Transformers
-
Deprecated.Each row of results is a
List
- TO_ONE - Enum constant in enum class org.hibernate.boot.models.AttributeNature
- TO_PARENT - Enum constant in enum class org.hibernate.type.ForeignKeyDirection
-
A foreign key from child to parent
- toAccessType() - Method in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Get the
AccessType
corresponding to this concurrency strategy. - toAliasString(String) - Method in class org.hibernate.sql.Alias
- toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
- toArray() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- toArray() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- toArray() - Method in class org.hibernate.collection.spi.PersistentBag
- toArray() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- toArray() - Method in class org.hibernate.collection.spi.PersistentList
- toArray() - Method in class org.hibernate.collection.spi.PersistentSet
- toArray(A[]) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- toArray(A[]) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentBag
- toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentList
- toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentSet
- toBigDecimal(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toBigDecimal(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toBigDecimal(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toBigInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toBigInteger(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toBigInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toBigInteger(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toBigInteger(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toBigInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
- toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Dialect
-
The SQL literal expression representing the given boolean value.
- toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- toByte(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toByte(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Convert a value of the enum type to its ordinal value
- toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
- toCharNumberDateTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- toColumnNullness(Object, MappingContext) - Method in interface org.hibernate.type.Type
-
Given an instance of the type, return an array of
boolean
values indicating which mapped columns would be null. - toColumnNullness(Object, MappingContext) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.AbstractStandardBasicType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.AnyType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.CollectionType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.ComponentType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.CustomType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.ManyToOneType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.MetaType
- toColumnNullness(Object, MappingContext) - Method in class org.hibernate.type.OneToOneType
- toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Given a property path, return the corresponding column name(s).
- toColumns(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used in ORM core
- toDatabaseIdentifierText(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
- toDateFunction - Variable in class org.hibernate.dialect.function.DateTruncEmulation
- toDescriptiveText() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
- toDescriptiveText() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
- toDescriptiveText() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- toDescriptiveText() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
- toDescriptiveText() - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
- toDiscriminatorValue(EntityMappingType, NavigableRole, MappingMetamodelImplementor) - Method in interface org.hibernate.metamodel.spi.ImplicitDiscriminatorStrategy
-
Determine the discriminator value to use for the given
entityMapping
. - toDomainValue(R) - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
-
Convert the relational form just retrieved from JDBC ResultSet into the domain form.
- toDomainValue(Character) - Method in class org.hibernate.type.TrueFalseConverter
- toDomainValue(Character) - Method in class org.hibernate.type.YesNoConverter
- toDomainValue(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
- toDomainValue(R) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- toDomainValue(R) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- toDouble(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toDouble(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toDouble(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toDouble(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toDouble(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toDouble(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toEntityMapping(Object, NavigableRole, MappingMetamodelImplementor) - Method in interface org.hibernate.metamodel.spi.ImplicitDiscriminatorStrategy
-
Determine the entity-mapping which matches the given
discriminatorValue
. - toExternalForm() - Method in enum class org.hibernate.LockMode
- toFilterDefinition(MetadataBuildingContext) - Method in class org.hibernate.boot.models.spi.FilterDefRegistration
- toFloat(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toFloat(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toFloat(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toFragmentString() - Method in class org.hibernate.sql.ForUpdateFragment
- toFragmentString() - Method in class org.hibernate.sql.InFragment
- toHqlString() - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
- toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.DatabaseIdentifier
- toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.Identifier
-
Means to generate an
Identifier
instance from its simple text form. - toIdentifier(String) - Method in class org.hibernate.boot.model.relational.Database
-
Wrap the raw name of a database object in its Identifier form accounting for quoting from any of: explicit quoting in the name itself global request to quote all identifiers
- toIdentifier(String) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Generate an Identifier instance from its simple name as obtained from mapping information.
- toIdentifier(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Generate an Identifier instance from its simple name as obtained from mapping information.
- toIdentifier(String) - Method in class org.hibernate.persister.entity.ExplicitSqlStringGenerationContext
- toIdentifier(String, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
-
Means to generate an
Identifier
instance from its simple text form. - toIdentifier(String, boolean) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Generate an Identifier instance from its simple name as obtained from mapping information.
- toIdentifier(String, boolean, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
-
Means to generate an
Identifier
instance from its simple text form. - toIdentifier(String, MetadataBuildingContext) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
Easy hook to build an Identifier using the keyword safe IdentifierHelper.
- toInfoString() - Method in interface org.hibernate.engine.jdbc.connections.spi.DatabaseConnectionInfo
-
Collects the information available here as a single String with the intent of using it in logging.
- toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- toInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toInteger(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toInteger(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- toInteger(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toInteger(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
- toInteger(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Convert a value of the enum type to its ordinal value
- toIntegerBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
- toJdbcBlob(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Return an instance which can actually be written to a JDBC
PreparedStatement
. - toJdbcClob(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Return an instance which can actually be written to a JDBC
PreparedStatement
. - toJdbcFunctionReturn(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.FunctionReturnImplementor
- toJdbcLiteral(T, Dialect, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
-
Produces a string containing a SQL literal value representing the given Java value.
- toJdbcNClob(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Return an instance which can actually be written to a JDBC
PreparedStatement
. - toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.FunctionReturnImplementor
- toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.ProcedureParameterImplementor
- toJpaClassification() - Method in enum class org.hibernate.metamodel.CollectionClassification
- toJpaFlushMode() - Method in enum class org.hibernate.FlushMode
- toJpaFlushMode(FlushMode) - Static method in enum class org.hibernate.FlushMode
- toJpaLockMode() - Method in enum class org.hibernate.LockMode
- toJpaLockMode(LockMode) - Static method in enum class org.hibernate.LockMode
- toJsonPath(List<JsonPathHelper.JsonPathElement>) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- toJsonPath(List<JsonPathHelper.JsonPathElement>, int, int) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- ToListResultTransformer - Class in org.hibernate.transform
-
Deprecated.since
ResultTransformer
is deprecated - toLockOptions() - Method in enum class org.hibernate.LockMode
-
Deprecated, for removal: This API element is subject to removal in a future version.As LockOptions will become an SPI, this method will be removed with no replacement
- toLoggableString() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
- toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Generate a representation of the given value for logging purposes.
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ArrayType
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
Generate a loggable representation of an instance of the value mapped by this type.
- toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
- toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.LoggableUserType
-
Generate a loggable string representation of the collection (value).
- toLoggableText(String, String) - Method in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- toLong(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toLong(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toLong(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toLong(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- toLong(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toLong(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Convert a value of the enum type to its ordinal value
- toMemento() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
- toMemento() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- toMemento(String) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
- toMemento(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- toMemento(String) - Method in interface org.hibernate.query.named.NameableQuery
-
Convert this query into the memento.
- toMemento(String) - Method in interface org.hibernate.query.results.ResultSetMapping
-
Create a memento from this mapping.
- toMemento(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- toMetaDataCatalogName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Render the Identifier representation of a catalog name into the String form needed in
DatabaseMetaData
calls. - toMetaDataObjectName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Render the Identifier representation of an object name (table, sequence, etc) into the String form needed in
DatabaseMetaData
calls. - toMetaDataSchemaName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Render the Identifier representation of a schema name into the String form needed in
DatabaseMetaData
calls. - toName(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Convert a value of the enum type to its name value
- toNationalizedTypeCode(int) - Static method in class org.hibernate.type.descriptor.jdbc.NationalizedTypeMappings
- ToolingHint - Class in org.hibernate.boot.model.source.spi
- ToolingHint(String, boolean) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHint
- ToolingHintContext - Class in org.hibernate.boot.model.source.spi
-
Represents a collection of "tooling hints" (
<meta/>
mapping info) keyed by a name. - ToolingHintContext(ToolingHintContext) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHintContext
- ToolingHintContextContainer - Interface in org.hibernate.boot.model.source.spi
- TooManyRowsAffectedException - Exception in org.hibernate.jdbc
-
Indicates that more rows were affected than we were expecting to be.
- TooManyRowsAffectedException(String, int, int) - Constructor for exception org.hibernate.jdbc.TooManyRowsAffectedException
- ToOne - Class in org.hibernate.mapping
-
A mapping model object representing an association where the target side has cardinality one.
- ToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ToOne
- ToOne(ToOne) - Constructor for class org.hibernate.mapping.ToOne
- toOrdinal(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Convert a value of the enum type to its ordinal value
- toParameterMetadata(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
-
Create the ParameterMetadata representation of this interpretation
- toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Determine the physical catalog name from the given logical name
- toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Determine the physical column name from the given logical name
- toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- toPhysicalName(Identifier, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
-
Handle converting a logical name to a physical name
- toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Determine the physical schema name from the given logical name
- toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Determine the physical sequence name from the given logical name
- toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- toPhysicalTableName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Determine the physical table name from the given logical name
- toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- toPhysicalTypeName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Determine the physical UDT type name from the given logical name
- topLevelMergeComplete(EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
-
Called when the top-level merge operation is complete.
- TopLimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandler
for Transact SQL and similar databases which support the syntaxSELECT TOP n
. - TopLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.TopLimitHandler
- toPredicate(Path<? extends U>, CriteriaBuilder) - Method in interface org.hibernate.query.range.Range
-
Return a JPA Criteria
Predicate
constraining the given attribute of the given root entity to this domain of allowed values. - toPredicate(Root<? extends X>, CriteriaBuilder) - Method in interface org.hibernate.query.restriction.Restriction
-
Return a JPA Criteria
Predicate
constraining the given root entity by this restriction. - toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento
- toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
Convert the memento into an untyped executable query
- toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
-
Convert the memento into an untyped executable query
- toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.named.NamedQueryMemento
- toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
Convert the memento into a typed executable query
- toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- toQuery(SharedSessionContractImplementor, String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
Convert the memento into a typed executable query
- toQuotedIdentifier(String) - Method in class org.hibernate.dialect.Dialect
-
Apply dialect-specific quoting.
- toQuotedIdentifier(String) - Method in class org.hibernate.dialect.SybaseASEDialect
- toRelationalValue(D) - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
-
Convert the domain form into the relational form in preparation for storage into JDBC
- toRelationalValue(Boolean) - Method in class org.hibernate.type.NumericBooleanConverter
- toRelationalValue(Boolean) - Method in class org.hibernate.type.TrueFalseConverter
- toRelationalValue(Boolean) - Method in class org.hibernate.type.YesNoConverter
- toRelationalValue(O) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- toRelease() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
- toResultSetType() - Method in enum class org.hibernate.ScrollMode
-
Get the corresponding JDBC scroll type code constant value.
- toSelectionQuery(Class<T>, SharedSessionContractImplementor) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
- toShort(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- toShort(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- toShort(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Convert a value of the enum type to its ordinal value
- toSize() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- toSqlLiteral(J) - Method in interface org.hibernate.usertype.EnhancedUserType
-
Return an SQL literal representation of the value
- toSqlString() - Method in enum class org.hibernate.annotations.OnDeleteAction
- toSqlText() - Method in enum class org.hibernate.query.sqm.TrimSpec
- toSqmType(BindableType<T>, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- toSqmType(BindableType<T>, BindingContext) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- toStatementString() - Method in class org.hibernate.sql.Delete
- toStatementString() - Method in class org.hibernate.sql.Insert
- toStatementString() - Method in class org.hibernate.sql.SimpleSelect
- toStatementString() - Method in class org.hibernate.sql.Update
- toString() - Method in record class org.hibernate.BatchSize
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.model.CustomSql
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- toString() - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.boot.model.naming.Identifier
- toString() - Method in record class org.hibernate.boot.model.relational.InitCommand
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.boot.model.relational.Namespace
- toString() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- toString() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
- toString() - Method in class org.hibernate.boot.model.source.spi.Caching
- toString() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
- toString() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- toString() - Method in class org.hibernate.boot.model.TypeDefinition
- toString() - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- toString() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- toString() - Method in enum class org.hibernate.cache.spi.access.AccessType
- toString() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
- toString() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
- toString() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
- toString() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- toString() - Method in class org.hibernate.collection.spi.PersistentBag
- toString() - Method in class org.hibernate.collection.spi.PersistentList
- toString() - Method in class org.hibernate.collection.spi.PersistentMap
- toString() - Method in class org.hibernate.collection.spi.PersistentSet
- toString() - Method in class org.hibernate.dialect.Dialect
- toString() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonIndexAccess
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonParameterIndexAccess
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.dialect.HANADialect.HANABlobType
- toString() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
- toString() - Method in class org.hibernate.dialect.type.H2JsonArrayJdbcType
- toString() - Method in class org.hibernate.dialect.type.H2JsonJdbcType
- toString() - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
- toString() - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
- toString() - Method in class org.hibernate.dialect.type.OracleJsonArrayJdbcType
- toString() - Method in class org.hibernate.dialect.type.OracleJsonJdbcType
- toString() - Method in class org.hibernate.dialect.type.OracleNestedTableJdbcType
- toString() - Method in class org.hibernate.dialect.type.PostgreSQLArrayJdbcType
- toString() - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- toString() - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- toString() - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
- toString() - Method in record class org.hibernate.EnabledFetchProfile
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
- toString() - Method in exception org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
- toString() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
- toString() - Method in class org.hibernate.engine.profile.Association
- toString() - Method in class org.hibernate.engine.profile.Fetch
- toString() - Method in class org.hibernate.engine.profile.FetchProfile
- toString() - Method in class org.hibernate.engine.spi.ActionQueue
-
Returns a string representation of the object.
- toString() - Method in record class org.hibernate.engine.spi.AssociationKey
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
- toString() - Method in class org.hibernate.engine.spi.CollectionEntry
- toString() - Method in class org.hibernate.engine.spi.CollectionKey
- toString() - Method in interface org.hibernate.engine.spi.EntityEntry
- toString() - Method in class org.hibernate.engine.spi.EntityKey
- toString() - Method in class org.hibernate.engine.spi.EntityUniqueKey
- toString() - Method in class org.hibernate.engine.spi.ExecutableList
- toString() - Method in class org.hibernate.engine.spi.IdentifierValue
- toString() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Returns a string representation of the object.
- toString() - Method in class org.hibernate.engine.spi.SubselectFetch
- toString() - Method in class org.hibernate.engine.spi.TypedValue
- toString() - Method in class org.hibernate.engine.spi.VersionValue
- toString() - Method in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- toString() - Method in class org.hibernate.event.spi.EventType
- toString() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
- toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- toString() - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.mapping.AbstractUserDefinedType
- toString() - Method in class org.hibernate.mapping.Collection
- toString() - Method in class org.hibernate.mapping.Column
- toString() - Method in class org.hibernate.mapping.Component
- toString() - Method in class org.hibernate.mapping.Constraint
- toString() - Method in class org.hibernate.mapping.ForeignKey
- toString() - Method in class org.hibernate.mapping.Formula
- toString() - Method in class org.hibernate.mapping.Index
- toString() - Method in class org.hibernate.mapping.Join
- toString() - Method in class org.hibernate.mapping.MetaAttribute
- toString() - Method in class org.hibernate.mapping.OneToMany
- toString() - Method in class org.hibernate.mapping.PersistentClass
- toString() - Method in class org.hibernate.mapping.Property
- toString() - Method in class org.hibernate.mapping.SimpleValue
- toString() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
- toString() - Method in class org.hibernate.mapping.Table
- toString() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- toString() - Method in class org.hibernate.metamodel.mapping.SelectablePath
- toString() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- toString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- toString() - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- toString() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
- toString() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
- toString() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
- toString() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
- toString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
- toString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
- toString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
- toString() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
- toString() - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
- toString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- toString() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- toString() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- toString() - Method in exception org.hibernate.PropertySetterAccessException
- toString() - Method in enum class org.hibernate.query.common.TemporalUnit
- toString() - Method in record class org.hibernate.query.sql.spi.ParameterOccurrence
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
- toString() - Method in class org.hibernate.query.sqm.function.NamedSqmSetReturningFunctionDescriptor
- toString() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- toString() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- toString() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- toString() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- toString() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- toString() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- toString() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- toString() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- toString() - Method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- toString() - Method in record class org.hibernate.query.TypedParameterValue
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.spi.NavigablePath
- toString() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
- toString() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
- toString() - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- toString() - Method in enum class org.hibernate.sql.ast.SqlAstJoinType
- toString() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- toString() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- toString() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- toString() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- toString() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- toString() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- toString() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- toString() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
- toString() - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- toString() - Method in class org.hibernate.sql.model.ast.ColumnValueParameter
- toString() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
- toString() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- toString() - Method in class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
- toString() - Method in class org.hibernate.sql.model.jdbc.JdbcInsertMutation
- toString() - Method in class org.hibernate.sql.model.jdbc.JdbcUpdateMutation
- toString() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- toString() - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
- toString() - Method in enum class org.hibernate.tool.schema.Action
- toString() - Method in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
- toString() - Method in class org.hibernate.type.CollectionType
- toString() - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- toString() - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- toString() - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- toString() - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- toString() - Method in class org.hibernate.type.descriptor.java.spi.JsonJavaType
- toString() - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- toString() - Method in class org.hibernate.type.descriptor.java.spi.XmlJavaType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
-
Deprecated.
- toString() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringArrayJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonArrayBlobJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
-
Deprecated.
- toString() - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- toString() - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
-
Returns a string representation of this record class.
- toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- toString() - Method in class org.hibernate.type.EntityType
-
Generates a string representation of this type.
- toString(boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- toString(double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- toString(float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- toString(int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- toString(long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- toString(short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- toString(C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- toString(J) - Method in interface org.hibernate.usertype.EnhancedUserType
-
Render the value to the string representation.
- toString(Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- toString(Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- toString(Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- toString(Class<?>) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
- toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- toString(Long) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- toString(Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- toString(String) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- toString(InetAddress) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- toString(Duration) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- toString(Instant) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- toString(LocalDate) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- toString(LocalDateTime) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- toString(LocalTime) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- toString(OffsetDateTime) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- toString(OffsetTime) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- toString(Year) - Method in class org.hibernate.type.descriptor.java.YearJavaType
- toString(ZonedDateTime) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- toString(ZoneId) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- toString(ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- toString(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
- toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- toString(EmbeddableMappingType, Object, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- toString(EmbeddableMappingType, Object, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- toString(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
- toString(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
- toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- toString(T) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- toString(T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- toString(T) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- toString(T) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- toString(T) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- toString(T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- toString(T, Type) - Method in class org.hibernate.type.format.AbstractJsonFormatMapper
- toString(T, Type) - Method in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
- toString(T, Type) - Method in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.AbstractJsonFormatMapper
- toString(T, JavaType<T>, WrapperOptions) - Method in interface org.hibernate.type.format.FormatMapper
-
Serializes the object to a string.
- toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
- toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- ToStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
- toTrueFalseBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
- toUnquotedAliasString(String) - Method in class org.hibernate.sql.Alias
- toUnquotedAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
- toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
- toYesNoBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
- TRACE_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
- TRACE_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
- TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.LoadingLogger
- TRACKER_CHANGER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to add changed fields
- TRACKER_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to clear stored dirty attributes
- TRACKER_COLLECTION_CHANGED_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to get dirty collection field names
- TRACKER_COLLECTION_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to check if collection fields are dirty
- TRACKER_COLLECTION_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to clear dirty attribute on collection fields
- TRACKER_COLLECTION_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to check if collection fields are dirty
- TRACKER_COLLECTION_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the field that holds the collection tracker
- TRACKER_COMPOSITE_CLEAR_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Method to clear the owner of the embedded entity
- TRACKER_COMPOSITE_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Field to hold the track the owner of the embeddable entity
- TRACKER_COMPOSITE_SET_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Method to set the owner of the embedded entity
- TRACKER_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of tracker field
- TRACKER_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to fetch dirty attributes
- TRACKER_HAS_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to see if any fields has changed
- TRACKER_SUSPEND_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of method to suspend dirty tracking
- TRAILING - Enum constant in enum class org.hibernate.query.sqm.TrimSpec
- Transaction - Interface in org.hibernate
-
Represents a resource-local transaction, where resource-local is interpreted by Hibernate to mean any transaction under the control of Hibernate.
- TRANSACTION_COORDINATOR_STRATEGY - Static variable in interface org.hibernate.cfg.TransactionSettings
-
Specify the
TransactionCoordinatorBuilder
implementation to use for creating instances ofTransactionCoordinator
which the interface Hibernate uses to manage transactions. - TRANSACTIONAL - Enum constant in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Transactional access to the shared second-level cache.
- TRANSACTIONAL - Enum constant in enum class org.hibernate.cache.spi.access.AccessType
-
Read and write access.
- transactionCompleted(boolean) - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
- transactionCompleted(boolean) - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
Callback that the underling resource transaction to which the owning Session was joined is in the "completed" stage.
- transactionCompleting() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
- transactionCompleting() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
Callback that the underling resource transaction to which the owning Session was joined is in the beginning stages of completing.
- transactionCompletion(boolean) - Method in interface org.hibernate.SessionEventListener
- transactionCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for all aspects of transaction handling.
- TransactionCoordinator - Interface in org.hibernate.resource.transaction.spi
-
Models the coordination of all transaction related flows.
- TransactionCoordinator.TransactionDriver - Interface in org.hibernate.resource.transaction.spi
-
Provides the means for resource-local transactions (as transaction drivers) to control the underlying "physical transaction" currently associated with the
TransactionCoordinator
. - TransactionCoordinatorBuilder - Interface in org.hibernate.resource.transaction.spi
-
Builder for
TransactionCoordinator
instances. - TransactionCoordinatorBuilder.Options - Interface in org.hibernate.resource.transaction.spi
-
Access to options that are specific to each
TransactionCoordinator
instance. - TransactionCoordinatorOwner - Interface in org.hibernate.resource.transaction.spi
-
Models an owner of a
TransactionCoordinator
. - TransactionException - Exception in org.hibernate
-
Indicates that a transaction could not be begun, committed or rolled back.
- TransactionException(String) - Constructor for exception org.hibernate.TransactionException
-
Constructs a
TransactionException
using the specified information. - TransactionException(String, Throwable) - Constructor for exception org.hibernate.TransactionException
-
Constructs a
TransactionException
using the specified information. - TransactionImplementor - Interface in org.hibernate.engine.transaction.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer needed
- transactionJoined() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
- transactionJoined() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
Callback that owning Session has become joined to a resource transaction.
- TransactionManagementException - Exception in org.hibernate
-
Thrown when user code causes the end of a transaction that is being managed by the
SessionFactory
. - TransactionManagementException(String) - Constructor for exception org.hibernate.TransactionManagementException
- TransactionObserver - Interface in org.hibernate.resource.transaction.spi
-
Observer of internal transaction events.
- TransactionRequiredForJoinException - Exception in org.hibernate.resource.transaction
-
Indicates a call to
TransactionCoordinator.explicitJoin()
that requires an active transaction where there currently is none. - TransactionRequiredForJoinException(String) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
- TransactionRequiredForJoinException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
- transactionResumed() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
Currently not used.
- TransactionSerializationException - Exception in org.hibernate.exception
-
A
JDBCException
indicating a transaction failed because it could not be placed into a serializable ordering among all currently-executing transactions - TransactionSerializationException(String, SQLException) - Constructor for exception org.hibernate.exception.TransactionSerializationException
- TransactionSerializationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.TransactionSerializationException
- TransactionSettings - Interface in org.hibernate.cfg
- TransactionStatus - Enum Class in org.hibernate.resource.transaction.spi
-
Enumeration of statuses in which a transaction facade (
Transaction
) might be. - transactionSuspended() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
Currently not used.
- transactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- TransactSQLStrFunction - Class in org.hibernate.dialect.function
-
A special function that renders a T-SQL
str()
function if more than a single argument is given, or otherwise renders acast()
expression just likeCastStrEmulation
. - TransactSQLStrFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TransactSQLStrFunction
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
-
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation.
- transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
- transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
- transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
- transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
- transform(UUID) - Method in interface org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
- transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
- transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
- transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.DB2JsonTableFunction.SeriesQueryTransformer
- transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
- transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in interface org.hibernate.sql.ast.tree.expression.QueryTransformer
- TRANSFORM_HBM_XML - Static variable in interface org.hibernate.cfg.MappingSettings
-
Enables processing
hbm.xml
mappings by transforming them tomapping.xml
and using that processor. - TRANSFORM_HBM_XML_FEATURE_HANDLING - Static variable in interface org.hibernate.cfg.MappingSettings
-
How features in a
hbm.xml
file which are not supported for transformation should be handled. - transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
- transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
For JPA standards we typically need the unqualified name.
- transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
- Transformers - Class in org.hibernate.transform
-
Deprecated.since
ResultTransformer
is deprecated - transformList(List<T>) - Method in interface org.hibernate.query.ResultListTransformer
-
Here we have an opportunity to perform transformation on the query result as a whole.
- transformList(List<T>) - Method in interface org.hibernate.transform.ResultTransformer
-
Deprecated.
- transformRawJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.OracleReflectionStructJdbcType
- transformRawJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.OracleStructJdbcType
- transformRawJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- transformRow(Object[]) - Method in interface org.hibernate.sql.results.spi.RowTransformer
-
Transform the "raw" row values into the ultimate query result (for a row)
- transformSelectString(String) - Method in class org.hibernate.dialect.Dialect
-
Meant as a means for end users to affect the select strings being sent to the database and perhaps manipulate them in some fashion.
- transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryConstructorTransformer
- transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryListTransformer
- transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryMapTransformer
- transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
- transformTuple(Object[], String[]) - Method in interface org.hibernate.query.TupleTransformer
-
Tuples are the elements making up each "row" of the query result.
- transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
-
Deprecated.Wrap the incoming tuples in a call to our configured constructor.
- transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
-
Deprecated.
- transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
-
Deprecated.
- transformTuple(Object[], String[]) - Method in class org.hibernate.transform.ToListResultTransformer
-
Deprecated.
- TRANSIENT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- TransientObjectException - Exception in org.hibernate
-
Thrown when the user passes a transient instance to a
Session
method that expects a persistent instance. - TransientObjectException(String) - Constructor for exception org.hibernate.TransientObjectException
-
Constructs a
TransientObjectException
using the supplied message. - TransientPropertyValueException - Exception in org.hibernate
-
Thrown when a property cannot be persisted because it is an association with a transient unsaved entity instance.
- TransientPropertyValueException(String, String, String, String) - Constructor for exception org.hibernate.TransientPropertyValueException
-
Constructs a
TransientPropertyValueException
instance. - translate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- translate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- translate() - Method in interface org.hibernate.query.sqm.sql.SqmTranslator
- translate(String, Class<R>) - Method in interface org.hibernate.query.hql.HqlTranslator
-
Performs the interpretation of a HQL/JPQL query string to SQM.
- translate(String, PluralAttributeMapping, TranslationContext) - Static method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
-
Perform the translation of the user-supplied fragment, returning the translation.
- translate(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- translate(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
- translateDelete(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
- translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
-
Return the name used to identify the given unit of duration as an argument to
#timestampadd()
or#timestampdiff()
, or of this dialect's equivalent functions. - translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.DB2Dialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
-
Return the name used to identify the given field as an argument to the
extract()
function, or of this dialect's equivalent function. - translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.H2Dialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.HSQLDialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SpannerDialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
- translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
- translateInsert(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- translateInsert(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- translateInsert(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- translateInsert(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- translateSelect(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- translateUpdate(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- TranslationContext - Interface in org.hibernate.metamodel.mapping.ordering
-
Access to information needed while translating a collection's order-by fragment
- TraversalResult(GraphImplementor<?>, EntityGraphTraversalState.FetchStrategy) - Constructor for class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
- traverse(FetchParent, Fetchable, boolean) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
-
Traverses to the next part of the Jakarta Persistence entity graph relating to the given
Fetchable
. - treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(CollectionJoin<X, T>, Class<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(Join<X, T>, Class<V>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(ListJoin<X, T>, Class<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(MapJoin<X, K, T>, Class<V>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- treat(Path<X>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(Path<X>, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(Path<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(Root<X>, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- treat(SetJoin<X, T>, Class<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- TREAT - Enum constant in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
-
An entity type is used through a treat expression.
- TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
- TreatableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
- treatAs(Class) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- treatAs(Class) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- treatAs(Class) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaEntityJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaFrom
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaListJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaPath
-
Support for JPA's explicit (TREAT) down-casting.
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaTreatedFrom
- treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaTreatedJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedJoin
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- treatAs(Class<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- treatAs(Class<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- treatAs(Class<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- treatAs(Class<S1>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
- treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- treatAs(Class<S1>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- treatAs(Class<S1>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- treatAs(Class<X>) - Method in interface org.hibernate.metamodel.mapping.ValueMapping
-
Treat operation.
- treatAs(Class, String) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- treatAs(Class, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- treatAs(Class, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- treatAs(Class, String, boolean) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- treatAs(Class, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- treatAs(String) - Method in class org.hibernate.spi.NavigablePath
- treatAs(String) - Method in class org.hibernate.spi.TreatedNavigablePath
- treatAs(String, String) - Method in class org.hibernate.spi.NavigablePath
- treatAs(String, String) - Method in class org.hibernate.spi.TreatedNavigablePath
- treatAs(EntityDomainType) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- treatAs(EntityDomainType) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- treatAs(EntityDomainType) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaEntityJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaFrom
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaListJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaPath
-
Support for JPA's explicit (TREAT) down-casting.
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaTreatedFrom
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaTreatedJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedJoin
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- treatAs(EntityDomainType<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- treatAs(EntityDomainType<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- treatAs(EntityDomainType<S1>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
- treatAs(EntityDomainType<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- treatAs(EntityDomainType<S1>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- treatAs(EntityDomainType<S1>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- treatAs(EntityDomainType, String) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- treatAs(EntityDomainType, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- treatAs(EntityDomainType, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- treatAs(EntityDomainType, String, boolean) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- treatAs(EntityDomainType, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- TreatedNavigablePath - Class in org.hibernate.spi
-
An implementation of
NavigablePath
with special handling for treated paths. - TreatedNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.TreatedNavigablePath
- TreatedNavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.TreatedNavigablePath
- TreatException - Exception in org.hibernate.query.sqm
-
Indicates a problem with a TREAT usage
- TreatException(String) - Constructor for exception org.hibernate.query.sqm.TreatException
- TreatException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.TreatException
- trigonometry() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- trim(char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- trim(char, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- trim(char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- trim(Expression<Character>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- trim(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- trim(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- trim(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- TRIM_SPEC - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
A trim specification, for trimming and padding functions
- trim1() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- trim2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- TrimFunction - Class in org.hibernate.dialect.function
-
ANSI SQL-standard
trim()
function, which has a funny syntax involving aTrimSpec
, and portability is achieved usingDialect.trimPattern(TrimSpec, boolean)
. - TrimFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TrimFunction
- TrimFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.dialect.function.TrimFunction
- trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.Dialect
-
Obtain a pattern for the SQL equivalent to a
trim()
function call. - trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.SQLServerDialect
- TrimSpec - Enum Class in org.hibernate.query.sqm
-
Variations of the
trim()
function. - TrimSpecification - Class in org.hibernate.sql.ast.tree.expression
- TrimSpecification(TrimSpec) - Constructor for class org.hibernate.sql.ast.tree.expression.TrimSpecification
- trimSuffix(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
-
Removes the suffix part from the NavigablePath, when the NavigablePath does not contain the suffix it returns null;
- TRUE - Enum constant in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
true
should be returned on error. - TRUE - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
- TRUE_FALSE - Static variable in class org.hibernate.type.StandardBasicTypes
- TRUE_STRING_VALUES - Static variable in class org.hibernate.dialect.Dialect
- TrueFalseConverter - Class in org.hibernate.type
-
Handles conversion to/from
Boolean
as'T'
or'F'
- TrueFalseConverter() - Constructor for class org.hibernate.type.TrueFalseConverter
- trueOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsExpression
- trueOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsNode
-
Sets the
JpaJsonExistsNode.ErrorBehavior.TRUE
for this json exists expression. - trueOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- trunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- TRUNC - Enum constant in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
- trunc_dateTrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- trunc_dateTrunc_trunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- trunc_floor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Derby (only works if the second arg is constant, as it almost always is)
- trunc_round_datetrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server >= 16
- trunc_roundMode() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP HANA
- trunc_truncate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
MySQL
- TruncArgumentsValidator() - Constructor for class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
- truncate(long) - Method in class org.hibernate.engine.jdbc.proxy.BlobProxy
- truncate(long) - Method in class org.hibernate.engine.jdbc.proxy.ClobProxy
- truncate(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the first argument truncated to the number of decimal places given by the second argument.
- truncate(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- truncate(Expression<T>, TemporalUnit) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Truncates a date, time or datetime expression to the given
TemporalUnit
. - truncate(Expression<T>, TemporalUnit) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- TRUNCATE - Enum constant in enum class org.hibernate.tool.schema.Action
-
Truncate the tables in the schema.
- truncateMappedObjects() - Method in interface org.hibernate.relational.SchemaManager
-
Truncate the database tables mapped by Hibernate entities, and then reimport initial data from
/import.sql
and any other configured load script. - truncateToPrecision(T, int) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- TruncFunction - Class in org.hibernate.dialect.function
-
Custom function that manages both numeric and datetime truncation
- TruncFunction(String, String, TruncFunction.DatetimeTrunc, String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TruncFunction
- TruncFunction.DatetimeTrunc - Enum Class in org.hibernate.dialect.function
- TruncFunction.TruncArgumentsValidator - Class in org.hibernate.dialect.function
- TruncFunction.TruncRenderingSupport - Class in org.hibernate.dialect.function
- TruncRenderingSupport(PatternRenderer, PatternRenderer) - Constructor for class org.hibernate.dialect.function.TruncFunction.TruncRenderingSupport
- tuple(Selection<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- tuple(Selection<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- tuple(Selection<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- tuple(Class<R>, List<? extends SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tuple(Class<R>, SqmExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tuple(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- tuple(List<Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- tuple(List<Selection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- tuple(SqmExpressible<R>, List<? extends SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tuple(SqmExpressible<R>, SqmExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- TupleResult<T> - Class in org.hibernate.sql.results.graph.tuple
- TupleResult(int[], String, JavaType<T>) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResult
- TupleResult(int[], String, JavaType<T>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResult
- TupleResultAssembler<J> - Class in org.hibernate.sql.results.graph.tuple
- TupleResultAssembler(int[], JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
- TUPLES - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- TupleTransformer<T> - Interface in org.hibernate.query
- TupleType<J> - Interface in org.hibernate.query.sqm.tuple
-
Describes any structural type without a direct java type representation.
- type() - Element in annotation interface org.hibernate.annotations.CollectionType
-
Specifies the UserCollectionType to use when mapping the attribute to which this annotation is attached.
- type() - Element in annotation interface org.hibernate.annotations.CollectionTypeRegistration
-
Specifies the UserCollectionType to use when we encounter a plural attribute classified as
CollectionTypeRegistration.classification()
- type() - Element in annotation interface org.hibernate.annotations.GenericGenerator
-
Deprecated.The type of identifier generator, a class implementing
Generator
or, more commonly,IdentifierGenerator
. - type() - Element in annotation interface org.hibernate.annotations.OptimisticLocking
-
The optimistic lock checking strategy.
- type() - Element in annotation interface org.hibernate.annotations.ParamDef
-
The type to use when binding the parameter value.
- type() - Method in interface org.hibernate.query.criteria.JpaPath
- type() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- type() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- type() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- type() - Method in record class org.hibernate.query.TypedParameterValue
-
Returns the value of the
type
record component. - type() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Returns the value of the
type
record component. - type() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns the value of the
type
record component. - type() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns the value of the
type
record component. - type() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Returns the value of the
type
record component. - type() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Returns the value of the
type
record component. - Type - Interface in org.hibernate.type
-
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given Java type, including: how to compare values and check for "dirtiness", how to clone values, and how to assemble/disassemble values for storage in the second-level cache.
- Type - Annotation Interface in org.hibernate.annotations
-
Specifies a custom
UserType
for the annotated attribute mapping. - TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TYPE_BINDER_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TYPE_CONTRIBUTORS - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.Consider using discovery instead to dynamically locate contributors.
- TYPE_NAME_PARAM_KEY - Static variable in class org.hibernate.usertype.UserTypeLegacyBridge
- TYPE_NAME_PREFIX - Static variable in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
- TYPE_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TYPE_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- TypeBinder<A extends Annotation> - Interface in org.hibernate.binder
-
Allows a user-written annotation to drive some customized model binding.
- TypeBinderType - Annotation Interface in org.hibernate.annotations
-
Associates a user-defined annotation with a
TypeBinder
, allowing the annotation to drive some custom model binding. - TypeBootstrapContext - Interface in org.hibernate.type.spi
-
Provide a way to customize the
Type
instantiation process. - TypeConfiguration - Class in org.hibernate.type.spi
-
Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
- TypeConfiguration() - Constructor for class org.hibernate.type.spi.TypeConfiguration
- TypeConfigurationAware - Interface in org.hibernate.type.spi
-
Optional contract for a
Type
which is aware of its scoping to aTypeConfiguration
and which receives access to theTypeConfiguration
to which it is scoped. - TypeContributions - Interface in org.hibernate.boot.model
-
Allows custom types and type descriptors to be contributed to the eventual
TypeConfiguration
, either by aDialect
or by aTypeContributor
. - TypeContributor - Interface in org.hibernate.boot.model
-
On object that contributes custom types and type descriptors, eventually to a
TypeConfiguration
, via an instance ofTypeContributions
. - TypeContributorList - Interface in org.hibernate.jpa.boot.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Consider using discovery instead to dynamically locate contributors.
- TypeDefinition - Class in org.hibernate.boot.model
-
Models the information pertaining to a custom type definition supplied by the user.
- TypeDefinition(String, Class<?>, String[], Map<String, String>) - Constructor for class org.hibernate.boot.model.TypeDefinition
- TypeDefinitionRegistry - Interface in org.hibernate.boot.model
- TypeDefinitionRegistry.DuplicationStrategy - Enum Class in org.hibernate.boot.model
- TypeDefinitionRegistryStandardImpl - Class in org.hibernate.boot.model
-
Deprecated, for removal: This API element is subject to removal in a future version.Internal code should use the internal implementation class
TypeDefinitionRegistryStandardImpl
. This class will be removed. - TypeDefinitionRegistryStandardImpl() - Constructor for class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
-
Deprecated.
- TypeDefinitionRegistryStandardImpl(TypeDefinitionRegistry) - Constructor for class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
-
Deprecated.
- TypedParameterValue<J> - Record Class in org.hibernate.query
-
Represents a typed argument to a query parameter.
- TypedParameterValue(BindableType<J>, J) - Constructor for record class org.hibernate.query.TypedParameterValue
-
Creates an instance of a
TypedParameterValue
record class. - TypedTupleTransformer<T> - Interface in org.hibernate.query
-
Extension to TupleTransformer exposing the transformation target type.
- TypedValue - Class in org.hibernate.engine.spi
-
An ordered pair of a value and its Hibernate type.
- TypedValue(Type, Object) - Constructor for class org.hibernate.engine.spi.TypedValue
- TypeException(String, Class<?>) - Constructor for exception org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral.TypeException
- TypeHelper - Class in org.hibernate.type
-
Certain operations for working with arrays of property values.
- TypeInfo - Class in org.hibernate.engine.jdbc.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.This class is no longer used and will be removed
- TypeMismatchException - Exception in org.hibernate
-
Used when a user provided type does not match the expected one.
- TypeMismatchException(String) - Constructor for exception org.hibernate.TypeMismatchException
-
Constructs a
TypeMismatchException
using the supplied message. - TypeNullability - Enum Class in org.hibernate.engine.jdbc.spi
-
Describes the intrinsic nullability of a data type as reported by the JDBC driver.
- TypeRegistration - Annotation Interface in org.hibernate.annotations
-
Registers a custom user type implementation to be used by default for all references to a particular class of basic type.
- TypeRegistrations - Annotation Interface in org.hibernate.annotations
-
Grouping of
TypeRegistration
- TypeSearchability - Enum Class in org.hibernate.engine.jdbc.spi
-
Describes the searchability of a data type as reported by the JDBC driver.
U
- unableToReleaseBatchStatement() - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- UNARY_MINUS - Enum constant in enum class org.hibernate.query.sqm.UnaryArithmeticOperator
- UNARY_PLUS - Enum constant in enum class org.hibernate.query.sqm.UnaryArithmeticOperator
- UnaryArithmeticOperator - Enum Class in org.hibernate.query.sqm
-
Enumerates the unary prefix operators.
- UnaryOperation - Class in org.hibernate.sql.ast.tree.expression
- UnaryOperation(UnaryArithmeticOperator, Expression, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.UnaryOperation
- unbind(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
-
Unbind a value from JNDI by name.
- UNBOUNDED_FOLLOWING - Enum constant in enum class org.hibernate.query.common.FrameKind
- UNBOUNDED_PRECEDING - Enum constant in enum class org.hibernate.query.common.FrameKind
- UNDEFINED - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
- UNDEFINED - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteMaterialization
-
It is undefined if the CTE should be materialized.
- UNDEFINED - Static variable in class org.hibernate.engine.spi.IdentifierValue
-
Assume nothing.
- UNDEFINED - Static variable in class org.hibernate.engine.spi.VersionValue
-
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
- unequal(SingularAttribute<T, U>, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be not equal to the given value.
- unexpectedRowCounts(String, int, int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- UNFETCHED_COLLECTION - Static variable in class org.hibernate.type.CollectionType
- UNFETCHED_PROPERTY - Static variable in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
-
Marker value for uninitialized properties.
- UnfetchedBasicPartResultAssembler<J> - Class in org.hibernate.sql.results.graph
- UnfetchedBasicPartResultAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
- UnfetchedResultAssembler<J> - Class in org.hibernate.sql.results.graph
- UnfetchedResultAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedResultAssembler
- UNINITIALIZED - Enum constant in enum class org.hibernate.sql.results.graph.Initializer.State
- union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- union(boolean, Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- union(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- union(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- union(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- union(CriteriaQuery<? extends T>, CriteriaQuery<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- union(CriteriaQuery<? extends T>, CriteriaQuery<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- union(CriteriaSelect<? extends T>, CriteriaSelect<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- union(CriteriaSelect<? extends T>, CriteriaSelect<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- union(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- union(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- UNION - Enum constant in enum class org.hibernate.boot.model.source.spi.InheritanceType
- UNION - Enum constant in enum class org.hibernate.query.sqm.SetOperator
-
Union of sets that removes duplicate rows.
- UNION_ALL - Enum constant in enum class org.hibernate.query.sqm.SetOperator
-
Union of bags that retains all elements.
- unionAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- unionAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- unionAll(CriteriaQuery<? extends T>, CriteriaQuery<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- unionAll(CriteriaQuery<? extends T>, CriteriaQuery<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- unionAll(CriteriaSelect<? extends T>, CriteriaSelect<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- unionAll(CriteriaSelect<? extends T>, CriteriaSelect<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- unionAll(JpaSubQuery<? extends T>, JpaSubQuery<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- unionAll(JpaSubQuery<? extends T>, JpaSubQuery<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- UnionSubclass - Class in org.hibernate.mapping
-
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.
- UnionSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.UnionSubclass
- UnionSubclassEntityPersister - Class in org.hibernate.persister.entity
-
An
EntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. - UnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
- UnionTableGroup - Class in org.hibernate.sql.ast.tree.from
- UnionTableGroup(boolean, NavigablePath, UnionTableReference, UnionSubclassEntityPersister, String) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableGroup
- UnionTableReference - Class in org.hibernate.sql.ast.tree.from
- UnionTableReference(String, String[], String) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableReference
- UnionTableReference(String, String[], String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableReference
- unique() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Uniqueable
- unique(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Uniqueable
- UNIQUE - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
A
unique
orprimary key
constraint violation. - UNIQUE_CONSTRAINT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- UNIQUE_CONSTRAINT_SCHEMA_UPDATE_STRATEGY - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
Unique columns and unique keys both use unique constraints in most dialects.
- UniqueConstraintCollector - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for annotations which define unique-constraints
- uniqueConstraints() - Method in interface org.hibernate.boot.models.annotations.spi.UniqueConstraintCollector
- uniqueConstraints(UniqueConstraint[]) - Method in interface org.hibernate.boot.models.annotations.spi.UniqueConstraintCollector
- UniqueConstraintSchemaUpdateStrategy - Enum Class in org.hibernate.tool.schema
-
Unique columns and unique keys both use unique constraints in most dialects.
- uniqueConstraintSql(UniqueKey) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
- UniqueDelegate - Interface in org.hibernate.dialect.unique
-
Dialect-level delegate responsible for applying unique constraints in DDL.
- uniqueElement(List<T>) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
- UniqueKey - Class in org.hibernate.mapping
-
A mapping model object representing a unique key constraint on a relational database table.
- UniqueKey() - Constructor for class org.hibernate.mapping.UniqueKey
- UniqueKey(Table) - Constructor for class org.hibernate.mapping.UniqueKey
- uniqueKeyEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- uniqueKeyEntries() - Method in interface org.hibernate.persister.entity.EntityPersister
- UniqueKeyEntry - Class in org.hibernate.persister.entity
-
Useful metadata representing a unique key within a Persister
- UniqueKeyEntry(String, int, Type) - Constructor for class org.hibernate.persister.entity.UniqueKeyEntry
- uniqueKeyPropertyName - Variable in class org.hibernate.type.EntityType
- uniqueKeysBehavior() - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Returns the value of the
uniqueKeysBehavior
record component. - UniqueKeySelectingDelegate - Class in org.hibernate.id.insert
-
Uses a unique key of the inserted entity to locate the newly inserted row.
- UniqueKeySelectingDelegate(EntityPersister, String[], EventType) - Constructor for class org.hibernate.id.insert.UniqueKeySelectingDelegate
- uniqueResult() - Method in interface org.hibernate.query.Query
-
Execute the query and return the single result of the query, or
null
if the query returns no results. - uniqueResult() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the single result of the query, or
null
if the query returns no results. - uniqueResult() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- uniqueResult() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- uniqueResultOptional() - Method in interface org.hibernate.query.Query
-
Execute the query and return the single result of the query as an instance of
Optional
. - uniqueResultOptional() - Method in interface org.hibernate.query.SelectionQuery
-
Execute the query and return the single result of the query, as an
Optional
. - uniqueResultOptional() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- uniqueResultOptional() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- UNKNOWN - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.SQLStateType
-
It is unknown.
- UNKNOWN - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeNullability
-
It is unknown if the data type accepts nulls
- UNKNOWN - Enum constant in enum class org.hibernate.procedure.spi.ParameterStrategy
-
We do not (yet) know
- UNKNOWN - Static variable in class org.hibernate.collection.spi.AbstractPersistentCollection
- UnknownAccessTypeException - Exception in org.hibernate.cache.spi.access
-
Indicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support.
- UnknownAccessTypeException(String) - Constructor for exception org.hibernate.cache.spi.access.UnknownAccessTypeException
-
Constructs the UnknownAccessTypeException.
- UnknownAttributeTypeException - Exception in org.hibernate.boot.models.xml
-
Indicates a problem resolving an attribute's type details - typically with dynamic models.
- UnknownAttributeTypeException(String) - Constructor for exception org.hibernate.boot.models.xml.UnknownAttributeTypeException
- UnknownBasicJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
-
AbstractJavaType
adapter for cases where we do not know a properJavaType
for a given Java type. - UnknownBasicJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- UnknownBasicJavaType(Class<T>, String) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- UnknownBasicJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- UnknownBasicJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- UnknownEntityException - Exception in org.hibernate.query.sqm
-
Indicates a failure to resolve an entity name in HQL to a known mapped entity type.
- UnknownEntityException(String) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
- UnknownEntityException(String, String) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
- UnknownEntityException(String, String, Exception) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
- UnknownEntityTypeException - Exception in org.hibernate
-
Indicates an attempt was made to refer to an unknown entity name or class.
- UnknownEntityTypeException(Class<?>) - Constructor for exception org.hibernate.UnknownEntityTypeException
- UnknownEntityTypeException(String) - Constructor for exception org.hibernate.UnknownEntityTypeException
- UnknownEntityTypeException(String, Throwable) - Constructor for exception org.hibernate.UnknownEntityTypeException
- UnknownFilterException - Exception in org.hibernate
-
Indicates a request against an unknown filter name.
- UnknownFilterException(String) - Constructor for exception org.hibernate.UnknownFilterException
-
Constructs an
UnknownFilterException
for the given name. - UnknownNamedQueryException - Exception in org.hibernate.query
-
Occurs when a named query is requested, and there is no known HQL or native SQL query registered under the given name.
- UnknownNamedQueryException(String) - Constructor for exception org.hibernate.query.UnknownNamedQueryException
- UnknownParameterException - Exception in org.hibernate.engine.jdbc.mutation.group
-
Indicates an attempt to access the parameter for an unknown column
- UnknownParameterException - Exception in org.hibernate.query
-
Indicates an attempt to find an unknown query parameter or an attempt to bind a value to an unknown query parameter
- UnknownParameterException(String) - Constructor for exception org.hibernate.query.UnknownParameterException
- UnknownParameterException(MutationType, MutationTarget<?>, String, String, ParameterUsage) - Constructor for exception org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
- UnknownPathException - Exception in org.hibernate.query.sqm
-
Indicates a failure to resolve an element of a path expression in HQL/JPQL.
- UnknownPathException(String) - Constructor for exception org.hibernate.query.sqm.UnknownPathException
- UnknownPathException(String, String, Exception) - Constructor for exception org.hibernate.query.sqm.UnknownPathException
- UnknownPersisterException - Exception in org.hibernate.persister.spi
-
Indicates that the persister to use is not known and could not be determined.
- UnknownPersisterException(String) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
- UnknownPersisterException(String, Throwable) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
- UnknownProfileException - Exception in org.hibernate
-
Indicates a request against an unknown fetch profile name.
- UnknownProfileException(String) - Constructor for exception org.hibernate.UnknownProfileException
-
Constructs an
UnknownProfileException
for the given name. - UnknownServiceException - Exception in org.hibernate.service
-
Indicates that an unknown service was requested from the registry.
- UnknownServiceException(Class) - Constructor for exception org.hibernate.service.UnknownServiceException
- UnknownSqlResultSetMappingException - Exception in org.hibernate.query
-
Indicates a request for named ResultSet mapping which could not be found
- UnknownSqlResultSetMappingException(String) - Constructor for exception org.hibernate.query.UnknownSqlResultSetMappingException
- unknownSubPath(SqmPath, String) - Static method in exception org.hibernate.query.sqm.UnknownPathException
- UnknownTableReferenceException - Exception in org.hibernate.sql.ast.tree.from
-
Thrown when a
TableReference
cannot be resolved for a table-name. - UnknownTableReferenceException(String, String) - Constructor for exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
- unknownUnwrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- unknownUnwrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- unknownUnwrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
- UnknownUnwrapTypeException - Exception in org.hibernate.service
- UnknownUnwrapTypeException(Class) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
- UnknownUnwrapTypeException(Class, Throwable) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
- unknownWrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- unknownWrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- unknownWrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
- UnloadedClass - Interface in org.hibernate.bytecode.enhance.spi
- UnloadedField - Interface in org.hibernate.bytecode.enhance.spi
- unlock(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
Unlocks this Lock, and timestamps the unlock event.
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Notify that an attempt to update or delete the keyed object has completed, with or without success, after transaction completion.
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
-
Since this is a non-strict read/write strategy item locking is not used.
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
- unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
- unlockRegion(SoftLock) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Called after we have finished the attempted invalidation of the entire region
- unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
- unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- UNMAPPED_POLYMORPHISM - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- unnest(String, String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard unnest() function
- unnest_db2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 unnest() function
- unnest_emulated() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard unnest() function for databases that don't support arrays natively
- unnest_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 unnest() function
- unnest_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA unnest() function
- unnest_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle unnest() function
- unnest_postgresql(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL unnest() function
- unnest_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server unnest() function
- unnest_sybasease() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Sybase ASE unnest() function
- unnestArray(Expression<E[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an unnest function expression to turn an array into a set of rows.
- unnestArray(Expression<E[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- unnestArray(Expression<E[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- unnestCollection(Expression<? extends Collection<E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an unnest function expression to turn an array into a set of rows.
- unnestCollection(Expression<? extends Collection<E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- unnestCollection(Expression<? extends Collection<E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- UnnestFunction - Class in org.hibernate.dialect.function.array
-
Standard unnest function.
- UnnestFunction(String, String) - Constructor for class org.hibernate.dialect.function.array.UnnestFunction
- UnnestFunction(SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.dialect.function.array.UnnestFunction
- UnnestSetReturningFunctionTypeResolver - Class in org.hibernate.dialect.function
- UnnestSetReturningFunctionTypeResolver(String, String) - Constructor for class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- UNOWNED_ASSOCIATION_TRANSIENT_CHECK - Static variable in interface org.hibernate.cfg.PersistenceSettings
-
Specifies whether unowned (i.e.
- UnparsedNumericLiteral<N extends Number> - Class in org.hibernate.sql.ast.tree.expression
-
A numeric literal coming from an HQL query, which needs special handling
- UnparsedNumericLiteral(String, NumericTypeCategory, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- unproxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
- unproxy(Object) - Static method in class org.hibernate.Hibernate
-
If the given object is not a proxy, return it.
- unproxy(T, Class<T>) - Static method in class org.hibernate.Hibernate
-
If the given object is not a proxy, cast it to the given type, and return it.
- unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Possibly unproxy the given reference and reassociate it with the current session.
- unQuote(String) - Static method in class org.hibernate.boot.model.naming.Identifier
- unquotedIdentifier(Identifier) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
- unquoteGetGeneratedKeys() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect require unquoting identifiers when passing them to the
Connection.prepareStatement(String, String[])
JDBC method. - unquoteGetGeneratedKeys() - Method in class org.hibernate.dialect.H2Dialect
- unregister(String...) - Method in class org.hibernate.type.BasicTypeRegistry
- unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Deprecated, for removal: This API element is subject to removal in a future version.Use NamedStrategyContributor instead
- UnresolvableObjectException - Exception in org.hibernate
-
Thrown when Hibernate could not resolve an object by id, especially when loading an association.
- UnresolvableObjectException(Object, String) - Constructor for exception org.hibernate.UnresolvableObjectException
-
Constructs an
UnresolvableObjectException
using the specified information. - UnresolvableObjectException(String, Object, String) - Constructor for exception org.hibernate.UnresolvableObjectException
- unrestricted() - Static method in interface org.hibernate.query.restriction.Restriction
-
An empty restriction.
- Unsafe - Annotation Interface in org.hibernate.cfg
-
Denotes that a setting is considered unsafe.
- UnsavedValueStrategy - Interface in org.hibernate.engine.spi
-
The base contract for determining transient status versus detached status.
- unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.engine.spi.ActionQueue
- unScheduleUnloadedDeletion(Object) - Method in class org.hibernate.engine.spi.ActionQueue
- unsetSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- unsetSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
- unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
- unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
-
Unset this initializer's reference to session.
- unsetSession(SharedSessionContractImplementor) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- unsetSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Disassociate this collection from the given session.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
Unspecified behavior i.e.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
-
Unspecified behavior i.e.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
-
Unspecified behavior i.e.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
-
Unspecified behavior i.e.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
-
Unspecified behavior i.e.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
-
Unspecified behavior i.e.
- UNSPECIFIED - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
-
Unspecified behavior i.e.
- unspecifiedOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- unspecifiedOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.EmptyBehavior.UNSPECIFIED
for this json query expression. - unspecifiedOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
- unspecifiedOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Sets the
JpaJsonValueNode.EmptyBehavior.UNSPECIFIED
for this json value expression. - unspecifiedOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- unspecifiedOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsExpression
- unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsNode
-
Sets the
JpaJsonExistsNode.ErrorBehavior.UNSPECIFIED
for this json exists expression. - unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.ErrorBehavior.UNSPECIFIED
for this json query expression. - unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
-
Sets the
JpaJsonTableFunction.ErrorBehavior.UNSPECIFIED
for this json table expression. - unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
- unspecifiedOnError() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Sets the
JpaJsonValueNode.ErrorBehavior.UNSPECIFIED
for this json value expression. - unspecifiedOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- unspecifiedOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- unspecifiedOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- unspecifiedOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- unspecifiedWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- unspecifiedWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.WrapMode.UNSPECIFIED
for this json query expression. - unspecifiedWrapper() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- UnstructuredCacheEntry - Class in org.hibernate.cache.spi.entry
-
Unstructured CacheEntry format (used to store entities and collections).
- UNSUPPORTED - Enum constant in enum class org.hibernate.dialect.NationalizationSupport
-
The database does not even have support for nationalized character data.
- UnsupportedEnhancementStrategy - Enum Class in org.hibernate.bytecode.enhance.spi
-
The expected behavior when encountering a class that cannot be enhanced, in particular when attribute names don't match field names.
- UnsupportedLockAttemptException - Exception in org.hibernate
- UnsupportedLockAttemptException(String) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
- UnsupportedLockAttemptException(String, Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
- UnsupportedLockAttemptException(Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
- UnsupportedMappingException - Exception in org.hibernate.metamodel
-
Indicated a problem with a mapping.
- UnsupportedMappingException(String) - Constructor for exception org.hibernate.metamodel.UnsupportedMappingException
- UnsupportedOrmXsdVersionException - Exception in org.hibernate.boot
-
Specialized exception indicating that an unsupported
orm.xml
XSD version was specified - UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.boot.UnsupportedOrmXsdVersionException
- unwrap() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
If this is a row processing state for aggregate components, this will return the underlying row processing state.
- unwrap(boolean[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- unwrap(double[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- unwrap(float[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- unwrap(int[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- unwrap(long[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- unwrap(short[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- unwrap(C, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- unwrap(C, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- unwrap(Class<?>, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
- unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
- unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- unwrap(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- unwrap(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- unwrap(Class<T>) - Method in interface org.hibernate.service.spi.Wrapped
-
Unproxy the service proxy
- unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- unwrap(Object[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
- unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
- unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- unwrap(BigDecimal, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- unwrap(BigInteger, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- unwrap(InetAddress, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- unwrap(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- unwrap(Duration, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- unwrap(Instant, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- unwrap(LocalDate, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- unwrap(LocalDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- unwrap(LocalTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- unwrap(OffsetDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- unwrap(OffsetTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- unwrap(Year, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.YearJavaType
- unwrap(ZonedDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- unwrap(ZoneId, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- unwrap(ZoneOffset, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- unwrap(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
- unwrap(Map.Entry, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
- unwrap(Map<?, ?>, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
- unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- unwrap(T[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Unwrap an instance of our handled Java type into the requested type.
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- updatable() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Mutable
- updatable(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Mutable
- update(Object) - Method in interface org.hibernate.StatelessSession
-
Update a record.
- update(Object, Object[], int[], boolean, Object[], 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.
- update(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
-
Update a persistent instance.
- update(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
- update(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- update(String, Object) - Method in interface org.hibernate.StatelessSession
-
Update a record.
- update(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
- update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
- update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
Called after an item has been updated (before the transaction completes), instead of calling
CachedDomainDataAccess.evict(java.lang.Object)
. - update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
- update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
- update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
- Update - Class in org.hibernate.sql
-
A SQL
UPDATE
statement. - Update(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.Update
- Update(ParameterMarkerStrategy) - Constructor for class org.hibernate.sql.Update
- UPDATE - Enum constant in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- UPDATE - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Update (alter) the schema on
SessionFactory
startup. - UPDATE - Enum constant in enum class org.hibernate.engine.spi.CachedNaturalIdValueSource
- UPDATE - Enum constant in enum class org.hibernate.generator.EventType
-
An event that occurs when any
update
statements needed to persist changes to a dirty entity instance are executed. - UPDATE - Enum constant in enum class org.hibernate.sql.ast.Clause
-
The update clause
- UPDATE - Enum constant in enum class org.hibernate.sql.model.MutationType
- UPDATE - Enum constant in enum class org.hibernate.tool.schema.Action
-
Update (alter) the database schema.
- UPDATE_ONLY - Static variable in class org.hibernate.generator.EventTypeSets
- UPDATE_TIMESTAMP - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- updateCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- updateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a collection was updated.
- UpdateCoordinator - Interface in org.hibernate.persister.entity.mutation
-
Coordinates the updating of an entity.
- UpdateCoordinatorNoOp - Class in org.hibernate.persister.entity.mutation
- UpdateCoordinatorNoOp(EntityPersister) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
- UpdateCoordinatorStandard - Class in org.hibernate.persister.entity.mutation
-
Coordinates the updating of an entity.
- UpdateCoordinatorStandard(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- UpdateCoordinatorStandard(EntityPersister, SessionFactoryImplementor, MutationOperationGroup, BatchKey, MutationOperationGroup, BatchKey) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- UpdateCoordinatorStandard.DirtinessChecker - Interface in org.hibernate.persister.entity.mutation
- UpdateCoordinatorStandard.InclusionChecker - Interface in org.hibernate.persister.entity.mutation
- UpdateCoordinatorStandard.UpdateValuesAnalysisImpl - Class in org.hibernate.persister.entity.mutation
-
Contains the aggregated analysis of the update values to determine what SQL UPDATE statement(s) should be used to update the entity and to drive parameter binding
- UpdateCountOutput - Interface in org.hibernate.result
-
Models a return that is an update count (count of rows affected)
- updateEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being updated.
- updateExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- updateGeneratedProperties - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
- UpdateLockingStrategy - Class in org.hibernate.dialect.lock
-
A locking strategy where a lock is obtained via an update statement.
- UpdateLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.UpdateLockingStrategy
-
Construct a locking strategy based on SQL UPDATE statements.
- updateMultiple(List<?>) - Method in interface org.hibernate.StatelessSession
-
Update multiple records.
- updateResolution(BasicType<?>) - Method in interface org.hibernate.mapping.BasicValue.Resolution
- updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
- updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
- updateRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- updateRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Update the persistent state of any elements that were modified
- updateRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
- UpdateRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
- UpdateRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
- UpdateRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
- UpdateRowsCoordinatorOneToMany - Class in org.hibernate.persister.collection.mutation
- UpdateRowsCoordinatorOneToMany(CollectionMutationTarget, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
- UpdateRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
-
UpdateRowsCoordinator implementation for cases with a separate collection table
- UpdateRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
- UpdateRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
-
OneToMany update coordinator if the element is a
UnionSubclassEntityPersister
. - UpdateRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
- UpdateStatement - Class in org.hibernate.sql.ast.tree.update
- UpdateStatement(CteContainer, NamedTableReference, FromClause, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
- UpdateStatement(NamedTableReference, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
- UpdateStatement(NamedTableReference, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
- UpdateStatement(NamedTableReference, FromClause, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
- UpdateStatement(NamedTableReference, FromClause, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
- UpdateTimestamp - Annotation Interface in org.hibernate.annotations
-
Specifies that the annotated field of property is a generated update timestamp. The timestamp is regenerated every time an entity instance is updated in the database.
- updateTimestampsCacheHit() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a hit to the timestamp cache
- updateTimestampsCacheMiss() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a miss to the timestamp cache
- updateTimestampsCachePut() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a put to the timestamp cache
- UpdateValuesAnalysis - Interface in org.hibernate.persister.entity.mutation
-
Contains an aggregated analysis of the values for an update mutation to determine behavior such as skipping tables which contained no changes, etc.
- UpdateValuesAnalysisImpl(Object[], Object[], int[], UpdateCoordinatorStandard.InclusionChecker, Object, boolean) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
- UPGRADE - Static variable in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This, and the other constants on this class, will be removed.
- UPGRADE_NOWAIT - Enum constant in enum class org.hibernate.LockMode
-
A pessimistic upgrade lock, obtained using an Oracle-style
select for update nowait
. - UPGRADE_SKIPLOCKED - Enum constant in enum class org.hibernate.LockMode
-
A pessimistic upgrade lock, obtained using an Oracle-style
select for update skip locked
. - upgradeLocks() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
-
Does this query return objects that might be already cached by the session, whose lock mode may need upgrading
- upper(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- upper(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- upper(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- UPPER - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
-
The identifier is stored in upper case.
- upsert(Object) - Method in interface org.hibernate.StatelessSession
-
Use a SQL
merge into
statement to perform an upsert, that is, to insert the record if it does not exist, or update it if it already exists. - upsert(String, Object) - Method in interface org.hibernate.StatelessSession
-
Use a SQL
merge into
statement to perform an upsert. - UPSERT - Enum constant in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- upsertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being upserted.
- upsertMultiple(List<?>) - Method in interface org.hibernate.StatelessSession
-
Perform an upsert, that is, to insert the record if it does not exist, or update the record if it already exists, for each given record.
- UpsertOperation - Class in org.hibernate.sql.model.jdbc
-
JdbcMutationOperation
implementation for UPSERT handling - UpsertOperation(TableMapping, MutationTarget<?>, String, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.UpsertOperation
- URL - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.The JPA-standard setting
JdbcSettings.JAKARTA_JDBC_URL
is now preferred. - URL - Static variable in class org.hibernate.type.StandardBasicTypes
- UrlJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
URL
handling. - UrlJavaType() - Constructor for class org.hibernate.type.descriptor.java.UrlJavaType
- usage() - Element in annotation interface org.hibernate.annotations.Cache
-
The appropriate concurrency policy for the annotated root entity or collection.
- usage() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns the value of the
usage
record component. - USE_DEFAULT_TABLE_TYPE_COLUMN - Static variable in class org.hibernate.dialect.HANADialect
- USE_DIRECT_REFERENCE_CACHE_ENTRIES - Static variable in interface org.hibernate.cfg.CacheSettings
-
Enable direct storage of entity references into the second level cache when applicable.
- USE_GET_GENERATED_KEYS - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies that generated primary keys may be retrieved using the JDBC 3
Statement.getGeneratedKeys()
operation. - USE_IDENTIFIER_ROLLBACK - Static variable in interface org.hibernate.cfg.AvailableSettings
-
When enabled, specifies that the generated identifier of an entity is unset when the entity is deleted.
- USE_MINIMAL_PUTS - Static variable in interface org.hibernate.cfg.CacheSettings
-
Optimize interaction with the second-level cache to minimize writes, at the cost of an additional read before each write.
- USE_NATIONALIZED_CHARACTER_DATA - Static variable in interface org.hibernate.cfg.MappingSettings
-
By default, Hibernate maps character data represented by
String
s andClob
s to the JDBC typesTypes.VARCHAR
andTypes.CLOB
. - USE_QUERY_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Enable the query results cache
- USE_SCROLLABLE_RESULTSET - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.It's not necessary to set this explicitly
- USE_SECOND_LEVEL_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
-
When enabled, specifies that the second-level cache may be used.
- USE_SQL_COMMENTS - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies that comments should be added to the generated SQL.
- USE_STRUCTURED_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
-
Enables the use of structured second-level cache entries.
- USE_SUBSELECT_FETCH - Static variable in interface org.hibernate.cfg.FetchSettings
-
When enabled, Hibernate will use subselect fetching, when possible, to fetch any collection.
- USE_TRACKER_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- USE_TRACKER_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- USE_TRACKER_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
- useArgType(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- useArgType(String, int) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Like
SetReturningFunctionTypeResolver.Builder.useArgType(String, int, String)
, but passing the component as selection expression. - useArgType(String, int, String) - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Specifies that the return type has a component with the given name being selectable through the given selection expression, which has the same type as the argument of the given 0-based position.
- useArrayForMultiValuedParameters() - Method in class org.hibernate.dialect.Dialect
-
Does this database prefer to use array types for multi-valued parameters.
- useArrayForMultiValuedParameters() - Method in class org.hibernate.dialect.H2Dialect
- useConnectionToCreateLob() - Method in class org.hibernate.dialect.CockroachDialect
- useConnectionToCreateLob() - Method in class org.hibernate.dialect.Dialect
-
Should
Blob
,Clob
, andNClob
be created solely usingConnection.createBlob()
,Connection.createClob()
, andConnection.createNClob()
, instead of allowing the use of our own implementations. - useConnectionToCreateLob() - Method in class org.hibernate.dialect.PostgreSQLDialect
- useCrossReferenceForeignKeys() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect also need cross-references to get a complete list of foreign keys?
- useDynamicInsert() - Method in class org.hibernate.mapping.PersistentClass
- useDynamicUpdate() - Method in class org.hibernate.mapping.PersistentClass
- useFirstNonNull() - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- useFollowOnLocking(String, QueryOptions) - Method in class org.hibernate.dialect.Dialect
-
Some dialects have trouble applying pessimistic locking depending upon what other query options are specified (paging, ordering, etc).
- useFollowOnLocking(String, QueryOptions) - Method in class org.hibernate.dialect.OracleDialect
-
The
FOR UPDATE
clause cannot be applied when usingORDER BY
,DISTINCT
or views. - useImpliedTypeIfPossible(BasicValuedMapping, BasicValuedMapping) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.CockroachDialect
- useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.DB2Dialect
- useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.Dialect
-
Should LOBs (both BLOB and CLOB) be bound using stream operations, that is, using
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)
). - useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.OracleDialect
- useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.PostgreSQLDialect
- useJpaCompliantCreation() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
- useLHSPrimaryKey() - Method in class org.hibernate.type.AnyType
- useLHSPrimaryKey() - Method in interface org.hibernate.type.AssociationType
-
Is the primary key of the owning entity table to be used in the join?
- useLHSPrimaryKey() - Method in class org.hibernate.type.CollectionType
- useLHSPrimaryKey() - Method in class org.hibernate.type.ManyToOneType
- useLHSPrimaryKey() - Method in class org.hibernate.type.OneToOneType
- useLHSPrimaryKey() - Method in class org.hibernate.type.SpecialOneToOneType
- useMaterializedLobWhenCapacityExceeded() - Method in class org.hibernate.dialect.Dialect
-
Whether to switch: from
VARCHAR
-like types toSqlTypes.MATERIALIZED_CLOB
types when the requested size for a type exceeds theDialect.getMaxVarcharCapacity()
, fromNVARCHAR
-like types toSqlTypes.MATERIALIZED_NCLOB
types when the requested size for a type exceeds theDialect.getMaxNVarcharCapacity()
, and fromVARBINARY
-like types toSqlTypes.MATERIALIZED_BLOB
types when the requested size for a type exceeds theDialect.getMaxVarbinaryCapacity()
. - useMaterializedLobWhenCapacityExceeded() - Method in class org.hibernate.dialect.MySQLDialect
- useMaxForLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Does the limit clause expect the number of the last row, or the "page size", the maximum number of rows we want to receive? Hibernate's
Query.setMaxResults(int)
accepts the page size, so the number of the last row is obtained by adding the number of the first row, which is one greater thanQuery.setFirstResult(int)
. - useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
- useMaxForLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
- useNationalizedCharacterData() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- useNationalizedCharacterData() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Should we use nationalized variants of character data by default?
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ClassJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- useObjectEqualsHashCode() - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Whether to use
Object.equals(Object)
andObject.hashCode()
orJavaType.areEqual(Object, Object)
andJavaType.extractHashCode(Object)
for objects of this java type. - useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.LongJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.StringJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.YearJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- useObjectEqualsHashCode() - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- useOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- useQuotedIdentifiers() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Whether to quote all database identifiers in the persistence unit See
entity-mappings/persistence-unit-metadata/persistence-unit-defaults/delimited-identifiers
- USER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.The JPA-standard setting
JdbcSettings.JAKARTA_JDBC_USER
is now preferred. - UserCollectionType - Interface in org.hibernate.usertype
-
A custom type for mapping user-written classes which implement
PersistentCollection
. - UserComponentType<T> - Class in org.hibernate.type
-
Handles
CompositeUserType
s. - UserComponentType(Component, int[], CompositeUserType<T>) - Constructor for class org.hibernate.type.UserComponentType
- UserDefinedArrayType - Class in org.hibernate.mapping
-
A mapping model object representing a named relational database array type.
- UserDefinedArrayType(String, Namespace, Identifier) - Constructor for class org.hibernate.mapping.UserDefinedArrayType
- UserDefinedObjectType - Class in org.hibernate.mapping
-
A mapping model object representing a relational database UDT.
- UserDefinedObjectType(String, Namespace, Identifier) - Constructor for class org.hibernate.mapping.UserDefinedObjectType
- UserDefinedType - Interface in org.hibernate.mapping
-
A mapping model object which represents a user defined type.
- userType() - Element in annotation interface org.hibernate.annotations.CompositeTypeRegistration
-
The
CompositeUserType
. - userType() - Element in annotation interface org.hibernate.annotations.TypeRegistration
-
The
UserType
. - UserType<J> - Interface in org.hibernate.usertype
-
This interface should be implemented by user-defined custom types that extend the set of types defined in
org.hibernate.type
. - UserTypeLegacyBridge - Class in org.hibernate.usertype
-
Convenience
UserType
implementation which mimics the legacy@Type
annotation which was based on thehbm.xml
mapping's string-based type support. - UserTypeLegacyBridge() - Constructor for class org.hibernate.usertype.UserTypeLegacyBridge
- UserTypeLegacyBridge(String) - Constructor for class org.hibernate.usertype.UserTypeLegacyBridge
- UserTypeRegistration - Class in org.hibernate.boot.models.spi
-
Registration for a UserType
- UserTypeRegistration(ClassDetails, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.UserTypeRegistration
- UserTypeSupport<T> - Class in org.hibernate.usertype
- UserTypeSupport(Class<?>, int) - Constructor for class org.hibernate.usertype.UserTypeSupport
- UserVersionType<T> - Interface in org.hibernate.usertype
-
A user type that may be used for a version property
- usesDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- usesFollowOnLocking() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- useShallowQueryCacheLayout() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- useShallowQueryCacheLayout() - Method in interface org.hibernate.persister.collection.CollectionPersister
- useShallowQueryCacheLayout() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- useShallowQueryCacheLayout() - Method in interface org.hibernate.persister.entity.EntityPersister
- usesJoinTable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
- usesLimitParameters() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
- useStreamForLobBinding() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- useStreamForLobBinding() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- useStreamForLobBinding() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
Determines whether streams should be used for binding LOB values.
- useStrictJpaCompliance() - Method in interface org.hibernate.query.hql.spi.SqmCreationOptions
-
Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
- useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANADialect
- useUnownedCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Take ownership of a previously unowned collection, if one.
- using(SingularAttribute<? super T, X>, X) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Add a
@NaturalId
attribute value in a typesafe way. - using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Add a
@NaturalId
attribute value. - using(Map<String, ?>) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Set multiple
@NaturalId
attribute values at once. - usingDialect(Dialect) - Method in interface org.hibernate.dialect.DialectLogging
- usingLegacyCacheName(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- utcDateTimeTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- uuid() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- UUID - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
UUID
. - UUID - Static variable in class org.hibernate.type.StandardBasicTypes
- UUID_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
- UUID_CHAR - Static variable in class org.hibernate.type.StandardBasicTypes
- UUID_GEN_STRATEGY - Static variable in class org.hibernate.id.UUIDGenerator
-
Deprecated.
- UUID_GEN_STRATEGY_CLASS - Static variable in class org.hibernate.id.UUIDGenerator
-
Deprecated.
- UUID_GENERATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- UuidAsBinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
- UuidAsBinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.UuidAsBinaryJdbcType
- UUIDGenerationStrategy - Interface in org.hibernate.id
-
Deprecated.see
UUIDGenerator
- UuidGenerator - Class in org.hibernate.id.uuid
- UuidGenerator - Annotation Interface in org.hibernate.annotations
-
Specifies that an entity identifier is generated as an IETF RFC 4122 UUID.
- UuidGenerator(Class<?>) - Constructor for class org.hibernate.id.uuid.UuidGenerator
-
This form is used when there is no
@UuidGenerator
but we know we want this generator - UuidGenerator(UuidGenerator, Member) - Constructor for class org.hibernate.id.uuid.UuidGenerator
- UuidGenerator(UuidGenerator, Member, GeneratorCreationContext) - Constructor for class org.hibernate.id.uuid.UuidGenerator
- UuidGenerator(UuidGenerator, MemberDetails) - Constructor for class org.hibernate.id.uuid.UuidGenerator
-
This form is used when there is no
@UuidGenerator
but we know we want this generator - UUIDGenerator - Class in org.hibernate.id
-
Deprecated.use
UuidGenerator
andUuidGenerator
instead - UUIDGenerator() - Constructor for class org.hibernate.id.UUIDGenerator
-
Deprecated.
- UuidGenerator.Style - Enum Class in org.hibernate.annotations
-
Represents a kind of UUID, that is, what RFC 4122 calls a "version".
- UUIDHexGenerator - Class in org.hibernate.id
-
Deprecated.This remains around as an implementation detail of
hbm.xml
mappings. - UUIDHexGenerator() - Constructor for class org.hibernate.id.UUIDHexGenerator
-
Deprecated.
- UUIDJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
UUID
handling. - UUIDJavaType() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType
- UUIDJavaType.NoDashesStringTransformer - Class in org.hibernate.type.descriptor.java
- UUIDJavaType.PassThroughTransformer - Class in org.hibernate.type.descriptor.java
- UUIDJavaType.ToBytesTransformer - Class in org.hibernate.type.descriptor.java
- UUIDJavaType.ToStringTransformer - Class in org.hibernate.type.descriptor.java
- UUIDJavaType.ValueTransformer - Interface in org.hibernate.type.descriptor.java
- UUIDJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
UUID
and the UUID SQL data type. - UUIDJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
- UuidValueGenerator - Interface in org.hibernate.id.uuid
-
Represents a specific algorithm for producing UUID values.
- UuidVersion6Strategy - Class in org.hibernate.id.uuid
-
Implements UUID Version 6 generation strategy as defined by the RFC 9562.
- UuidVersion6Strategy() - Constructor for class org.hibernate.id.uuid.UuidVersion6Strategy
- UuidVersion6Strategy(long, int) - Constructor for class org.hibernate.id.uuid.UuidVersion6Strategy
- UuidVersion6Strategy.Holder - Class in org.hibernate.id.uuid
- UuidVersion7Strategy - Class in org.hibernate.id.uuid
-
Implements UUID Version 7 generation strategy as defined by the RFC 9562.
- UuidVersion7Strategy() - Constructor for class org.hibernate.id.uuid.UuidVersion7Strategy
- UuidVersion7Strategy(Instant, long) - Constructor for class org.hibernate.id.uuid.UuidVersion7Strategy
- UuidVersion7Strategy.Holder - Class in org.hibernate.id.uuid
- UuidVersion7Strategy.State - Record Class in org.hibernate.id.uuid
V
- validate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- validate() - Method in interface org.hibernate.boot.spi.MetadataImplementor
- validate() - Method in interface org.hibernate.Filter
-
Perform validation of the filter state.
- validate() - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
Validate the bindings.
- validate(boolean) - Method in class org.hibernate.jdbc.Expectation.OutParameter
- validate(boolean) - Method in interface org.hibernate.jdbc.Expectation
-
Check that this implementation is compatible with the kind of
PreparedStatement
it will be called with. - validate(int, int) - Method in class org.hibernate.boot.model.relational.Sequence
- validate(String) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- validate(String) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- validate(String) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- validate(String) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- validate(String) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- validate(CriteriaBuilder) - Method in interface org.hibernate.query.specification.MutationSpecification
- validate(CriteriaBuilder) - Method in interface org.hibernate.query.specification.QuerySpecification
-
Validate the query.
- validate(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SelectionSpecification
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.AvgFunction.Validator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.GenerateSeriesArgumentValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.json.JsonObjectArgumentsValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
- validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
-
Perform validation that may be done using the
SqmTypedNode
tree and assigned Java types. - validate(List<? extends SqmTypedNode<?>>, String, BindingContext) - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
-
We do an initial validation phase with just the SQM tree, even though we don't have all typing information available here (in particular, we don't have the final JDBC type codes for things with converters) because this is the phase that is run at startup for named queries, and can be done in an IDE.
- validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
-
Deprecated, for removal: This API element is subject to removal in a future version.Implement
ArgumentsValidator.validate(List, String, BindingContext)
instead - validate(Metadata) - Method in class org.hibernate.mapping.JoinedSubclass
- validate(Metadata) - Method in class org.hibernate.mapping.PersistentClass
- validate(Metadata) - Method in class org.hibernate.mapping.RootClass
- validate(Metadata) - Method in class org.hibernate.mapping.SingleTableSubclass
- validate(QueryEngine) - Method in interface org.hibernate.query.named.NamedQueryMemento
- validate(BindableType<?>, Object, TemporalType, BindingContext) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
- validate(BindableType<?>, Object, BindingContext) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
- validate(MappingContext) - Method in class org.hibernate.mapping.Collection
- validate(MappingContext) - Method in class org.hibernate.mapping.IdentifierCollection
- validate(MappingContext) - Method in class org.hibernate.mapping.IndexedCollection
- validate(MappingContext) - Method in class org.hibernate.mapping.Set
- VALIDATE - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Validate the schema on
SessionFactory
startup. - VALIDATE - Enum constant in enum class org.hibernate.tool.schema.Action
-
Validate the database schema.
- VALIDATE_XML - Static variable in interface org.hibernate.cfg.MappingSettings
-
Whether XML should be validated against their schema as Hibernate reads them.
- validateExistingCurrentSessions() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
-
Should we validate that the tenant identifier of a "current sessions" that already exists when
CurrentSessionContext.currentSession()
is called matches the value returned here fromCurrentTenantIdentifierResolver.resolveCurrentTenantIdentifier()
? - validateExistingSession(Session) - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
- validateFactory(Object) - Static method in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
-
Used to validate the type of an explicitly passed ValidatorFactory instance
- validateFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- validateGenerator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- validateGetterSetterMethodProxyability(String, Method) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
- validateInternalForm(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Validates a natural id value(s) for the described natural-id based on the expected internal representation
- validateMappedObjects() - Method in interface org.hibernate.relational.SchemaManager
-
Validate that the database objects mapped by Hibernate entities have the expected definitions.
- validateNamedQueries() - Method in interface org.hibernate.query.spi.QueryEngine
- validateNamedQueries(QueryEngine) - Method in interface org.hibernate.query.named.NamedObjectRepository
-
Validate the named queries and throw an exception if any are broken
- validateProxyability(PersistentClass) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
- validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- validateResultType(Class<?>) - Method in interface org.hibernate.query.spi.HqlInterpretation
- validateResultType(Class<?>) - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
- validateResultType(Class<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- validateSqlTypes(List<? extends SqlAstNode>, String) - Method in class org.hibernate.dialect.function.json.JsonObjectArgumentsValidator
- validateSqlTypes(List<? extends SqlAstNode>, String) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
-
Perform validation that requires the
SqlAstNode
tree and assigned JDBC types. - validateSqlTypes(List<? extends SqlAstNode>, String) - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
-
This is the final validation phase with the fully-typed SQL nodes.
- validationMode(ValidationMode) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
- ValidationMode - Enum Class in org.hibernate.boot.beanvalidation
-
Duplicates the
jakarta.validation
enumeration. - ValidationSettings - Interface in org.hibernate.cfg
- Validator() - Constructor for class org.hibernate.dialect.function.AvgFunction.Validator
- value() - Element in annotation interface org.hibernate.annotations.AnyDiscriminator
-
The type of the discriminator, as a JPA
DiscriminatorType
. - value() - Element in annotation interface org.hibernate.annotations.AnyDiscriminatorImplicitValues
-
The type of strategy to use.
- value() - Element in annotation interface org.hibernate.annotations.AnyDiscriminatorValues
-
The individual value mappings
- value() - Element in annotation interface org.hibernate.annotations.AnyKeyJavaClass
-
The Java Class
- value() - Element in annotation interface org.hibernate.annotations.AnyKeyJavaType
-
The type descriptor to use
- value() - Element in annotation interface org.hibernate.annotations.AnyKeyJdbcType
-
The descriptor to use for the key column
- value() - Element in annotation interface org.hibernate.annotations.AnyKeyJdbcTypeCode
-
The code for the descriptor to use for the key column
- value() - Element in annotation interface org.hibernate.annotations.AttributeAccessor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- value() - Element in annotation interface org.hibernate.annotations.Cascade
-
Deprecated.The operations that should be cascaded.
- value() - Element in annotation interface org.hibernate.annotations.Checks
-
Deprecated.
- value() - Element in annotation interface org.hibernate.annotations.Collate
-
The name of the collation.
- value() - Element in annotation interface org.hibernate.annotations.CollectionIdJavaType
-
The descriptor to use for the id column
- value() - Element in annotation interface org.hibernate.annotations.CollectionIdJdbcType
-
The descriptor to use for the mapped column
- value() - Element in annotation interface org.hibernate.annotations.CollectionIdJdbcTypeCode
-
The code for the descriptor to use for the collection-id column
- value() - Element in annotation interface org.hibernate.annotations.CollectionIdMutability
-
The MutabilityPlan implementation
- value() - Element in annotation interface org.hibernate.annotations.CollectionIdType
-
The custom type implementor class
- value() - Element in annotation interface org.hibernate.annotations.CollectionTypeRegistrations
-
The individual CollectionTypeRegistration
- value() - Element in annotation interface org.hibernate.annotations.ColumnDefault
-
The
default
value to use in generated DDL. - value() - Element in annotation interface org.hibernate.annotations.ColumnTransformers
-
The aggregated transformers.
- value() - Element in annotation interface org.hibernate.annotations.Comment
-
Deprecated.The text of the comment.
- value() - Element in annotation interface org.hibernate.annotations.Comments
-
Deprecated.
- value() - Element in annotation interface org.hibernate.annotations.CompositeType
-
The custom type implementor class
- value() - Element in annotation interface org.hibernate.annotations.CompositeTypeRegistrations
- value() - Element in annotation interface org.hibernate.annotations.ConverterRegistrations
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.Checks
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefaults
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormulas
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefOverrides
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterOverrides
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formulas
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumns
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormulas
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.OverridesAnnotation
-
The class of the annotation that is overridden.
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAlls
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeletes
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInserts
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrders
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestrictions
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelects
- value() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdates
- value() - Element in annotation interface org.hibernate.annotations.DiscriminatorFormula
-
The formula string.
- value() - Element in annotation interface org.hibernate.annotations.EmbeddableInstantiator
- value() - Element in annotation interface org.hibernate.annotations.EmbeddableInstantiatorRegistrations
- value() - Element in annotation interface org.hibernate.annotations.EmbeddedColumnNaming
-
The naming pattern.
- value() - Element in annotation interface org.hibernate.annotations.Fetch
-
The method that should be used to fetch the association.
- value() - Element in annotation interface org.hibernate.annotations.FetchProfileOverrides
- value() - Element in annotation interface org.hibernate.annotations.FetchProfiles
-
The aggregated fetch profiles.
- value() - Element in annotation interface org.hibernate.annotations.FilterDefs
-
The aggregated filter definitions.
- value() - Element in annotation interface org.hibernate.annotations.FilterJoinTables
-
The aggregated filters.
- value() - Element in annotation interface org.hibernate.annotations.Filters
-
The aggregated filters.
- value() - Element in annotation interface org.hibernate.annotations.Formula
-
The formula, written in native SQL.
- value() - Element in annotation interface org.hibernate.annotations.FractionalSeconds
-
Deprecated.The fractional precision for the associated seconds.
- value() - Element in annotation interface org.hibernate.annotations.GeneratedColumn
-
The expression to include in the generated DDL.
- value() - Element in annotation interface org.hibernate.annotations.GenericGenerators
-
Deprecated.The aggregated generators.
- value() - Element in annotation interface org.hibernate.annotations.IdGeneratorType
-
A class which implements
Generator
. - value() - Element in annotation interface org.hibernate.annotations.Instantiator
-
The persistent attribute names the constructor parameters at the respective index assigns the value to.
- value() - Element in annotation interface org.hibernate.annotations.JavaType
-
The
BasicJavaType
to use for the mapped column - value() - Element in annotation interface org.hibernate.annotations.JavaTypeRegistrations
- value() - Element in annotation interface org.hibernate.annotations.JdbcType
-
The
JdbcType
to use for the mapped column - value() - Element in annotation interface org.hibernate.annotations.JdbcTypeCode
-
The standard JDBC Types code or a custom code.
- value() - Element in annotation interface org.hibernate.annotations.JdbcTypeRegistration
-
The descriptor to register
- value() - Element in annotation interface org.hibernate.annotations.JdbcTypeRegistrations
- value() - Element in annotation interface org.hibernate.annotations.JoinColumnsOrFormulas
-
A list of columns and formulas to use in the join condition.
- value() - Element in annotation interface org.hibernate.annotations.JoinFormula
-
The formula, in native SQL.
- value() - Element in annotation interface org.hibernate.annotations.LazyGroup
- value() - Element in annotation interface org.hibernate.annotations.ListIndexBase
-
The list index base.
- value() - Element in annotation interface org.hibernate.annotations.ListIndexJavaType
-
The descriptor to use for the list-index
- value() - Element in annotation interface org.hibernate.annotations.ListIndexJdbcType
-
The descriptor to use for the list-index column
- value() - Element in annotation interface org.hibernate.annotations.ListIndexJdbcTypeCode
-
The code for the descriptor to use for the list-index column
- value() - Element in annotation interface org.hibernate.annotations.MapKeyCompositeType
-
The custom type implementor class
- value() - Element in annotation interface org.hibernate.annotations.MapKeyJavaType
-
The descriptor to use for the map-key column
- value() - Element in annotation interface org.hibernate.annotations.MapKeyJdbcType
-
The descriptor to use for the map-key column
- value() - Element in annotation interface org.hibernate.annotations.MapKeyJdbcTypeCode
-
The code for the descriptor to use for the map-key column
- value() - Element in annotation interface org.hibernate.annotations.MapKeyMutability
-
The MutabilityPlan implementation
- value() - Element in annotation interface org.hibernate.annotations.MapKeyType
-
The custom type implementor class
- value() - Element in annotation interface org.hibernate.annotations.Mutability
-
A class implementing
MutabilityPlan
. - value() - Element in annotation interface org.hibernate.annotations.NamedEntityGraphs
-
The grouping of Hibernate named native SQL queries.
- value() - Element in annotation interface org.hibernate.annotations.NamedNativeQueries
-
The grouping of Hibernate named native SQL queries.
- value() - Element in annotation interface org.hibernate.annotations.NamedQueries
-
The grouping of named queries.
- value() - Element in annotation interface org.hibernate.annotations.Parameter
-
The parameter value.
- value() - Element in annotation interface org.hibernate.annotations.processing.HQL
- value() - Element in annotation interface org.hibernate.annotations.processing.SQL
- value() - Element in annotation interface org.hibernate.annotations.PropertyRef
-
The name of the attribute on the target entity which defines the foreign-key target.
- value() - Element in annotation interface org.hibernate.annotations.RowId
-
Specifies the name of the
rowid
-like column for databases where the column is declared explicitly in DDL. - value() - Element in annotation interface org.hibernate.annotations.SecondaryRows
- value() - Element in annotation interface org.hibernate.annotations.SortComparator
-
A class which implements
Comparator<E>
whereE
is the element type. - value() - Element in annotation interface org.hibernate.annotations.Source
-
Deprecated.The source of timestamps.
- value() - Element in annotation interface org.hibernate.annotations.SQLDeletes
- value() - Element in annotation interface org.hibernate.annotations.SQLInserts
- value() - Element in annotation interface org.hibernate.annotations.SQLJoinTableRestriction
-
A predicate, written in native SQL.
- value() - Element in annotation interface org.hibernate.annotations.SQLOrder
-
A comma-separated list native SQL expressions used to sort the collection elements.
- value() - Element in annotation interface org.hibernate.annotations.SQLRestriction
-
A predicate, written in native SQL.
- value() - Element in annotation interface org.hibernate.annotations.SQLUpdates
- value() - Element in annotation interface org.hibernate.annotations.Subselect
-
The subquery, written in native SQL.
- value() - Element in annotation interface org.hibernate.annotations.Synchronize
-
Names of tables that hold state mapped by the annotated entity.
- value() - Element in annotation interface org.hibernate.annotations.TargetEmbeddable
-
The target type for a
Embedded
entity property - value() - Element in annotation interface org.hibernate.annotations.TimeZoneStorage
-
The storage strategy for the time zone information.
- value() - Element in annotation interface org.hibernate.annotations.Type
-
The class which implements
UserType
. - value() - Element in annotation interface org.hibernate.annotations.TypeRegistrations
- value() - Method in interface org.hibernate.boot.models.annotations.spi.RepeatableContainer
- value() - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
-
Returns the value of the
value
record component. - value() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- value() - Method in record class org.hibernate.query.TypedParameterValue
-
Returns the value of the
value
record component. - value(Expression) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- value(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
- value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
- value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaInPredicate
-
Add to list of values to be tested against.
- value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- value(SqmExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- value(R[]) - Method in interface org.hibernate.boot.models.annotations.spi.RepeatableContainer
- value(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- value(T) - Method in interface org.hibernate.query.criteria.JpaCoalesce
- value(T) - Method in interface org.hibernate.query.criteria.JpaInPredicate
-
Add to list of values to be tested against.
- value(T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- value(T) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- Value - Interface in org.hibernate.mapping
-
A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key.
- VALUE - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
- VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Indicates the name of the column holding the identifier values.
- VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The name of column which holds the sequence value.
- VALUE_FUNCTION_ON_NON_MAP - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- VALUE_GENERATION_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- ValueAccess - Interface in org.hibernate.metamodel.spi
-
Provides access to the values for a managed type (currently just embeddables).
- ValueBinder<X> - Interface in org.hibernate.type.descriptor
-
Contract for binding values to a JDBC
PreparedStatement
. - ValueBindJpaCriteriaParameter<T> - Class in org.hibernate.query.sqm.tree.expression
-
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND
- ValueBindJpaCriteriaParameter(BindableType<? super T>, T, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- ValueClassification - Enum Class in org.hibernate.metamodel
-
Any "value mapping" (id, version, attribute, collection element, etc.) belongs to one of several broad categories.
- valueColumn(String, Class<T>) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Like
JpaJsonTableColumnsNode.valueColumn(String, Class, String)
but uses the column name as JSON path expression. - valueColumn(String, Class<T>, String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Defines a column on the result type with the given name and type for which the value can be obtained by the given JSON path expression.
- valueColumn(String, Class<X>) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Like
JpaXmlTableFunction.valueColumn(String, Class, String)
but uses the column name as XPath expression. - valueColumn(String, Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- valueColumn(String, Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- valueColumn(String, Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- valueColumn(String, Class<X>, String) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Like
JpaXmlTableFunction.valueColumn(String, JpaCastTarget, String)
, but converting theClass
toJpaCastTarget
viaHibernateCriteriaBuilder.castTarget(Class)
. - valueColumn(String, Class<X>, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- valueColumn(String, Class<X>, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- valueColumn(String, Class<X>, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- valueColumn(String, JpaCastTarget<T>) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Like
JpaJsonTableColumnsNode.valueColumn(String, Class, String)
but uses the column name as JSON path expression. - valueColumn(String, JpaCastTarget<T>, String) - Method in interface org.hibernate.query.criteria.JpaJsonTableColumnsNode
-
Defines a column on the result type with the given name and type for which the value can be obtained by the given JSON path expression.
- valueColumn(String, JpaCastTarget<X>) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Like
JpaXmlTableFunction.valueColumn(String, JpaCastTarget, String)
but uses the column name as XPath expression. - valueColumn(String, JpaCastTarget<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- valueColumn(String, JpaCastTarget<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- valueColumn(String, JpaCastTarget<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- valueColumn(String, JpaCastTarget<X>, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- valueColumn(String, JpaCastTarget<X>, String) - Method in interface org.hibernate.query.criteria.JpaXmlTableFunction
-
Defines an column on the result type with the given name and type for which the value can be obtained by the given XPath path expression.
- valueColumn(String, JpaCastTarget<X>, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- valueColumn(String, JpaCastTarget<X>, String) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- ValuedModelPart - Interface in org.hibernate.metamodel.mapping
-
Describes a ModelPart that is also a ValueMapping (and therefore also a SelectableMappings).
- ValueExtractor<X> - Interface in org.hibernate.type.descriptor
-
Contract for extracting values from a JDBC
ResultSet
or from output the parameters of aCallableStatement
. - ValueGenerationPlan(BeforeExecutionGenerator, Setter, int) - Constructor for class org.hibernate.mapping.Component.ValueGenerationPlan
- ValueGenerationType - Annotation Interface in org.hibernate.annotations
-
Meta-annotation used to mark another annotation as providing configuration for a custom value generation strategy.
- ValueHandlingMode - Enum Class in org.hibernate.query.criteria
-
This enum defines how values passed to JPA Criteria API are handled.
- ValueInclusion - Enum Class in org.hibernate.engine.spi
-
An enum of the different ways a value might be "included".
- valueIterator() - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
- valueList(List<U>) - Static method in interface org.hibernate.query.range.Range
-
A range containing all values belonging to the given list.
- ValueMapping - Interface in org.hibernate.metamodel.mapping
-
Describes a mapping related to any part of the app's domain model, for example, an attribute, an entity identifier, collection elements, etc.
- valueOf(String) - Static method in enum class org.hibernate.annotations.AnyDiscriminatorImplicitValues.Strategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.CacheLayout
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.FetchMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.FlushModeType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.NotFoundAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.OnDeleteAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.OptimisticLockType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.ResultCheckStyle
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.SoftDeleteType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.SourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.TimeZoneStorageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.annotations.UuidGenerator.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.beanvalidation.ValidationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.NamedEntityGraphDefinition.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.InheritanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.NaturalIdMutability
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.models.AttributeNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.models.JpaEventListenerStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.spi.AccessType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.boot.TempTableDdlTransactionHandling
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.cache.spi.access.AccessType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.cache.spi.support.AccessedDataClassification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.CacheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.ConnectionAcquisitionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.ConnectionReleaseMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.Database
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.DmlTargetColumnQualifierSupport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.NationalizationSupport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.NullOrdering
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.PostgreSQLDriverKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.RowLockStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.SelectItemReferenceStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.SybaseDriverKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.temptable.TemporaryTableKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.dialect.TimeZoneSupport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.DuplicateMappingException.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.FetchStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.FetchTiming
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.env.spi.SQLStateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.mutation.ParameterUsage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.spi.TypeNullability
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.OptimisticLockStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.spi.CachedNaturalIdValueSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.spi.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.engine.spi.ValueInclusion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.event.service.spi.DuplicationStrategy.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.FetchMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.FlushMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.generator.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.graph.GraphSemantic
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.id.EntityIdentifierNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.id.SequenceMismatchStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.jpa.CachingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.jpa.event.spi.CallbackType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.loader.ast.spi.CascadingFetchProfile
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.LockMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.mapping.MetadataSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.AttributeClassification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.CollectionClassification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.RepresentationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.metamodel.ValueClassification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.procedure.spi.ParameterStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.common.FetchClauseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.common.FrameExclusion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.common.FrameKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.common.FrameMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.common.JoinType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.common.TemporalUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.criteria.ValueHandlingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.KeyedPage.KeyInterpretation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.QueryFlushMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.SortDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.CastType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.ComparisonOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.DynamicInstantiationNature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.function.FunctionKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.IntervalType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.mutation.spi.BeforeUseAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.SetOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.SqmQuerySource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.from.DowncastLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.TrimSpec
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.query.sqm.UnaryArithmeticOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.ReadOnlyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.ReplicationMode
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.ScrollMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.Clause
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.cte.CteMaterialization
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonObjectAggUniqueKeysBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.expression.Summarization.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ast.tree.predicate.Junction.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.ComparisonRestriction.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.exec.spi.JdbcLockStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.model.MutationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.results.graph.Initializer.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.schema.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.schema.SourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.schema.TargetType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.type.ForeignKeyDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.type.TimeZoneStorageStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.hibernate.type.WrapperArrayHandling
-
Returns the enum constant of this class with the specified name.
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.H2AggregateSupport
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
- valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
- valueOf(FetchTiming, FetchStyle) - Static method in interface org.hibernate.sql.results.graph.FetchOptions
- values - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
-
Deprecated, for removal: This API element is subject to removal in a future version.
- values - Variable in class org.hibernate.sql.InFragment
- values() - Static method in enum class org.hibernate.annotations.AnyDiscriminatorImplicitValues.Strategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.CacheConcurrencyStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.CacheLayout
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.FetchMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.FlushModeType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.NotFoundAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.OnDeleteAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.OptimisticLockType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.ResultCheckStyle
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.SoftDeleteType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.SourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.TimeZoneStorageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.annotations.UuidGenerator.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.beanvalidation.ValidationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.NamedEntityGraphDefinition.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.InheritanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.NaturalIdMutability
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.models.AttributeNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.models.JpaEventListenerStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.spi.AccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.boot.TempTableDdlTransactionHandling
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.bytecode.enhance.spi.UnsupportedEnhancementStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.cache.spi.access.AccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.cache.spi.support.AccessedDataClassification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.CacheMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.hibernate.collection.spi.PersistentMap
- values() - Static method in enum class org.hibernate.ConnectionAcquisitionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.ConnectionReleaseMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.Database
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.DmlTargetColumnQualifierSupport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.NationalizationSupport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.NullOrdering
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.PostgreSQLDriverKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.RowLockStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.SelectItemReferenceStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.SybaseDriverKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.temptable.TemporaryTableKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.dialect.TimeZoneSupport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.DuplicateMappingException.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.FetchStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.FetchTiming
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.env.spi.SQLStateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.mutation.ParameterUsage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.Size.LobMultiplier
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.spi.TypeNullability
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.OptimisticLockStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.spi.CachedNaturalIdValueSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.spi.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.engine.spi.ValueInclusion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.event.service.spi.DuplicationStrategy.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class org.hibernate.event.spi.EventType
-
Get a collection of all the standard
EventType
instances. - values() - Method in class org.hibernate.event.spi.MergeContext
-
Returns an unmodifiable Set view of managed entities contained in this MergeContext.
- values() - Static method in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.FetchMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.FlushMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.generator.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.graph.GraphSemantic
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.id.EntityIdentifierNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.id.SequenceMismatchStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.jpa.CachingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.jpa.event.spi.CallbackType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.loader.ast.spi.CascadingFetchProfile
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.LockMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.mapping.MetadataSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.AttributeClassification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.CollectionClassification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.RepresentationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.metamodel.ValueClassification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.procedure.spi.ParameterStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.hibernate.proxy.map.MapProxy
- values() - Static method in enum class org.hibernate.query.common.FetchClauseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.common.FrameExclusion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.common.FrameKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.common.FrameMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.common.JoinType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.common.TemporalUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.criteria.ValueHandlingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.KeyedPage.KeyInterpretation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.QueryFlushMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.SortDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.CastType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.ComparisonOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.DynamicInstantiationNature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.function.FunctionKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.IntervalType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.mutation.spi.BeforeUseAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.SetOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.SqmQuerySource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.from.DowncastLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.TrimSpec
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.query.sqm.UnaryArithmeticOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.ReadOnlyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.ReplicationMode
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.ScrollMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.Clause
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.cte.CteMaterialization
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonObjectAggUniqueKeysBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.expression.Summarization.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ast.tree.predicate.Junction.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.ComparisonRestriction.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.exec.spi.JdbcLockStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.model.MutationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.results.graph.Initializer.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.schema.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.schema.SourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.schema.TargetType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.type.ForeignKeyDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.type.TimeZoneStorageStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.hibernate.type.WrapperArrayHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- values(Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- values(Expression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- values(List<? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- values(List<? extends Expression<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- values(List<? extends Expression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- values(List<? extends JpaValues>) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsertValues
- values(List<? extends JpaValues>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- values(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- values(M) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- values(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
- values(JpaValues...) - Method in interface org.hibernate.query.criteria.JpaCriteriaInsertValues
- values(JpaValues...) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- values(T...) - Method in interface org.hibernate.query.criteria.JpaCoalesce
- values(T...) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- Values - Class in org.hibernate.sql.ast.tree.insert
- Values(List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.insert.Values
- VALUES - Enum constant in enum class org.hibernate.sql.ast.Clause
-
The values clause
- ValuesAnalysis - Interface in org.hibernate.sql.model
-
Marker interface for analysis of new/old values.
- valuesArrayPosition - Variable in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- valueSeparator - Variable in class org.hibernate.dialect.function.json.JsonObjectAggFunction
- ValuesTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A special table group for a VALUES clause.
- ValuesTableGroup(NavigablePath, TableGroupProducer, List<Values>, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.ValuesTableGroup
- ValuesTableReference - Class in org.hibernate.sql.ast.tree.from
- ValuesTableReference(List<Values>, String, List<String>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.ValuesTableReference
- ValueVisitor - Interface in org.hibernate.mapping
- VARARGS_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
- VARARGS_LIST_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
- VARBINARY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
VARBINARY
. - VarbinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
VARBINARY
handling. - VarbinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- VarbinaryJdbcType(boolean) - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
- VARCHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
VARCHAR
. - VARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
-
Singleton access
- VARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
-
Singleton access
- VarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
VARCHAR
handling. - VarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
- VarcharUUIDJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
UUID
and the UUID SQL data type, which binds and reads the UUID through JDBCgetString
/setString
methods. - VarcharUUIDJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarcharUUIDJdbcType
- variance() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Warning: the semantics of this function are inconsistent between DBs.
- varianceSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2
- varPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- varPopSamp_varp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server-style
- varSamp_sumCount() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 before 11
- VECTOR - Static variable in class org.hibernate.dialect.OracleTypes
- VECTOR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing an
embedding vector
type for databases likePostgreSQL
,Oracle 23ai
andMariaDB
. - VECTOR - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
float[]
to JDBCVECTOR
, specifically for embedding vectors like provided by the PostgreSQL extension pgvector and Oracle 23ai. - VECTOR_FLOAT32 - Static variable in class org.hibernate.dialect.OracleTypes
- VECTOR_FLOAT32 - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a single-precision floating-point vector type for Oracle 23ai database.
- VECTOR_FLOAT32 - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
float[]
to JDBCVECTOR
, specifically for embedding single-precision floating-point (32-bits) vectors like provided by Oracle 23ai. - VECTOR_FLOAT64 - Static variable in class org.hibernate.dialect.OracleTypes
- VECTOR_FLOAT64 - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a double-precision floating-point type for Oracle 23ai database.
- VECTOR_FLOAT64 - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
double[]
to JDBCVECTOR
, specifically for embedding double-precision floating-point (64-bits) vectors like provided by Oracle 23ai. - VECTOR_INT8 - Static variable in class org.hibernate.dialect.OracleTypes
- VECTOR_INT8 - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a single-byte integer vector type for Oracle 23ai database.
- VECTOR_INT8 - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
byte[]
to JDBCVECTOR_INT8
, specifically for embedding integer vectors (8-bits) like provided by Oracle 23ai. - verifiedStartStatus() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- verify() - Element in annotation interface org.hibernate.annotations.SQLDelete
-
An
Expectation
class used to verify that the operation was successful. - verify() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
-
An
Expectation
class used to verify that the operation was successful. - verify() - Element in annotation interface org.hibernate.annotations.SQLInsert
-
An
Expectation
class used to verify that the operation was successful. - verify() - Element in annotation interface org.hibernate.annotations.SQLUpdate
-
An
Expectation
class used to verify that the operation was successful. - verifyFlushState(Object, Object[], Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Verify the natural-id value(s) we are about to flush to the database
- verifyHasNaturalId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- verifyInsertTypesMatch(List<SqmPath<?>>, List<? extends SqmTypedNode<?>>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- verifyOutcome(int, PreparedStatement, int, String) - Method in class org.hibernate.jdbc.Expectation.None
- verifyOutcome(int, PreparedStatement, int, String) - Method in class org.hibernate.jdbc.Expectation.OutParameter
- verifyOutcome(int, PreparedStatement, int, String) - Method in class org.hibernate.jdbc.Expectation.RowCount
- verifyOutcome(int, PreparedStatement, int, String) - Method in interface org.hibernate.jdbc.Expectation
-
Perform verification of the outcome of the JDBC operation based on the type of expectation defined, after execution of the given
PreparedStatement
. - verifyStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- version() - Element in annotation interface org.hibernate.bytecode.enhance.spi.EnhancementInfo
-
The Hibernate version used for enhancement.
- Version - Class in org.hibernate
-
Information about the version of Hibernate.
- VERSION - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
-
Optimistic locking using a dedicated timestamp column or version column.
- VERSION - Enum constant in enum class org.hibernate.engine.OptimisticLockStyle
-
Optimistic locking via a dedicated version or timestamp column.
- VERSION - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- VERSION_6 - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
-
Use a time-based generation strategy consistent with RFC 4122 version 6.
- VERSION_7 - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
-
Use a time-based generation strategy consistent with RFC 4122 version 7.
- VERSION_COLUMN_ALIAS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
- VERSION_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
- VersionAttributeSource - Interface in org.hibernate.boot.model.source.spi
- versioned() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- versioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- versioned(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- versioned(boolean) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- VersionJavaType<T> - Interface in org.hibernate.type.descriptor.java
-
Additional contract for types which may be used to version (and optimistic lock) data.
- VersionMismatchException - Exception in org.hibernate.bytecode.enhance
-
Indicates that the version of Hibernate used to enhance a class is different from the version being used at runtime.
- VersionMismatchException(TypeDescription, String, String) - Constructor for exception org.hibernate.bytecode.enhance.VersionMismatchException
- VersionValue - Class in org.hibernate.engine.spi
-
A strategy for determining if a version value is a version of a new transient instance or a previously persistent transient instance.
- VersionValue() - Constructor for class org.hibernate.engine.spi.VersionValue
- VersionValue(Object) - Constructor for class org.hibernate.engine.spi.VersionValue
-
Assume the transient instance is newly instantiated if its version is null or equal to
value
- VERT_X - Enum constant in enum class org.hibernate.dialect.PostgreSQLDriverKind
- View - Annotation Interface in org.hibernate.annotations
-
Maps an entity to a database view.
- VIEW - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- ViolatedConstraintNameExtractor - Interface in org.hibernate.exception.spi
-
An object that can extract the name of a violated database constraint from a
SQLException
that results from the constraint violation. - VIRTUAL - Enum constant in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
-
Composite identifier defined with multiple
Id
mappings. - VirtualModelPart - Interface in org.hibernate.metamodel.mapping
-
Marker interface for parts of the application domain model that do not actually exist in the model classes.
- VirtualTableGroup - Interface in org.hibernate.sql.ast.tree.from
-
Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL.
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
- visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitAny(SqmAny<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitAny(Any) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitAny(Any) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitArchive(ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptor
-
Perform visitation using the given context
- visitArithmeticOperand(Expression) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitArithmeticOperand(Expression) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitArithmeticOperand(Expression) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitArithmeticOperand(Expression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitArithmeticOperand(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitAssignment(SqmAssignment<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitAssignment(Assignment) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitAsWrapperExpression(AsWrapperSqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitAsWrapperExpression(AsWrapperSqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitAsWrapperExpression(AsWrapperSqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Visit the mappings, but limited to just attributes defined in the targetType or its super-type(s) if any.
- visitAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitAttributes(Consumer<? super PersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- visitAttributes(Consumer<? super PersistentAttribute<? super T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- visitBagJoin(SqmBagJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitBetweenPredicate(SqmBetweenPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitBetweenPredicate(BetweenPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitBindings(BiConsumer<? super QueryParameter<?>, ? super QueryParameterBinding<?>>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
- visitBindings(BiConsumer<JdbcParameter, JdbcParameterBinding>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitByUnit(SqmByUnit) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCallableQueryMementos(Consumer<NamedCallableQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCaseSearchedExpression(CaseSearchedExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCaseSearchedExpression(CaseSearchedExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCaseSimpleExpression(CaseSimpleExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCaseSimpleExpression(CaseSimpleExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCastTarget(SqmCastTarget<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCastTarget(SqmCastTarget<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCastTarget(SqmCastTarget<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCastTarget(CastTarget) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitCastTarget(CastTarget) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCastTarget(CastTarget) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCoalesce(SqmCoalesce<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCollation(SqmCollation) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCollation(Collation) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitColumnReference(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitColumnReference(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitColumnReference(ColumnReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- visitColumnReferences(Consumer<ColumnReference>) - Method in interface org.hibernate.sql.ast.tree.update.Assignable
- visitColumnWriteFragment(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitColumnWriteFragment(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitColumnWriteFragment(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitColumnWriteFragment(ColumnWriteFragment) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitComparisonPredicate(SqmComparisonPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitConflictClause(SqmConflictClause<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitConflictClause(SqmConflictClause<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitConflictClause(SqmConflictClause<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitConflictClause(ConflictClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitConversion(Conversion) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCorrelatedBagJoin(SqmCorrelatedBagJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedCrossJoin(SqmCorrelatedCrossJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedEntityJoin(SqmCorrelatedEntityJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedListJoin(SqmCorrelatedListJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedMapJoin(SqmCorrelatedMapJoin<?, ?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedPluralPartJoin(SqmCorrelatedPluralPartJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedRoot(SqmCorrelatedRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedRootJoin(SqmCorrelatedRootJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedSetJoin(SqmCorrelatedSetJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelatedSingularJoin(SqmCorrelatedSingularJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelation(SqmCorrelation<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCorrelation(SqmCorrelation<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCorrelation(SqmCorrelation<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCrossJoin(SqmCrossJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCrossJoin(SqmCrossJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCrossJoin(SqmCrossJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCteContainer(SqmCteContainer) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCteContainer(CteContainer) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitCteContainer(CteContainer) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCteDefinition(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCteObject(CteObject) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCteStatement(SqmCteStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitCustomTableDelete(TableDeleteCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCustomTableDelete(TableDeleteCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCustomTableDelete(TableDeleteCustomSql) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCustomTableDelete(TableDeleteCustomSql) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCustomTableInsert(TableInsertCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCustomTableInsert(TableInsertCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCustomTableInsert(TableInsertCustomSql) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCustomTableInsert(TableInsertCustomSql) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCustomTableUpdate(TableUpdateCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitCustomTableUpdate(TableUpdateCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitCustomTableUpdate(TableUpdateCustomSql) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitCustomTableUpdate(TableUpdateCustomSql) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitCycleColumns(CteTable, List<JpaCteCriteriaAttribute>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Visit attributes defined on this class - do not visit attributes defined on the super
- visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitDeclaredAttributes(Consumer<? super PersistentAttribute<J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- visitDeclaredAttributes(Consumer<? super PersistentAttribute<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- visitDecodeCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitDeleteStatement(SqmDeleteStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitDeleteStatement(DeleteStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitDiscriminatorFetch(EntityResultGraphNode) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- visitDiscriminatorPath(DiscriminatorSqmPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitDiscriminatorPath(DiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitDiscriminatorPath(DiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitDistinct(SqmDistinct<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitDistinct(SqmDistinct<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitDistinct(SqmDistinct<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitDistinct(Distinct) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitDuration(Duration) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitDurationUnit(SqmDurationUnit<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitDurationUnit(SqmDurationUnit<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitDurationUnit(SqmDurationUnit<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitDurationUnit(DurationUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitElements(CE, Consumer<? super E>) - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
Visit the elements of the collection
- visitElements(Collection<E>, Consumer<? super E>) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
- visitElements(MKV, Consumer<? super V>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
- visitElements(SE, Consumer<? super E>) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
- visitEmbeddableDiscriminatorFetch(EmbeddableResultGraphNode, boolean) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- visitEmbeddableTypeLiteral(EmbeddableTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitEmbeddableTypeLiteral(EmbeddableTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitEmbeddableTypeLiteral(EmbeddableTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitEmbeddableTypeLiteral(EmbeddableTypeLiteral) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitEmbeddableTypeLiteral(EmbeddableTypeLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitEmbeddableTypeLiteralExpression(SqmLiteralEmbeddableType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitEmbeddableTypeLiteralExpression(SqmLiteralEmbeddableType<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitEmbeddableTypeLiteralExpression(SqmLiteralEmbeddableType<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitEntityNameResolvers(Consumer<EntityNameResolver>) - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
- visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitEntityTypeLiteral(EntityTypeLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitEntries(MKV, BiConsumer<? super K, ? super V>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
- visitEntries(MKV, BiConsumer<? super K, ? super V>) - Method in interface org.hibernate.collection.spi.MapSemantics
- visitEnumLiteral(SqmEnumLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitEnumLiteral(SqmEnumLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitEnumLiteral(SqmEnumLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitEvery(SqmEvery<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitEvery(Every) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitExistsPredicate(SqmExistsPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitExistsPredicate(ExistsPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitExtractUnit(SqmExtractUnit<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitExtractUnit(SqmExtractUnit<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitExtractUnit(SqmExtractUnit<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitExtractUnit(ExtractUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitFetchables(int, IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- visitFetchBuilders(BiConsumer<Fetchable, FetchBuilder>) - Method in interface org.hibernate.query.results.FetchBuilder
- visitFetchBuilders(BiConsumer<Fetchable, FetchBuilder>) - Method in interface org.hibernate.query.results.ResultBuilder
- visitFetches(FetchParent) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFetches(FetchParent) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
-
Visit fetches for the given parent.
- visitFetchExpression(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFieldLiteral(SqmFieldLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFieldLiteral(SqmFieldLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFieldLiteral(SqmFieldLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitFilterPredicate(FilterPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitFkExpression(SqmFkExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFormat(SqmFormat) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitFormat(Format) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitForUpdateClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitFromClause(SqmFromClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitFromClause(FromClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitFullyQualifiedClass(Class<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFullyQualifiedClass(Class<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFullyQualifiedClass(Class<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitFunction(SqmFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitFunctionPath(SqmFunctionPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitFunctionPath(SqmFunctionPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitFunctionPath(SqmFunctionPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
- visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitFunctionTableReference(FunctionTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitGroupByClause(List<SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitGroupByClause(QuerySpec, SelectItemReferenceStrategy) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitGroupedPredicate(SqmGroupedPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitGroupedPredicate(GroupedPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitHavingClause(SqmPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitHavingClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
- visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- visitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitIdentifierFetch(EntityResultGraphNode) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIdentifierFetch(EntityResultGraphNode) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitInArrayPredicate(InArrayPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitInListPredicate(SqmInListPredicate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitInListPredicate(InListPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitInsertionTargetPaths(BiConsumer<Assignable, List<ColumnReference>>, SqmInsertStatement<?>, EntityPersister, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitInsertionTargetPaths(Consumer<SqmPath<?>>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- visitInsertionTargetPaths(Consumer<SqmPath<?>>) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
- visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitInsertSource(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitInsertSource(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitInsertSource(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitInsertStatement(InsertSelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitInsertStatementEmulateMerge(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitInSubQueryPredicate(InSubQueryPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitIsNullPredicate(SqmNullnessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitIsTruePredicate(SqmTruthnessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitJdbcLiteral(JdbcLiteral<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitJdbcParameters(Consumer<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
- visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
-
This is called while performing an in-flight parameter collection of parameters for
CommonAbstractCriteria.getParameters()
. - visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitJunction(Junction) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitJunctionPredicate(SqmJunctionPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitKeyFetchables(int, IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- visitKeyFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- visitKeyFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitKeyFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- visitKeyFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- visitKeyFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitKeyFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
- visitKeys(MKV, Consumer<? super K>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
- visitKeys(MKV, Consumer<? super K>) - Method in interface org.hibernate.collection.spi.MapSemantics
- visitKeySelectables(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- visitKeySelectables(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- visitLegacyFetchBuilders(Consumer<LegacyFetchBuilder>) - Method in interface org.hibernate.query.results.ResultSetMapping
-
Visit the "legacy" fetch builders.
- visitLikePredicate(SqmLikePredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitLikePredicate(LikePredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitListJoin(SqmListJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitLiteral(SqmLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitLiteral(SqmLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitLiteral(SqmLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitMapJoin(SqmMapJoin<?, ?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitMemberOfPredicate(SqmMemberOfPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Visit details about each table for this entity, using "mutability ordering".
- visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- visitNamedExpression(SqmNamedExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitNamedExpression(SqmNamedExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitNamedExpression(SqmNamedExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition<?>>) - Method in interface org.hibernate.boot.Metadata
-
Visit all named HQL query definitions
- visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition<?>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition<?>>) - Method in interface org.hibernate.boot.Metadata
-
Visit all named native query definitions
- visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition<?>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- visitNamedParameterExpression(SqmNamedParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitNamedParameterExpression(SqmNamedParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitNamedParameterExpression(SqmNamedParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitNamedParameterExpression(SqmNamedParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in interface org.hibernate.boot.Metadata
-
Visit all named callable query definitions
- visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in interface org.hibernate.boot.Metadata
-
Visit all named SQL result set mapping definitions
- visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
- visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitNamedTableReference(NamedTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitNativeQueryMementos(Consumer<NamedNativeQueryMemento<?>>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- visitNegatedPredicate(SqmNegatedPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitNegatedPredicate(NegatedPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitNestedColumnReference(NestedColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitNestedColumnReference(NestedColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitNestedColumnReference(NestedColumnReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitNestedColumnReference(NestedColumnReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitNestedFetches(FetchParent) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- visitNestedTopLevelPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitNestedTopLevelPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- visitNestedTopLevelPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitNullnessPredicate(NullnessPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitOffsetExpression(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitOffsetFetchClause(QueryPart) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitOnDuplicateKeyConflictClause(ConflictClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOptionalTableUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOptionalTableUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitOptionalTableUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitOptionalTableUpdate(OptionalTableUpdate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitOrderBy(List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOrderByClause(SqmOrderByClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitOrderByOffsetAndFetch(SqmQueryPart<?>, QueryPart) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitOver(SqmOver<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitOver(Over<?>) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitOver(Over<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitOverClause(List<Expression>, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOverClause(List<Expression>, List<SortSpecification>, FrameMode, FrameKind, Expression, FrameKind, Expression, FrameExclusion, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOverflow(SqmOverflow<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitOverflow(Overflow) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitParameter(JdbcParameter) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitParameterAsParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitParameters(Consumer<QueryParameter<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- visitPartitionByClause(List<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitPartitionExpressions(List<Expression>, Function<Expression, Expression>, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitPartitionExpressions(List<Expression>, SelectItemReferenceStrategy) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQualifiedCteJoin(SqmCteJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQualifiedCteJoin(SqmCteJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQualifiedCteJoin(SqmCteJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQualifiedEntityJoin(SqmEntityJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQualifiedEntityJoin(SqmEntityJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQualifiedEntityJoin(SqmEntityJoin<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQualifiedFunctionJoin(SqmFunctionJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQualifiedFunctionJoin(SqmFunctionJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQualifiedFunctionJoin(SqmFunctionJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQueryGroup(SqmQueryGroup<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitQueryGroup(QueryGroup) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitQueryLiteral(QueryLiteral<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
- visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitQueryPartTableReference(QueryPartTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Visit each "query space" for the mapped entity.
- visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.persister.entity.EntityPersister
- visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.dialect.sql.ast.SybaseSqmToSqlAstConverter
- visitQuerySpec(SqmQuerySpec<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.PostgreSQLSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitQuerySpec(QuerySpec) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- visitRecursivePath(Expression, int) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitRecursivePath(Expression, int) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- visitRecursivePath(Expression, int) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitRecursivePath(Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
Renders the recursive path, possibly wrapping a cast expression around it, to make sure a type with proper size is chosen.
- visitRegisteredComponents(Consumer<Component>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- visitRegisteredComponents(Consumer<Component>) - Method in interface org.hibernate.boot.spi.MetadataImplementor
- visitRegistrations(Consumer<QueryParameter<?>>) - Method in interface org.hibernate.query.ParameterMetadata
-
General purpose visitation using functional
- visitRegistrations(Consumer<QueryParameter<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitRelationalPredicate(ComparisonPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in interface org.hibernate.query.results.ResultSetMapping
-
Visit each result builder
- visitResultSetMappingMementos(Consumer<NamedResultSetMappingMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- visitReturningColumns(Supplier<List<ColumnReference>>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitReturningColumns(List<ColumnReference>) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitReturningColumns(List<ColumnReference>) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitReturningColumns(List<ColumnReference>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitReturningInsertStatement(TableInsertStandard) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
-
Deprecated, for removal: This API element is subject to removal in a future version.
- visitReusablePaths(Consumer<SqmPath<?>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- visitReusablePaths(Consumer<SqmPath<?>>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
-
Visit each reusable path relative to this path
- visitRootCte(SqmCteRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitRootCte(SqmCteRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitRootCte(SqmCteRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitRootDerived(SqmDerivedRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitRootDerived(SqmDerivedRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitRootDerived(SqmDerivedRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitRootFunction(SqmFunctionRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitRootFunction(SqmFunctionRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitRootFunction(SqmFunctionRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitRootPath(SqmRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitRootPath(SqmRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitRootPath(SqmRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitRoots(Consumer<SqmRoot<?>>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
-
Visit the domain roots
- visitRoots(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- visitSearchBySpecifications(CteTable, List<JpaSearchOrder>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitSelectClause(SqmSelectClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSelectClause(SelectClause) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- visitSelectClause(SelectClause) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSelectClause(SelectClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSelection(SqmSelection<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSelectQuery(SqmSelectQuery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSelectStatement(SqmSelectStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSelectStatement(SelectStatement) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSelectStatement(SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSelfRenderingExpression(SelfRenderingExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSetAssignment(Assignment) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitSetAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSetAssignmentEmulateJoin(Assignment, UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSetClause(SqmSetClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSetJoin(SqmSetJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSetReturningFunction(SqmSetReturningFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSetReturningFunction(SqmSetReturningFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSetReturningFunction(SqmSetReturningFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSetReturningFunction(SqmSetReturningFunction<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitSingularJoin(SqmSingularJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitSortSpecification(SqmSortSpecification) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- visitSortSpecification(Expression, SortDirection, Nulls, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSortSpecification(SortSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSortSpecifications(Consumer<SortSpecification>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSqlSelectExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSqlSelection(SqlSelection) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSqlSelection(SqlSelection) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSqlSelectionExpression(SqlSelectionExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitSqlSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSqmJoins(Consumer<SqmJoin<R, ?>>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
Visit all associated joins
- visitSqmJoins(Consumer<SqmJoin<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- visitSqmQueryMementos(Consumer<NamedSqmQueryMemento<?>>) - Method in interface org.hibernate.query.named.NamedObjectRepository
- visitStandardConflictClause(ConflictClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitStandardTableDelete(TableDeleteStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitStandardTableDelete(TableDeleteStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitStandardTableDelete(TableDeleteStandard) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitStandardTableDelete(TableDeleteStandard) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitStandardTableInsert(TableInsertStandard) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitStandardTableUpdate(TableUpdateStandard) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitStar(SqmStar) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitStar(SqmStar) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitStar(SqmStar) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitStar(Star) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitStar(Star) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitSubQueryExpression(SqmSubQuery<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSubQueryExpression(SqmSubQuery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSubQueryExpression(SqmSubQuery<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
-
Visit each of this selectable's direct sub-selectables - used to support JPA's
Selection
model (which is really a "selectable", just poorly named and poorly defined - visitSubTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Walk this type's attributes as well as its subtypes
- visitSubTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitSummarization(SqmSummarization<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitSummarization(Summarization) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Walk this type's attributes as well as its super-type's
- visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitTableGroup(TableGroup) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- visitTableGroups(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- visitTableJoins(Consumer<TableJoin>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitTableReferenceJoin(TableReferenceJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitTableReferences(Consumer<TableReference>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- visitTargetSelectables(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- visitTargetSelectables(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
- visitTerminal(TerminalNode) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
- visitThruthnessPredicate(ThruthnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitThruthnessPredicate(ThruthnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitThruthnessPredicate(ThruthnessPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitThruthnessPredicate(ThruthnessPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitToDuration(SqmToDuration<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitToDuration(SqmToDuration<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitToDuration(SqmToDuration<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitTreatedPath(SqmTreatedPath<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitTreatedPath(SqmTreatedPath<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitTreatedPath(SqmTreatedPath<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitTrimSpecification(SqmTrimSpecification) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitTrimSpecification(TrimSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitTuple(SqmTuple<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitTuple(SqmTuple<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitTuple(SqmTuple<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitTuple(SqlTuple) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitUnaryOperationExpression(UnaryOperation) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitUpdateStatement(SqmUpdateStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitUpdateStatement(SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitUpdateStatement(SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitUpdateStatement(UpdateStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitUpdateStatementEmulateInlineView(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitUpdateStatementEmulateMerge(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitUpdateStatementEmulateTupleSet(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.H2SqlAstTranslator
- visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitValues(SqmValues) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitValues(SqmValues) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitValues(SqmValues) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitValuesList(List<Values>) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitValuesList(List<Values>) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitValuesList(List<Values>) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitValuesList(List<Values>) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitValuesList(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitValuesListEmulateSelectUnion(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitValuesListStandard(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.sql.ast.HANASqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
- visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
- visitValuesTableReference(ValuesTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
- visitWhereClause(SqmWhereClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitWhereClause(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- visitWindow(SqmWindow) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
- visitWindow(SqmWindow) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
-
Visits the given node with the given inferred type access.
- VM - Enum constant in enum class org.hibernate.annotations.SourceType
-
Indicates that values are generated in the Java virtual machine.
W
- WAIT_FOREVER - Static variable in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.This, and the other constants on this class, will be removed.
- WAIT_FOREVER - Static variable in interface org.hibernate.Timeouts
-
Indicates that there is no timeout for the lock acquisition, that is, that the database should in principle wait forever to obtain the lock.
- WAIT_FOREVER_MILLI - Static variable in interface org.hibernate.Timeouts
-
Raw magic millisecond value for Timeouts.WAIT_FOREVER
- walkWarnings(SQLWarning, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Generic algorithm to walk the hierarchy of SQLWarnings
- WARN_NAME - Static variable in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
- WARNING - Enum constant in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
-
Deprecated.Log a warning when an immutable entity is affected by a bulk update or delete statement.
- WARNING_LOG - Static variable in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
- WarningHandlerLoggingSupport() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
- wasDereferenced() - Method in class org.hibernate.engine.spi.CollectionEntry
- wasFailure() - Method in interface org.hibernate.Transaction
-
Was this transaction a failure? Here we consider a successful rollback, a failed commit, or a failed rollback to amount to transaction failure.
- wasInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- wasInitialized() - Method in interface org.hibernate.collection.spi.LazyInitializable
-
Is this instance initialized?
- wasInsertedDuringTransaction(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Allows callers to check to see if the identified entity was inserted during the current transaction.
- wasJpaBootstrap(boolean) - Method in interface org.hibernate.event.service.spi.JpaBootstrapSensitive
-
Deprecated.
- wasLockedConcurrently() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
Returns true if this Lock has been concurrently locked by more than one transaction.
- wasStarted() - Method in interface org.hibernate.Transaction
-
Was this transaction already started?
- wasSuccessful() - Method in interface org.hibernate.Transaction
-
Was this transaction already successfully committed?
- weaker(EntityNameUse) - Method in class org.hibernate.persister.entity.EntityNameUse
- weaker(EntityNameUse.UseKind) - Method in enum class org.hibernate.persister.entity.EntityNameUse.UseKind
- WEEK - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Week, defined to mean 7 days when it occurs as a unit of duration, or to mean the ISO ISO-8601 week number when passed to
extract()
. - WEEK_OF_MONTH - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
The week of the month, where the first day of the month is in week 1, and a new week starts each Sunday.
- WEEK_OF_YEAR - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
The week of the year, where the first day of the year is in week 1, and a new week starts each Sunday.
- week_weekofyear() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- weekQuarter() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- when(C, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- when(C, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- when(Expression<? extends C>, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- when(Expression<? extends C>, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
- when(Expression<? extends T>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- when(Expression<? extends T>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- when(Expression<Boolean>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- when(Expression<Boolean>, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
- when(Expression<Boolean>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- when(Expression<Boolean>, T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
- when(SqmExpression<? extends T>, SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- when(SqmPredicate, SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- when(Expression, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- when(Predicate, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- when(T, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- when(T, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- WhenFragment(SqmExpression<T>, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
- WhenFragment(SqmPredicate, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
- WhenFragment(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
- WhenFragment(Predicate, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
- where(Expression<Boolean>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Modify the update query to restrict the target of the update according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- where(Predicate...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaConflictUpdateAction
-
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- where(Predicate...) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- where(Predicate...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- where(Predicate...) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- where(List<Predicate>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- where(List<Predicate>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- where(List<Predicate>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- where(List<Predicate>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- WHERE - Enum constant in enum class org.hibernate.query.sqm.tree.from.DowncastLocation
- WHERE - Enum constant in enum class org.hibernate.sql.ast.Clause
- whereClauseContains(NavigablePath, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- WhereRestrictable - Interface in org.hibernate.metamodel.mapping
-
Things which can have
SQLRestriction
declarations - entities and collections - WHITESPACE - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- WINDOW - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
- windowFunction(String, Class<T>, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a generic window function expression that will be applied over the specified
window
. - windowFunction(String, Class<T>, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- WindowFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
-
Models a window function expression at the SQL AST level.
- windowFunctions() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- with(AbstractQuery<T>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- with(AbstractQuery<T>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Registers the given
CriteriaQuery
and returns aJpaCteCriteria
, which can be used for querying. - with(AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- with(AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- with(EntityGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
- with(EntityGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
- with(EntityGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
- with(EntityGraph<T>, GraphSemantic) - Method in interface org.hibernate.IdentifierLoadAccess
-
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
- with(EntityGraph<T>, GraphSemantic) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
- with(EntityGraph<T>, GraphSemantic) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
- with(EntityGraph<T>, GraphSemantic) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
- with(EntityGraph<T>, GraphSemantic) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
- with(Timeout) - Method in interface org.hibernate.IdentifierLoadAccess
-
Specify the timeout to use when querying the database.
- with(Timeout) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Specify the timeout to use when querying the database.
- with(Timeout) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Specify the timeout to use when querying the database.
- with(Timeout) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Specify the timeout to use when querying the database.
- with(Timeout) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Specify the timeout to use when querying the database.
- with(String, AbstractQuery<T>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- with(String, AbstractQuery<T>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Like
JpaCteContainer.with(AbstractQuery)
but assigns an explicit CTE name. - with(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- with(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- with(CacheMode) - Method in interface org.hibernate.IdentifierLoadAccess
-
Specify the
CacheMode
to use when obtaining an entity. - with(CacheMode) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Specify the
CacheMode
to use when obtaining an entity. - with(CacheMode) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Specify the
CacheMode
to use when obtaining an entity. - with(LockMode) - Method in interface org.hibernate.IdentifierLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode, PessimisticLockScope) - Method in interface org.hibernate.IdentifierLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode, PessimisticLockScope) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode, PessimisticLockScope) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode, PessimisticLockScope) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockMode, PessimisticLockScope) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Specify the lock mode to use when querying the database.
- with(LockOptions) - Method in interface org.hibernate.IdentifierLoadAccess
-
Deprecated, for removal: This API element is subject to removal in a future version.
- with(LockOptions) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Deprecated, for removal: This API element is subject to removal in a future version.
- with(LockOptions) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Deprecated, for removal: This API element is subject to removal in a future version.
- with(LockOptions) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Deprecated, for removal: This API element is subject to removal in a future version.
- with(LockOptions) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Deprecated, for removal: This API element is subject to removal in a future version.
- WITH - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
-
Aggregate only unique keys.
- WITH - Enum constant in enum class org.hibernate.sql.ast.Clause
-
The clause containing CTEs
- WITH - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonObjectAggUniqueKeysBehavior
- WITH_CONDITIONAL_WRAPPER - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
-
Only use an array wrapper in the result if there is more than one result.
- WITH_CONDITIONAL_WRAPPER - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
- WITH_WRAPPER - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
-
Force the array wrapper in the result.
- WITH_WRAPPER - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
- withBatchSize(int) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Specify a batch size, that is, how many entities should be fetched in each request to the database.
- withBatchSize(int) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Specify a batch size, that is, how many entities should be fetched in each request to the database.
- withCharset(String) - Static method in class org.hibernate.boot.model.naming.NamingHelper
- withConditionalWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- withConditionalWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.WrapMode.WITH_CONDITIONAL_WRAPPER
for this json query expression. - withConditionalWrapper() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- withDataSource(DataSource) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
-
Allows passing in a DataSource (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
- withDefaults(QualifiedName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Apply default catalog and schema, if necessary, to the given name.
- withDefaults(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Apply default catalog and schema, if necessary, to the given name.
- withDefaults(QualifiedTableName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Apply default catalog and schema, if necessary, to the given name.
- withFetchGraph(EntityGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
-
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
- withFetchGraph(EntityGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
- withFetchGraph(EntityGraph<T>) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
- withFetchGraph(EntityGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
- withFetchGraph(EntityGraph<T>) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
- WITHIN_GROUP - Enum constant in enum class org.hibernate.sql.ast.Clause
- withInternal(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- withInternal(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- withInternal(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- withInternal(String, AbstractQuery<X>, boolean, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- withInternal(String, AbstractQuery<X>, boolean, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- withInternal(String, AbstractQuery<X>, boolean, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- withKey(List<Comparable<?>>, KeyedPage.KeyInterpretation) - Method in class org.hibernate.query.KeyedPage
-
Attach the given key to the specification of this page, with the given interpretation.
- withKeySelectionMapping(ManagedMappingType, TableGroupProducer, IntFunction<SelectableMapping>, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor.
- withLoadGraph(EntityGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
-
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
- withLoadGraph(EntityGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
- withLoadGraph(EntityGraph<T>) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
- withLoadGraph(EntityGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
- withLoadGraph(EntityGraph<T>) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
- withName(String) - Method in class org.hibernate.sql.ast.tree.cte.CteTable
- withNestedFetchParent(FetchParent, Function<FetchParent, R>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- withNestedFetchParent(FetchParent, Function<FetchParent, R>) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
- withNullsFirst() - Method in interface org.hibernate.query.Order
- withNullsLast() - Method in interface org.hibernate.query.Order
- withOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- withOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Obtain a session builder for creating new instances of
Session
with certain customized options. - withOptions() - Method in interface org.hibernate.SessionFactory
-
Obtain a session builder for creating new instances of
Session
with certain customized options. - WITHOUT - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
-
Aggregate duplicate keys without failing.
- WITHOUT - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonObjectAggUniqueKeysBehavior
- WITHOUT_WRAPPER - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
-
Omit the array wrapper in the result.
- WITHOUT_WRAPPER - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
- withoutWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- withoutWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.WrapMode.WITHOUT_WRAPPER
for this json query expression. - withoutWrapper() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- withParameterRenderingMode(SqlAstNodeRenderingMode, Runnable) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- withReadOnly(boolean) - Method in interface org.hibernate.IdentifierLoadAccess
-
Specify whether the entity should be loaded in read-only mode.
- withReadOnly(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Specify whether the entities should be loaded in read-only mode.
- withRecursiveUnionAll(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- withRecursiveUnionAll(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Allows to register a recursive CTE.
- withRecursiveUnionAll(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- withRecursiveUnionAll(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- withRecursiveUnionAll(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- withRecursiveUnionAll(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Like
JpaCteContainer.withRecursiveUnionAll(AbstractQuery, Function)
but assigns an explicit CTE name. - withRecursiveUnionAll(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- withRecursiveUnionAll(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- withRecursiveUnionDistinct(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- withRecursiveUnionDistinct(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Allows to register a recursive CTE.
- withRecursiveUnionDistinct(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- withRecursiveUnionDistinct(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- withRecursiveUnionDistinct(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- withRecursiveUnionDistinct(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
-
Like
JpaCteContainer.withRecursiveUnionDistinct(AbstractQuery, Function)
but assigns an explicit CTE name. - withRecursiveUnionDistinct(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- withRecursiveUnionDistinct(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- withRowNumbering(QueryPart, boolean, Runnable) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- withStatelessOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- withStatelessOptions() - Method in interface org.hibernate.SessionFactory
-
Obtain a
StatelessSession
builder. - withTargetPart(ValuedModelPart) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Return a copy of this foreign key descriptor with the target part as given by the argument.
- withValidatorFactory(Object) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
-
Allows passing in a Java EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
- withWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- withWrapper() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.WrapMode.WITH_WRAPPER
for this json query expression. - withWrapper() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- Work - Interface in org.hibernate.jdbc
-
A discrete piece of work making use of a JDBC connection.
- WorkExecutor<T> - Class in org.hibernate.jdbc
-
A visitor used for executing a discrete piece of work encapsulated in a
Work
orReturningWork
instance. - WorkExecutor() - Constructor for class org.hibernate.jdbc.WorkExecutor
- WorkExecutorVisitable<T> - Interface in org.hibernate.jdbc
-
This interface provides a way to execute unrelated "work" objects using polymorphism.
- workWithClassLoader(ClassLoaderService.Work<T>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
- wrap(CE, CollectionPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.CollectionSemantics
-
Wrap a raw collection in wrapper
- wrap(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- wrap(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- wrap(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- wrap(Expression<Boolean>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- wrap(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- wrap(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Wrap the given blob in a serializable wrapper.
- wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Wrap the given clob in a serializable wrapper.
- wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Wrap the given nclob in a serializable wrapper.
- wrap(Map<?, ?>) - Static method in class org.hibernate.jpa.HibernatePersistenceProvider
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ArrayType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.BagType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
-
Wrap the naked collection instance in a wrapper, or instantiate a holder.
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomCollectionType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.IdentifierBagType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ListType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.MapType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SetType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedMapType
- wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedSetType
- wrap(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Wrap an instance of a collection
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Wrap a value as our handled Java type.
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.YearJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- WRAP_ALL_PARAMETERS - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
-
Wrap all nested parameters with a database specific wrapping strategy, defaulting to wrapping via a subquery e.g.
- wrapInJdbcEscape(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- wrapMergeSourceExpression() - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
- wrapMode() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
wrapMode
record component. - wrapMode() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns the value of the
wrapMode
record component. - Wrapped - Interface in org.hibernate.service.spi
-
Optional contract for services that wrap stuff that to which it is useful to have access.
- WrappedBlob - Interface in org.hibernate.engine.jdbc.proxy
-
Contract for
Blob
wrappers. - WrappedClob - Interface in org.hibernate.engine.jdbc.proxy
-
Contract for
Clob
wrappers. - WrappedNClob - Interface in org.hibernate.engine.jdbc.proxy
-
Contract for
NClob
wrappers. - WRAPPER_ARRAY_HANDLING - Static variable in interface org.hibernate.cfg.MappingSettings
-
Configurable control over how to handle
Byte[]
andCharacter[]
types encountered in the application domain model. - WrapperArrayHandling - Enum Class in org.hibernate.type
-
Possible options for how to handle
Byte[]
andCharacter[]
basic mappings encountered in the application domain model. - wrapperEquivalent(Class<?>) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
- WrapperOptions - Interface in org.hibernate.type.descriptor
-
Options for binding values to and extracting values from JDBC prepared statements and result sets.
- wrapTopLevelSelectionExpression(Expression) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- wrapTopLevelSelectionExpression(Expression) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Wraps the top level selection expression to be able to read values with this JdbcType's ValueExtractor.
- wrapWriteExpression(String, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Wraps the write expression to be able to write values with this JdbcType's ValueBinder.
- writable() - Element in annotation interface org.hibernate.annotations.Generated
-
Determines if the value currently assigned to the annotated property is included in SQL
insert
andupdate
statements. - write() - Element in annotation interface org.hibernate.annotations.ColumnTransformer
-
A custom SQL expression used to write to the column.
- write() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
-
Called by any writer method of the collection interface
- WRITE - Enum constant in enum class org.hibernate.LockMode
-
An exclusive write lock.
- writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeByte(Object, String, byte, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeByte(Object, String, byte, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeChar(Object, String, char, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeChar(Object, String, char, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeDouble(Object, String, double, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeDouble(Object, String, double, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeExternal(ObjectOutput) - Method in class org.hibernate.engine.spi.ExecutableList
-
Write this list out to the given stream as part of serialization
- writeFloat(Object, String, float, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeFloat(Object, String, float, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeInt(Object, String, int, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeInt(Object, String, int, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeLock() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- writeLong(Object, String, long, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeLong(Object, String, long, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writeObject(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeObject(Object, String, Object, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- writePropertyValue() - Method in interface org.hibernate.generator.OnExecutionGenerator
-
Determines if the property values are written to JDBC as the argument of a JDBC
?
parameter. - writePropertyValue() - Method in class org.hibernate.id.NativeGenerator
- writePropertyValue() - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
- writeReplace() - Method in interface org.hibernate.proxy.HibernateProxy
-
Perform serialization-time write-replacement of this proxy.
- writeReplace() - Method in class org.hibernate.proxy.map.MapProxy
- writeShort(Object, String, short, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- writeShort(Object, String, short, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
- WrongClassException - Exception in org.hibernate
-
Thrown when loading an entity (by identifier) results in a value that cannot be treated as the subclass type requested by the caller.
- WrongClassException(String, Object, String) - Constructor for exception org.hibernate.WrongClassException
-
Constructs a
WrongClassException
using the supplied information. - WrongClassException(String, Object, String, Object) - Constructor for exception org.hibernate.WrongClassException
X
- XML - Enum constant in enum class org.hibernate.query.sqm.CastType
- XML - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Indicates that the argument should be a XML type
- XML_ARRAY - Static variable in class org.hibernate.type.SqlTypes
-
A type code for an array of xml objects.
- XML_FORMAT_MAPPER - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies a
FormatMapper
used for XML serialization and deserialization, either: an instance ofFormatMapper
, aClass
representing a class that implementsFormatMapper
, the name of a class that implementsFormatMapper
, or one of the shorthand constantsjackson
orjaxb
. - XML_FORMAT_MAPPER_LEGACY_FORMAT - Static variable in interface org.hibernate.cfg.MappingSettings
-
Specifies whether to use the legacy provider specific and non-portable XML format for collections and byte arrays for XML serialization/deserialization.
- XML_FUNCTIONS_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
-
Boolean setting to control if the use of tech preview XML functions in HQL is enabled.
- XML_MAPPING_ENABLED - Static variable in interface org.hibernate.cfg.MappingSettings
-
Whether XML mappings should be processed.
- XML_PROCESS_LOGGER - Static variable in interface org.hibernate.boot.models.xml.XmlProcessLogging
- xmlagg() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlagg() function
- xmlagg(JpaOrder, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- xmlagg(JpaOrder, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlagg(JpaOrder, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlagg(JpaOrder, JpaPredicate, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- xmlagg(JpaOrder, JpaPredicate, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlagg(JpaOrder, JpaPredicate, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlagg(JpaOrder, JpaPredicate, JpaWindow, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
xmlagg
ordered set-aggregate function expression. - xmlagg(JpaOrder, JpaPredicate, JpaWindow, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlagg(JpaOrder, JpaPredicate, JpaWindow, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlagg(JpaOrder, JpaWindow, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- xmlagg(JpaOrder, JpaWindow, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlagg(JpaOrder, JpaWindow, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlagg_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlagg() function
- XmlAggFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlagg function.
- XmlAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlAggFunction
- XmlAnnotations - Interface in org.hibernate.boot.models
- XmlArrayBinder(JavaType<X>, XmlArrayJdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType.XmlArrayBinder
- XmlArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
XML_ARRAY
and the XML ARRAY SQL data type. - XmlArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- XmlArrayJdbcType.XmlArrayBinder<X> - Class in org.hibernate.type.descriptor.jdbc
- XmlArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
-
Factory for
XmlArrayJdbcType
. - XmlArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcTypeConstructor
- XmlAsStringArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
XML_ARRAY
and the XML ARRAY SQL data type. - XmlAsStringArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- XmlAsStringArrayJdbcType(JdbcType, int) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- XmlAsStringArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
-
Factory for
XmlAsStringArrayJdbcType
. - XmlAsStringArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcTypeConstructor
- XmlAsStringJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
SQLXML
and the XML SQL data type. - XmlAsStringJdbcType(int, EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
- XmlAttributes - Class in org.hibernate.sql.ast.tree.expression
- XmlAttributes(Map<String, Expression>) - Constructor for class org.hibernate.sql.ast.tree.expression.XmlAttributes
- xmlcomment() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlcomment() function
- xmlcomment(String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an XML comment with the given argument as content.
- xmlcomment(String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlcomment(String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlcomment_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlcomment() function
- xmlconcat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlconcat() function
- xmlconcat(Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the given XML element expressions.
- xmlconcat(Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlconcat(Expression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlconcat(List<? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the given XML element expressions.
- xmlconcat(List<? extends Expression<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlconcat(List<? extends Expression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlconcat_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 xmlconcat() function
- xmlconcat_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlconcat() function
- XmlConcatFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlconcat function.
- XmlConcatFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlConcatFunction
- xmlDocument() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Returns the value of the
xmlDocument
record component. - XmlDocument - Interface in org.hibernate.boot.models.xml.spi
- XmlDocument.Defaults - Interface in org.hibernate.boot.models.xml.spi
- XmlDocumentContext - Interface in org.hibernate.boot.models.xml.spi
-
Context for a specific XML mapping file
- xmlelement() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlelement() function
- xmlelement(String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an XML element with the given element name.
- xmlelement(String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlelement(String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlelement_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 xmlelement() function
- xmlelement_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlelement() function
- XmlElementArguments(String, XmlAttributes, List<Expression>) - Constructor for record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
-
Creates an instance of a
XmlElementArguments
record class. - XmlElementFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlelement function.
- XmlElementFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlElementFunction
- XmlElementFunction.XmlElementArguments - Record Class in org.hibernate.dialect.function.xml
- xmlexists() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlexists() function
- xmlexists(Expression<String>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Checks if the given XPath or XQuery query exists in the given XML document.
- xmlexists(Expression<String>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlexists(Expression<String>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlexists(String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Checks if the given XPath or XQuery query exists in the given XML document.
- xmlexists(String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlexists(String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlexists_db2_legacy() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 10.5 xmlexists() function
- xmlexists_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlexists() function
- XmlExistsFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlexists function.
- XmlExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlExistsFunction
- xmlforest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlforest() function
- xmlforest(Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an XML forest from the given XML element expressions.
- xmlforest(Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlforest(Expression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlforest(List<? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an XML forest from the given XML element expressions.
- xmlforest(List<? extends Expression<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlforest(List<? extends Expression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlforest_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 xmlforest() function
- xmlforest_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlforest() function
- XmlForestFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlforest function.
- XmlForestFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlForestFunction
- XmlHelper - Class in org.hibernate.type.descriptor.jdbc
-
A Helper for serializing and deserializing XML, based on an
EmbeddableMappingType
. - XmlHelper() - Constructor for class org.hibernate.type.descriptor.jdbc.XmlHelper
- XmlHelper.CollectionTags - Record Class in org.hibernate.type.descriptor.jdbc
- XmlJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
- XmlJavaType(Type, MutabilityPlan<T>, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.XmlJavaType
- XmlJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Specialized type mapping for
SQLXML
and the XML SQL data type. - XmlJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- XmlJdbcType.XmlValueBinder<X> - Class in org.hibernate.type.descriptor.jdbc
- XmlMappingBinderAccess - Class in org.hibernate.boot.spi
-
Holds the XML binder and a classloader used for binding mappings.
- XmlMappingBinderAccess(ServiceRegistry) - Constructor for class org.hibernate.boot.spi.XmlMappingBinderAccess
- XmlMappingBinderAccess(ServiceRegistry, Function<String, Object>) - Constructor for class org.hibernate.boot.spi.XmlMappingBinderAccess
- xmlMappings(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Configures whether Hibernate should process XML mappings (
orm.xml
files). - xmlpi() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmlpi() function
- xmlpi(String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an XML processing with the given name.
- xmlpi(String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlpi(String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlpi(String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an XML processing with the given name and content.
- xmlpi(String, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlpi(String, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlpi_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 xmlpi() function
- xmlpi_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlpi() function
- XmlPiFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlpi function.
- XmlPiFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlPiFunction
- XmlPreProcessingResult - Interface in org.hibernate.boot.models.xml.spi
- XmlPreProcessor - Class in org.hibernate.boot.models.xml.spi
-
Performs pre-processing across XML mappings to collect data that makes additional steps easier and more efficient
- XmlPreProcessor() - Constructor for class org.hibernate.boot.models.xml.spi.XmlPreProcessor
- XmlProcessingResult - Interface in org.hibernate.boot.models.xml.spi
-
Collected XML override mappings we can apply wholesale after processing metadata-complete mappings and annotations.
- XmlProcessingResult.OverrideTuple<M extends org.hibernate.boot.jaxb.mapping.spi.JaxbManagedType> - Class in org.hibernate.boot.models.xml.spi
-
Tuple of an override descriptor (
managedType
) along with the JAXB root it came from - XmlProcessLogging - Interface in org.hibernate.boot.models.xml
- XmlProcessor - Class in org.hibernate.boot.models.xml.spi
-
Processes XML mappings - applying metadata-complete mappings and collecting override mappings for later processing.
- XmlProcessor() - Constructor for class org.hibernate.boot.models.xml.spi.XmlProcessor
- xmlquery(Expression<String>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Queries the given XML document with the given XPath or XQuery query.
- xmlquery(Expression<String>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlquery(Expression<String>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlquery(String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Queries the given XML document with the given XPath or XQuery query.
- xmlquery(String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlquery(String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlquery_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 xmlquery() function
- xmlquery_db2_legacy() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 10.5 xmlquery() function
- xmlquery_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle xmlquery() function
- xmlquery_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL xmlquery() function
- xmlquery_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmlquery() function
- XmlQueryFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmlquery function.
- XmlQueryFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlQueryFunction
- XmlResourceException - Exception in org.hibernate.boot.models.xml
-
Generally indicates a problem locating an XML resource
- XmlResourceException(String) - Constructor for exception org.hibernate.boot.models.xml.XmlResourceException
- XmlResourceException(String, Throwable) - Constructor for exception org.hibernate.boot.models.xml.XmlResourceException
- xmltable(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard xmltable() function
- xmlTable(Expression<String>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
xmltable
function expression to generate rows from XML elements. - xmlTable(Expression<String>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlTable(Expression<String>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmlTable(String, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
xmltable
function expression to generate rows from XML elements. - xmlTable(String, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- xmlTable(String, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
- xmltable_db2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
DB2 xmltable() function
- xmltable_hana() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HANA xmltable() function
- xmltable_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle xmltable() function
- xmltable_sqlserver() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SQL Server xmltable() function
- xmltable_sybasease() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Sybase ASE xmltable() function
- XmlTableArguments(Expression, Expression, boolean, XmlTableColumnsClause) - Constructor for record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Creates an instance of a
XmlTableArguments
record class. - XmlTableColumnDefinition - Interface in org.hibernate.sql.ast.tree.expression
- XmlTableColumnsClause - Class in org.hibernate.sql.ast.tree.expression
- XmlTableColumnsClause(List<XmlTableColumnDefinition>) - Constructor for class org.hibernate.sql.ast.tree.expression.XmlTableColumnsClause
- XmlTableFunction - Class in org.hibernate.dialect.function.xml
-
Standard xmltable function.
- XmlTableFunction(boolean, SetReturningFunctionTypeResolver, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlTableFunction
- XmlTableFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.XmlTableFunction
- XmlTableFunction.XmlTableArguments - Record Class in org.hibernate.dialect.function.xml
- XmlTableOrdinalityColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- XmlTableOrdinalityColumnDefinition(String) - Constructor for record class org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
-
Creates an instance of a
XmlTableOrdinalityColumnDefinition
record class. - XmlTableQueryColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- XmlTableQueryColumnDefinition(String, BasicType<String>, String, Expression) - Constructor for record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Creates an instance of a
XmlTableQueryColumnDefinition
record class. - XmlTableSetReturningFunctionTypeResolver - Class in org.hibernate.dialect.function.xml
- XmlTableSetReturningFunctionTypeResolver() - Constructor for class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- XmlTableValueColumnDefinition - Record Class in org.hibernate.sql.ast.tree.expression
- XmlTableValueColumnDefinition(String, CastTarget, String, Expression) - Constructor for record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Creates an instance of a
XmlTableValueColumnDefinition
record class. - xmlValidation(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Configures whether Hibernate should validate (via schema descriptor) XML files.
- XmlValueBinder(JavaType<X>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
- xmlValueReturningType(SqlTypedMapping, String) - Static method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- XOpen - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.SQLStateType
-
The reported codes follow the X/Open spec
- xpath() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Returns the value of the
xpath
record component. - xpath() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Returns the value of the
xpath
record component. - xpath() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Returns the value of the
xpath
record component. - XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
Deprecated.
- XsdDescriptor - Class in org.hibernate.boot.xsd
-
Representation of a locally resolved XSD
- XsdHelper - Class in org.hibernate.boot.xsd
- XsdHelper() - Constructor for class org.hibernate.boot.xsd.XsdHelper
Y
- year(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.YEAR
of a date, time, or datetime expression. - year(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- YEAR - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Calendar year.
- YearJavaType - Class in org.hibernate.type.descriptor.java
-
Describes the
Year
Java type - YearJavaType() - Constructor for class org.hibernate.type.descriptor.java.YearJavaType
- yearMonthDay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Note that we include these for completeness, but since their names collide with the HQL abbreviations for extract(), they can't actually be called from HQL.
- yearsMonthsDaysHoursMinutesSecondsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- YES_NO - Static variable in class org.hibernate.type.StandardBasicTypes
- YesNoConverter - Class in org.hibernate.type
-
Handles conversion to/from
Boolean
as'Y'
or'N'
- YesNoConverter() - Constructor for class org.hibernate.type.YesNoConverter
- YN_BOOLEAN - Enum constant in enum class org.hibernate.query.sqm.CastType
Z
- ZERO - Static variable in class org.hibernate.type.descriptor.java.IntegerJavaType
- ZERO_VERSION - Static variable in class org.hibernate.dialect.SimpleDatabaseVersion
- ZONE_OFFSET - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
ZoneOffset
to JDBCVARCHAR
. - ZONE_TIMESTAMP - Enum constant in enum class org.hibernate.query.sqm.CastType
- ZONED_DATE_TIME - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing a "virtual mapping" of ZonedDateTime as a JDBC type using ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int) which JDBC requires compliant drivers to support.
- ZONED_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
ZonedDateTime
to JDBCTIMESTAMP_WITH_TIMEZONE
orTIMESTAMP
depending on the "hibernate.timezone.default_storage" setting. - ZONED_DATE_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
ZonedDateTime
to JDBCTIMESTAMP_WITH_TIMEZONE
. - ZONED_DATE_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
ZonedDateTime
to JDBCTIMESTAMP
. - ZonedDateTimeJavaType - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the
ZonedDateTime
type. - ZonedDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- ZonedDateTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for handling ZonedDateTime directly through the JDBC driver
- ZonedDateTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.ZonedDateTimeJdbcType
- ZoneIdJavaType - Class in org.hibernate.type.descriptor.java
-
Describes the
ZoneId
Java type. - ZoneIdJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZoneIdJavaType
- ZoneOffsetComparator() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
- ZoneOffsetJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
ZoneOffset
handling. - ZoneOffsetJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- ZoneOffsetJavaType.ZoneOffsetComparator - Class in org.hibernate.type.descriptor.java
_
- _310 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
- _70 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PostInsertIdentifierGenerator
andBulkInsertionCapableIdentifierGenerator
, or even better, simply implementOnExecutionGenerator
directly.