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)
- abortBatch(String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- abs(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- abs(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- abs(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ABSENT - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
-
nullvalues 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, JavaType, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractArrayJavaType
- AbstractArrayPositionFunction - Class in org.hibernate.dialect.function.array
-
Encapsulates the validator, return type and argument type resolvers for the array_position functions.
- AbstractArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayPositionFunction
- AbstractArrayPositionsFunction - Class in org.hibernate.dialect.function.array
-
Encapsulates the validator, return type and argument type resolvers for the array_positions functions.
- AbstractArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayPositionsFunction
- AbstractArrayRemoveFunction - Class in org.hibernate.dialect.function.array
-
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
- AbstractArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.AbstractArrayRemoveFunction
- AbstractArrayReverseFunction - Class in org.hibernate.dialect.function.array
-
Encapsulates the validator, return type and argument type resolvers for the array_reverse functions.
- AbstractArrayReverseFunction() - Constructor for class org.hibernate.dialect.function.array.AbstractArrayReverseFunction
- AbstractArraySortFunction - Class in org.hibernate.dialect.function.array
-
Encapsulates the validator, return type and argument type resolvers for the array_sort functions.
- AbstractArraySortFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArraySortFunction
- 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
AuxiliaryDatabaseObjects. - AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractAuxiliaryDatabaseObject(boolean) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractAuxiliaryDatabaseObject(boolean, Set) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractAuxiliaryDatabaseObject(Set) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- AbstractBagSemantics<E> - Class in org.hibernate.collection.spi
- AbstractBagSemantics() - Constructor for class org.hibernate.collection.spi.AbstractBagSemantics
- AbstractCachedDomainDataAccess - Class in org.hibernate.cache.spi.support
- AbstractCachedDomainDataAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- AbstractCacheTransactionSynchronization - Class in org.hibernate.cache.spi
- AbstractCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
- AbstractCastingPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
-
Type Descriptor for the Postgis Geometry type
- AbstractCdiBeanContainer - Class in org.hibernate.resource.beans.container.spi
- AbstractCdiBeanContainer() - Constructor for class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- AbstractClassJavaType<T> - Class in org.hibernate.type.descriptor.java
-
Abstract adapter for
Java type descriptors. - AbstractClassJavaType(Class) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
-
Initialize a type descriptor for the given type.
- AbstractClassJavaType(Class, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
-
Initialize a type descriptor for the given type and mutability plan.
- AbstractClassJavaType(Class, MutabilityPlan, Comparator) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
-
Initialize a type descriptor for the given type, mutability plan and comparator.
- AbstractCollectionDataAccess - Class in org.hibernate.cache.spi.support
- AbstractCollectionDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
- AbstractCollectionEvent - Class in org.hibernate.event.spi
-
Defines a base class for events involving collections.
- AbstractCollectionEvent(CollectionPersister, PersistentCollection, String, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
-
Constructs an instance for a stateless session.
- AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
-
Constructs an instance for a stateful session.
- AbstractCollectionPersister - Class in org.hibernate.persister.collection
-
Base implementation of the
QueryableCollectioninterface. - AbstractCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
- AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
- AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
- AbstractCommonQueryContract - Class in org.hibernate.query.spi
-
Base implementation of
CommonQueryContract. - AbstractCommonQueryContract(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
- AbstractCommonQueryContract(AbstractCommonQueryContract) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
- AbstractCurrentSessionContext - Class in org.hibernate.context.spi
-
Base support for
CurrentSessionContextimplementors. - AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
- AbstractDatabaseOperationEvent - Class in org.hibernate.event.spi
-
Base for events which denote database operations.
- AbstractDatabaseOperationEvent(SharedSessionContractImplementor, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T> - Class in org.hibernate.engine.jdbc.connections.spi
-
Basic support for implementations of
MultiTenantConnectionProviderbased onDataSources. - 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
MetadataImplementorusing delegation. - AbstractDelegatingMetadata(MetadataImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadata
- AbstractDelegatingMetadataBuilderImplementor<T> - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of
MetadataBuilderImplementorusing 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
MetadataBuildingOptionsusing delegation. - AbstractDelegatingMetadataBuildingOptions(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- AbstractDelegatingSessionBuilder - Class in org.hibernate.engine.spi
-
Base class for
SessionBuilderimplementations 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
SessionBuilderImplementorimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance. - AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
- AbstractDelegatingSessionFactoryBuilder<T> - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
- AbstractDelegatingSessionFactoryBuilder(SessionFactoryBuilder) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- AbstractDelegatingSessionFactoryBuilderImplementor<T> - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementors of
SessionFactoryBuilderImplementor, using delegation - AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
- AbstractDelegatingSessionFactoryOptions - Class in org.hibernate.boot.spi
-
Convenience base class for custom implementations of
SessionFactoryOptionsusing delegation. - AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- AbstractDelegatingSharedSessionBuilder - Class in org.hibernate.engine.spi
-
Base class for
SharedSessionBuilderimplementations 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
-
Base class for events which are generated from a
Sessionor StatelessSession. - AbstractEvent(SharedSessionContractImplementor) - Constructor for class org.hibernate.event.spi.AbstractEvent
- AbstractFetchParent - Class in org.hibernate.sql.results.graph
- AbstractFetchParent(NavigablePath) - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParent
- AbstractFetchParent(AbstractFetchParent) - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParent
- AbstractGeneratedValuesMutationDelegate - Class in org.hibernate.generator.values
- AbstractGeneratedValuesMutationDelegate(EntityPersister, EventType) - Constructor for class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- AbstractGeneratedValuesMutationDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- AbstractIdentifier - Class in org.hibernate.envers.boot.model
-
Base abstract implementation of
Identifier. - AbstractIdentifier(String) - Constructor for class org.hibernate.envers.boot.model.AbstractIdentifier
- AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
- AbstractInterceptor() - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- AbstractJavaType<T> - Class in org.hibernate.type.descriptor.java
-
Abstract adapter for Java type descriptors.
- AbstractJavaType(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
-
Initialize a type descriptor for the given type.
- AbstractJavaType(Type, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
-
Initialize a type descriptor for the given type.
- AbstractJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
-
Abstract
JdbcLiteralFormatterimplementation managing theJavaType - AbstractJdbcLiteralFormatter(JavaType) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
- AbstractJdbcMutation - Class in org.hibernate.sql.model.jdbc
- AbstractJdbcMutation(TableMapping, MutationTarget, String, boolean, Expectation, List) - Constructor for class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- AbstractJpaSelection<T> - Class in org.hibernate.query.sqm.tree.jpa
-
Base support for
JpaSelectionimpls. - AbstractJpaSelection(SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
- AbstractJpaTupleElement<T> - Class in org.hibernate.query.sqm.tree.jpa
-
Base support for
JpaTupleElementimpls - AbstractJpaTupleElement(SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
- AbstractJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
-
Standard json_array_append function.
- AbstractJsonArrayAppendFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonArrayAppendFunction
- AbstractJsonArrayInsertFunction - Class in org.hibernate.dialect.function.json
-
Standard json_array_insert function.
- AbstractJsonArrayInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonArrayInsertFunction
- AbstractJsonFormatMapper - Class in org.hibernate.type.format
- AbstractJsonFormatMapper() - Constructor for class org.hibernate.type.format.AbstractJsonFormatMapper
- AbstractJsonInsertFunction - Class in org.hibernate.dialect.function.json
-
Standard json_insert function.
- AbstractJsonInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonInsertFunction
- AbstractJsonMergepatchFunction - Class in org.hibernate.dialect.function.json
-
Standard json_mergepatch function.
- AbstractJsonMergepatchFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonMergepatchFunction
- AbstractJsonRemoveFunction - Class in org.hibernate.dialect.function.json
-
Standard json_remove function.
- AbstractJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonRemoveFunction
- AbstractJsonReplaceFunction - Class in org.hibernate.dialect.function.json
-
Standard json_replace function.
- AbstractJsonReplaceFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonReplaceFunction
- AbstractJsonSetFunction - Class in org.hibernate.dialect.function.json
-
Standard json_set function.
- AbstractJsonSetFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonSetFunction
- AbstractKeyMapping(List, ModelPart) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.AbstractKeyMapping
- AbstractLazyInitializer - Class in org.hibernate.proxy
-
Convenience base class for lazy initialization handlers.
- AbstractLazyInitializer(String, Object, SharedSessionContractImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
-
Main constructor.
- AbstractLimitHandler - Class in org.hibernate.dialect.pagination
-
Default implementation of
LimitHandlerinterface. - AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
- AbstractMapSemantics<MKV,
K, - Class in org.hibernate.collection.spiV> - AbstractMapSemantics() - Constructor for class org.hibernate.collection.spi.AbstractMapSemantics
- AbstractMultiTenantConnectionProvider<T> - Class in org.hibernate.engine.jdbc.connections.spi
-
Basic support for
MultiTenantConnectionProviderimplementations using an individualConnectionProviderinstance per tenant behind the scenes. - AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
- AbstractMutationCoordinator - Class in org.hibernate.persister.entity.mutation
-
Base support for coordinating mutations against an entity
- AbstractMutationCoordinator(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- AbstractMutationStatement - Class in org.hibernate.sql.ast.tree
- AbstractMutationStatement(CteContainer, NamedTableReference, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractMutationStatement(CteContainer, NamedTableReference, MutationTarget, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
- AbstractNamedQueryBuilder<R,
T> - Class in org.hibernate.boot.query - AbstractNamedQueryBuilder(String, AnnotationTarget) - Constructor for class org.hibernate.boot.query.AbstractNamedQueryBuilder
- AbstractNamedQueryDefinition<R> - Class in org.hibernate.boot.spi
- AbstractNamedQueryDefinition(String, Class, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map, String) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
- AbstractNamedQueryMemento<R> - Class in org.hibernate.query.named
- AbstractNamedQueryMemento(String, Class, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento
- AbstractNaturalIdDataAccess - Class in org.hibernate.cache.spi.support
- AbstractNaturalIdDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- AbstractNegatableSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
- AbstractNegatableSqmPredicate(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- AbstractNegatableSqmPredicate(SqmBindableType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- AbstractNegatableSqmPredicate(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- AbstractNoOffsetLimitHandler - Class in org.hibernate.dialect.pagination
-
Superclass for
LimitHandlers that don't support offsets at all. - AbstractNoOffsetLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
- AbstractOptimizer - Class in org.hibernate.id.enhanced
-
Common support for
Optimizerimplementations. - AbstractOverrider<O> - Class in org.hibernate.boot.models.annotations.spi
-
Base support for DialectOverrider annotations
- AbstractOverrider() - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- AbstractOverrider(Map, AnnotationDescriptor, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- AbstractParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
- AbstractParameterDescriptor(int[], BindableType) - Constructor for class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- AbstractPersistentCollection<E> - Class in org.hibernate.collection.spi
-
Base class implementing
PersistentCollection - AbstractPersistentCollection() - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
-
Not called by Hibernate, but used by non-JDK serialization, eg.
- AbstractPersistentCollection(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
- AbstractPersistentCollection.AbstractValueDelayedOperation - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.DelayedOperation<E> - Interface in org.hibernate.collection.spi
-
Contract for operations which are part of a collection's operation queue.
- AbstractPersistentCollection.IteratorProxy<E> - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.spi
-
TBH not sure why this is public
- AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.SetProxy<E> - Class in org.hibernate.collection.spi
- AbstractPersistentCollection.ValueDelayedOperation<E> - Interface in org.hibernate.collection.spi
- AbstractPessimisticUpdateLockingStrategy - Class in org.hibernate.dialect.lock
-
Common implementation of
PessimisticReadUpdateLockingStrategyandPessimisticWriteUpdateLockingStrategy. - AbstractPessimisticUpdateLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractPessimisticUpdateLockingStrategy
-
Construct a locking strategy based on SQL UPDATE statements.
- AbstractPostDatabaseOperationEvent - Class in org.hibernate.event.spi
-
Represents an operation successfully executed by the database.
- AbstractPostDatabaseOperationEvent(SharedSessionContractImplementor, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- AbstractPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
-
Type Descriptor for the Postgis Geometry type
- AbstractPostgreSQLJsonPGObjectType - Class in org.hibernate.dialect.type
- AbstractPostgreSQLJsonPGObjectType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
- AbstractPostgreSQLStructJdbcType - Class in org.hibernate.dialect.type
-
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.
- AbstractPostgreSQLStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- AbstractPostInsertGenerator - Class in org.hibernate.id
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
-
Deprecated.
- AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
-
Represents an operation that is about to be executed by the database.
- AbstractPreDatabaseOperationEvent(SharedSessionContractImplementor, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
Constructs an event containing the pertinent information.
- AbstractPredicate - Class in org.hibernate.sql.ast.tree.predicate
- AbstractPredicate(JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- AbstractPredicate(JdbcMappingContainer, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
- AbstractQuery<R> - Class in org.hibernate.query.spi
-
Base implementation of
Query. - AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
- AbstractQueryParameter<T> - Class in org.hibernate.query.spi
-
Base implementation of
QueryParameter. - AbstractQueryParameter(boolean, BindableType) - Constructor for class org.hibernate.query.spi.AbstractQueryParameter
- AbstractReadWriteAccess - Class in org.hibernate.cache.spi.support
- AbstractReadWriteAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- AbstractReadWriteAccess.Item - Class in org.hibernate.cache.spi.support
-
Wrapper type representing unlocked items.
- AbstractReadWriteAccess.Lockable - Interface in org.hibernate.cache.spi.support
-
Interface type implemented by all wrapper objects in the cache.
- AbstractReadWriteAccess.SoftLockImpl - Class in org.hibernate.cache.spi.support
-
Wrapper type representing locked items.
- AbstractRegexpLikeFunction - Class in org.hibernate.dialect.function
-
Base implementation for the regexp_like predicate.
- AbstractRegexpLikeFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.AbstractRegexpLikeFunction
- AbstractRegion - Class in org.hibernate.cache.spi.support
- AbstractRegion(String, RegionFactory) - Constructor for class org.hibernate.cache.spi.support.AbstractRegion
-
Constructs an
AbstractRegion. - AbstractRegionFactory - Class in org.hibernate.cache.spi
- AbstractRegionFactory() - Constructor for class org.hibernate.cache.spi.AbstractRegionFactory
- AbstractRestrictedTableMutation<O> - Class in org.hibernate.sql.model.ast
- AbstractRestrictedTableMutation(MutatingTableReference, MutationTarget, String, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- AbstractRestrictedTableMutationBuilder<O,
M> - Class in org.hibernate.sql.model.ast.builder -
Specialization of TableMutationBuilder for mutations which contain a restriction.
- AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- AbstractReturningDelegate - Class in org.hibernate.id.insert
-
Abstract
GeneratedValuesMutationDelegateimplementation 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
ReturningWorkthat accepts aWorkExecutorvisitor 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
GeneratedValuesMutationDelegateimplementation where the underlying strategy requires a subsequentselectafter theinsertto determine the generated identifier. - AbstractSelectingDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
- AbstractSelectionQuery<R> - Class in org.hibernate.query.spi
-
Base implementation of
SelectionQuery. - AbstractSelectionQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
- AbstractSelectionQuery(AbstractSelectionQuery) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
- AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
-
Base
LockingStrategyimplementation to support implementations based on issuing SQLSELECTstatements. - AbstractSelectLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- AbstractSerializableProxy - Class in org.hibernate.proxy
-
Convenience base class for the serialized form of
AbstractLazyInitializer. - AbstractSerializableProxy(String, Object, Boolean, String, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
- AbstractSessionEvent - Class in org.hibernate.event.spi
-
Base class for events which are generated from a Session (EventSource).
- AbstractSessionEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractSessionEvent
-
Constructs an event from the given event session.
- AbstractSetSemantics<SE,
E> - Class in org.hibernate.collection.spi - AbstractSetSemantics() - Constructor for class org.hibernate.collection.spi.AbstractSetSemantics
- AbstractSimpleLimitHandler - Class in org.hibernate.dialect.pagination
-
Superclass for simple
LimitHandlers that don't support specifying an offset without a limit. - AbstractSimpleLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
- AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
-
TODO : javadoc
- AbstractSingleColumnStandardBasicType(JdbcType, JavaType) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
- AbstractSqlAstTranslator<T> - Class in org.hibernate.sql.ast.spi
- AbstractSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- AbstractSqlAstTranslator.LockStrategy - Enum Class in org.hibernate.sql.ast.spi
- AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X> - Interface in org.hibernate.sql.ast.spi
- AbstractSqlAstWalker - Class in org.hibernate.sql.ast.spi
-
A simple walker that checks for aggregate functions.
- AbstractSqlAstWalker() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
- AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
- AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
- AbstractSqlServerGISType - Class in org.hibernate.spatial.dialect.sqlserver
-
Type descriptor for the SQL Server 2008 Geometry type.
- AbstractSqlServerGISType() - Constructor for class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
- AbstractSqmAttributeJoin<L,
R> - Class in org.hibernate.query.sqm.tree.domain -
Models a join based on a mapped attribute reference.
- AbstractSqmAttributeJoin(SqmFrom, NavigablePath, SqmPathSource, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- AbstractSqmDmlStatement<E> - Class in org.hibernate.query.sqm.tree
- AbstractSqmDmlStatement(NodeBuilder, SqmQuerySource, Set, Map, SqmRoot) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- AbstractSqmDmlStatement(SqmRoot, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
- AbstractSqmExpression(SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- AbstractSqmFrom<O,
T> - Class in org.hibernate.query.sqm.tree.domain -
Convenience base class for SqmFrom implementations
- AbstractSqmFrom(EntityDomainType, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Intended for use with
SqmRoot - AbstractSqmFrom(NavigablePath, SqmPathSource, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Intended for use with
SqmTreatedRoottoSqmRoot - AbstractSqmFrom(NavigablePath, SqmPathSource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
-
Intended for use with
SqmCorrelatedRootJointhroughSqmRoot - AbstractSqmFrom(NavigablePath, SqmPathSource, SqmFrom, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- AbstractSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
- AbstractSqmFunctionDescriptor(String) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmFunctionDescriptor(String, ArgumentsValidator) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- AbstractSqmInsertStatement<T> - Class in org.hibernate.query.sqm.tree.insert
-
Convenience base class for InsertSqmStatement implementations.
- AbstractSqmInsertStatement(NodeBuilder, SqmQuerySource, Set, Map, SqmRoot, List, SqmConflictClause) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- AbstractSqmInsertStatement(SqmRoot, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- AbstractSqmJoin<L,
R> - Class in org.hibernate.query.sqm.tree.domain - AbstractSqmJoin(NavigablePath, SqmPathSource, SqmFrom, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- AbstractSqmJsonPathExpression<T> - Class in org.hibernate.query.sqm.tree.expression
-
Base class for expressions that contain a json path.
- AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List, ReturnableType, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List, ReturnableType, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String, Map) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- AbstractSqmNode - Class in org.hibernate.query.sqm.tree
-
Base implementation of a criteria node.
- AbstractSqmNode(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmNode
- AbstractSqmParameter<T> - Class in org.hibernate.query.sqm.tree.expression
-
Common support for SqmParameter impls
- AbstractSqmParameter(boolean, SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
- AbstractSqmPath(NavigablePath, SqmPathSource, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- AbstractSqmPluralJoin<L,
C, - Class in org.hibernate.query.sqm.tree.domainE> -
Base support for joins to plural attributes
- AbstractSqmPluralJoin(SqmFrom, SqmPluralPersistentAttribute, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
- AbstractSqmPluralJoin(SqmFrom, NavigablePath, PluralPersistentAttribute, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
- AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
- AbstractSqmPredicate(SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
- AbstractSqmRestrictedDmlStatement<T> - Class in org.hibernate.query.sqm.tree
- AbstractSqmRestrictedDmlStatement(NodeBuilder, SqmQuerySource, Set, Map, SqmRoot) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- AbstractSqmRestrictedDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
-
Constructor for HQL statements.
- AbstractSqmRestrictedDmlStatement(SqmRoot, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
-
Constructor for Criteria statements.
- AbstractSqmSelectQuery<T> - Class in org.hibernate.query.sqm.tree.select
- AbstractSqmSelectQuery(Class, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelectQuery(NodeBuilder, Map, Class) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelectQuery(SqmQueryPart, Class, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelectQuery(SqmQueryPart, Map, Class, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- AbstractSqmSelfRenderingFunctionDescriptor - Class in org.hibernate.query.sqm.function
- AbstractSqmSelfRenderingFunctionDescriptor(String, FunctionKind, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- AbstractSqmSelfRenderingSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
- AbstractSqmSelfRenderingSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingSetReturningFunctionDescriptor
- AbstractSqmSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
- AbstractSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- AbstractSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- AbstractSqmSetReturningFunctionDescriptor(String, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
- AbstractSqmSimplePath(NavigablePath, SqmPathSource, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- AbstractSqmSimplePath(NavigablePath, SqmPathSource, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
- AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPluralValuedSimplePath, PluralPersistentAttribute, SqmPathSource) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
- AbstractSqmStatement<T> - Class in org.hibernate.query.sqm.tree
- AbstractSqmStatement(NodeBuilder, SqmQuerySource, Set) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
- AbstractSqmStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
- AbstractStandardBasicType<T> - Class in org.hibernate.type
-
Convenience base class for
BasicTypeimplementations. - AbstractStandardBasicType(JdbcType, JavaType) - Constructor for class org.hibernate.type.AbstractStandardBasicType
- AbstractStatement - Class in org.hibernate.sql.ast.tree
- AbstractStatement(CteContainer) - Constructor for class org.hibernate.sql.ast.tree.AbstractStatement
- AbstractTableDelete - Class in org.hibernate.sql.model.ast
- AbstractTableDelete(MutatingTableReference, MutationTarget, String, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
- AbstractTableDelete(MutatingTableReference, MutationTarget, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
- AbstractTableGroup - Class in org.hibernate.sql.ast.tree.from
- AbstractTableGroup(boolean, NavigablePath, ModelPartContainer, String, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- AbstractTableInsert - Class in org.hibernate.sql.model.ast
- AbstractTableInsert(MutatingTableReference, MutationTarget, String, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
- AbstractTableInsert(MutatingTableReference, MutationTarget, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
- AbstractTableInsertBuilder - Class in org.hibernate.sql.model.ast.builder
-
Base support for TableInsertBuilder implementations
- AbstractTableInsertBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- AbstractTableInsertBuilder(MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- AbstractTableMutation<O> - Class in org.hibernate.sql.model.ast
-
Base
TableMutationsupport - AbstractTableMutation(MutatingTableReference, MutationTarget, String, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableMutation
- AbstractTableMutationBuilder<M> - Class in org.hibernate.sql.model.ast.builder
-
Base support for TableMutationBuilder implementations
- AbstractTableMutationBuilder(MutationType, MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- AbstractTableMutationBuilder(MutationType, MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- AbstractTableReference - Class in org.hibernate.sql.ast.tree.from
- AbstractTableReference(String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableReference
- AbstractTableUpdate<O> - Class in org.hibernate.sql.model.ast
-
Base support for TableUpdate implementations
- AbstractTableUpdate(MutatingTableReference, MutationTarget, String, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
- AbstractTableUpdate(MutatingTableReference, MutationTarget, String, List, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
- AbstractTableUpdateBuilder<O> - Class in org.hibernate.sql.model.ast.builder
-
Base support for TableUpdateBuilder implementations
- AbstractTableUpdateBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- AbstractTableUpdateBuilder(MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- AbstractTemporalJavaType<T> - Class in org.hibernate.type.descriptor.java
- AbstractTemporalJavaType(Class) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- AbstractTemporalJavaType(Class, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- AbstractTemporalJavaType(Class, MutabilityPlan, Comparator) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
- AbstractTransactSQLDialect - Class in org.hibernate.dialect
-
An abstract base class for Sybase and MS SQL Server dialects.
- AbstractTransactSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
- AbstractTransactSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
- AbstractTransactSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
- AbstractTransactSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- AbstractType - Class in org.hibernate.type
-
Abstract superclass of the built-in
Typehierarchy. - AbstractType() - Constructor for class org.hibernate.type.AbstractType
- AbstractUpdateOrDeleteStatement - Class in org.hibernate.sql.ast.tree
- AbstractUpdateOrDeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractUpdateOrDeleteStatement(CteContainer, NamedTableReference, MutationTarget, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
- AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
- AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
- AbstractUpdateRowsCoordinator - Class in org.hibernate.persister.collection.mutation
- AbstractUpdateRowsCoordinator(CollectionMutationTarget, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- AbstractUserDefinedType - Class in org.hibernate.mapping
- AbstractUserDefinedType(String, Namespace, Identifier) - Constructor for class org.hibernate.mapping.AbstractUserDefinedType
- AbstractUUIDGenerator - Class in org.hibernate.id
-
Deprecated.since
UUIDHexGeneratoris 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
Workthat accepts aWorkExecutorvisitor for executing a discrete piece of work. - AbstractWork() - Constructor for class org.hibernate.jdbc.AbstractWork
- accept(int, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
-
Accept the selectable mapping.
- accept(int, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- accept(int, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.TableInsertBuilder
-
Allows using the insert builder as selectable consumer.
- accept(int, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.TableUpdateBuilder
-
Allows using the update builder as selectable consumer.
- accept(int, SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
- accept(String) - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
-
Accept a command
- accept(String) - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
-
Accept the given command and write it to the abstracted script
- accept(String, String[], IntFunction) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
-
Simple form allowing visitation over a number of column names within a table.
- accept(String, JdbcMappingContainer, String[]) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
-
Simple form of visitation over a number of columns by name, using a separate
JdbcMappingContaineras a base for additional details. - accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementListContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeIndicatorContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeNodeContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributePathContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeQualifierContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.GraphContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.SubGraphContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.TypeIndicatorContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
- accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
- accept(WorkExecutor, Connection) - Method in class org.hibernate.jdbc.AbstractWork
-
Accepts a
WorkExecutorvisitor for executing the discrete work encapsulated by this work instance using the supplied connection. - accept(WorkExecutor, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
-
Accepts a
WorkExecutorvisitor for executing the discrete work encapsulated by this work instance using the supplied connection. - accept(WorkExecutor, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
-
Accepts a
WorkExecutorvisitor for executing a discrete piece of work, and returns an implementation-defined result.. - accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(BasicValue) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
- accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
- accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
- accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
- accept(ValueVisitor) - Method in class org.hibernate.mapping.BasicValue
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
- accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
- accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
- accept(ValueVisitor) - Method in class org.hibernate.mapping.List
- accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
- accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
- accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
- accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
- accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
- accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
- accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
- accept(SelectableMappings, String, String[]) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
-
Simple form of visitation over a number of columns by name, using a separate
SelectableMappingsas a base for additional details. - accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCteJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
-
Unsupported.
- accept(SemanticQueryWalker) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- accept(SemanticQueryWalker) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- accept(SemanticQueryWalker) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
-
Accept the walker per visitation
- accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.spi.SqlSelection
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Any
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Collation
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Distinct
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Duration
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Every
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Format
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonObjectAggUniqueKeysBehavior
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonPathPassingClause
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.expression.JsonTableColumnDefinition
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonTableColumnsClause
- accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.NestedColumnReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Over
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Star
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Summarization
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.XmlAttributes
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.expression.XmlTableColumnDefinition
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.XmlTableColumnsClause
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.SqlAstNode
- accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.Statement
-
Visitation
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.update.Assignment
- accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
- accept(SqlAstWalker) - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
- accept(SqlAstWalker) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- accept(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
- ACCESS - 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 Class in org.hibernate.boot.models
-
Indicates that
AccessTypecould not be determined - AccessTypeDeterminationException(ClassDetails) - Constructor for exception class org.hibernate.boot.models.AccessTypeDeterminationException
- AccessTypePlacementException - Exception Class in org.hibernate.boot.models
- AccessTypePlacementException(ClassDetails, MemberDetails) - Constructor for exception class org.hibernate.boot.models.AccessTypePlacementException
- acos(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse cosine of its argument.
- acos(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- acquireInitializerId() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
- acquireUniqueAlias() - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
-
Deprecated.This method returns a globally-unique alias which introduces a temporal dependence in the query interpretation process, leading to misses on the query interpretation cache. Aliases only need to be unique in the scope of a given query, and so alias generation should be contextual to the query.
- action() - Element in annotation interface org.hibernate.annotations.NotFound
-
Specifies how to handle the case of an orphaned foreign key.
- action() - Element in annotation interface org.hibernate.annotations.OnDelete
-
The action to taken by the database when deletion of a row would cause the constraint to be violated.
- Action - Enum Class in org.hibernate.tool.schema
-
Enumerates the actions that may be performed by the schema management tooling.
- ACTION_CREATE - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_CREATE_ONLY - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_CREATE_THEN_DROP - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_DROP - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_NONE - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_POPULATE - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_SYNCHRONIZE - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_UPDATE - Static variable in enum class org.hibernate.tool.schema.Action
- ACTION_VALIDATE - Static variable in enum class org.hibernate.tool.schema.Action
- ActionGrouping(String, Action, Action) - Constructor for record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Creates an instance of a
ActionGroupingrecord class. - ActionQueue - Class in org.hibernate.engine.spi
-
Responsible for maintaining the queue of actions related to events.
- ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
-
Constructs an action queue bound to the given session.
- ActionQueue.InsertActionSorter - Class in org.hibernate.engine.spi
-
Order the
ActionQueue.insertionsqueue such that we group inserts against the same entity together (without violating constraints). - ActionQueue.InsertActionSorter.EntityInsertGroup - Class in org.hibernate.engine.spi
- 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
Executableto 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(ActionQueue.InsertActionSorter.InsertInfo) - Method in class org.hibernate.engine.spi.ActionQueue.InsertActionSorter.EntityInsertGroup
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
- add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
- add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
- add(SqmExpression, String) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
- add(SqmExpression, String) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- add(SqmExpression, String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- add(SqmDynamicInstantiationArgument) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- add(SqmSelection) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- add(Expression, Expression, SqmToSqlAstConverter) - Static method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
- add(JdbcParameter) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.Builder
- add(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
- add(TableMapping) - Method in class org.hibernate.persister.entity.mutation.TableSet
- add(T) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
- ADD - Enum constant in enum class org.hibernate.envers.RevisionType
-
Indicates that the entity was added (persisted) at that revision.
- ADD - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
- addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
- addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds a collection (re)create action
- addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds a collection remove action
- addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds a collection update action
- addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity delete action
- addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity (IDENTITY) insert action
- addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity insert action
- addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an entity update action
- addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an orphan removal action
- addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
-
Adds an action relating to a collection queued operation (extra lazy).
- addAdditionalColumns(MappingContext) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
-
Add additional columns to the audit mappings.
- addAdditionalWherePredicate(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- addAffectedTableName(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- addAffectedTableName(String) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
- addAffectedTableNames(Set, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
- addAll(int, Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- addAll(int, Collection) - Method in class org.hibernate.collection.spi.PersistentBag
- addAll(int, Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- addAll(int, Collection) - Method in class org.hibernate.collection.spi.PersistentList
- addAll(Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- addAll(Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentBag
- addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentList
- addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentSet
- addAnnotatedClass(Class) - Method in class org.hibernate.boot.MetadataSources
-
Read metadata from the annotations attached to the given class.
- addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
-
Read metadata from the annotations associated with this class.
- addAnnotatedClasses(Class...) - Method in class org.hibernate.boot.MetadataSources
-
Vararg form of
MetadataSources.addAnnotatedClass(Class). - addAnnotatedClasses(Class...) - Method in class org.hibernate.cfg.Configuration
-
Read metadata from the annotations associated with the given classes.
- addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
-
Read metadata from the annotations attached to the given class.
- addAnnotatedClassNames(String...) - Method in class org.hibernate.boot.MetadataSources
-
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, SqmExpression) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- addAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- addAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- addAssignments(String...) - Method in class org.hibernate.sql.Update
- addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
-
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.AbstractIdentifier
- addAttribute(Attribute) - Method in interface org.hibernate.envers.boot.model.AttributeContainer
-
Add an attribute to the container.
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.Join
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
- addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
- addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
-
Adds an attribute binding.
- addAttributeConverter(AttributeConverter) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverterinstance to this configuration. - addAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverterinstance to this configuration. - addAttributeConverter(Class) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
-
Apply an
AttributeConverter - addAttributeConverter(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated.
- addAttributeConverter(Class) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverterto this configuration. - addAttributeConverter(Class, boolean) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AttributeConverterto 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
ConverterDescriptorinstance to this configuration. - addAttributeNode(Attribute) - Method in interface org.hibernate.graph.Graph
-
Add an
AttributeNoderepresenting the givenAttributeto this node of the graph without creating any associatedSubGraph. - addAttributeNode(Attribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addAttributeNode(PersistentAttribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.NativeQuery
-
Defines a result based on a specified attribute.
- addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addAttributeResult(String, Class, String) - Method in interface org.hibernate.query.NativeQuery
-
Defines a result based on a specified attribute.
- addAttributeResult(String, Class, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addAttributeResult(String, String, String) - Method in interface org.hibernate.query.NativeQuery
-
Defines a result based on a specified attribute.
- addAttributeResult(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.model.relational.Database
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Add metadata pertaining to an auxiliary database object to this repository.
- addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
-
Adds an
AuxiliaryDatabaseObjectto 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) - Method in class org.hibernate.type.spi.TypeConfiguration
- addBatchForTable(String, int) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- addBatchLoadableCollection(PersistentCollection, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
If a CollectionEntry represents a batch loadable collection, add it to the queue.
- addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
If an EntityKey represents a batch loadable entity, add it to the queue.
- addBinding(JdbcParameter, JdbcParameterBinding) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
- addCacheableFile(File) - Method in class org.hibernate.boot.MetadataSources
-
Add a cached mapping file.
- addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
-
Add a cacheable mapping file.
- addCacheableFile(File, File) - Method in class org.hibernate.boot.MetadataSources
-
Add a cached mapping file.
- addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
-
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) - Method in class org.hibernate.mapping.PersistentClass
- addCallbackDefinitions(List) - Method in class org.hibernate.mapping.Property
-
Deprecated.See discussion in
EmbeddableCallback. - addCheck(CheckConstraint) - Method in class org.hibernate.mapping.Table
- addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
-
Deprecated.
- addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.Column
- addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.PersistentClass
- addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add a child/parent relation to cache for cascading op
- addClass(Class) - Method in class org.hibernate.cfg.Configuration
-
Read a mapping as an application resource using the convention that a class named
foo.bar.Foois mapped by a filefoo/bar/Foo.hbm.xmlwhich 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
PersistentCollectionobject for an array. - addCollectionTypeRegistration(CollectionTypeRegistration) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addCollectionTypeRegistration(CollectionClassification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addColumn(String) - Method in class org.hibernate.sql.Insert
- addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
-
Adds a selection
- addColumn(String, String) - Method in class org.hibernate.sql.Insert
- addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
-
Adds a selection, with an alias
- addColumn(String, SelectableMapping, List) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- addColumn(Column) - Method in class org.hibernate.envers.boot.model.BasicAttribute
- addColumn(Column) - Method in interface org.hibernate.envers.boot.model.ColumnContainer
-
Add a column to the container.
- addColumn(Column) - Method in class org.hibernate.envers.boot.model.Key
- addColumn(Column) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
- addColumn(Column) - Method in class org.hibernate.envers.boot.model.SetAttribute
- addColumn(Column) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
- addColumn(Column) - Method in class org.hibernate.mapping.Any
- addColumn(Column) - Method in class org.hibernate.mapping.Any.KeyValue
- addColumn(Column) - Method in class org.hibernate.mapping.Any.MetaValue
- addColumn(Column) - Method in class org.hibernate.mapping.BasicValue
- addColumn(Column) - Method in class org.hibernate.mapping.Component
- addColumn(Column) - Method in class org.hibernate.mapping.Constraint
- addColumn(Column) - Method in class org.hibernate.mapping.PrimaryKey
- addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
- addColumn(Column) - Method in class org.hibernate.mapping.Table
- addColumn(Column) - Method in class org.hibernate.mapping.UserDefinedObjectType
- addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any
- addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any.KeyValue
- addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any.MetaValue
- addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.BasicValue
- addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
- addColumn(Column, String) - Method in class org.hibernate.mapping.UniqueKey
- addColumn(Selectable) - Method in class org.hibernate.mapping.Index
- addColumn(Selectable, String) - Method in class org.hibernate.mapping.Index
- addColumn(ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
- addColumnAlias(String) - Method in interface org.hibernate.query.NativeQuery.ReturnProperty
-
Add a column alias to this property mapping.
- addColumnIsNotNullRestriction(String) - Method in class org.hibernate.sql.Delete
- addColumnIsNotNullRestriction(String) - Method in class org.hibernate.sql.Update
- addColumnIsNullRestriction(String) - Method in class org.hibernate.sql.Delete
- addColumnIsNullRestriction(String) - Method in class org.hibernate.sql.Update
- addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addColumnNameBinding(Table, Identifier, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addColumnRestriction(String) - Method in class org.hibernate.sql.Delete
- addColumnRestriction(String...) - Method in class org.hibernate.sql.Delete
- addColumns(String[]) - Method in class org.hibernate.sql.Insert
- addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
-
Adds selections
- addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
- addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
- addColumns(Value) - Method in class org.hibernate.mapping.Constraint
- addColumnsFromValue(Value) - Method in interface org.hibernate.envers.boot.model.ColumnContainer
-
Takes a
Valueand injects its columns into the Envers container mapping. - addColumValueParameter(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
- addConfigurationValues(Map) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- addCteObject(CteObject) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
- addCteObject(CteObject) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
- addCteStatement(CteStatement) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
- addCteStatement(CteStatement) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
- addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.Configuration
- addDatabaseHint(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
-
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.xmlmapping documents from a directory tree. - addDirectory(File) - Method in class org.hibernate.cfg.Configuration
-
Read all
.hbm.xmlmapping documents from a directory tree. - addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
- addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Mechanism to more finely control the notion of duplicates.
- addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- addDuration(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
- addDuration(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- addDuration(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
- addDuration(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- addDuration(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
- addDuration(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- addedGenerator(String, String) - Method in interface org.hibernate.boot.BootLogging
- addedSequenceGenerator(String) - Method in interface org.hibernate.boot.BootLogging
- addedTableGenerator(String) - Method in interface org.hibernate.boot.BootLogging
- addElementSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Create a value subgraph representing a plural element rooted at this attribute node.
- addElementSubgraph(PluralAttribute) - Method in interface org.hibernate.graph.Graph
- addElementSubgraph(String) - Method in interface org.hibernate.graph.Graph
-
Create and return a new (mutable)
SubGraphassociated with the element of the namedPluralAttribute, or return an existing suchSubGraphif there is one. - addElementSubgraph(String, Class) - Method in interface org.hibernate.graph.Graph
-
Create and return a new (mutable)
SubGraphassociated with the element of the namedPluralAttribute, and with the given type, which may be a subtype of the element type, or return an existing suchSubGraphif 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, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Adds an entity to the internal caches.
- addEntity(String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a "root" entity, without specifying an alias.
- addEntity(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addEntity(String, Class) - Method in interface org.hibernate.query.NativeQuery
-
Declare a "root" entity.
- addEntity(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.NativeQuery
-
Declare a "root" entity, specifying a lock mode.
- addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addEntity(String, String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a "root" entity.
- addEntity(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addEntity(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
-
Declare a "root" entity, specifying a lock mode.
- addEntity(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add a canonical mapping from entity key to entity instance
- addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add an entity to the cache by unique key
- addEntityAtRevisionRestriction(Configuration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
-
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
- addEntityBinding(PersistentClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Add the
PersistentClassfor 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
EntityNameResolverto this configuration. - addEntityNameResolver(EntityNameResolver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies one or more entity name resolvers.
- addEntityNameResolver(EntityNameResolver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- addEntityTableXref(String, Identifier, Table, InFlightMetadataCollector.EntityTableXref) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addEntry(Object, Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
- addEventListener(EventType, String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- addEventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- addEventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- addEventListeners(SessionEventListener...) - Method in interface org.hibernate.Session
-
Add one or more listeners to the Session
- addExpression(SqmExpression) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- addExpression(Expression) - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
- addExtraState(EntityEntryExtraState) - Method in interface org.hibernate.engine.spi.EntityEntry
- addExtraState(EntityEntryExtraState) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
-
Attach additional state to the core state of
EntityEntry - addFetch(String, String, String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a join fetch result.
- addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
-
Add a fetch override to the profile.
- addFetch(FetchProfile.Fetch) - Method in class org.hibernate.mapping.FetchProfile
-
Adds a fetch to this profile.
- addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
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, Map) - Method in class org.hibernate.mapping.Collection
- addFilter(String, String, boolean, Map, Map) - Method in interface org.hibernate.mapping.Filterable
- addFilter(String, String, boolean, Map, Map) - Method in class org.hibernate.mapping.PersistentClass
- addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds a filter definition to this repository.
- addForeignKeyInformation(TableInformation, ForeignKeyInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceForeignKeysInformation
- addFormula(Formula) - Method in class org.hibernate.mapping.Any
- addFormula(Formula) - Method in class org.hibernate.mapping.Any.KeyValue
- addFormula(Formula) - Method in class org.hibernate.mapping.Any.MetaValue
- addFormula(Formula) - Method in class org.hibernate.mapping.BasicValue
- addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
- addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.sql.Insert
- addGeneratedValue(ModelPart, Object) - Method in interface org.hibernate.generator.values.GeneratedValues
-
Register a generated value for the corresponding
ModelPart - addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
- addHashCode(int) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
- addHbmXmlBinding(Binding) - Method in class org.hibernate.boot.MetadataSources
-
Add a binding for hbm.xsd document
- addHint(String, Object) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- addHints(Map) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
- addIdColumnAliases(String...) - Method in interface org.hibernate.query.NativeQuery.RootReturn
- addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
- addImport(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds an import (for use in HQL).
- addIndex(Index) - Method in class org.hibernate.mapping.Table
- addIndexInformation(TableInformation, IndexInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceIndexesInformation
- addingGlobalSequenceGenerator(String) - Method in interface org.hibernate.boot.BootLogging
- addingGlobalTableGenerator(String) - Method in interface org.hibernate.boot.BootLogging
- addingTableForFollowOnLocking(String, String) - Method in interface org.hibernate.sql.exec.SqlExecLogger
- addInitCommand(Function) - Method in class org.hibernate.mapping.Table
- addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
- addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
-
Deprecated.Use
Table.addInitCommand(Function)instead. - addInitializedCollection(CollectionPersister, PersistentCollection, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
- addInitializedCollection(CollectionPersister, PersistentCollection, Object, boolean) - 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
InputStreamaccess - addInsertTargetStateField(SqmPath) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- addInstantiation(Class) - Method in interface org.hibernate.query.NativeQuery
- AdditionalInsertValues(Expression, Expression, Generator, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
- AdditionalMappingContributions - Interface in org.hibernate.boot.spi
-
Collector for contributions from contributors
- AdditionalMappingContributor - Interface in org.hibernate.boot.spi
-
Contract allowing pluggable contributions of additional mapping objects.
- additionalRestrictions - Variable in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- addJar(File) - Method in class org.hibernate.boot.MetadataSources
-
Read all
.hbm.xmlmappings from a jar file. - addJar(File) - Method in class org.hibernate.cfg.Configuration
-
Read all
.hbm.xmlmappings from a.jarfile. - addJavaTypeRegistration(Class, JavaType) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addJdbcTypeRegistration(int, JdbcType) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addJoin(String, String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a join fetch result.
- addJoin(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addJoin(String, String, String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a join fetch result.
- addJoin(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addJoin(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
-
Declare a join fetch result, specifying a lock mode.
- addJoin(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addJoin(Join) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
- addJoin(Join) - Method in interface org.hibernate.envers.boot.model.JoinAwarePersistentEntity
-
Add a secondary table join to the entity mapping.
- addJoin(Join) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
- addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
- addJoin(Join) - Method in class org.hibernate.mapping.Subclass
- addKey(EntityHolder) - Method in interface org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
- addKey(EntityHolder) - Method in class org.hibernate.engine.spi.SubselectFetch.StandardRegistrationHandler
- addKeyColumn(int, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a key column
- addKeyColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- addKeyColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- addKeyColumn(String, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a key column
- addKeyColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addKeyColumn(Column) - Method in class org.hibernate.envers.boot.model.Join
- addKeyColumnsFromValue(Value) - Method in class org.hibernate.envers.boot.model.Join
- addKeyRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add a restriction as long as the selectable is not a formula and is not nullable
- addKeyRestrictionBinding(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addKeyRestrictionBinding(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add a restriction as long as the selectable is not a formula and is not nullable
- addKeyRestrictionBinding(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addKeyRestrictionBinding(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addKeyRestrictionLeniently(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add a restriction as long as the selectable is not a formula
- addKeyRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add a restriction as long as the selectable is not a formula and is not nullable
- addKeyRestrictionsLeniently(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add a restriction as long as the selectable is not a formula and is not nullable
- addKeySubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Create a key subgraph rooted at this attribute node.
- addKeySubgraph(Attribute) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addKeySubgraph(Attribute, Class) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addKeySubgraph(String) - Method in interface org.hibernate.graph.Graph
- addKeySubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubgraph(String, Class) - Method in interface org.hibernate.graph.Graph
- addKeySubgraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubGraph(String, Class) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addKeySubGraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addKeySubGraph(MapPersistentAttribute, Class) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addKeySubGraph(MapPersistentAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addLazyFieldByGraph(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- addLegacyFetchBuilder(LegacyFetchBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
-
Add a legacy fetch builder
- addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.engine.jndi.spi.JndiService
-
Adds the specified listener to the given JNDI namespace.
- addListener(SessionEventListener...) - Method in interface org.hibernate.engine.spi.SessionEventListenerManager
- addLockItem(String) - Method in class org.hibernate.sql.ForUpdateFragment
- addManyToManyFilter(String, String, boolean, Map, Map) - Method in class org.hibernate.mapping.Collection
- addMapKeySubgraph(MapAttribute) - Method in interface org.hibernate.graph.Graph
- addMappedBy(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addMappedSuperclass(Class, MappedSuperclass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addMappedSuperclassProperty(Property) - Method in class org.hibernate.mapping.Join
- addMappedSuperclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
- addMappedSuperclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
- addMappingXmlBinding(Binding) - Method in class org.hibernate.boot.MetadataSources
-
Add a binding for mapping.xsd document
- addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in interface org.hibernate.envers.boot.spi.ModifiedColumnNamingStrategy
-
Adds modified columns to the audited entity metamodel.
- addMonths() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- addNamedEntityGraph(String, EntityGraph) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addNamedEntityGraph(String, RootGraphImplementor) - Method in interface org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
- addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named entity graph to this repository
- addNamedNativeQuery(NamedNativeQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named SQL query to this collector.
- addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named stored procedure call to this collector.
- addNamedQuery(String, Query) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addNamedQuery(String, TypedQuery) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addNamedQuery(String, TypedQuery) - Method in interface org.hibernate.SessionFactory
-
Add or override the definition of a named query, returning a reference to the query.
- addNamedQuery(NamedHqlQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds metadata for a named query to this repository.
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- addNestedTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
-
A nested table group join is a join against a table group, that is ensured to be joined against the primary table reference and table reference joins in isolation, prior to doing other table group joins e.g.
- addNewCollection(CollectionPersister, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add a new collection (ie.
- addNonKeyRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addNonKeyRestriction(ColumnValueBinding) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Adds a restriction, which is assumed to be based on a selectable that is NOT a table key, e.g.
- addNonKeyRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addNonKeyRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addNonLazyCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Register a collection for non-lazy loading at the end of the two-phase load
- addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addNullOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Record the fact that the association belonging to the keyed entity is null.
- addNullRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- addNullRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Adds an observer to this batch.
- addObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Adds an observer to the coordinator.
- addObserver(SessionFactoryObserver) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Register a
SessionFactoryObserverof this factory. - addOperator(String, String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSqmFunctionDescriptors
- addOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add restriction based on non-version optimistically-locked column
- addOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addOptimisticLockRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
-
Add restriction based on non-version optimistically-locked column
- addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
- addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
- addOrderedJoin(SqmJoin) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- addOverridableConverter(Class) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
-
Apply an
AttributeConverterthat may be overridden by competing converters - addPackage(Package) - Method in class org.hibernate.boot.MetadataSources
-
Read package-level metadata.
- addPackage(String) - Method in class org.hibernate.boot.MetadataSources
-
Read package-level metadata.
- addPackage(String) - Method in class org.hibernate.cfg.Configuration
-
Read package-level metadata.
- addPackages(String...) - Method in class org.hibernate.cfg.Configuration
-
Read package-level metadata.
- addParam(String, String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- addParameter(SqmParameter) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- addParameter(SqmParameter) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- addParameter(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
- addParameterBinder(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- addParameterBinder(JdbcParameter, JdbcParameterBinder) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- addParameters(Collection) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
- addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- addParams(Map) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect require that the columns listed in
partition byalso occur in the primary key, when defining table partitioning? - addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.MySQLDialect
- addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.PostgreSQLDialect
- addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.SQLServerDialect
- addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.SybaseDialect
- addPassingExpression(String, SqmExpression) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- addPersister(EntityPersister, SessionFactoryImplementor) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
- addPluralSubgraph(PluralAttribute) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.
Graph.addElementSubgraph(PluralAttribute)was added in JPA 3.2, and so this method is no longer needed - addPrimaryKeyInformation(TableInformation, PrimaryKeyInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpacePrimaryKeysInformation
- addPrimeEntry(BasicType, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
- addPrimeEntry(BasicTypeReference, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
- addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
- addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
- addProjectionToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditFunction
- addProjectionToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditProperty
- addProjectionToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder) - Method in interface org.hibernate.envers.query.projection.AuditProjection
-
Adds an audit projection to the specified query.
- addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Add the given properties to ours.
- addProperty(String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
-
Add a property, presumably with more than one column.
- addProperty(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
-
Add a property, presumably with more than one column.
- addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
-
Add a simple property-to-one-column mapping.
- addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
-
Add a simple property-to-one-column mapping.
- addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
-
Add an attribute to this
PersistentClassorJoin. - addProperty(Property) - Method in class org.hibernate.mapping.Component
- addProperty(Property) - Method in class org.hibernate.mapping.Join
- addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
- addProperty(Property) - Method in class org.hibernate.mapping.Subclass
- addProperty(Property, ClassDetails) - Method in class org.hibernate.mapping.Component
- addPropertyAnnotatedWithMapsId(ClassDetails, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addPropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Add a proxy to the session cache
- addQueryHint(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
- addQueryHint(String) - Method in interface org.hibernate.query.NativeQuery
- addQueryHint(String) - Method in interface org.hibernate.query.Query
-
Add a database query hint to the SQL query.
- addQueryHint(String) - Method in class org.hibernate.query.spi.AbstractQuery
- addQueryHint(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addQueryHints(String, String) - Method in class org.hibernate.dialect.hint.IndexQueryHintHandler
-
Deprecated.
- addQueryHints(String, String) - Method in interface org.hibernate.dialect.hint.QueryHintHandler
-
Deprecated.Add query hints to the given query.
- addQueryImport(String, Class) - Method in class org.hibernate.boot.MetadataSources
- addReferencedColumns(List) - Method in class org.hibernate.mapping.ForeignKey
- addReferenceEntry(Object, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
- addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
- addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated.
- addResetCommand(Function) - Method in class org.hibernate.mapping.Table
- addResource(String) - Method in class org.hibernate.boot.MetadataSources
-
Read mappings as an application resourceName (i.e.
- addResource(String) - Method in class org.hibernate.cfg.Configuration
-
Read mappings as an application resource name, that is, using a classpath lookup, trying different class loaders in turn.
- addRestriction(String) - Method in class org.hibernate.sql.SimpleSelect
-
Appends a restriction comparing the
columnNamefor 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
columnNamesfor equality with a parameter - addRestriction(String...) - Method in class org.hibernate.sql.Update
- addRestriction(String, String) - Method in class org.hibernate.sql.Update
- addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.SimpleSelect
-
Appends a restriction based on the comparison between
lhsandrhs. - addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.Update
- addRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- addRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- addResultBuilder(ResultBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
-
Add a builder
- addResultSetMapping(NamedResultSetMappingDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds the metadata for a named SQL result set mapping to this collector.
- addResultTypeClass(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addResyncCommand(BiFunction) - Method in class org.hibernate.mapping.Table
- addReturn(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- addRoot(String, Class) - Method in interface org.hibernate.query.NativeQuery
-
Add a new root return mapping, returning a
NativeQuery.RootReturnto allow further definition. - addRoot(String, String) - Method in interface org.hibernate.query.NativeQuery
-
Add a new root return mapping, returning a
NativeQuery.RootReturnto allow further definition. - addRoot(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addRoot(JpaRoot) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
- addRoot(JpaRoot) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- addRoot(SqmRoot) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
-
Add roots incrementally
- addRoot(TableGroup) - Method in class org.hibernate.sql.ast.tree.from.FromClause
- addScalar(String) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result.
- addScalar(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result using the specified result type.
- addScalar(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class, AttributeConverter) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, Class, AttributeConverter) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class, Class) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, Class, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class, Class, AttributeConverter) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class, Class, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, Class, Class, AttributeConverter) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, Class, Class, Class) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result with an explicit conversion.
- addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result.
- addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addScalar(String, BasicTypeReference) - Method in interface org.hibernate.query.NativeQuery
-
Declare a scalar query result.
- addSecondaryActionPair(PreAction, PostAction) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
- addSecondaryActionPair(SecondaryAction) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
- addSecondaryTable(QualifiedTableName, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- addSecondaryTable(LocalMetadataBuildingContext, Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
- addSecondPass(SecondPass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addSelectable(Selectable) - Method in class org.hibernate.mapping.Any
- addSelectableMapping(List, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMapping(List, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, JsonTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, JsonTableExistsColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, JsonTableNestedColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, JsonTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, JsonTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, JsonTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, XmlTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, XmlTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, XmlTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelectableMappings(List, XmlTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
- addSelection(SqmSelection) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- addService(Class, R) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
- addService(Class, T) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Adds a user-provided service.
- addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies one or more observers.
- addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- addSingularSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Create a value subgraph representing a singular value rooted at this attribute node.
- addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
- addSortSpecification(SqmExpression) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- addSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- addSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
- addSpaceToInvalidate(String) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
-
Register a cache space to be invalidated after successful transaction completion.
- addSqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.cfg.Configuration
-
Adds a function descriptor to this configuration.
- addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.Dialect
-
Modify the SQL, adding hints or comments, if necessary.
- addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
- addSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
- addSqmJoin(SqmJoin) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- addSqmJoin(SqmJoin) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
-
Add an associated join
- addSqmJoin(SqmJoin) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
- addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
- addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
- addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
- addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
- addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
- addSubclassSubgraph(Class) - Method in interface org.hibernate.graph.RootGraph
-
Deprecated, for removal: This API element is subject to removal in a future version.Planned for removal in JPA 4
- addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
- addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
- addSubExpression(Expression) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
- addSubgraph(Attribute) - Method in interface org.hibernate.graph.Graph
- addSubgraph(Attribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubgraph(Attribute, Class) - Method in interface org.hibernate.graph.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSubgraph(String) - Method in interface org.hibernate.graph.Graph
- addSubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubgraph(String, Class) - Method in interface org.hibernate.graph.Graph
- addSubgraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubGraph(String) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubGraph(String, Class) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubGraph(PersistentAttribute, Class) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(PersistentAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubGraph(PersistentAttribute) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- addSubGraph(PersistentAttribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Adds a subselect fetch descriptor for the given entity key.
- addSubType(ManagedDomainType) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
- addSubType(ManagedDomainType) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- addSynchronizedEntityClass(Class) - Method in interface org.hibernate.procedure.ProcedureCall
- addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.NativeQuery
- addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.SynchronizeableQuery
-
Add all query spaces associated with the entity with the given type.
- addSynchronizedEntityName(String) - Method in interface org.hibernate.procedure.ProcedureCall
- addSynchronizedEntityName(String) - Method in interface org.hibernate.query.NativeQuery
- addSynchronizedEntityName(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addSynchronizedEntityName(String) - Method in interface org.hibernate.query.SynchronizeableQuery
-
Add all query spaces associated with the entity with the given names.
- addSynchronizedQuerySpace(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- addSynchronizedQuerySpace(String) - Method in interface org.hibernate.procedure.ProcedureCall
- addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.NativeQuery
- addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
- addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.SynchronizeableQuery
-
Add a query space.
- addSynchronizedTable(String) - Method in class org.hibernate.mapping.Collection
- addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
- addTable(String, String, String, String, boolean, MetadataBuildingContext, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Adds table metadata to this repository returning the created metadata instance.
- addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
- addTableDetailsBuilder(TableMutationBuilder) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- addTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- addTableInformation(TableInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
- addTableNameBinding(String, String, String, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addTableNameBinding(Identifier, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- addTargetColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- addTargetColumnReferences(List) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- addTargetColumnReferences(ColumnReference...) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- addToBatch(int, int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- addToBatch(JdbcValueBindings, TableInclusionChecker) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch.
- addToBatch(JdbcValueBindings, TableInclusionChecker, Batch.StaleStateMapper) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch.
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Add to the MutableCacheKey the values obtained disassembling the value and the hasCode generated from the disassembled value.
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
- addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressible
- addToOneAndIdProperty(ClassDetails, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
- addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
- addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
- addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
- addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
- addTreat(X) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- addTreatedElementSubgraph(PluralAttribute, ManagedType) - Method in interface org.hibernate.graph.Graph
- addTreatedElementSubgraph(PluralAttribute, ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedElementSubgraph(PluralAttribute, Class) - Method in interface org.hibernate.graph.Graph
- addTreatedElementSubgraph(PluralAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedMapKeySubgraph(MapAttribute, ManagedType) - Method in interface org.hibernate.graph.Graph
- addTreatedMapKeySubgraph(MapAttribute, ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedMapKeySubgraph(MapAttribute, Class) - Method in interface org.hibernate.graph.Graph
- addTreatedMapKeySubgraph(MapAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(Graph, Class) - Method in class org.hibernate.graph.EntityGraphs
-
Allows a treated subgraph to be created for a
Subgraph, since the JPA-standard operationEntityGraph.addTreatedSubgraph(Class)is declared byEntityGraph. - addTreatedSubgraph(Attribute, ManagedType) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(Attribute, ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(Attribute, Class) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(Attribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(ManagedType) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTreatedSubgraph(Class) - Method in interface org.hibernate.graph.Graph
- addTreatedSubgraph(Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
- addTypeConstructor(int, JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- addTypeConstructor(JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- addTypeConstructorIfAbsent(int, JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- addTypeConstructorIfAbsent(JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
- addTypeDefinition(TypeDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Deprecated.
- addTypeReferenceRegistrationKey(String, String...) - Method in class org.hibernate.type.BasicTypeRegistry
- addUninitializedCollection(CollectionPersister, PersistentCollection, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
- addUninitializedCollection(CollectionPersister, PersistentCollection, Object, boolean) - 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
INDEXquery hint as follows: - addValue(Object) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
- addValue(Object) - Method in class org.hibernate.sql.InFragment
- addValue(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
- addValueColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- addValueColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- addValueColumn(String, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a column as part of the values list
- addValueColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addValueColumn(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Add a column as part of the values list
- addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
- addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
- addValueColumn(ColumnValueBinding) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
-
Adds a restriction, which is assumed to be based on a table key.
- addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addValues(Object[]) - Method in class org.hibernate.sql.InFragment
- addValueSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
Create a value subgraph, without knowing whether it represents a singular value or plural element, rooted at this attribute node.
- addVersionedAssignment(Consumer, SqmUpdateStatement) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
- addWhereFragment(String) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
- addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
-
Appends a complete where condition.
- addXmlBinding(Binding) - Method in class org.hibernate.boot.MetadataSources
-
Add XML mapping bindings created from an arbitrary source by the binder.
- addXmlMapping(Binding) - Method in class org.hibernate.cfg.Configuration
-
Read mappings that were parsed using
Configuration.getXmlMappingBinderAccess(). - addYearsMonthsDaysHoursMinutesSeconds() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- AdjustableBasicType<J> - Interface in org.hibernate.type
-
Extension contract for
BasicTypeimplementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc. - AdjustableJdbcType - Interface in org.hibernate.type.descriptor.jdbc
-
Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.
- adjustDefaultNamespace(String, String) - Method in class org.hibernate.boot.model.relational.Database
- adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
- adjustFetchProfiles(Set, Set) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- adjustJarFileEntryUrl(URL, URL) - Method in interface org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
-
Adjust the given URL, if needed.
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.HSQLLocalTemporaryTableStrategy
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.LegacyTemporaryTableStrategy
-
Deprecated.
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.OracleLocalTemporaryTableStrategy
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.PersistentTemporaryTableStrategy
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.StandardGlobalTemporaryTableStrategy
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.StandardLocalTemporaryTableStrategy
- adjustTemporaryTableName(String) - Method in interface org.hibernate.dialect.temptable.TemporaryTableStrategy
-
Returns an adjusted table name that can be used for temporary tables.
- adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.TransactSQLLocalTemporaryTableStrategy
- adjustToDefaultPrecision(T, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
-
Do the same conversion that databases do when they encounter a timestamp with a higher precision than what is supported by a column, which is to round the excess fractions.
- adjustToPrecision(T, int, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- affectedQuerySpaces(Set) - Method in interface org.hibernate.sql.exec.SqlExecLogger
- affectedQuerySpacesUnexpectedlyEmpty() - Method in interface org.hibernate.sql.exec.SqlExecLogger
- AFTER_STATEMENT - Enum constant in enum class org.hibernate.ConnectionReleaseMode
-
Indicates that the JDBC connection should be aggressively released after each SQL statement is executed.
- AFTER_TRANSACTION - Enum constant in enum class org.hibernate.ConnectionReleaseMode
-
Indicates that the JDBC connection should be released after each transaction ends.
- afterAction(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Called after execution of an action
- afterBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
-
Callback for processing the beginning of a transaction.
- afterCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
-
Callback for processing the last phase of transaction completion.
- afterDeserialization(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
Initialize an
AbstractLazyInitializerafter deserialization. - afterDeserialize(EventSource) - Method in interface org.hibernate.action.spi.Executable
-
Reconnect to session after deserialization
- afterDeserialize(EventSource) - Method in class org.hibernate.engine.spi.ExecutableList
-
Allow the
Executables to reassociate themselves with the session after deserialization. - afterFailedStatementExecution(SQLException) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Notification that execution of a statement has failed, which might mean that the database has marked the transaction for rollback.
- afterInitialize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- afterInitialize() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Called after initialization is complete.
- afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- afterInitialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Called just after the entities properties have been initialized
- afterInitialize(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- afterInitialize(FetchParent, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- afterInitialize(FetchParent, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- afterInsert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
Called afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
- afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
Called after an item has been inserted (after the transaction completes), instead of calling
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
entityis being loaded - AfterLoadAction - Interface in org.hibernate.loader.ast.spi
-
An action to be performed after an entity has been loaded.
- afterObtainConnection(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- afterObtainConnection(Connection) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- afterObtainConnection(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Called after a managed JDBC connection is obtained.
- afterOperation(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- afterOperation(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Check if there is a Hibernate or JTA transaction in progress and, if there is not, flush if necessary, making sure that the connection has been committed (if it is not in autocommit mode), and finally run the after completion processing.
- afterOperation(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- afterQuery() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- afterQuery(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- afterQueryGroup(QueryGroup, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- afterQueryHandlingFetchProfiles(boolean, HashSet) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- afterReassociate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- afterReassociate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Called just after the entity has been reassociated with the session
- afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Called after inserting a row, to fetch the natively generated id
- afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- afterScrollOperation() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- afterScrollOperation() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Called after each operation on a
ScrollableResults, providing an opportunity for a stateless session to clear its temporary persistence context. - afterScrollOperation() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- afterStatement() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Notification indicating a JDBC statement has been executed, to trigger
ConnectionReleaseMode.AFTER_STATEMENTreleasing 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
-
Notification that a statement has completed execution, which might indicate that the logical connection should 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_TRANSACTIONreleasing 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
EntityTransactionAPI, 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) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
-
Execute registered after-completion callbacks, if any.
- afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
An after-completion callback to the owner.
- afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
An after-completion callback from the coordinator to its owner.
- afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
-
Called after a transaction is committed or rolled back.
- AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
-
Contract representing some process that needs to occur during after transaction completion.
- afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
Called after an item has been updated (after the transaction completes), instead of calling
release(). - afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
- afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
- afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
- afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
- afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
- afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
- afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
- AfterUseAction - Enum Class in org.hibernate.query.sqm.mutation.spi
-
Actions to perform in regard to a temporary table after each use.
- AGGREGATE - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
The collection elements are compositions.
- AGGREGATE - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
The map key is an aggregated composite
- AGGREGATE - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
- aggregateAssignments(ArrayList) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Allows to generate auxiliary database objects for an aggregate type.
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
- AggregateColumn - Class in org.hibernate.mapping
-
An aggregate column is a column of type
SqlTypes.STRUCT,SqlTypes.JSONorSqlTypes.SQLXMLthat 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
SqlTypestype code to use for the given column type code, when aggregated within a column of the given aggregate column type code. - aggregateComponentSqlTypeCode(int, int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- aggregateComponentSqlTypeCode(int, int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- aggregateCustomWriteExpression(AggregateColumn, List) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
-
Returns the custom write expression to use for an aggregate column of the given column type, containing the given aggregated columns.
- aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
- aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
- aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
- AGGREGATED_COMPOSITE - Enum constant in enum class org.hibernate.id.EntityIdentifierNature
-
Composite identifier mapped to a single entity attribute by means of an actual component class used to aggregate the tuple values.
- AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
- AggregatedAuditExpression(String, PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
- AggregatedAuditExpression.AggregatedMode - Enum Class in org.hibernate.envers.query.criteria
- AggregatedIdentifierMapping - Interface in org.hibernate.metamodel.mapping
-
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
- AggregateEmbeddableResultGraphNode - Interface in org.hibernate.sql.results.graph.embeddable
-
Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.
- 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, List, List) - Constructor for class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
- AGROAL_ACQUISITION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
-
The maximum amount of time a thread can wait for a connection, after which an exception is thrown instead.
- AGROAL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AgroalSettings
-
A setting prefix used to indicate settings that target the
hibernate-agroalintegration. - 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.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
Mapfrom alias to values/entities - AliasCollector - Class in org.hibernate.sql.ast.spi
-
A simple walker that checks for aggregate functions.
- AliasCollector() - Constructor for class org.hibernate.sql.ast.spi.AliasCollector
- AliasCollisionException - Exception Class in org.hibernate.query.sqm
-
Occurs when the HQL query declares a duplicate identification variable in the
fromclause, or a duplicate result column alias in theselectclause. - AliasCollisionException(String) - Constructor for exception class org.hibernate.query.sqm.AliasCollisionException
- AliasCollisionException(String, Exception) - Constructor for exception class org.hibernate.query.sqm.AliasCollisionException
- ALIASED_FETCH_JOIN - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- AliasedExpression - Class in org.hibernate.sql.ast.tree.expression
-
A wrapper for an expression that also renders an alias.
- AliasedExpression(Expression, String) - Constructor for class org.hibernate.sql.ast.tree.expression.AliasedExpression
- aliases - Variable in class org.hibernate.sql.SimpleSelect
- aliases() - Element in annotation interface org.hibernate.annotations.Filter
-
Explicitly specifies how aliases are interpolated into the SQL expression.
- aliases() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
-
Explicitly specifies how aliases are interpolated into the
FilterJoinTable.condition()SQL expression. - AliasResolver - Interface in org.hibernate.metamodel.mapping.ordering
- aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
-
Deprecated.Creates a ResultTransformer that will inject aliased values into instances of Class via property methods or fields.
- AliasToBeanConstructorResultTransformer<T> - Class in org.hibernate.transform
-
Deprecated.since
ResultTransformeris deprecated - AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
-
Deprecated.Instantiates a AliasToBeanConstructorResultTransformer.
- AliasToBeanResultTransformer<T> - Class in org.hibernate.transform
-
Deprecated.since
ResultTransformeris deprecated - AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
-
Deprecated.
- AliasToEntityMapResultTransformer - Class in org.hibernate.transform
-
Deprecated.since
ResultTransformeris deprecated - alignColumns() - Method in class org.hibernate.mapping.ForeignKey
-
Validates that column span of the foreign key and the primary key is the same.
- all(Subquery) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- all(Subquery) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- all(Subquery) - Method in interface org.hibernate.query.sqm.NodeBuilder
- all(List) - Static method in interface org.hibernate.query.restriction.Restriction
-
Combine the given restrictions using logical and.
- all(Restriction...) - Static method in interface org.hibernate.query.restriction.Restriction
-
Combine the given restrictions using logical and.
- ALL - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Includes all types listed here.
- ALL - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
-
Optimistic locking based on all fields of the entity.
- ALL - Enum constant in enum class org.hibernate.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.engine.jdbc.env.JdbcMetadataOnBoot
-
Access to the JDBC metadata is allowed.
- ALLOW - Enum constant in enum class org.hibernate.Locking.FollowOn
-
Allow follow-on locking when necessary.
- ALLOW - Enum constant in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
-
Deprecated.Allow update or delete queries for immutable entities.
- ALLOW - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
De-duplication is allowed if the query and result type allow
- ALLOW - Enum constant in enum class org.hibernate.type.WrapperArrayHandling
-
Allows the use of the wrapper arrays.
- ALLOW_EXTENSIONS_IN_CDI - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
-
Controls whether Hibernate can try to create beans other than converters and listeners using CDI.
- ALLOW_IDENTIFIER_REUSE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Guarantees proper validity audit strategy behavior when application reuses identifiers of deleted entities.
- ALLOW_JTA_TRANSACTION_ACCESS - Static variable in interface org.hibernate.cfg.TransactionSettings
-
When enabled, allows access to the
Transactioneven when using a JTA for transaction management. - ALLOW_METADATA_ON_BOOT - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Whether access to JDBC metadata is allowed during bootstrap.
- ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
-
When enabled, allows update operations outside a transaction.
- allowAssignedIdentifiers() - Method in class org.hibernate.generator.Assigned
- allowAssignedIdentifiers() - Method in interface org.hibernate.generator.Generator
-
Determine if this generator allows identifier values to be manually assigned to the entity instance before persisting it.
- allowAssignedIdentifiers() - Method in class org.hibernate.id.ForeignGenerator
-
Deprecated.
- allowImmutableEntityUpdate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- allowImmutableEntityUpdate() - Method in interface org.hibernate.query.spi.QueryEngineOptions
- allowImmutableEntityUpdate() - Method in interface org.hibernate.query.sqm.NodeBuilder
- allowLoadOutsideTransaction() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
- allowLoadOutsideTransaction() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
- allowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- allowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- allowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- allowMultiValuedBinding() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
-
Can a collection/array of values be bound to this parameter?
- allowMutation() - Method in class org.hibernate.generator.Assigned
- allowMutation() - Method in interface org.hibernate.generator.Generator
-
Determine if this generator allows generated fields to be manually assigned a value on events which do not trigger value generation.
- allowOutOfTransactionUpdateOperations(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
- allowOutOfTransactionUpdateOperations(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- allowsMultiValuedBinding() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
- allowsMultiValuedBinding() - Method in interface org.hibernate.query.QueryParameter
-
Does this parameter allow multi-valued (collection, array, etc) binding?
- allowsMultiValuedBinding() - Method in class org.hibernate.query.spi.AbstractQueryParameter
- allowsMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- alphashape - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- ALT_SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
- AlterTableUniqueDelegate - Class in org.hibernate.dialect.unique
-
A
UniqueDelegatewhich usesalter tablecommands 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
UniqueDelegatewhich usescreate unique indexcommands 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
Sessionis 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?
- AMPERSAND - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- AMPERSAND - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- ANALYSIS - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
-
Geometry, Geometry -> Boolean (or String for st_relate)
- analyzeUpdateValues(Object, Object[], Object, Object[], int[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.MergeCoordinator
- analyzeUpdateValues(Object, Object[], Object, Object[], int[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- and(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- and(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- and(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- and(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- and(Predicate...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- and(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- and(List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- and(List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
-
Return the conjuction of two criterions.
- and(Restriction) - Method in interface org.hibernate.query.restriction.Restriction
-
Combine this restriction with the given restriction using logical and.
- AnnotationBasedGenerator<A> - Interface in org.hibernate.generator
-
A
Generatorwhich receives parameters from a custom generator annotation or id generator annotation. - AnnotationBasedUserType<A,
J> - Interface in org.hibernate.usertype -
A
UserTypewhich receives parameters from a custom annotation. - AnnotationException - Exception Class in org.hibernate
-
An exception that occurs while reading mapping annotations.
- AnnotationException(String) - Constructor for exception class org.hibernate.AnnotationException
-
Constructs an
AnnotationExceptionusing the given message. - AnnotationException(String, Throwable) - Constructor for exception class org.hibernate.AnnotationException
-
Constructs an
AnnotationExceptionusing the given message and cause. - AnnotationPlacementException - Exception Class in org.hibernate.boot.models
- AnnotationPlacementException(String) - Constructor for exception class org.hibernate.boot.models.AnnotationPlacementException
- AnnotationPlacementException(String, Throwable) - Constructor for exception class org.hibernate.boot.models.AnnotationPlacementException
- ANNOTATIONS - Enum constant in enum class org.hibernate.mapping.MetadataSource
- Annotations driving compile-time tooling - Section in Overview
- ANSISequenceSupport - Class in org.hibernate.dialect.sequence
-
ANSI SQL compliant sequence support, for dialects which support the ANSI SQL syntax
next value for seqname. - ANSISequenceSupport() - Constructor for class org.hibernate.dialect.sequence.ANSISequenceSupport
- AnsiSqlKeywords - Class in org.hibernate.engine.jdbc.env.spi
-
Maintains the set of ANSI SQL keywords
- AnsiSqlKeywords() - Constructor for class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
- any(Subquery) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- any(Subquery) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- any(Subquery) - Method in interface org.hibernate.query.sqm.NodeBuilder
- any(List) - Static method in interface org.hibernate.query.restriction.Restriction
-
Combine the given restrictions using logical or.
- any(Restriction...) - Static method in interface org.hibernate.query.restriction.Restriction
-
Combine the given restrictions using logical or.
- Any - Class in org.hibernate.mapping
-
A mapping model object representing a polymorphic association to one of several tables.
- Any - Class in org.hibernate.sql.ast.tree.expression
- Any - Annotation Interface in org.hibernate.annotations
-
Maps a to-one cardinality association taking values over several entity types which are not related by the usual entity inheritance, using a discriminator value stored on the referring side of the relationship.
- Any(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any
- Any(MetadataBuildingContext, Table, boolean) - Constructor for class org.hibernate.mapping.Any
- Any(Any) - Constructor for class org.hibernate.mapping.Any
- Any(SelectStatement, MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.Any
- ANY - Enum constant in enum class org.hibernate.boot.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
Anymapping, 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
AnyDiscriminatorValues. - AnyKeyJavaClass - Annotation Interface in org.hibernate.annotations
-
Specifies the Java class to use for the foreign key handling related to an
Anymapping. - AnyKeyJavaType - Annotation Interface in org.hibernate.annotations
-
Form of
JavaTypeused 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
JdbcTypeCodeused to describe the foreign key part of anAnymapping. - AnyKeySource - Interface in org.hibernate.boot.model.source.spi
- AnyMappingDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Models Hibernate's
@Anymapping (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
- anythingToCascade(EntityPersister) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Does this action have any work to do for the entity type with the given persister?
- anythingToCascade(EntityPersister) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
- AnyType - Class in org.hibernate.type
-
Handles "any" mappings
- AnyType(TypeConfiguration, MetaType, Type, boolean) - Constructor for class org.hibernate.type.AnyType
- AnyType(TypeConfiguration, Type, Type, boolean) - Constructor for class org.hibernate.type.AnyType
-
Deprecated.
- AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
-
Used to externalize discrimination per a given identifier.
- ANYWHERE - Enum constant in enum class org.hibernate.envers.query.criteria.MatchMode
-
Match the pattern anywhere in the string.
- append(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- append(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- append(char) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- append(CharSequence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- append(CharSequence) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- append(CharSequence) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- append(CharSequence, int, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- append(CharSequence, int, int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- append(CharSequence, int, int) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- append(String) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Creates a new AbstractAttributeKey by appending the passed part.
- append(String) - Method in class org.hibernate.boot.model.source.spi.AttributePath
- append(String) - Method in class org.hibernate.boot.model.source.spi.AttributeRole
- append(String) - Method in class org.hibernate.metamodel.mapping.SelectablePath
- append(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- append(String) - Method in interface org.hibernate.spi.DotIdentifierSequence
-
Append a new part to the end of this sequence, returning the new representation.
- append(String) - Method in class org.hibernate.spi.NavigablePath
- append(String, String) - Method in class org.hibernate.spi.NavigablePath
- appendArrayLiteral(SqlAppender, Object[], JdbcLiteralFormatter, WrapperOptions) - Method in class org.hibernate.dialect.Dialect
-
Append an array literal with the given elements to the given
SqlAppender. - appendAsDate(SqlAppender, TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAsDate(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAsDate(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAsLocalTime(SqlAppender, TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAsLocalTime(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAsLocalTime(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAssignmentColumn(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- appendAssignmentColumn(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- appendAssignmentColumn(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendAsTime(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
- appendAsTime(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
-
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 options to the given DDL string declaring a SQL
checkconstraint. - appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.MySQLDialect
- appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.OracleDialect
- appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.SQLServerDialect
- appendColumnForWrite(SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- appendColumnForWrite(SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- appendContainer(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
-
Uses
#as the separator rather than a period, the intention being that the incoming name is aModelPartContainerof 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
DateTimeFormatterto 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.timevalue 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
Calendarvalue 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
Datevalue 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, Time) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- appendEncodedString(SqlAppender, Timestamp) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- appendEncodedString(SqlAppender, T) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Appends the value to the SqlAppender in an encoded format that can be decoded again by
JavaType.fromEncodedString(CharSequence, int, int). - appendHqlCteString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- appendHqlString(StringBuilder, SqmRenderContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- appendHqlString(StringBuilder, SqmRenderContext) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- appendHqlString(StringBuilder, JavaType, T) - Static method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
- appendIdentitySelectToInsert(String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Deprecated, for removal: This API element is subject to removal in a future version.
- appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
- appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
-
Use
insert table(...) values(...) select SCOPE_IDENTITY() - appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
- appendIdentitySelectToInsert(String, String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Provided we
IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement. - appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.MariaDBIdentityColumnSupport
- appendInlinedJsonPathIncludingPassingClause(SqlAppender, String, Expression, JsonPathPassingClause, SqlAstTranslator) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- appendIntervalLiteral(SqlAppender, Duration) - Method in class org.hibernate.dialect.Dialect
-
Append a literal SQL
intervalrepresenting the given JavaDuration. - appendIntervalLiteral(SqlAppender, TemporalAmount) - Method in class org.hibernate.dialect.Dialect
-
Append a literal SQL
intervalrepresenting the given JavaTemporalAmount. - appendJdbcLiteral(SqlAppender, T, Dialect, WrapperOptions) - Method in class org.hibernate.spatial.GeometryLiteralFormatter
- appendJdbcLiteral(SqlAppender, T, Dialect, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
-
Append a SQL literal representing the given Java value to a fragment of SQL which is being built.
- appendJoins(SqmFrom, StringBuilder, SqmRenderContext) - Static method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- appendJsonPathConcatPassingClause(SqlAppender, Expression, JsonPathPassingClause, SqlAstTranslator) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- appendJsonPathDoublePipePassingClause(SqlAppender, Expression, JsonPathPassingClause, SqlAstTranslator) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
- appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Add a listener to the group.
- appendListeners(EventType, Class...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- appendListeners(EventType, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
- appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Add the given listeners to the group.
- appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
-
Append a literal string to the given
SqlAppender. - appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.MySQLDialect
- appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.Dialect
-
Some dialects support an alternative means to
SELECT FOR UPDATE, whereby a "lock hint" is appended to the table name in thefromclause. - appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
- appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASEDialect
- appendPassingExpressionHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- appendPostAction(PostAction...) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
- appendPreAction(PreAction...) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
- appendReadExpression(String, Consumer) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- appendReadExpression(SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- appendReadExpression(SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- appendSingleQuoteEscapedString(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSingleQuoteEscapedString(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(boolean) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendSql(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(char) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendSql(double) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(double) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(double) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendSql(float) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(float) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(float) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendSql(int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(int) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendSql(long) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(long) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
- appendSql(long) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendSql(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- appendSql(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
-
Add the passed fragment into the in-flight buffer
- appendSql(String) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
- appendString(StringBuilder, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- appendString(SqlAppender, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- appendTreatJoins(SqmFrom, StringBuilder, SqmRenderContext) - Static method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- appendUniqueConstraint(StringBuilder, UniqueKey) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
- appendUniqueConstraint(StringBuilder, UniqueKey) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
- appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.Dialect
-
Append a literal SQL
uuidrepresenting the given JavaUUID. - appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.SQLServerDialect
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
-
Deprecated.
- appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Append the write expression wrapped in a way to be able to write values with this JdbcType's ValueBinder.
- appendWriteExpression(String, SqlAppender, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- appendWriteExpression(SqlAstTranslator, SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- appendWriteExpression(SqlAstTranslator, SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
- applicationContinuity - Variable in class org.hibernate.dialect.OracleDialect
- AppliedGraph - Interface in org.hibernate.graph.spi
-
Contract for anything a fetch/load graph can be applied
- appliesTo(Graph, ManagedDomainType) - Static method in class org.hibernate.graph.spi.GraphHelper
- appliesTo(GraphImplementor, JpaMetamodel) - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
- appliesTo(GraphImplementor, JpaMetamodel) - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
- appliesTo(EntityDomainType) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
- appliesTo(Type, CascadeStyle) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Does this action have any work to do for fields of the given type with the given cascade style?
- appliesTo(Type, CascadeStyle) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
- appliesToDialect(Dialect) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- appliesToDialect(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
-
Does this database object apply to the given dialect?
- apply() - Method in interface org.hibernate.boot.models.xml.spi.XmlProcessingResult
- apply(CriteriaQuery, Root) - Method in interface org.hibernate.query.restriction.Restriction
-
Apply this restriction to the given root entity of the given criteria query.
- apply(Object) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
- apply(Object[]) - Method in interface org.hibernate.query.specification.ProjectionSpecification.Element
- apply(String) - Static method in class org.hibernate.spatial.FunctionKey
- apply(String, String) - Static method in class org.hibernate.spatial.FunctionKey
- apply(JaxbFilterImpl, XmlDocumentContext) - Method in interface org.hibernate.boot.models.annotations.spi.FilterDetails
- apply(MetadataSources) - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
- apply(PersistenceUnitMetadata) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- apply(PersistenceUnitMetadata) - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
- apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
-
Apply the
orm.xml-definedpersistence-unit-defaultsvalues. - apply(SqmUpdateStatement) - Method in interface org.hibernate.query.assignment.Assignment
- apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
- apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
- apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
-
Apply the SQL AST sort-specifications associated with this ordering-expression
- apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
- apply(QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
-
Deprecated, for removal: This API element is subject to removal in a future version.
- apply(QuerySpec, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.OrderByFragment
-
Apply the ordering to the given SQL AST
- apply(QuerySpec, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
- APPLY_CONSTRAINTS - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
- applyAccessType(AccessType) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify the second-level access-type to be used by default for entities and collections that define second-level caching, but do not specify a granular access-type.
- applyAccessType(AccessType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- applyAffectedTableNames(Consumer) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- applyAffectedTableNames(Consumer) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
- applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
- applyAnticipatedType(BindableType) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- applyAnticipatedType(BindableType) - Method in class org.hibernate.query.spi.AbstractQueryParameter
- applyAnticipatedType(BindableType) - Method in interface org.hibernate.query.spi.QueryParameterImplementor
- applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify a particular ArchiveDescriptorFactory instance to use in scanning.
- applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAssignment(SqmPath, SqmExpression) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- applyAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(AttributeConverter, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an
AttributeConverterinstance, explicitly indicating whether to auto-apply it. - applyAttributeConverter(AttributeConverter) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an AttributeConverter instance.
- applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(Class) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an AttributeConverter by its Class.
- applyAttributeConverter(Class) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(Class, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an
AttributeConverterbyClass, explicitly indicating whether to auto-apply it. - applyAttributeConverter(Class, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.MetadataBuilder
-
Adds an AttributeConverter by a
ConverterDescriptor - applyAttributeConverter(ConverterDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyAutoClosing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies whether
Sessions should be automatically closed at the end of the transaction. - applyAutoClosing(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyAutoFlushing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Applies whether
Sessions should be automatically flushed at the end of the transaction. - applyAutoFlushing(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyAutomaticEvictionOfCollectionCaches(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
When using bidirectional many-to-one associations and caching the one-to-many side it is expected that both sides of the association are managed (actually that is true of all bidirectional associations).
- applyAutomaticEvictionOfCollectionCaches(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.MetadataBuilder
-
Contribute an
AuxiliaryDatabaseObject. - applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyBaseManyToManyRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyBaseManyToManyRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyBaseManyToManyRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in interface org.hibernate.persister.collection.CollectionPersister
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
-
Applies the base set of restrictions.
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- applyBaseRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyBasicType(BasicType) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify an additional or overridden basic type mapping.
- applyBasicType(BasicType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyBasicType(BasicType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify an additional or overridden basic type mapping supplying specific registration keys.
- applyBasicType(BasicType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyBasicType(UserType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
-
Register an additional or overridden custom type mapping.
- applyBasicType(UserType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyBeanManager(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a CDI
BeanManager. - applyBeanManager(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyCacheRegionDefinition(CacheRegionDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
-
Apply a
CacheRegionDefinitionto be applied to an entity, collection, or query while building theMetadataobject. - 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
ClassLoaderfor use in classloading and resource lookup. - applyClassLoaderService(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Adds a provided
ClassLoaderServicefor 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) - Static method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- applyConfiguration(TableGenerator, BiConsumer) - Static method in class org.hibernate.id.enhanced.TableGenerator
- applyConfiguredGraph(Map) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
-
Apply a graph and semantic based on configuration properties or hints based on
GraphSemantic.getJpaHintName()forGraphSemantic.LOADorGraphSemantic.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
CurrentTenantIdentifierResolverthat 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 FIRSTorNULLS LAST, toorder byclauses rendered in SQL queries. - applyDefaultNullPrecedence(Nulls) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyDelayedEntityLoaderCreations(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should entity loaders be generated immediately? Or should the creation be delayed until first need?
- applyDelayedEntityLoaderCreations(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyDirectReferenceCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Generally, Hibernate will extract the information from an entity and put that extracted information into the second-level cache.
- applyDirectReferenceCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyDiscriminator(Consumer, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Discriminable
-
Apply the discriminator as a predicate via the
predicateConsumer - applyDiscriminator(Consumer, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyDiscriminator(Consumer, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applyDynamicDeleteTableDetails(Object, Object, Object[], MutationExecutor, MutationOperationGroup, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- applyEntityGraph(RootGraphImplementor, GraphSemantic) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- applyEntityGraphHint(GraphSemantic, Object, String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
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, String, List) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
-
Applies just the
Filtervalues enabled for the associated entity - applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applyFilterRestrictions(Consumer, TableGroup, boolean, Map, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- applyFlushModeHint(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyFollowOnStrategyHint(Locking.FollowOn) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyFragment(String, Filter, List) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- applyFragment(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
- applyFunctions(FunctionContributor) - Method in interface org.hibernate.boot.MetadataBuilder
-
Apply an explicit
FunctionContributor(implicit application viaServiceLoaderwill 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-definitionas 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-definitionas 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-modelssettinghibernate.models.jandex.indexinstead. This method has no effect. - applyIndexView(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyInferableType(SqmBindableType) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- applyInferableType(SqmBindableType) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
-
Used to apply type information based on the expression's usage within the query.
- applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- applyingFilterDefinitionCondition(String) - Method in interface org.hibernate.boot.BootLogging
- applyIntegrator(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Add an
Integratorto be applied to the bootstrap registry. - applyInterceptor(Interceptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies an
Interceptorassociated with theSessionFactory, which will be used by all sessions unless an interceptor is explicitly specified usingSessionBuilder.interceptor(Interceptor). - applyInterceptor(Interceptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyJdbcBatchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies the maximum number of statements to batch together in a JDBC batch for insert, update and delete operations.
- applyJdbcBatchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyJdbcFetchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Apply a fetch size to the JDBC driver for fetching results.
- applyJdbcFetchSize(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyJsonFormatMapper(FormatMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
format mapperto 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
TransactionCoordinatororTransactionCoordinatorBuilder, should it track JTA transactions by thread in an attempt to detect timeouts? - applyJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyKeyRestriction(Object, EntityPersister, RestrictedTableMutationBuilder, EntityTableMapping) - Static method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- applyKeyRestrictions(ColumnValueParameterList, List) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyLazyInitializationOutsideTransaction(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should the application be allowed to initialize uninitialized lazy state outside the bounds of a transaction?
- applyLazyInitializationOutsideTransaction(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
-
Deprecated.
- applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.Query
-
Deprecated.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) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.Dialect
-
Modifies the given SQL, applying the appropriate updates for the specified lock modes and key columns.
- applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.SpannerDialect
- applyLockTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyLockTimeoutHint(Integer) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyMaximumFetchDepth(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Apply a limit to the depth Hibernate will use for outer joins.
- applyMaximumFetchDepth(int) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyMinimalPutsForCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
By default, Hibernate will always just push data into the cache without first checking if that data already exists.
- applyMinimalPutsForCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyMultiTenancy(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies whether multitenancy is enabled via use of a
MultiTenantConnectionProvider. - applyMultiTenancy(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyName(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a name for the
SessionFactory. - applyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyNameAsJndiName(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies that the
SessionFactoryshould 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, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- applyNullabilityChecking(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should attributes using columns marked as not-null be checked (by Hibernate) for nullness, or should this be left as a job for the database?
- applyNullabilityChecking(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyOnlyLoadByKeyFilters() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- applyOnlyLoadByKeyFilters() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- applyOnlyLoadByKeyFilters() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- applyOptimisticLocking(MutationGroupBuilder, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
- applyOptimisticLocking(TableUpdateBuilderStandard, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractQuery
- applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- applyOrdering(TableGroup, OrderByFragment) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- applyOrdering(TableGroup, OrderByFragment) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
- applyOrderingOfInserts(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specify whether ordering of inserts should be enabled.
- applyOrderingOfInserts(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyOrderingOfUpdates(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specify whether ordering of updates should be enabled.
- applyOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
-
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) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
- applyPredicates(Collection) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- applyPredicates(SqmPredicate...) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
- applyPredicates(SqmPredicate...) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- applyPreferUserTransactions(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
If using the built-in JTA-based
TransactionCoordinatororTransactionCoordinatorBuilder, should it prefer to useUserTransactionin preference toTransaction? - applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyProperty(Property) - Method in interface org.hibernate.mapping.IdentifiableTypeClass
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used
- applyProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
Deprecated, for removal: This API element is subject to removal in a future version.
- applyProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
-
Deprecated, for removal: This API element is subject to removal in a future version.
- applyQueryCacheLayout(CacheLayout) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies the default
CacheLayoutto use for query cache entries. - applyQueryCacheLayout(CacheLayout) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyQueryCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should second level query caching support be enabled?
- applyQueryCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyReservedWords(String...) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- applyReservedWords(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
Applies any reserved words reported via
DatabaseMetaData.getSQLKeywords() - applyReservedWords(Collection) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- applyReservedWords(Set) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- applyRestriction(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- applyRestrictions(PersistentCollection, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
- applyRootPathForLocking(NavigablePath) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
-
Applies a
NavigablePathto be considered a root for the purpose of potential locking. - applyScanEnvironment(ScanEnvironment) - Method in interface org.hibernate.boot.MetadataBuilder
-
Consider this temporary as discussed on
ScanEnvironment - applyScanEnvironment(ScanEnvironment) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyScanner(Scanner) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify a particular Scanner instance to use.
- applyScanner(Scanner) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyScanOptions(ScanOptions) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify the options to be used in performing scanning.
- applyScanOptions(ScanOptions) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyScrollableResultsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should scrollable results be supported in queries? We ask the JDBC driver whether it supports scrollable result sets as the default for this setting, but some drivers do not accurately report this via DatabaseMetaData.
- applyScrollableResultsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySecondLevelCacheSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should second level caching support be enabled?
- applySecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySelectionHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applySelections(QuerySpec, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
-
Returns true if the identifier can't be applied directly and needs to be generated separately.
- applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Apply a setting value.
- applySettings(Map) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Apply a group of settings.
- applySettings(Properties) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Apply a group of settings.
- applySharedCacheMode(SharedCacheMode) - Method in interface org.hibernate.boot.MetadataBuilder
-
Specify the second-level cache mode.
- applySharedCacheMode(SharedCacheMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applySoftDeleteRestrictions(TableGroup, PluralAttributeMapping.PredicateConsumer) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applySqlComments(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Should Hibernate apply comments to SQL it generates?
- applySqlComments(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySqlFunction(String, SqmFunctionDescriptor) - Method in interface org.hibernate.boot.MetadataBuilder
-
Contribute a
SqmFunctionDescriptorto HQL. - applySqlFunction(String, SqmFunctionDescriptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Register a
SQL functionwith 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
ModelPartoutside the domain query's root select clause. - applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Apply SQL selections for a specific reference to this
ModelPartoutside the domain query's root select clause. - applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Any
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Duration
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Every
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Over
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- applySqlSelections(DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- applySqlSelections(DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
- applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- applyStatelessInterceptor(Class) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies an interceptor
Classassociated with theSessionFactory, which is used to instantiate a new interceptor for each session, unless an interceptor is explicitly specified usingSessionBuilder.interceptor(Interceptor). - applyStatelessInterceptor(Class) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyStatelessInterceptor(Supplier) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies an interceptor
Supplierassociated with theSessionFactory, which is used to obtain an interceptor for each session, unless an interceptor is explicitly specified usingSessionBuilder.interceptor(Interceptor). - applyStatelessInterceptor(Supplier) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyStatementInspector(StatementInspector) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
StatementInspectorassociated with theSessionFactory, which will be used by all sessions unless a statement inspector is explicitly specified usingSessionBuilder.statementInspector(UnaryOperator) - applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyStaticDeleteTableDetails(Object, Object, Object[], Object, boolean, MutationExecutor, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- applyStatisticsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies whether statistics gathering is enabled.
- applyStatisticsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyStrategySelector(Class, String, Class) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Applies a named strategy implementation to the bootstrap registry.
- applyStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Applies one or more strategy selectors announced as available by the passed announcer.
- applyStructuredCacheEntries(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
By default, Hibernate stores data in the cache in its own optimized format.
- applyStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySubselectFetchEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Enable the use of subselect fetching.
- applySubselectFetchEnabled(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applySynchronizeSpacesHint(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyTcclLookupPrecedence(TcclLookupPrecedence) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Defines when the lookup in the thread context
ClassLoaderis done. - applyTempClassLoader(ClassLoader) - Method in interface org.hibernate.boot.MetadataBuilder
-
Apply a
ClassLoaderfor 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.
- applyTenantCredentialsMapper(TenantCredentialsMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
TenantCredentialsMapperthat is responsible for mapping the current tenant identifier to the database user and password. - applyTenantCredentialsMapper(TenantCredentialsMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyTenantSchemaMapper(TenantSchemaMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
TenantSchemaMapperthat is responsible for mapping the current tenant identifier to the name of a database schema. - applyTenantSchemaMapper(TenantSchemaMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
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 viaServiceLoaderwill still happen too) - applyTypes(TypeContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- applyValidatorFactory(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a Bean Validation
ValidatorFactory. - applyValidatorFactory(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- applyValues(PersistentCollection, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Values
- applyValues(Values) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
- applyVersionBasedOptLocking(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
- applyVersionBasedOptLocking(TableUpdateBuilderStandard) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- applyWhereFragments(Consumer, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyWhereFragments(Consumer, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.OneToManyPersister
- applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
-
Apply the
SQLRestrictionrestrictions - applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- applyXmlFormatMapper(FormatMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Specifies a
format mapperto use for serialization/deserialization of XML properties. - applyXmlFormatMapper(FormatMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- ArchiveContext - Interface in org.hibernate.boot.archive.spi
-
Describes the context for visiting the entries within an archive
- ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
-
Models a logical archive, which might be a jar file a zip file an exploded directory etc
- ArchiveDescriptorFactory - Interface in org.hibernate.boot.archive.spi
-
Contract for building ArchiveDescriptor instances.
- ArchiveEntry - Interface in org.hibernate.boot.archive.spi
-
Represent an entry in the archive.
- ArchiveEntryHandler - Interface in org.hibernate.boot.archive.spi
-
Handler for archive entries, based on the classified type of the entry
- ArchiveException - Exception Class in org.hibernate.boot.archive.spi
-
Indicates a problem accessing or visiting the archive
- ArchiveException(String) - Constructor for exception class org.hibernate.boot.archive.spi.ArchiveException
-
Constructs an ArchiveException
- ArchiveException(String, Throwable) - Constructor for exception class org.hibernate.boot.archive.spi.ArchiveException
-
Constructs an ArchiveException
- area - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- areAllResultsParameters(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- areAllResultsParameters(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- areAllResultsPlainParametersOrStringLiterals(CaseSearchedExpression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- areAllResultsPlainParametersOrStringLiterals(CaseSimpleExpression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
- areAssignmentCompatible(Class, Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
- areCollectionsImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies whether plural attributes are lazy by default if not specified in the mapping.
- areCompatible(Collection, Collection) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- areCompatible(List, List) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- areCompatible(Map, Map) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- areCompatible(SqmCacheable, SqmCacheable) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- areDeepCompatible(List, List) - Static method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- areDeepEqual(List, List) - Static method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- areEntitiesImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies whether singular associations (many-to-one, one-to-one) are lazy by default if not specified in the mapping.
- areEqual(boolean[], boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- areEqual(double[], double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- areEqual(float[], float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- areEqual(int[], int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- areEqual(long[], long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- areEqual(short[], short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- areEqual(AttributeNode, AttributeNode) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity graph attribute node and returns
trueif they are equal, ignoring subgraph attribute order. - areEqual(EntityGraph, EntityGraph) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity graphs and returns
trueif they are equal, ignoring attribute order. - areEqual(Subgraph, Subgraph) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity subgraphs and returns
trueif they are equal, ignoring attribute order. - areEqual(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
- areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
-
Deprecated.
- areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
-
Deprecated.
- areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- areEqual(Time, Time) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- areEqual(Timestamp, Timestamp) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- 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(Map, Map) - Static method in class org.hibernate.graph.EntityGraphs
-
Compares two entity subgraph maps and returns
trueif they are equal, ignoring order. - areEqual(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
- areEqual(Geometry, Geometry) - Method in class org.hibernate.spatial.JTSGeometryJavaType
- areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
- areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
- areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Determine if two instances are equal
- areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
- areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
- areInsertionsOrDeletionsQueued() - Method in class org.hibernate.engine.spi.ActionQueue
-
Check whether any insertion or deletion actions are currently queued.
- areJPACallbacksEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- areJPACallbacksEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Should JPA entity lifecycle callbacks be processed by the
EventEngineandCallbackRegistry? - areMatch(Object, Object) - Method in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
- areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
- areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
-
Are the two listener instances considered a duplication?
- areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.spi.ActionQueue
-
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
- areValuesIncludedInInsertByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.
- areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.
- areValuesNullableByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
-
How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.
- areXmlMappingsComplete() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
-
Whether XML mappings are complete for the entire persistent unit.
- ARGUMENT_OR_IMPLIED_RESULT_TYPE - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- ArgumentMemento(ResultMemento) - Constructor for class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
- argumentsOrImplied(int...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- ArgumentsValidator - Interface in org.hibernate.query.sqm.produce.function
-
Validates the arguments provided to an HQL function invocation.
- ArgumentTypesValidator - Class in org.hibernate.query.sqm.produce.function
-
Typechecks the arguments of HQL functions based on the assigned JDBC types.
- ArgumentTypesValidator(ArgumentsValidator, FunctionParameterType...) - Constructor for class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
- array - Variable in class org.hibernate.collection.spi.PersistentArrayHolder
- array() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2, HSQL array() constructor function
- array(Selection...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(Selection...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(Selection...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- array(Class, Selection...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(Class, Selection...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(Class, List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(Class, List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- array(List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- array(List) - Method in interface org.hibernate.query.sqm.NodeBuilder
- Array - Class in org.hibernate.mapping
-
An array mapping has a primary key consisting of the key columns + index column.
- Array - Annotation Interface in org.hibernate.annotations
-
Specifies the maximum length of a SQL array type mapped by the annotated attribute.
- Array(Supplier, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Array
- Array(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Array
- Array(Array) - Constructor for class org.hibernate.mapping.Array
- ARRAY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- ARRAY - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
An Object or primitive array.
- ARRAY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- ARRAY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
ARRAY. - ARRAY_END - Enum constant in enum class org.hibernate.type.format.JsonDocumentItemType
-
End of a Json array ']'
- ARRAY_END - Enum constant in enum class org.hibernate.type.format.StringJsonDocumentMarker
- array_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2, HSQL array() constructor function
- array_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array() constructor function
- array_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array() constructor function
- array_spanner() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Google Spanner array() constructor function
- ARRAY_START - Enum constant in enum class org.hibernate.type.format.JsonDocumentItemType
-
Start of a Json array '['
- ARRAY_START - Enum constant in enum class org.hibernate.type.format.StringJsonDocumentMarker
- arrayAgg(JpaOrder, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- arrayAgg(JpaOrder, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAgg(JpaOrder, JpaPredicate, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- arrayAgg(JpaOrder, JpaPredicate, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, JpaPredicate, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
array_aggordered set-aggregate function expression. - arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAgg(JpaOrder, JpaWindow, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- arrayAgg(JpaOrder, JpaWindow, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAgg(JpaOrder, JpaWindow, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ArrayAggFunction - Class in org.hibernate.dialect.function.array
- ArrayAggFunction(String, boolean, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayAggFunction
- arrayAggregate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2, HSQL, CockroachDB and PostgreSQL array_agg() function
- arrayAggregate_jsonArrayagg() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_agg() function
- ArrayAndElementArgumentTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionArgumentTypeResolverthat 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
ArgumentsValidatorthat validates the array type is compatible with the element type. - ArrayAndElementArgumentValidator(int, int...) - Constructor for class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
- arrayAppend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to array.
- arrayAppend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAppend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAppend(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to array.
- arrayAppend(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayAppend(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayAppend_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 and HSQLDB array_append() function
- arrayAppend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_append() function
- arrayAppend_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_append() function
- ArrayArgumentValidator - Class in org.hibernate.dialect.function.array
-
A
ArgumentsValidatorthat validates the array type is compatible with the element type. - ArrayArgumentValidator(int) - Constructor for class org.hibernate.dialect.function.array.ArrayArgumentValidator
- arrayConcat(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates arrays with each other in order.
- arrayConcat(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayConcat(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayConcat(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates arrays with each other in order.
- arrayConcat(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayConcat(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayConcat(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates arrays with each other in order.
- arrayConcat(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayConcat(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayConcat_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 and HSQLDB array_concat() function
- arrayConcat_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_concat() function
- arrayConcat_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_concat() function
- ArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
-
Concatenation function for array and an element.
- ArrayConcatElementFunction(String, String, String, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayConcatElementFunction
- ArrayConcatFunction - Class in org.hibernate.dialect.function.array
-
Concatenation function for arrays.
- ArrayConcatFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.array.ArrayConcatFunction
- ArrayConstructorFunction - Class in org.hibernate.dialect.function.array
- ArrayConstructorFunction(boolean, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayConstructorFunction
- arrayContains(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains an element.
- arrayContains(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContains(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContains(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains an element.
- arrayContains(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContains(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContains(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains an element.
- arrayContains(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContains(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContains_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_contains() function
- arrayContains_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_contains() function
- arrayContains_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_contains() function
- arrayContains_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array contains operator
- arrayContainsAll(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAll(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAll(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAll(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAll(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAll(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAll(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAll(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAll(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAllNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAllNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAllNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAllNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayContainsAllNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAllNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayContainsAllNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- ArrayContainsArgumentTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionArgumentTypeResolverthat resolves the argument types for thearray_containsfunction. - ArrayContainsArgumentTypeResolver() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
- ArrayContainsArgumentValidator - Class in org.hibernate.dialect.function.array
-
A
ArgumentsValidatorthat validates the arguments for thearray_containsfunction. - ArrayContainsArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
- arrayContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains a nullable element.
- arrayContainsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContainsNullable(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains a nullable element.
- arrayContainsNullable(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContainsNullable(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayContainsNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array contains a nullable element.
- arrayContainsNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayContainsNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ArrayContainsOperatorFunction - Class in org.hibernate.dialect.function.array
-
Special array contains function that also applies a cast to the element argument.
- ArrayContainsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayContainsOperatorFunction
- ArrayContainsUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array contains function by using
unnest. - ArrayContainsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayContainsUnnestFunction
- arrayFill(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array with the same element N times, as specified by the arguments.
- arrayFill(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayFill(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array with the same element N times, as specified by the arguments.
- arrayFill(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayFill(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array with the same element N times, as specified by the arguments.
- arrayFill(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayFill(T, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array with the same element N times, as specified by the arguments.
- arrayFill(T, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayFill(T, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayFill_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Cockroach array_fill() function
- arrayFill_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_fill() function
- arrayFill_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQLDB array_fill() function
- arrayFill_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_fill() function
- arrayFill_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL array_fill() function
- arrayFromString(JavaType, JdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- arrayFromString(JavaType, XmlArrayJdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- arrayGet(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of an array by 1-based index.
- arrayGet(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayGet(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayGet(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of an array by 1-based index.
- arrayGet(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayGet(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayGet_bracket() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_get() function via bracket syntax
- arrayGet_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_get() function via bracket syntax
- arrayGet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_get() function
- arrayGet_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_get() function
- ArrayGetUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array get function by using
unnest. - ArrayGetUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArrayGetUnnestFunction
- ArrayHelper - Class in org.hibernate.dialect.function.array
- ArrayHelper() - Constructor for class org.hibernate.dialect.function.array.ArrayHelper
- arrayIncludes(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array.
- arrayIncludes(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludes(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludes(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array.
- arrayIncludes(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludes(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludes(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array.
- arrayIncludes(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludes(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ArrayIncludesArgumentTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionArgumentTypeResolverthat resolves the argument types for thearray_includesfunction. - ArrayIncludesArgumentTypeResolver() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentTypeResolver
- ArrayIncludesArgumentValidator - Class in org.hibernate.dialect.function.array
-
A
ArgumentsValidatorthat validates the arguments for thearray_includesfunction. - ArrayIncludesArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
- arrayIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array with nullable elements.
- arrayIncludesNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludesNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array with nullable elements.
- arrayIncludesNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludesNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIncludesNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether an array is a subset of another array with nullable elements.
- arrayIncludesNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIncludesNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ArrayIncludesOperatorFunction - Class in org.hibernate.dialect.function.array
-
Special array includes implementation that uses the PostgreSQL
@>operator. - ArrayIncludesOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesOperatorFunction
- ArrayIncludesUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array includes function by using
unnest. - ArrayIncludesUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
- arrayIntersects(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array.
- arrayIntersects(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersects(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersects(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array.
- arrayIntersects(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersects(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersects(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array.
- arrayIntersects(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersects(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersects_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_intersects() function
- arrayIntersects_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_intersects() function
- arrayIntersects_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_intersects() function
- arrayIntersects_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array intersects operator
- arrayIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array, supporting
nullelements. - arrayIntersectsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersectsNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array, supporting
nullelements. - arrayIntersectsNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersectsNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayIntersectsNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one array has any elements common with another array, supporting
nullelements. - arrayIntersectsNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayIntersectsNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ArrayIntersectsOperatorFunction - Class in org.hibernate.dialect.function.array
-
Array intersects function that uses the PostgreSQL
&&operator. - ArrayIntersectsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIntersectsOperatorFunction
- ArrayIntersectsUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the intersects function by using
unnest. - ArrayIntersectsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIntersectsUnnestFunction
- ArrayJavaType<T> - Class in org.hibernate.type.descriptor.java
-
Descriptor for
T[]handling. - ArrayJavaType(BasicType) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
- ArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
- ArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
ARRAYhandling. - ArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- ArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
-
Factory for
ArrayJdbcType. - ArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
- arrayLength(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the length of an array.
- arrayLength(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayLength(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayLength_cardinality() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2, HSQLDB, CockroachDB and PostgreSQL array_length() function
- arrayLength_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_length() function
- arrayLiteral(T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates an array literal with the
arrayconstructor 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, for removal: This API element is subject to removal in a future version.Use
ImmutableObjectArrayMutabilityPlan.get()for object arrays, or implement a dedicated mutability plan for primitive arrays (see for exampleShortPrimitiveArrayJavaType's mutability plan). - ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
Deprecated.
- arrayOverlaps(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlaps(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlaps(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlaps(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlaps(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlaps(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlaps(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlaps(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlaps(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlapsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlapsNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlapsNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlapsNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayOverlapsNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlapsNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- arrayOverlapsNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
-
Deprecated.
- arrayPosition(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in an array.
- arrayPosition(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPosition(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPosition(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in an array.
- arrayPosition(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPosition(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPosition_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_position() function
- arrayPosition_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_position() function
- arrayPosition_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_position() function
- arrayPosition_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_position() function
- arrayPositions(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositions(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositions(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPositions(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositions(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositions(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPositions_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_positions() function
- arrayPositions_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_positions() function
- arrayPositions_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_positions() function
- arrayPositions_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_positions() function
- arrayPositionsList(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositionsList(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositionsList(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPositionsList(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in an array.
- arrayPositionsList(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPositionsList(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPrepend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to array.
- arrayPrepend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPrepend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPrepend(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to array.
- arrayPrepend(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayPrepend(T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayPrepend_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 and HSQLDB array_prepend() function
- arrayPrepend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_prepend() function
- arrayPrepend_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_prepend() function
- arrayRemove() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_remove() function
- arrayRemove(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element removed.
- arrayRemove(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemove(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayRemove(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element removed.
- arrayRemove(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemove(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayRemove_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_remove() function
- arrayRemove_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_remove() function
- arrayRemove_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_remove() function
- arrayRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with the element at the given 1-based index removed.
- arrayRemoveIndex(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with the element at the given 1-based index removed.
- arrayRemoveIndex(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayRemoveIndex_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_remove_index() function
- arrayRemoveIndex_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_remove_index() function
- arrayRemoveIndex_unnest(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL, CockroachDB and PostgreSQL array_remove_index() function
- ArrayRemoveIndexUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array remove index function by using
unnest. - ArrayRemoveIndexUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayRemoveIndexUnnestFunction
- arrayReplace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_replace() function
- arrayReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace(Expression, Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression, Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression, Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace(Expression, T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression, T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression, T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace(Expression, T, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy replacing a given element with another.
- arrayReplace(Expression, T, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReplace(Expression, T, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReplace_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_replace() function
- arrayReplace_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_replace() function
- arrayReplace_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_replace() function
- ArrayReplaceUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array replace function by using
unnest. - ArrayReplaceUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArrayReplaceUnnestFunction
- arrayReverse() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_reverse() function
- arrayReverse(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Reverses the order of elements in an array.
- arrayReverse(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayReverse(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayReverse_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_reverse() function
- arrayReverse_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_reverse() function
- arrayReverse_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
array_reverse() emulation for PostgreSQL versions before 18 and HSQLDB
- arraySet(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet(Expression, Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression, Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression, Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet(Expression, Integer, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy with given element at given 1-based index.
- arraySet(Expression, Integer, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySet(Expression, Integer, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySet_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_set() function
- arraySet_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_set() function
- arraySet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_set() function
- arraySet_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_set() function
- ArraySetUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array set function by using
unnest. - ArraySetUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArraySetUnnestFunction
- arraySlice() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_slice() function
- arraySlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-array of the based on 1-based lower and upper index.
- arraySlice(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-array of the based on 1-based lower and upper index.
- arraySlice(Expression, Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-array of the based on 1-based lower and upper index.
- arraySlice(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-array of the based on 1-based lower and upper index.
- arraySlice(Expression, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySlice_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_slice() function
- arraySlice_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_slice() function
- arraySlice_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_slice() function
- ArraySliceUnnestFunction - Class in org.hibernate.dialect.function.array
-
Implement the array slice function by using
unnest. - ArraySliceUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.ArraySliceUnnestFunction
- ArraysOfSameTypeArgumentValidator - Class in org.hibernate.dialect.function.array
-
A
ArgumentsValidatorthat validates all arguments are of the same array type. - ArraysOfSameTypeArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
- arraySort() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_sort() function
- arraySort(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Sorts the elements of an array in ascending order.
- arraySort(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySort(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySort(Expression, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Sorts the elements of an array in the specified order.
- arraySort(Expression, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySort(Expression, boolean) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySort(Expression, boolean, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the given array with explicit null ordering.
- arraySort(Expression, boolean, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySort(Expression, boolean, boolean) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySort(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Sorts the elements of an array in the specified order.
- arraySort(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySort(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySort(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the given array with explicit null ordering.
- arraySort(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arraySort(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arraySort_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_sort() function
- arraySort_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_sort() function
- arraySort_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_sort() function
- arraySort_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL array_sort() emulation for versions before 18
- arrayToString(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the non-null array elements with a separator, as specified by the arguments.
- arrayToString(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the array elements with a separator, as specified by the arguments.
- arrayToString(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(Expression, Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the array elements with a separator, as specified by the arguments.
- arrayToString(Expression, Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression, Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the non-null array elements with a separator, as specified by the arguments.
- arrayToString(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(Expression, String, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the array elements with a separator, as specified by the arguments.
- arrayToString(Expression, String, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression, String, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(Expression, String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the array elements with a separator, as specified by the arguments.
- arrayToString(Expression, String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayToString(Expression, String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayToString(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- arrayToString(JavaType, JdbcType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- arrayToString_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2 array_to_string() function
- arrayToString_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
HSQL array_to_string() function
- arrayToString_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_to_string() function
- arrayToString_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
CockroachDB and PostgreSQL array_to_string() function
- ArrayToStringFunction - Class in org.hibernate.dialect.function.array
- ArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayToStringFunction
- arrayTrim(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy without the last N elements, specified by the second argument.
- arrayTrim(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayTrim(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayTrim(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates array copy without the last N elements, specified by the second argument.
- arrayTrim(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- arrayTrim(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- arrayTrim_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Oracle array_trim() function
- arrayTrim_trim_array() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
H2, HSQLDB, CockroachDB and PostgreSQL array_trim() function
- arrayTrim_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
PostgreSQL array_trim() emulation for versions before 14
- ArrayType - Class in org.hibernate.type
-
A type for persistent arrays.
- ArrayType(String, String, Class) - Constructor for class org.hibernate.type.ArrayType
- ArrayViaArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
-
A
FunctionReturnTypeResolverthat 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
FunctionReturnTypeResolverthat resolves an array type based on the arguments, which are supposed to be of the element type. - ARROW - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- ARROW - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- as(Class) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
- as(Class) - Method in interface org.hibernate.query.criteria.JpaExpression
- as(Class) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- as(Class) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- as(Class) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- as(Class) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- as(Class) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- AS_NEEDED - Enum constant in enum class org.hibernate.ConnectionAcquisitionMode
-
A
Connectionis acquired only when (and if) it's actually needed. - asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
- asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- asAttributeMapping() - Method in interface org.hibernate.sql.results.graph.Fetchable
- asBasicValuedModelPart() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
- asBasicValuedModelPart() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- asBigDecimal() - Method in interface org.hibernate.query.criteria.JpaExpression
- asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asBigDecimal() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asBigInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
- asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asBigInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asbinary - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The asBinary function, cfr.
- asBlob(LobCreator) - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Use the given
LobCreatorto create aBlobwith the same data as this binary stream. - asBoolean(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
- asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Sort the results by the property in ascending order
- asc(int) - Static method in interface org.hibernate.query.Order
-
An order where the result set is sorted by the select item in the given position with smaller values first.
- asc(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- asc(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- asc(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- asc(Expression, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an ordering by the ascending value of the expression.
- asc(Expression, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- asc(Expression, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- asc(SingularAttribute) - Static method in interface org.hibernate.query.Order
-
An order where an entity is sorted by the given attribute, with smaller values first.
- asc(Class, String) - Static method in interface org.hibernate.query.Order
-
An order where an entity of the given class is sorted by the attribute with the given name, with smaller values first.
- asc(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering by the ascending value of the CTE attribute.
- asc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- asc(JpaCteCriteriaAttribute, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering by the ascending value of the CTE attribute.
- asc(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ASC - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- ASC - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
- ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- ASCENDING - Enum constant in enum class org.hibernate.query.SortDirection
- ascii() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Very widely supported, but we don't treat this as a "standard" function because it's hard to emulate on any database that doesn't have it (e.g.
- asCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
- asCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
-
A utility method to avoid casting explicitly to CollectionInitializer
- asCompositeOwner() - Method in interface org.hibernate.engine.spi.CompositeOwner
- asCompositeOwner() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asCompositeTracker() - Method in interface org.hibernate.engine.spi.CompositeTracker
- asCompositeTracker() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asDouble() - Method in interface org.hibernate.query.criteria.JpaExpression
- asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asDouble() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asEmbeddableFunctionTableReference() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- asEmbeddableFunctionTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- asEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
- asEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
-
A utility method to avoid casting explicitly to EmbeddableInitializer
- asEmbeddedAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
A utility method to avoid casting explicitly to EmbeddedAttributeMapping
- asEntityInitializer() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
- asEntityInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
-
A utility method to avoid casting explicitly to EntityInitializer
- asEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- asEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
- asEntityMutationOperationGroup() - Method in interface org.hibernate.sql.model.EntityMutationOperationGroup
- asEntityMutationOperationGroup() - Method in interface org.hibernate.sql.model.MutationOperationGroup
-
Attempt to cast to the frequently uses subtype EntityMutationOperationGroup; returns null if this is not possible.
- asEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- asEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Cast this session to
EventSourceif possible. - asewkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- asewkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- asFetchParent() - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
- asFetchParent() - Method in interface org.hibernate.sql.results.graph.Fetch
-
Utility method to avoid
instanceofchecks. - asFloat() - Method in interface org.hibernate.query.criteria.JpaExpression
- asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asFloat() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asgeojson - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- asHibernateProxy() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asHibernateProxy() - Method in interface org.hibernate.proxy.HibernateProxy
-
Special internal contract to optimize type checking.
- asImmutable() - Method in class org.hibernate.type.BasicTypeReference
- asin(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse sine of its argument.
- asin(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- asInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
- asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asInteger(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
- asLegacyValue() - Method in enum class org.hibernate.Locking.FollowOn
-
Interprets the follow-on strategy into the legacy boolean values.
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- asLoggableText() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- asLoggableText() - Method in interface org.hibernate.query.sqm.tree.SqmNode
- asLong() - Method in interface org.hibernate.query.criteria.JpaExpression
- asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- asLong() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asManaged() - Method in interface org.hibernate.engine.spi.Managed
-
Special internal contract to optimize type checking
- asManaged() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asManagedComposite() - Method in interface org.hibernate.engine.spi.ManagedComposite
-
Special internal contract to optimize type checking
- asManagedComposite() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
-
Special internal contract to optimize type checking
- asManagedEntity() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asManagedMappedSuperclass() - Method in interface org.hibernate.engine.spi.ManagedMappedSuperclass
-
Special internal contract to optimize type checking
- asManagedMappedSuperclass() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asMap() - Method in class org.hibernate.spatial.BaseSqmFunctionDescriptors
- asMap() - Method in class org.hibernate.spatial.dialect.oracle.OracleSDOFunctionDescriptors
- asMap() - Method in class org.hibernate.spatial.dialect.oracle.OracleSQLMMFunctionDescriptors
- asMap() - Method in interface org.hibernate.spatial.KeyedSqmFunctionDescriptors
-
Return the SqmFunctionDescriptors as map of
FunctionKeytoSqmFunctionDescriptor - asMetaAttribute() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
- asPersistentAttributeInterceptable() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
-
Special internal contract to optimize type checking
- asPersistentAttributeInterceptable() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
-
A utility method to avoid casting explicitly to PluralAttributeMapping
- asPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- asProxyConfiguration() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asProxyConfiguration() - Method in interface org.hibernate.proxy.ProxyConfiguration
- asReader() - Method in interface org.hibernate.engine.jdbc.CharacterStream
-
Provides access to the underlying data as a Reader.
- asResultMemento(NavigablePath, ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.FetchDescriptor
- asResultMemento(NavigablePath, ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
- asResultMemento(NavigablePath, ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
- asRootQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- asSelfDirtinessTracker() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
- asSelfDirtinessTracker() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
-
Special internal contract to optimize type checking
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
-
Reconstruct the object from its disassembled state.
- assemble(Serializable, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
Assemble a previously disassembled value.
- assemble(Serializable, Object) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- assemble(Serializable, Object) - Method in interface org.hibernate.usertype.CompositeUserType
-
Reconstruct an object from the cacheable representation.
- assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
-
Reconstruct a value from its destructured representation, during the process of reading the properties of an entity from the second-level cache.
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
- assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.UserComponentType
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.Immutability
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
- assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- assemble(Object, Object, EntityPersister, Interceptor, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
Assemble the previously disassembled state represented by this entry into the given entity instance.
- assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
-
Assembles the collection from the cached state.
- assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- assemble(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
-
The main "assembly" contract.
- assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
- assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
- assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
- assembledJavaType - Variable in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- AssemblerCreationState - Interface in org.hibernate.sql.results.graph
- ASSERT - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
-
Apply in-memory duplication checks, throwing a HibernateException when duplicates are found
- AssertionFailure - Exception Class in org.hibernate
-
Indicates failure of an assertion: a possible bug in Hibernate.
- AssertionFailure(String) - Constructor for exception class org.hibernate.AssertionFailure
-
Creates an instance of AssertionFailure using the given message.
- AssertionFailure(String, Throwable) - Constructor for exception class org.hibernate.AssertionFailure
-
Creates an instance of AssertionFailure using the given message and underlying cause.
- assertRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- asSessionImplementor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer useful, since Java made downcasting safer
- assign(Assignment) - Method in interface org.hibernate.query.specification.UpdateSpecification
-
Add an assigment to a field or property of the target entity.
- Assignable - Interface in org.hibernate.sql.ast.tree.update
- assignCheckConstraintsToTable(Dialect, TypeConfiguration) - Method in class org.hibernate.mapping.PersistentClass
- Assigned - Class in org.hibernate.generator
-
A
Generatorthat 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<T> - Interface in org.hibernate.query.assignment
-
An assignment to a field or property of an entity or embeddable.
- Assignment(Assignable, Expression) - Constructor for class org.hibernate.sql.ast.tree.update.Assignment
- 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) - Constructor for record class org.hibernate.metamodel.mapping.AssociationKey
-
Creates an instance of a
AssociationKeyrecord class. - AssociationKey(EntityKey, String) - Constructor for record class org.hibernate.engine.spi.AssociationKey
-
Creates an instance of a
AssociationKeyrecord 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.SqmEnumLiteral
- asString() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- asString(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
- asSubQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
- assvg - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- assvgaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- astext - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The asText function, cfr.
- aswkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- aswkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- AsWrapperSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
- AT - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- AT - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- atan(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse tangent of its argument.
- atan(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the inverse tangent of
yoverx. - atan2(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2(Expression, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- atan2(Expression, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2(Number, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- atan2(Number, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- atan2_atn2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Transact-SQL atan2 is misspelled
- attemptingToDetermineComponentClassByReflection(String) - Method in interface org.hibernate.boot.BootLogging
- attemptToStartAlreadyStartedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- attemptToStopAlreadyStoppedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- ATTR_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
- ATTR_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
- ATTR_NAME - Static variable in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- ATTR_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
- ATTR_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
- ATTR_NAME() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributePathContext
- ATTR_NAME() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeQualifierContext
- attribute() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
-
Returns the value of the
attributerecord 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
Expressionas value for the XML attribute with the given name. - attribute(String, Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- attribute(String, Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- Attribute - Interface in org.hibernate.envers.boot.model
-
Contract for a mapping attribute.
- ATTRIBUTE_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> - 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.PersistentAttributeTypeaddingAttributeClassification.ANY - AttributeContainer - Interface in org.hibernate.envers.boot.model
-
Defines a contract for the Envers mapping model in terms of being able to contain attributes.
- AttributeContainer - Interface in org.hibernate.mapping
-
Identifies a mapping model object which may have attributes (fields or properties).
- attributeInitialized(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
Callback from the enhanced class that an attribute has been read or written
- attributeInitialized(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- attributeInitialized(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- attributeInitialized(String) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
-
Deprecated.
- attributeInitialized(String) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
-
Deprecated.Just as the method it overrides. Interceptors that deal with lazy state should implement
BytecodeLazyAttributeInterceptor - attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
- attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
- attributeList() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- attributeList() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.GraphContext
- attributeList() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.SubGraphContext
- AttributeListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- AttributeListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- 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() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
- attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementContext
- attributeNode() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- attributeNode() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- attributeNode(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- attributeNode(int) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- AttributeNode<J> - Interface in org.hibernate.graph
-
Represents a fetched attribute in an entity graph.
- AttributeNodeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
- AttributeNodeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeNodeContext
- AttributeNodeImplementor<J,
E, - Interface in org.hibernate.graph.spiK> -
Integration version of the
AttributeNodecontract. - attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
- attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
- attributePath() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeNodeContext
- attributePath() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- AttributePath - Class in org.hibernate.boot.model.source.spi
-
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
- AttributePath() - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
- AttributePath(AttributePath, String) - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
- AttributePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
- AttributePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributePathContext
- attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
- attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
- attributeQualifier() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributePathContext
- attributeQualifier() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- AttributeQualifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
- AttributeQualifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeQualifierContext
- AttributeRole - Class in org.hibernate.boot.model.source.spi
-
An attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
- AttributeRole(String) - Constructor for class org.hibernate.boot.model.source.spi.AttributeRole
- attributes() - 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
attributesrecord 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
AttributeSourcereferences. - attributeSources() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
Obtain this container's attribute sources.
- AUDIT_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Audit strategy.
- AUDIT_STRATEGY_VALIDITY_END_REV_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Column name that will hold the end revision number in audit entities.
- AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Column name of the timestamp of the end revision until which the data was valid.
- AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_LEGACY_PLACEMENT - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Whether to use legacy validity audit strategy revision end timestamp behavior where the field is not included as part of the joined entity inheritance subclass audit tables.
- AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_NUMERIC - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Determines whether the timestamp of the end revision is stored as a numeric data type.
- AUDIT_STRATEGY_VALIDITY_STORE_REVEND_TIMESTAMP - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Store the timestamp of the end revision, until which the data was valid, in addition to the end revision itself.
- AUDIT_TABLE_PREFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Audit table prefix.
- AUDIT_TABLE_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Audit table suffix.
- AuditAssociationQuery<Q> - Interface in org.hibernate.envers.query
- AuditConjunction - Class in org.hibernate.envers.query.criteria
- AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
- AuditCriterion - Interface in org.hibernate.envers.query.criteria
- AuditDisjunction - Class in org.hibernate.envers.query.criteria
- AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
- Audited - Annotation Interface in org.hibernate.envers
-
When applied to a class, indicates that all of its properties should be audited.
- AUDITED - Enum constant in enum class org.hibernate.envers.RelationTargetAuditMode
- AuditEntity - Class in org.hibernate.envers.query
- AuditException - Exception Class in org.hibernate.envers.exception
- AuditException(String) - Constructor for exception class org.hibernate.envers.exception.AuditException
- AuditException(String, Throwable) - Constructor for exception class org.hibernate.envers.exception.AuditException
- AuditException(Throwable) - Constructor for exception class org.hibernate.envers.exception.AuditException
- AuditFunction - Class in org.hibernate.envers.query.criteria
-
Create restrictions or projections using a function.
- AuditFunction(String, List) - Constructor for class org.hibernate.envers.query.criteria.AuditFunction
- AuditId<T> - Class in org.hibernate.envers.query.criteria
-
Create restrictions and projections for the id of an audited entity.
- AuditId(String) - Constructor for class org.hibernate.envers.query.criteria.AuditId
- auditJoinTable() - Element in annotation interface org.hibernate.envers.AuditOverride
-
New
AuditJoinTableused for this field (or property). - AuditJoinTable - Annotation Interface in org.hibernate.envers
- AuditMappedBy - Annotation Interface in org.hibernate.envers
-
Annotation to specify a "fake" bidirectional relation.
- AuditOrder - Interface in org.hibernate.envers.query.order
- AuditOrder.OrderData - Class in org.hibernate.envers.query.order
- AuditOverride - Annotation Interface in org.hibernate.envers
-
The
AuditingOverrideannotation is used to override the auditing behavior of a superclass or single property inherited fromMappedSuperclasstype, or attribute inside an embedded component. - AuditOverrides - Annotation Interface in org.hibernate.envers
-
The
AuditingOverridesannotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component. - auditParents() - Element in annotation interface org.hibernate.envers.Audited
-
Deprecated.Use
@AuditOverride(forClass=SomeEntity.class)instead. - AuditProjection - Interface in org.hibernate.envers.query.projection
- AuditProperty<T> - Class in org.hibernate.envers.query.criteria
-
Create restrictions, projections and specify order for a property of an audited entity.
- AuditProperty(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditProperty
- AuditQuery - Interface in org.hibernate.envers.query
- AuditQueryCreator - Class in org.hibernate.envers.query
- AuditQueryCreator(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
- AuditReader - Interface in org.hibernate.envers
-
Provides access to past versions of audited entities based on a global revision.
- AuditReaderFactory - Class in org.hibernate.envers
- AuditRelatedId - Class in org.hibernate.envers.query.criteria
-
Create restrictions on an id of an entity related to an audited entity.
- AuditRelatedId(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
- AuditStrategy - Interface in org.hibernate.envers.strategy
-
Deprecated.use
AuditStrategyinstead. - AuditStrategy - Interface in org.hibernate.envers.strategy.spi
-
A strategy abstraction for how to audit entity changes.
- AuditStrategyContext - Interface in org.hibernate.envers.strategy.spi
-
A contract to initialize an
AuditStrategy - AuditTable - Annotation Interface in org.hibernate.envers
- augment(CriteriaBuilder, CommonAbstractCriteria, Root) - Method in interface org.hibernate.query.specification.MutationSpecification.Augmentation
- augment(CriteriaBuilder, CriteriaQuery, Root) - Method in interface org.hibernate.query.specification.SelectionSpecification.Augmentation
- augment(MutationSpecification.Augmentation) - Method in interface org.hibernate.query.specification.DeleteSpecification
- augment(MutationSpecification.Augmentation) - Method in interface org.hibernate.query.specification.MutationSpecification
-
Add an augmentation to the specification.
- augment(MutationSpecification.Augmentation) - Method in interface org.hibernate.query.specification.UpdateSpecification
- augment(SelectionSpecification.Augmentation) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Add an augmentation to the specification.
- augmentPhysicalTableTypes(List) - Method in class org.hibernate.dialect.Dialect
- augmentPhysicalTableTypes(List) - Method in class org.hibernate.dialect.H2Dialect
- augmentRecognizedTableTypes(List) - Method in class org.hibernate.dialect.Dialect
- augmentRecognizedTableTypes(List) - Method in class org.hibernate.dialect.PostgreSQLDialect
- AuthException - Exception Class in org.hibernate.exception
-
A
JDBCExceptionindicating an authentication or authorization failure. - AuthException(String, SQLException) - Constructor for exception class org.hibernate.exception.AuthException
-
Constructor for AuthException.
- AuthException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.AuthException
-
Constructor for AuthException.
- AUTO - Enum constant in enum class org.hibernate.annotations.CacheLayout
-
Uses either
CacheLayout.SHALLOWorCacheLayout.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.NATIVEifDialect.getTimeZoneSupport()isTimeZoneSupport.NATIVE, otherwise uses theTimeZoneStorageType.COLUMNstrategy. - 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
Sessionis 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
Sessionshould 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
SessionEventListenerto be applied to newly-openedSessions. - 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
autoApplyrecord component. - autoApply() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
-
Returns the value of the
autoApplyrecord component. - autoClear(boolean) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- autoClear(boolean) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoClear(boolean) - Method in interface org.hibernate.SessionBuilder
-
Should the session be automatically cleared on a failed transaction?
- autoClear(boolean) - Method in interface org.hibernate.SharedSessionBuilder
- autoClose() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- autoClose() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoClose() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the autoClose flag from the original session should be used to create the new session.
- autoClose(boolean) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- autoClose(boolean) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
-
Should the session be automatically closed after transaction completion?
- autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
- AUTOCOMMIT - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Controls the autocommit mode of JDBC connections obtained from any
ConnectionProviderimplementation which respects this setting, including every built-in implementation except forDataSourceConnectionProvider. - autoEnabled() - Element in annotation interface org.hibernate.annotations.FilterDef
-
Specifies that the filter is auto-enabled, so that it is not necessary to call
SharedSessionContract.enableFilter(String). - autoEvictingCollectionCache(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- autoEvictingCollectionCacheByRole(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- AutoFlushEvent - Class in org.hibernate.event.spi
-
Event class for
automaticstateful session flush. - AutoFlushEvent(Set, boolean, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
- AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
- AutoFlushEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of session auto-flush events.
- autoFlushIfRequired(Set) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- autoFlushIfRequired(Set) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
- autoFlushIfRequired(Set) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- autoFlushIfRequired(Set, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- autoFlushIfRequired(Set, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
- autoFlushIfRequired(Set, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- autoJoinTransactions() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- autoJoinTransactions() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
- autoJoinTransactions(boolean) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- autoJoinTransactions(boolean) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
-
Should the session built automatically join in any ongoing JTA transactions.
- autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
- autonomous - Variable in class org.hibernate.dialect.OracleDialect
- autoPreFlushIfRequired(QueryParameterBindings) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- autoPreFlushIfRequired(QueryParameterBindings) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- autoPreFlushIfRequired(QueryParameterBindings) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
-
An auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL
createanddropstatements in the mapping metadata. - AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
-
Additional, optional interface for
AuxiliaryDatabaseObjects that want to allow expansion of allowable dialects via mapping. - AvailableHints - Interface in org.hibernate.jpa
-
Combined set of Hibernate and Jakarta Persistence hints.
- AvailableSettings - Interface in org.hibernate.cfg
-
Enumerates the configuration properties supported by Hibernate, including properties defined by the JPA specification.
- avg(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- avg(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- avg(Expression, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- avg(Expression, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg(Expression, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an
avgaggregate function expression. - avg(Expression, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg(Expression, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- avg(Expression, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- avg_castingNonDoubleArguments(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- AvgFunction - Class in org.hibernate.dialect.function
- AvgFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.dialect.function.AvgFunction
- AvgFunction.ReturnTypeResolver - Class in org.hibernate.dialect.function
- AvgFunction.Validator - Class in org.hibernate.dialect.function
- AzureSQLServerDialect - Class in org.hibernate.dialect
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
SQLServerDialectinstead. - AzureSQLServerDialect() - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
-
Deprecated.
- AzureSQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
-
Deprecated.
B
- Backref - Class in org.hibernate.mapping
- Backref() - Constructor for class org.hibernate.mapping.Backref
- backtrack(EntityGraphTraversalState.TraversalResult) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
-
Backtrack to previous entity graph status before last traversal.
- badServiceRegistry() - Method in interface org.hibernate.boot.BootLogging
- bag - Variable in class org.hibernate.collection.spi.PersistentBag
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
PersistentBag.bagAsList()orPersistentBag.collectioninstead. - bag() - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterfacerepresenting persistent bags of a given element type. - Bag - Class in org.hibernate.mapping
-
A mapping model object representing a collection of type
Collectionwhich may contain duplicates. - Bag - Annotation Interface in org.hibernate.annotations
- Bag(Supplier, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Bag
-
Annotation binding
- Bag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
-
hbm.xml binding
- BAG - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
- BAG - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
-
A non-unique, unordered collection.
- BAG - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- bagAsList() - Method in class org.hibernate.collection.spi.PersistentBag
- bagAsList() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- BagPersistentAttribute<D,
E> - Interface in org.hibernate.metamodel.model.domain -
Hibernate extension to the JPA
CollectionAttributedescriptor - BagSemantics<BE,
E> - Interface in org.hibernate.collection.spi - BagType - Class in org.hibernate.type
- BagType(String, String) - Constructor for class org.hibernate.type.BagType
- BANG - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- BANG - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- BASE_TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
- BaseCascadeStyle() - Constructor for class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
- BaseCascadingAction() - Constructor for class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
- BaseEnversCollectionEventListener - Class in org.hibernate.envers.event.spi
-
Base class for Envers' collection event related listeners
- BaseEnversCollectionEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
- BaseEnversEventListener - Class in org.hibernate.envers.event.spi
-
Base class for all Envers event listeners
- BaseEnversEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversEventListener
- BaseEnversUpdateEventListener - Class in org.hibernate.envers.event.spi
- BaseEnversUpdateEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
- baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
- 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
SessionEventListenerdirectly. - BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
-
Deprecated.
- BaseSqmFunctionDescriptors - Class in org.hibernate.spatial
- BaseSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.BaseSqmFunctionDescriptors
- BaseSqmToSqlAstConverter<T> - Class in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter(SqlAstCreationContext, SqmStatement, QueryOptions, LoadQueryInfluencers, DomainParameterXref, QueryParameterBindings, boolean) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- BaseSqmToSqlAstConverter.AdditionalInsertValues - Class in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector - Class in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter.SqmAliasedNodeCollector - Interface in org.hibernate.query.sqm.sql
- BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker - Class in org.hibernate.query.sqm.sql
- BaseUserTypeSupport<T> - Class in org.hibernate.usertype
- BaseUserTypeSupport() - Constructor for class org.hibernate.usertype.BaseUserTypeSupport
- BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
The collection elements are basic, simple values.
- BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
The collection indexes are basic, simple values.
- BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
- BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
- BASIC - Enum constant in enum class org.hibernate.boot.models.AttributeNature
- BASIC - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Type is supported only in
WHERE ... LIKE - BASIC - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
- BASIC - Enum constant in enum class org.hibernate.metamodel.ValueClassification
-
The mapped value is a basic value (String, Date, etc).
- BASIC - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
- BASIC - 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
ARRAYandT[] - BasicArrayType(BasicType, JdbcType, JavaType) - Constructor for class org.hibernate.type.BasicArrayType
- BasicAttribute - Class in org.hibernate.envers.boot.model
-
Contract for a basic, singular attribute.
- BasicAttribute(String, String, boolean, boolean) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
-
Create a basic attribute
- BasicAttribute(String, String, boolean, boolean, boolean) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
-
Create a basic attribute
- BasicAttribute(String, String, boolean, boolean, boolean, String) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
-
Creates a basic attribute
- BasicAttribute(String, String, boolean, boolean, String) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
-
Create a basic attribute
- BasicAttribute(BasicAttribute) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
-
A copy constructor that performs a deep-copy.
- BasicBinder<J> - Class in org.hibernate.type.descriptor.jdbc
-
Convenience base implementation of
ValueBinder - BasicBinder(JavaType, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicBinder
- basicClass() - Element in annotation interface org.hibernate.annotations.TypeRegistration
-
The basic type described by the
TypeRegistration.userType(). - BasicCollectionJavaType<C,
E> - Class in org.hibernate.type.descriptor.java.spi -
Descriptor for handling persistent collections.
- BasicCollectionJavaType(ParameterizedType, JavaType, CollectionSemantics) - Constructor for class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
- BasicCollectionPersister - Class in org.hibernate.persister.collection
- BasicCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
- BasicCollectionType<C,
E> - Class in org.hibernate.type -
A type that maps between
ARRAYandCollection<T> - BasicCollectionType(BasicType, JdbcType, JavaType, String) - Constructor for class org.hibernate.type.BasicCollectionType
- BasicCollectionType(BasicType, JdbcType, BasicCollectionJavaType) - Constructor for class org.hibernate.type.BasicCollectionType
- BasicDialectResolver - Class in org.hibernate.engine.jdbc.dialect.spi
-
Intended as support for custom resolvers which match a single db name (with optional version info).
- BasicDialectResolver(String, int, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
-
Constructs a BasicDialectResolver
- BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
-
Constructs a BasicDialectResolver
- BasicDialectResolver(String, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
-
Constructs a BasicDialectResolver
- BasicDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Hibernate extension to the JPA
BasicTypecontract. - BasicEntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping for a simple, single-column identifier
- BasicExtractor<J> - Class in org.hibernate.type.descriptor.jdbc
-
Convenience base implementation of
ValueExtractor - BasicExtractor(JavaType, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicExtractor
- BasicFetch<T> - Class in org.hibernate.sql.results.graph.basic
-
Fetch for a basic-value
- BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, FetchTiming, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
- BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter, FetchTiming, boolean, 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
JavaTypefor "basic" values, in the sense ofType.PersistenceType.BASIC. - BasicJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
-
Support for
JdbcLiteralFormatterimplementations with a basic implementation of anBasicJdbcLiteralFormatter.unwrap(Object, Class, WrapperOptions)method - BasicJdbcLiteralFormatter(JavaType) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
- BasicLazyInitializer - Class in org.hibernate.proxy.pojo
-
Lazy initializer for plain Java objects.
- BasicLazyInitializer(String, Class, Object, Method, Method, CompositeType, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
- BasicPluralJavaType<T> - Interface in org.hibernate.type.descriptor.java
-
Descriptor for a basic plural Java type.
- BasicPluralType<C,
E> - Interface in org.hibernate.type -
A basic plural type.
- BasicProxyFactory - Interface in org.hibernate.bytecode.spi
-
A proxy factory for "basic proxy" generation.
- BasicResult<T> - Class in org.hibernate.sql.results.graph.basic
-
DomainResult for a basic-value
- BasicResult(int, String, JdbcMapping) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
- BasicResult(int, String, JdbcMapping, NavigablePath, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
- BasicResult(int, String, JavaType, BasicValueConverter, NavigablePath, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
- BasicResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
- BasicResultAssembler(int, JavaType) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- BasicResultAssembler(int, JavaType, BasicValueConverter, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
- BasicResultGraphNode<J> - Interface in org.hibernate.sql.results.graph.basic
-
DomainResult for basic values
- BasicSelectingDelegate - Class in org.hibernate.id.insert
-
Delegate for dealing with
IDENTITYcolumns where the dialect requires an additional command execution to retrieve the generatedIDENTITYvalue - BasicSelectingDelegate(EntityPersister) - Constructor for class org.hibernate.id.insert.BasicSelectingDelegate
- BasicSQLExceptionConverter - Class in org.hibernate.engine.jdbc.dialect.spi
-
A helper to centralize conversion of
SQLExceptions toJDBCExceptions. - BasicSQLExceptionConverter() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
- BasicType<T> - Interface in org.hibernate.type
-
Marker interface for basic types.
- BasicTypeReference<T> - Class in org.hibernate.type
-
A basic type reference.
- BasicTypeReference(String, Class, int) - Constructor for class org.hibernate.type.BasicTypeReference
- BasicTypeReference(String, Class, int, TemporalType) - Constructor for class org.hibernate.type.BasicTypeReference
- BasicTypeReference(String, Class, int, BasicValueConverter) - Constructor for class org.hibernate.type.BasicTypeReference
- BasicTypeRegistration - Class in org.hibernate.boot.spi
- BasicTypeRegistration(BasicType) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
- BasicTypeRegistration(BasicType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
- BasicTypeRegistration(UserType, String[], TypeConfiguration) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
- BasicTypeRegistry - Class in org.hibernate.type
-
A registry of
BasicTypeinstances - BasicTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.BasicTypeRegistry
- Basic types - Section in package org.hibernate.type
- Basic types in JPA - Section in package org.hibernate.annotations
- BasicValue - Class in org.hibernate.mapping
- BasicValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.BasicValue
- BasicValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.BasicValue
- BasicValue(BasicValue) - Constructor for class org.hibernate.mapping.BasicValue
- BasicValue.Resolution<J> - Interface in org.hibernate.mapping
-
Resolved form of
BasicValueas 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
Basicattribute a basic-valued collection part - Basic value type mappings - Section in package org.hibernate.annotations
- Batch - Interface in org.hibernate.engine.jdbc.batch.spi
-
Represents a batch of statements to be executed together.
- BATCH - Enum constant in enum class org.hibernate.engine.FetchStyle
-
Initializes a number of indicated data items (entities or collections) in a series of grouped sql selects using an in-style sql restriction to define the batch size.
- BATCH_MESSAGE_LOGGER - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- BATCH_SIZE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.BatchSettings
-
Deprecated.Use
BatchSettings.BUILDERinstead - Batch.StaleStateMapper - Interface in org.hibernate.engine.jdbc.batch.spi
- BatchBuilder - Interface in org.hibernate.engine.jdbc.batch.spi
-
A builder for
Batchinstances. - batchContainedStatementsOnRelease() - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- BatchedTooManyRowsAffectedException - Exception Class in org.hibernate.jdbc
-
Much like
TooManyRowsAffectedException, indicates that more rows than what we were expecting were affected. - BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception class org.hibernate.jdbc.BatchedTooManyRowsAffectedException
- batchExplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
-
Indicates explicit execution of the batch via a call to
Batch.execute(). - BatchFailedException - Exception Class in org.hibernate.jdbc
-
Indicates a failed batch entry (-3 return).
- BatchFailedException(String) - Constructor for exception class org.hibernate.jdbc.BatchFailedException
- BatchFailedException(String, Throwable) - Constructor for exception class org.hibernate.jdbc.BatchFailedException
- BatchFetchQueue - Class in org.hibernate.engine.spi
-
Keeps track of: entity and collection keys that are available for batch fetching details related to queries which load entities with sub-select-fetchable collections
- BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.spi.BatchFetchQueue
-
Constructs a queue for the given context.
- batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
-
Indicates an implicit execution of the batch.
- batchingEnabled(int) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
-
Unique key for batch identification.
- BatchKeyAccess - Interface in org.hibernate.engine.jdbc.mutation.spi
- 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
BatchLoaderinstances - 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
batchSizerecord 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
BatchSizerecord class. - batchSuccessUnknown(int) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- BEAN_CONTAINER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
-
Identifies a
BeanContainerto be used. - BEAN_VALIDATION_LOGGER - Static variable in interface org.hibernate.boot.beanvalidation.BeanValidationLogger
- BeanContainer - Interface in org.hibernate.resource.beans.container.spi
-
Abstracts any kind of container for managed beans, for example, the CDI
BeanManager. - BeanContainer.LifecycleOptions - Interface in org.hibernate.resource.beans.container.spi
- BeanInstanceProducer - Interface in org.hibernate.resource.beans.spi
-
Contract for producing a bean instance
- BeanLifecycleStrategy - Interface in org.hibernate.resource.beans.container.spi
-
Models how the lifecycle for a bean should be managed.
- beanManagerInitialized(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
- BeanValidationEventListener - Class in org.hibernate.boot.beanvalidation
-
Event listener used to enable Bean Validation for insert/update/delete events.
- BeanValidationEventListener(ValidatorFactory, Map, ClassLoaderService) - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationEventListener
- BeanValidationIntegrator - Class in org.hibernate.boot.beanvalidation
-
In
Integratorfor Bean Validation. - BeanValidationIntegrator() - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
- BeanValidationLogger - Interface in org.hibernate.boot.beanvalidation
-
Sub-system logging related to Bean Validation integration
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
- before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
- before() - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- before() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
- before(DialectOverride.Version) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- BEFORE_TRANSACTION_COMPLETION - Enum constant in enum class org.hibernate.ConnectionReleaseMode
-
Indicates that the JDBC connection should be released before each transaction commits or rolls back.
- beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
- beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
- beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Deprecated, for removal: This API element is subject to removal in a future version.Is not called anymore
- beforeBeanManagerDestroyed(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
- beforeCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
-
Callback for processing the initial phase of transaction completion.
- BeforeExecutionGenerator - Interface in org.hibernate.generator
-
A generator that is called to produce a value just before a row is written to the database.
- beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
-
Called before executing any actions.
- beforeFirst() - Method in interface org.hibernate.ScrollableResults
-
Go to a location just before first result.
- beforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
- beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Called prior to the initialization of this yet-uninitialized collection.
- beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Call this before beginning a two-phase load
- beforeQuery() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- beforeQueryGroup(QueryGroup, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- beforeQueryHandlingFetchProfiles() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- beforeReleaseConnection(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- beforeReleaseConnection(Connection) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- beforeReleaseConnection(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Called right before a managed JDBC connection is released.
- beforeScript(ScriptSourceInput) - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
-
Called just before a script is executed using one or more calls to
GenerationTarget.accept(String). - beforeStatement(PreparedStatementDetails) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
-
Called before the execution of the operation for the specified table
- beforeTablesOnCreation() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
- beforeTablesOnCreation() - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
-
Defines a simple precedence.
- beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.ActionQueue
-
Execute any registered
BeforeTransactionCompletionProcess - beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- beforeTransactionCompletion() - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
-
Execute registered before-completion callbacks, if any.
- beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
A before-completion callback to the owner.
- beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Notification indicating a transaction is about to be completed, to trigger release of the JDBC connection if needed, that is, if
ConnectionReleaseMode.BEFORE_TRANSACTION_COMPLETIONis 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
Transactionobject. - bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
The best guess entity name for an entity not in an association
- bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the best estimate of the entity name of the given entity instance, which is not involved in an association, by also considering information held in the proxy, and whether the object is already associated with this session.
- bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- bestGuessEntityName(Object, EntityEntry) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Obtain the best estimate of the entity name of the given entity instance, which is not involved in an association, by also considering information held in the proxy, and whether the object is already associated with this session.
- between(int, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- between(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- between(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- between(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- between(Expression, Y, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- between(Expression, Y, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- between(Expression, Y, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- between(SingularAttribute, U, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to fall between the given values.
- between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "between" constraint
- 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
-
Marker interface for Fetches that are actually references to another fetch based on "normalized navigable path" The following query is used throughout the javadocs for these impls to help describe what it going on and why certain methods do certain things.
- 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
BigDecimalto JDBCNUMERIC. - BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- BIG_DECIMAL_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- BIG_INTEGER - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
- BIG_INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
BigIntegerto JDBCNUMERIC. - BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- BIG_INTEGER_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- BigDecimalHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- BigDecimalJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
BigDecimalhandling. - 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
BigIntegerhandling. - BigIntegerJavaType() - Constructor for class org.hibernate.type.descriptor.java.BigIntegerJavaType
- BigIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
BIGINThandling. - 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
BINARYhandling. - 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
Propertyof 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<T> - Interface in org.hibernate.envers.boot.model
-
Defines a contract for objects that are bindable.
- Bindable - Interface in org.hibernate.metamodel.mapping
-
Contract for things at the domain mapping level that can be bound into a JDBC
PreparedStatement. - Bindable.JdbcValuesBiConsumer<X,
Y> - Interface in org.hibernate.metamodel.mapping -
Functional interface for consuming the JDBC values, along with two values of type
XandY. - 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
- bindingCollectionRole(String) - Method in interface org.hibernate.boot.BootLogging
- bindingColumn(String) - Method in interface org.hibernate.boot.BootLogging
- bindingComponent(String) - Method in interface org.hibernate.boot.BootLogging
- bindingComponentToExplicitClass(String, String) - Method in interface org.hibernate.boot.BootLogging
- BindingContext - Interface in org.hibernate.type
-
A context within which a
BindableTypecan be resolved to an instance ofSqmExpressible. - bindingDynamicComponent(String) - Method in interface org.hibernate.boot.BootLogging
- bindingElementCollectionToCollectionTable(String) - Method in interface org.hibernate.boot.BootLogging
- bindingEmbeddable(String) - Method in interface org.hibernate.boot.BootLogging
- bindingEntityWithAnnotatedClass(String) - Method in interface org.hibernate.boot.BootLogging
- bindingFilterDefinition(String) - Method in interface org.hibernate.boot.BootLogging
- bindingFormula(String) - Method in interface org.hibernate.boot.BootLogging
- BindingGroup - Class in org.hibernate.engine.jdbc.mutation.spi
-
Group of all parameter bindings for a table.
- BindingGroup(String) - Constructor for class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
- bindingManyToAny(String) - Method in interface org.hibernate.boot.BootLogging
- bindingManyToManyThroughAssociationTable(String) - Method in interface org.hibernate.boot.BootLogging
- bindingNamedNativeQuery(String, String) - Method in interface org.hibernate.boot.BootLogging
- bindingNamedQuery(String, String) - Method in interface org.hibernate.boot.BootLogging
- bindingNaturalIdUniqueKey(String) - Method in interface org.hibernate.boot.BootLogging
- bindingOneToManyThroughAssociationTable(String) - Method in interface org.hibernate.boot.BootLogging
- bindingOneToManyThroughForeignKey(String) - Method in interface org.hibernate.boot.BootLogging
- bindingSqlResultSetMapping(String, String) - Method in interface org.hibernate.boot.BootLogging
- bindingVirtualComponentAsDynamic(String) - Method in interface org.hibernate.boot.BootLogging
- bindingVirtualComponentToOwner(String, String) - Method in interface org.hibernate.boot.BootLogging
- bindLimitParameters(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Default implementation of binding parameter values needed by the LIMIT clause.
- bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
- bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
- bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
- bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
- bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
- bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Does the offset/limit clause come at the start of the
SELECTstatement, 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
Blobinstances. - BlobJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Blobhandling. - 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
BLOBhandling. - BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
- BlobProxy - Class in org.hibernate.engine.jdbc.proxy
-
Manages aspects of representing
Blobobjects. - 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.BOOLEANor 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
- BOOLEAN_VALUE - Enum constant in enum class org.hibernate.type.format.JsonDocumentItemType
-
boolean value within Json object or array
- BooleanDecoder - Class in org.hibernate.dialect
-
Utility for decoding boolean representations.
- BooleanDecoder() - Constructor for class org.hibernate.dialect.BooleanDecoder
- BooleanExpressionPredicate - Class in org.hibernate.sql.ast.tree.predicate
- BooleanExpressionPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
- BooleanExpressionPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
- BooleanJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Booleanhandling. - 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
BOOLEANhandling. - BooleanJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
- BooleanPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
boolean[]handling. - BooleanPrimitiveArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
- booleanValue(boolean) - Method in interface org.hibernate.type.format.JsonDocumentWriter
-
Adds a new JSON element boolean value.
- booleanValue(boolean) - Method in class org.hibernate.type.format.OsonDocumentWriter
- booleanValue(boolean) - Method in class org.hibernate.type.format.StringJsonDocumentWriter
- BOOT_LOGGER - Static variable in interface org.hibernate.boot.BootLogging
- BOOT_LOGGER - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
- BOOT_QUERY_LOGGER - Static variable in interface org.hibernate.boot.query.BootQueryLogging
- BootLogging - Interface in org.hibernate.boot
-
Logging related to Hibernate bootstrapping
- 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
SessionFactorywhich are expected to be cleaned up after theSessionFactoryis built. - Bootstrapping Hibernate - Section in Overview
- BootstrapServiceRegistry - Interface in org.hibernate.boot.registry
-
Provides the most basic services such as class loading.
- BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
-
Builder for
BootstrapServiceRegistryinstances. - 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. - boundary - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The boundery function, cfr.
- boundStoredProcedureQuery(String, String) - Method in interface org.hibernate.boot.BootLogging
- BREADTH_FIRST - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
-
Use breadth first for a recursive CTE.
- breakDownJdbcValue(Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Breaks down the domain value to its constituent JDBC values.
- breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- breakDownJdbcValues(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
A short hand form of
ModelPart.breakDownJdbcValues(Object,int,Object,Object,JdbcValueBiConsumer,SharedSessionContractImplementor), that passes0as offset and null for the two valuesXandY. - breakDownKeyJdbcValues(Object, Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- breakDownKeyJdbcValues(Object, TableDetails.KeyDetails.KeyValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
-
Break a key value down into its constituent parts, calling the consumer for each.
- breakDownKeyJdbcValues(Object, TableDetails.KeyDetails.KeyValueConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.AbstractKeyMapping
- broader() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
- buffer - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The buffer function, cfr.
- build() - Method in interface org.hibernate.boot.MetadataBuilder
-
Actually build the metamodel
- build() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
- build() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
- build() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
- build() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Build the bootstrap registry.
- build() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Build and return the
StandardServiceRegistry. - build() - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
After all options have been set, build the SessionFactory.
- build() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- build() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- build() - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
-
creates an Object to be used as a key into the query results cache.
- build() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- build() - Method in class org.hibernate.envers.boot.model.BasicAttribute
- build() - Method in interface org.hibernate.envers.boot.model.Bindable
-
Builds the specified binded class type.
- build() - Method in class org.hibernate.envers.boot.model.Column
- build() - Method in class org.hibernate.envers.boot.model.CompositeIdentifier
- build() - Method in class org.hibernate.envers.boot.model.DiscriminatorType
- build() - Method in class org.hibernate.envers.boot.model.Formula
- build() - Method in class org.hibernate.envers.boot.model.Join
- build() - Method in class org.hibernate.envers.boot.model.Key
- build() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
- build() - Method in class org.hibernate.envers.boot.model.SetAttribute
- build() - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
- build() - Method in class org.hibernate.envers.boot.model.TypeSpecification
- build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
-
Build
EntityManagerFactoryinstance - build() - Method in class org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
- build() - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
-
Builds a type resolver.
- build() - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.Builder
- build() - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
-
Build the appropriate JdbcSelect.
- build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
- build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
- build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.PersistentEntity
- build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
- build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
- build(MetadataSources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
-
Unified single phase for MetadataSources to Metadata process
- build(HbmLocalMetadataBuildingContext) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
- buildArchiveDescriptor(URL) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
- buildArchiveDescriptor(URL) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
Build a descriptor of the archive indicated by the given url
- buildArchiveDescriptor(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
Build a descriptor of the archive indicated by the path relative to the given url
- buildBasicProxyFactory(Class) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
-
Build a proxy factory for basic proxy concerns.
- buildBatch(BatchKey, Integer, Supplier, JdbcCoordinator) - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchBuilder
-
Build a batch.
- buildByteBasedInputStreamAccess(String, InputStream) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- buildCacheEntry(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- buildCacheEntry(Object, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
- buildCacheEntry(Object, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
- buildCacheEntryHelper(SessionFactoryOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- buildCallback(SharedSessionContractImplementor) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
A callback to be able to get the next value from the underlying structure as needed.
- buildCallback(SharedSessionContractImplementor) - Method in class org.hibernate.id.enhanced.SequenceStructure
- buildCallback(SharedSessionContractImplementor) - Method in class org.hibernate.id.enhanced.TableStructure
- buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.ProjectionSpecification
- buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.QuerySpecification
-
Build a
criteria querysatisfying this specification, using the givenCriteriaBuilder. - buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Build a
criteria querysatisfying this specification, using the givenCriteriaBuilder. - buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
- buildDatabaseStructure(Type, Properties, JdbcEnvironment, boolean, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Build the database structure.
- buildDdlTransactionIsolator(JdbcContext) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
- buildDelayedAction(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
-
Build a delayed Runnable for performing schema dropping.
- buildDeleteAllOperation(MutatingTableReference) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- buildDeleteCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- buildDialect(Map, DialectResolutionInfoSource) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
-
Builds an appropriate Dialect instance.
- buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in interface org.hibernate.cache.spi.RegionFactory
-
Create a named
Regionfor 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
BatchBuilderimplementation to use. - buildExecutionOptions(Map, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
- buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in interface org.hibernate.query.results.FetchBuilder
- buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in interface org.hibernate.query.results.FetchBuilderBasicValued
- buildGenerationTargets(TargetDescriptor, JdbcContext, Map, boolean) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
Resolves the targets to which to send the DDL commands based on configuration
- buildGetGeneratedKeysDelegate(EntityPersister) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
The delegate for dealing with
IDENTITYcolumns 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, ClassLoaderAccess) - Static method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
- buildHandler(SqmInsertStatement, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Builds a cacheable handler for the passed SqmInsertStatement.
- buildHandler(SqmDeleteOrUpdateStatement, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
-
Builds a cacheable handler for the passed SqmDeleteOrUpdateStatement.
- buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
-
The
IdentifierHelperindicated 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.SpannerDialect
- buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SQLServerDialect
- buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SybaseDialect
- buildingOldSchoolCompositeIdentifier(String) - Method in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
- buildInsertCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- buildInsertQuery(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- buildJaxbMapping() - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
- buildJaxbMapping() - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
- buildJaxbMapping() - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
- buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
- buildLockingClauseStrategy(PessimisticLockKind, RowLockStrategy, LockOptions, Set) - Method in class org.hibernate.dialect.Dialect
- buildLockingSupport() - Method in class org.hibernate.dialect.DB2Dialect
- buildLockingSupport() - Method in class org.hibernate.dialect.DB2iDialect
- buildLockingSupport() - Method in class org.hibernate.dialect.DB2zDialect
- buildMappingProducer(SelectStatement, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
-
Provide the JdbcValuesMappingProducer to use for the given SQL AST
- buildMergeCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- buildMetadata() - Method in class org.hibernate.boot.MetadataSources
-
Shorthand form of calling
MetadataSources.getMetadataBuilder()and using itsMetadataBuilder.build()method in cases where the application wants to accept the defaults. - buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
- buildModelMutationTranslator(TableMutation, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
- buildModelMutationTranslator(TableMutation, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
-
Builds a single-use translator for dealing with model mutations
- buildMultiIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Used by Hibernate Reactive
- buildMutation() - Method in class org.hibernate.id.insert.TableInsertReturningBuilder
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableMergeBuilder
- buildMutation() - Method in interface org.hibernate.sql.model.ast.builder.TableMutationBuilder
-
Build the mutation descriptor
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
- buildMutationGroup() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- buildMutationTranslator(SessionFactoryImplementor, MutationStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
- buildMutationTranslator(SessionFactoryImplementor, MutationStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
-
Builds a single-use mutation translator
- buildNamedQueryRepository() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- buildNamedQueryRepository() - Method in interface org.hibernate.boot.spi.MetadataImplementor
- buildOptimisticForceIncrementStrategy(EntityPersister, LockMode) - Method in class org.hibernate.dialect.Dialect
- buildOptimisticStrategy(EntityPersister, LockMode) - Method in class org.hibernate.dialect.Dialect
- buildOptimizer(OptimizerDescriptor, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
-
Builds an optimizer
- buildParentNavigablePath(SqmPath, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- buildPessimisticForceIncrementStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
- buildPessimisticReadStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
- buildPessimisticWriteStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
- buildPluralAttributeMapping(String, int, int, Property, ManagedMappingType, PropertyAccess, CascadeStyle, FetchMode, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
For Hibernate Reactive
- buildPropertyAccess(Class, String, boolean) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategy
-
Build a
PropertyAccessfor 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
Regionfor holding query result sets. - buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
- buildReadStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
- buildResolution() - Method in class org.hibernate.mapping.BasicValue
- buildResolution() - Method in class org.hibernate.mapping.DependantBasicValue
- buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
- buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilder
-
Build a result
- buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderBasicValued
- buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEmbeddable
- buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEntityValued
- buildResultSetMapping(String, boolean, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
-
Provide a dynamically built JdbcValuesMappingProducer
- buildRootNavigablePath(String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- buildRowMutationOperations() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- buildSelectQuery(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- buildSelectTranslator(SessionFactoryImplementor, SelectStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
- buildSelectTranslator(SessionFactoryImplementor, SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
-
Builds a single-use select translator
- buildSequence(Database) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
- buildSequence(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
- buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.envers.enhanced.OrderedSequenceGenerator
- buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- buildServiceRegistry(SessionFactoryImplementor, SessionFactoryOptions) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
-
Create the registry.
- buildSessionEventListeners() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Build an array of baseline
SessionEventListeners. - buildSessionFactory() - Method in interface org.hibernate.boot.Metadata
-
Short-hand form of building a
SessionFactorythrough 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
SessionFactoryusing the properties and mappings in this configuration. - buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
-
Create a
SessionFactoryusing 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
SessionFactoryOptionsthat 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
SQLExceptionConversionDelegatefor interpreting dialect-specific error or SQLState codes. - buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HANADialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HSQLDialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MariaDBDialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MySQLDialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.OracleDialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQLDialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServerDialect
- buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASEDialect
- buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
- buildStringToBooleanCast(String, String) - Method in class org.hibernate.dialect.Dialect
- buildStringToBooleanCastDecode(String, String) - Method in class org.hibernate.dialect.Dialect
- buildStringToBooleanDecode(String, String) - Method in class org.hibernate.dialect.Dialect
- buildStructuredCacheEntry(Object, Object, Object[], EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.spi.entry.CacheEntryHelper
- buildSubNavigablePath(SqmPath, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- buildSubNavigablePath(NavigablePath, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- buildTableMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Builds the
EntityTableMappingdescriptors 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
Regionfor 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) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
-
Do not remove: used by Quarkus
- buildUpdateCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- buildUpdateQuery(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
- buildWriteFragment(String, SelectableMapping, MutatingTableReference, ColumnReference, ParameterUsage, Consumer) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
- buildXsdDescriptor(String, String, String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
- Built-in converters for boolean mappings - Section in package org.hibernate.type
- BuiltInPropertyAccessStrategies - Enum Class in org.hibernate.property.access.spi
-
Describes the built-in externally-nameable
PropertyAccessStrategyimplementations. - 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
IdentifierGeneratorimplementations capable of being used in conjunction with HQL insert statements. - by(int, SortDirection) - Static method in interface org.hibernate.query.Order
-
An order where the result set is sorted by the select item in the given position, in the given direction.
- by(int, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
-
An order where the result set is sorted by the select item in the given position in the given direction, with the specified case-sensitivity.
- by(int, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
-
An order where the result set is sorted by the select item in the given position in the given direction, with the specified precedence for null values.
- by(SingularAttribute, SortDirection) - Static method in interface org.hibernate.query.Order
-
An order where an entity is sorted by the given attribute, in the given direction.
- by(SingularAttribute, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
-
An order where an entity is sorted by the given attribute, in the given direction, with the specified case-sensitivity.
- by(SingularAttribute, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
-
An order where an entity is sorted by the given attribute, in the given direction, with the specified precedence for null values.
- by(Class, String, SortDirection) - Static method in interface org.hibernate.query.Order
-
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.
- by(Class, String, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
-
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction, with the specified case-sensitivity.
- by(Class, String, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
-
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.
- byArgument(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- byId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byId(Class) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed. Use
Session.find(Class,Object,FindOption...)instead. SeeFindOption. - byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byId(String) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed. Use
Session.find(String,Object,FindOption...)instead. SeeFindOption. - byMultipleIds(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byMultipleIds(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byMultipleIds(Class) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Session.findMultiple(Class,List,FindOption...)instead. - byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byMultipleIds(String) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.
- byMultipleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byMultipleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byMultipleNaturalId(Class) - Method in interface org.hibernate.Session
-
Deprecated.(since 7.3) : Use Session.findMultiple(Class, List, FindOption...) with
KeyType.NATURALinstead. - 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
-
Deprecated.(since 7.3) : Use Session.findMultiple(Class, List, FindOption...) with
KeyType.NATURALinstead. - byName(String) - Static method in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
- byNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- byNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- byNaturalId(Class) - Method in interface org.hibernate.Session
-
Deprecated.(since 7.3) : Use Session.find(Class, Object) with
KeyType.NATURALinstead. - 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
-
Deprecated.(since 7.3) : Use Session.find(Class, Object) with
KeyType.NATURALinstead. - bySimpleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- bySimpleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- bySimpleNaturalId(Class) - Method in interface org.hibernate.Session
-
Deprecated.(since 7.3) : Use Session.find(Class, Object) with
KeyType.NATURALinstead. - 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
-
Deprecated.(since 7.3) : Use Session.find(Class, Object) with
KeyType.NATURALinstead. - BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
- ByteArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Deprecated.This kind of mapping is no longer required by the JPA specification. It makes more sense to use
byte[]to representVARBINARY. - ByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayJavaType
-
Deprecated.
- ByteArraySerializer() - Constructor for class org.hibernate.type.format.jackson.Jackson3XmlFormatMapper.ByteArraySerializer
- ByteArraySerializer() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
- ByteBuddyInterceptor - Class in org.hibernate.proxy.pojo.bytebuddy
- ByteBuddyInterceptor(String, Class, Class[], Object, Method, Method, CompositeType, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
- ByteBuddyProxyFactory - Class in org.hibernate.proxy.pojo.bytebuddy
- ByteBuddyProxyFactory(ByteBuddyProxyHelper) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
- ByteBuddyProxyHelper - Class in org.hibernate.proxy.pojo.bytebuddy
- ByteBuddyProxyHelper(ByteBuddyState) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
- BYTECODE_INTERCEPTOR_LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.BytecodeSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed, Hibernate ORM will use the BytecodeProvider implementation it finds on the classpath loading it via the standard ServiceLoader mechanism. Currently, there is only a single implementation which is included in Hibernate ORM, so it's not possible to override this. See HHH-17643
- BYTECODE_PROVIDER_INSTANCE - Static variable in interface org.hibernate.cfg.BytecodeSettings
-
This is similar to the now deprecated legacy property
hibernate.bytecode.providerexcept 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
- 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
BytecodeProviderused for bytecode enhancement and reflection optimization. - ByteJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Bytehandling. - 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
RegionFactoryimplementation, either: a short strategy name, for example,jcacheorinfinispan, an instance ofRegionFactory, aClassobject representing a class that implementsRegionFactory, or the name of a class implementingRegionFactory. - CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
-
The
CacheProviderregion 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
- CacheableJdbcOperation - Interface in org.hibernate.sql.exec.spi
-
Optional contract for JdbcOperation implementors allowing them to be used with Query caching.
- CacheConcurrencyStrategy - Enum Class in org.hibernate.annotations
-
Identifies policies for managing concurrent access to the shared second-level cache.
- CachedDomainDataAccess - Interface in org.hibernate.cache.spi.access
-
Base contract for accessing the cached data for a particular element of the domain model in a transactionally ACID manner.
- CachedNaturalIdValueSource - Enum Class in org.hibernate.engine.spi
-
The type of action from which the cache call is originating.
- cachedQueryResultsStale() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- CacheEntry - Interface in org.hibernate.cache.spi.entry
-
A cached instance of a persistent class
- CacheEntryHelper - Class in org.hibernate.cache.spi.entry
-
Operations for assembly and disassembly of an array of property values.
- CacheEntryHelper() - Constructor for class org.hibernate.cache.spi.entry.CacheEntryHelper
- CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
-
Strategy for how cache entries are "structured" for storing into the cache.
- CacheException - Exception Class in org.hibernate.cache
-
Something went wrong in the cache.
- CacheException(String) - Constructor for exception class org.hibernate.cache.CacheException
-
Constructs a CacheException.
- CacheException(String, Throwable) - Constructor for exception class org.hibernate.cache.CacheException
-
Constructs a CacheException.
- CacheException(Throwable) - Constructor for exception class org.hibernate.cache.CacheException
-
Constructs a CacheException.
- cacheGetEnd(boolean) - Method in interface org.hibernate.SessionEventListener
- cacheGetStart() - Method in interface org.hibernate.SessionEventListener
- cacheHashCode() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- cacheHashCode() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- cacheHashCode() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- cacheHashCode() - Method in interface org.hibernate.query.sqm.tree.SqmCacheable
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- cacheHashCode() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- cacheHashCode(Collection) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- cacheHashCode(Map) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- cacheHashCode(SqmCacheable) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
- cacheHqlInterpretation(Object, HqlInterpretation) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
- CacheImplementor - Interface in org.hibernate.cache.spi
- CacheInitiator - Class in org.hibernate.engine.spi
-
Initiator for second level cache support
- CacheInitiator() - Constructor for class org.hibernate.engine.spi.CacheInitiator
- cacheKeyInstance() - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
- cacheKeyInstance() - Method in interface org.hibernate.query.results.FetchBuilder
- cacheKeyInstance() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
- cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultBuilder
- cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultSetMapping
- cacheKeyInstance() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
- CacheKeysFactory - Interface in org.hibernate.cache.spi
-
A factory for keys into the second-level cache.
- CacheLayout - Enum Class in org.hibernate.annotations
-
Describes the data layout used for storing an object into the query cache.
- cacheLazy() - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Returns the value of the
cacheLazyrecord 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
CacheRegionDefinitionrecord 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
RegionFactoryis asked to create (RegionFactory.createTransactionContext(SharedSessionContractImplementor)}) when a Hibernate Session is created. - caching(CachingType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Enable or disable the second-level and query caches.
- Caching - Class in org.hibernate.boot.model.source.spi
-
Models the caching options for an entity, natural id, or collection.
- Caching() - Constructor for class org.hibernate.boot.model.source.spi.Caching
- Caching(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.source.spi.Caching
- Caching(String, AccessType, boolean, boolean) - Constructor for class org.hibernate.boot.model.source.spi.Caching
- cachingAccessType(AccessType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
If data caching is enabled, configure the type of concurrency access that should be applied if not explicitly specified on a cache region.
- cachingCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling of proxies.
- cachingQueryResults(String, long) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- CachingType - Enum Class in org.hibernate.jpa
- calculateHashCode(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
-
Calculate the hash-code of a natural-id value
- CALENDAR - Static variable in class org.hibernate.type.StandardBasicTypes
- 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
Calendarhandling, 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
Calendarhandling. - 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
Calendarhandling, 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
callablerecord 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
ProcedureCallorStoredProcedureQueryto 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 Class in org.hibernate
-
Deprecated.Methods of
Interceptorare no longer required to throw this exception type. - CallbackException(Exception) - Constructor for exception class org.hibernate.CallbackException
-
Deprecated.Creates a CallbackException using the given underlying cause.
- CallbackException(String) - Constructor for exception class org.hibernate.CallbackException
-
Deprecated.Creates a CallbackException using the given message.
- CallbackException(String, Exception) - Constructor for exception class org.hibernate.CallbackException
-
Deprecated.Creates a CallbackException using the given message and underlying cause.
- CallbackRegistry - Interface in org.hibernate.jpa.event.spi
-
Registry of JPA entity lifecycle callbacks by entity and type.
- CallbackRegistryConsumer - Interface in org.hibernate.jpa.event.spi
-
Contract for injecting the registry of Callbacks into event listeners.
- CallbackType - Enum Class in org.hibernate.jpa.event.spi
-
Enumerates the entity lifecycle callback types defined by JPA.
- callingJoinTransactionOnNonJtaEntityManager() - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- callInTransaction(Function) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- callWithConnection(ConnectionFunction) - Method in interface org.hibernate.engine.spi.SessionImplementor
- callWithConnection(ConnectionFunction) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- CamelCaseToUnderscoresNamingStrategy - Class in org.hibernate.boot.model.naming
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CamelCaseToUnderscoresNamingStrategy() - Constructor for class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
-
Deprecated.
- canBatchTruncate() - Method in class org.hibernate.dialect.Dialect
-
Does the
truncate tablestatement 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 schemacommand, 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.xmlfiles 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
truemeans thatCustomEntityDirtinessStrategy.isDirty(Object, EntityPersister, Session)will be called next as the definitive means to determine whether the entity is dirty. - canDisableConstraints() - Method in class org.hibernate.dialect.DB2Dialect
- canDisableConstraints() - Method in class org.hibernate.dialect.Dialect
-
Is there some way to disable foreign key constraint checking while truncating tables? (If there's no way to do it, and if we can't batch truncate, we must drop and recreate the constraints instead.)
- canDisableConstraints() - Method in class org.hibernate.dialect.H2Dialect
- canDisableConstraints() - Method in class org.hibernate.dialect.MySQLDialect
- canDisableConstraints() - Method in class org.hibernate.dialect.OracleDialect
- canDoExtraction() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
- canDoExtraction() - Method in class org.hibernate.type.ComponentType
- canDoExtraction() - Method in class org.hibernate.type.CustomType
- canDoExtraction() - Method in interface org.hibernate.type.OutputableType
-
Can the given instance of this type actually perform the parameter value extractions?
- canDoSetting() - Method in class org.hibernate.type.AbstractStandardBasicType
- canDoSetting() - Method in class org.hibernate.type.CustomType
- canDoSetting() - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
-
Can the given instance of this type actually set the parameter value by name
- canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated.This feature is no longer supported
- CannotBecomeEntityGraphException - Exception Class in org.hibernate.graph
-
Indicates an illegal attempt to make a
Graphbecome anEntityGraphviaGraph.makeRootGraph(String, boolean). - CannotBecomeEntityGraphException(String) - Constructor for exception class org.hibernate.graph.CannotBecomeEntityGraphException
- CannotContainSubGraphException - Exception Class in org.hibernate.graph
-
Indicates an attempt was made to add a (key)? subgraph to an attribute type that does not support (key)? subgraphs.
- CannotContainSubGraphException(String) - Constructor for exception class org.hibernate.graph.CannotContainSubGraphException
- cannotDefaultRegionFactory(int) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- canReadFromCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- canReadFromCache() - Method in interface org.hibernate.persister.entity.EntityPersister
- canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Can we currently register a
Synchronization? - canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
- canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ManagedResultConsumer
- canResultsBeCached() - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
- canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
- canResultsBeCached() - Method in class org.hibernate.sql.results.spi.SingleResultConsumer
- canRollback() - Method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
- canSkipTables() - Method in enum class org.hibernate.sql.model.MutationType
- canUseCachedReferences() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
- canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
- canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
- canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
- canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
- canUseInnerJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- canUseParentTableGroup(TableGroupProducer, NavigablePath, ValuedModelPart) - Method in interface org.hibernate.sql.ast.tree.from.LazyTableGroup.ParentTableGroupUseChecker
- canUseReferenceCacheEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- canUseReferenceCacheEntries() - Method in interface org.hibernate.persister.entity.EntityPersister
- canWriteToCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- canWriteToCache() - Method in interface org.hibernate.persister.entity.EntityPersister
- cascade() - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
- cascade(CascadeType[]) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
- cascade(EventSource, Object, String, String, String, List, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Cascade the action to the child object.
- cascade(EventSource, Object, String, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called. Will be removed.
- Cascade - Annotation Interface in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the JPA-defined
CascadeType - CASCADE - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
-
Cascade deletion of the parent to the child.
- CASCADE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- CASCADE_DELETE_REVISION - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Deletion of a revision entity will cause a foreign key constraint database error when at least one audit record exists for that revision.
- cascadeNow(CascadePoint) - Method in enum class org.hibernate.type.ForeignKeyDirection
-
Should we cascade at this cascade point?
- cascadeNow(CascadePoint, AssociationType, SessionFactoryImplementor) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Does this action cascade to the given association at the given
CascadePoint? - cascadeNow(CascadePoint, AssociationType, SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
- 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, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- CaseSearchedExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
- caseSensitive() - Method in interface org.hibernate.query.Order
-
For a lexicographic order based on textual values, whether case is significant.
- CaseSimpleExpression - Class in org.hibernate.sql.ast.tree.expression
- CaseSimpleExpression(MappingModelExpressible, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- CaseSimpleExpression(MappingModelExpressible, Expression, List, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- CaseSimpleExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
- cast(Class) - Method in interface org.hibernate.query.criteria.JpaExpression
- cast(Class) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- cast(Class) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- cast(Class) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- cast(Class) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- cast(Object) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
-
Deprecated.
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
-
Deprecated.
- cast(Object) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
- cast(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.YearJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
- cast(Object) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
- cast(JpaExpression, Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- cast(JpaExpression, Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cast(JpaExpression, Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- cast(JpaExpression, JpaCastTarget) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- cast(JpaExpression, JpaCastTarget) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cast(JpaExpression, JpaCastTarget) - Method in interface org.hibernate.query.sqm.NodeBuilder
- castAs(DomainType) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- castFromPattern(JdbcMapping, Size) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Returns the cast pattern from the given source type to this type, or
nullif not possible. - 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.TIMEtype, 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) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- castTarget(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- castTarget(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- castTarget(Class, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- castTarget(Class, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- castTarget(Class, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
- castTarget(Class, long) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- castTarget(Class, long) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- castTarget(Class, long) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CastTarget - Class in org.hibernate.sql.ast.tree.expression
- CastTarget(JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
- CastTarget(JdbcMapping, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
- CastTarget(JdbcMapping, Long, Integer, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
- CastTarget(JdbcMapping, String, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
- CastTarget(JdbcMapping, String, Long, Integer, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
- CastTargetReturnTypeResolver - Class in org.hibernate.dialect.function.json
- CastTargetReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
- castToPattern(JdbcMapping, Size) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
-
Returns the cast pattern from this type to the given target type, or
nullif not possible. - castType(int) - Method in class org.hibernate.dialect.CockroachDialect
- castType(int) - Method in class org.hibernate.dialect.Dialect
-
The SQL type to use in
cast( ... as ... )expressions when casting to the target type represented by the given JDBC type code. - castType(int) - Method in class org.hibernate.dialect.H2Dialect
- castType(int) - Method in class org.hibernate.dialect.MySQLDialect
- castType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
- castType(int) - Method in class org.hibernate.dialect.SpannerDialect
- castType(int) - Method in class org.hibernate.dialect.SQLServerDialect
- CastType - Enum Class in org.hibernate.query.sqm
-
Defines the set of basic types which should be accepted by the
cast()function on every platform. - catalog() - 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
catalogrecord component. - catalog() - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
-
The catalog in which the object exists
- catalog() - Element in annotation interface org.hibernate.envers.AuditJoinTable
-
The catalog of the join table.
- catalog() - Element in annotation interface org.hibernate.envers.AuditTable
-
The catalog of the table.
- catalog() - Element in annotation interface org.hibernate.envers.CollectionAuditTable
-
The catalog of the table.
- catalog(String) - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
-
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?
- catalogName() - Method in record class org.hibernate.mapping.QualifiedColumnName
-
Returns the value of the
catalogNamerecord component. - catalogWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
-
Interpret the incoming catalog, returning the incoming value if it is non-null.
- causesRollback(SQLException) - Method in class org.hibernate.dialect.CockroachDialect
- causesRollback(SQLException) - Method in class org.hibernate.dialect.Dialect
-
Does the given exception cause the whole transaction to be marked for rollback on this database?
- causesRollback(SQLException) - Method in class org.hibernate.dialect.PostgreSQLDialect
- 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_MANAGERinstead - ceiling(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
- ceiling(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ceiling_ceil() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- centroid - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- CFG_XML_FILE - Static variable in interface org.hibernate.cfg.AvailableSettings
- CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
-
Allows access to any
cfg.xmlfiles specified for bootstrapping. - cfgXmlDocumentDidNotDefineNamespaces() - Method in interface org.hibernate.boot.BootLogging
- cfgXsd() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
- channelNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
- channelNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
- channelNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- CHAR - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
-
Type is valid only in
WHERE ... LIKE - CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
- CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
- CHAR - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
CHAR. - CHAR() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
- CHAR(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
- CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
char[]to 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_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- CHARACTER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- CHARACTER_NCHAR - Static variable in class org.hibernate.type.StandardBasicTypes
- CharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Deprecated.This kind of mapping is no longer required by the JPA specification. It makes more sense to use
char[]orStringto representVARCHAR. - CharacterArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayJavaType
-
Deprecated.
- CharacterJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Characterhandling. - 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
CHARhandling. - 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 anExpectationclass - 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 anExpectationclass - 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 anExpectationclass - 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 anExpectationclass - check() - Method in interface org.hibernate.boot.models.annotations.spi.CheckConstraintCollector
- check() - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
- check(CheckConstraint[]) - Method in interface org.hibernate.boot.models.annotations.spi.CheckConstraintCollector
- check(String) - Static method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
- check(ResultCheckStyle) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
- Check - Annotation Interface in org.hibernate.annotations
-
Deprecated.
- CHECK - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
A
checkconstraint violation. - CHECK - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- CHECK_CONSTRAINT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.ValidationSettings
-
Enable nullability checking, raises an exception if an attribute marked as not null is null at runtime.
- CHECK_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
- checkArgumentType(int, String, FunctionParameterType, JdbcType, Type) - Static method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
- checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
- checkColumnDuplication(Set, String) - Method in class org.hibernate.mapping.Component
- checkColumnDuplication(Set, String) - Method in interface org.hibernate.mapping.Value
-
Checks if this value contains any duplicate column.
- CheckConstraint - Class in org.hibernate.mapping
-
Represents a table or column level
checkconstraint. - 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.
- checkIfTransactionInProgress(SharedSessionContractImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
- checkingAutoApplyAttributeConverter(String, String, String, String, String, String) - Method in interface org.hibernate.boot.BootLogging
- checkingCachedQueryResults(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- 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
PropertyValueExceptionif 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
- checkPersister(PersistentCollection, CollectionPersister) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
- checkPropertyColumnDuplication(Set, List, String) - Static method in class org.hibernate.mapping.MappingHelper
- checkResult(PreparedStatementDetails, int, int) - Method in interface org.hibernate.engine.jdbc.mutation.OperationResultChecker
-
Check the result of a JDBC operation
- Checks - Annotation Interface in org.hibernate.annotations
-
Deprecated.since
Checkis 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
checkStylerecord 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
Transactionis 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]whereusageis the cache strategy used andregionthe 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
Classreference 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, List, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- ClassJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Classhandling. - 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
ClassLoaderis strongly discouraged. - ClassLoaderAccessHelper - Class in org.hibernate.envers.boot.registry.classloading
-
Utility class that facilitates loading of a class.
- CLASSLOADERS - Static variable in interface org.hibernate.cfg.EnvironmentSettings
-
Specifies a
collectionof theClassLoaderinstances Hibernate should use for classloading and resource loading. - ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
-
A service for interacting with class loaders.
- ClassLoaderService.Work<T> - Interface in org.hibernate.boot.registry.classloading.spi
- ClassLoadingException - Exception Class in org.hibernate.boot.registry.classloading.spi
-
Indicates a problem performing class loading.
- ClassLoadingException(String) - Constructor for exception class org.hibernate.boot.registry.classloading.spi.ClassLoadingException
-
Constructs a ClassLoadingException using the specified message.
- ClassLoadingException(String, Throwable) - Constructor for exception class org.hibernate.boot.registry.classloading.spi.ClassLoadingException
-
Constructs a ClassLoadingException using the specified message and cause.
- ClassTransformer - Interface in org.hibernate.bytecode.spi
-
A persistence provider provides an instance of this interface to the
PersistenceUnitInfo.addTransformer(ClassTransformer)method. - Clause - Enum Class in org.hibernate.sql.ast
-
Used to indicate which query clause we are currently processing
- CLAUSE - Enum constant in enum class org.hibernate.dialect.lock.PessimisticLockStyle
-
The dialect supports pessimistic locking through locking clause such as
FOR UPDATE (OF)orFOR SHARE (OF). - CLAUSE - Enum constant in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
- ClauseLevelDocumentExpression(int) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
- CLEAN - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
- Cleaner - Interface in org.hibernate.tool.schema.spi
-
An object that produces the SQL required to truncate the tables in a schema.
- cleanTemporaryTableRows(TemporaryTable, TemporaryTableExporter, Function, SharedSessionContractImplementor) - Static method in class org.hibernate.dialect.temptable.TemporaryTableHelper
- cleanup() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- cleanup() - Method in class org.hibernate.sql.results.spi.LoadContexts
-
Release internal state associated with *all* result sets.
- cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
- cleanup() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
- cleanup() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
- cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
-
The clean up process of
NaturalIdResolutions.handleSynchronization(Object, Object, EntityMappingType). - 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 registeredDuplicationStrategys. - clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
-
Called to clear any data stored in this
EntityCopyObserver. - clear() - Method in class org.hibernate.event.spi.MergeContext
-
Clears the MergeContext.
- clear() - Method in class org.hibernate.proxy.map.MapProxy
- clear() - Method in interface org.hibernate.Session
-
Completely clear the persistence context.
- clear() - Method in interface org.hibernate.stat.Statistics
-
Reset all statistics.
- CLEAR - Static variable in class org.hibernate.event.spi.EventType
- clearAssignments() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- clearCache() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- clearCache(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Clear data from the cache
- clearCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove all state of the collections-by-key map.
- clearDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Clear the dirty flag, after flushing changes to the database.
- ClearEvent - Class in org.hibernate.event.spi
-
Event class for
Session.clear(). - ClearEvent(EventSource) - Constructor for class org.hibernate.event.spi.ClearEvent
- ClearEventListener - Interface in org.hibernate.event.spi
-
Listener for notification of
Session.clear() - clearEventListeners() - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- clearEventListeners() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- clearEventListeners() - Method in interface org.hibernate.SessionBuilder
-
Remove all listeners intended for the built session currently held here, including any auto-apply ones; in other words, start with a clean slate.
- clearEventListeners() - Method in interface org.hibernate.SharedSessionBuilder
- clearFetched() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- clearFetched() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.spi.ActionQueue
- clearInitializedLazyFields() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
- clearListeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Removes all registered listeners
- clearOperationQueue() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- clearProperties() - Method in class org.hibernate.mapping.Component
- clearReservedWords() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
- clearSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Discard all the settings applied so far.
- clearStrategyImplementations(NamedStrategyContributions) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributor
-
Allows cleanup of (presumably previously registered) strategy implementations.
- clearSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
-
Clears all synchronizations from this registry.
- CLOB - Enum constant in enum class org.hibernate.query.sqm.CastType
- CLOB - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
- CLOB - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
CLOB. - CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
- 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
Clobinstances. - ClobJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Clobhandling. - 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
CLOBhandling. - ClobJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.ClobJdbcType
- ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
- ClobProxy - Class in org.hibernate.engine.jdbc.proxy
-
Manages aspects of proxying
Clobs for non-contextual creation, including proxy creation and handling proxy invocations. - ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.proxy.ClobProxy
-
Constructor used to build
Clobfrom a reader. - ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.proxy.ClobProxy
-
Constructor used to build
Clobfrom string data. - ClockHelper - Class in org.hibernate.type.descriptor.java
-
Helper for determining the correct clock for precision
- ClockHelper() - Constructor for class org.hibernate.type.descriptor.java.ClockHelper
- clone() - Method in class org.hibernate.mapping.AggregateColumn
-
Shallow copy, the value is not copied
- clone() - Method in class org.hibernate.mapping.Column
-
Shallow copy, the value is not copied
- clone() - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- clone() - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
- Cloneable<T> - Interface in org.hibernate.envers.boot.model
-
Contract for an object that is cloneable.
- close() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Close this "cache", releasing all underlying resources.
- close() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Close this coordinator and release and resources.
- close() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- close() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- close() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- close() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- close() - Method in interface org.hibernate.procedure.ProcedureCall
-
Release the underlying JDBC
CallableStatement - close() - Method in interface org.hibernate.query.named.NamedObjectRepository
-
Release any held resources
- close() - Method in interface org.hibernate.query.spi.CloseableIterator
- close() - Method in interface org.hibernate.query.spi.QueryEngine
- close() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
-
Close the cache when the SessionFactory is closed.
- close() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
- close() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Closes the logical connection, making it inactive and forcing release of any held resources.
- close() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
- close() - Method in interface org.hibernate.ScrollableResults
-
Release resources immediately.
- close() - Method in interface org.hibernate.service.ServiceRegistry
- close() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
- close() - Method in interface org.hibernate.SessionFactory
-
Destroy this
SessionFactoryand release all its resources, including caches and connection pools. - close() - Method in interface org.hibernate.SharedSessionContract
-
End the session by releasing the JDBC connection and cleaning up.
- CLOSE_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- CLOSE_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- CLOSE_PAREN() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- CLOSE_PARENTHESIS - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- CloseableIterator<T> - Interface in org.hibernate.query.spi
-
Unification of
IteratorandAutoCloseable. - closeConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Release a connection from Hibernate use.
- closed(U, U) - Static method in interface org.hibernate.query.range.Range
-
A closed range containing all values greater than or equal to the given lower bound, and less than or equal to the given upper bound.
- CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
-
Characters used as closing for quoting SQL identifiers
- closedCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling around calls to EntityManager.close(), EntityManager.isOpen(), EntityManagerFactory.close() and EntityManagerFactory.isOpen()
- closeQuote() - Method in class org.hibernate.dialect.Dialect
-
The character specific to this dialect used to close a quoted identifier.
- closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
- closeQuote() - Method in class org.hibernate.dialect.SpannerDialect
- closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
- closeReadOnlyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Release a connection to a read-only replica from Hibernate use.
- closeSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a session being closed.
- closeStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a statement being closed.
- closingJdbcCoordinator(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- closingUnreleasedBatch(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- coalesce() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- coalesce() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- coalesce() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- coalesce() - Method in interface org.hibernate.query.sqm.NodeBuilder
- coalesce(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- coalesce(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- coalesce(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- coalesce(Expression, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- coalesce(Expression, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- coalesce(Expression, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
- coalesce_value() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
SAP DB
- CoalesceIfnullEmulation - Class in org.hibernate.dialect.function
- CoalesceIfnullEmulation() - Constructor for class org.hibernate.dialect.function.CoalesceIfnullEmulation
- COCKROACH_VERSION_STRING - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
-
Specifies a custom CockroachDB version string.
- CockroachArrayFillFunction - Class in org.hibernate.dialect.function.array
-
Implement the array fill function by using
generate_series. - CockroachArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.CockroachArrayFillFunction
- CockroachDB202SpatialDialect - Class in org.hibernate.spatial.dialect.cockroachdb
-
Deprecated.Spatial Dialects are no longer needed. Use the standard CockroachDB dialects
- CockroachDB202SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.cockroachdb.CockroachDB202SpatialDialect
-
Deprecated.
- CockroachDBAggregateSupport - Class in org.hibernate.dialect.aggregate
- CockroachDBAggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
- CockroachDbContributor - Class in org.hibernate.spatial.dialect.cockroachdb
- CockroachDbContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
- CockroachDBIdentityColumnSupport - Class in org.hibernate.dialect.identity
- CockroachDBIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
- CockroachDBJsonExistsFunction - Class in org.hibernate.dialect.function.json
-
CockroachDB json_exists function.
- CockroachDBJsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonExistsFunction
- CockroachDBJsonQueryFunction - Class in org.hibernate.dialect.function.json
-
CockroachDB json_query function.
- CockroachDBJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonQueryFunction
- CockroachDBJsonRemoveFunction - Class in org.hibernate.dialect.function.json
-
CockroachDB json_remove function.
- CockroachDBJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonRemoveFunction
- CockroachDBJsonTableFunction - Class in org.hibernate.dialect.function.json
-
CockroachDB json_table function.
- CockroachDBJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
- CockroachDBJsonValueFunction - Class in org.hibernate.dialect.function.json
-
CockroachDB json_value function.
- CockroachDBJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonValueFunction
- CockroachDialect - Class in org.hibernate.dialect
-
A SQL dialect for CockroachDB 23.2 and above.
- CockroachDialect() - Constructor for class org.hibernate.dialect.CockroachDialect
- CockroachDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.CockroachDialect
- CockroachDialect(DatabaseVersion, PostgreSQLDriverKind) - Constructor for class org.hibernate.dialect.CockroachDialect
- CockroachDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.CockroachDialect
- CockroachDialect(DialectResolutionInfo, String) - Constructor for class org.hibernate.dialect.CockroachDialect
- CockroachSqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for Cockroach.
- CockroachSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.DateJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
- coerce(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
-
Coerce the given value to this type, if possible.
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.LongJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
- coerce(Object) - Method in class org.hibernate.type.descriptor.java.StringJavaType
- coerceToTimestamp - Variable in class org.hibernate.dialect.function.GenerateSeriesFunction
- coerceToTimestamp - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
- coerceWrappingError(CoercionHelper.Coercer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
- CoercingResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
-
A
BasicResultAssemblerwhich does type coercion to handle cases where the expression type and the expected resultJavaTypeare different (e.g. - CoercingResultAssembler(int, JavaType, BasicValueConverter, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.CoercingResultAssembler
- CoercionException - Exception Class in org.hibernate.type.descriptor.java
-
A problem converting between JDBC types and Java types.
- CoercionException(String) - Constructor for exception class org.hibernate.type.descriptor.java.CoercionException
- CoercionException(String, Throwable) - Constructor for exception class org.hibernate.type.descriptor.java.CoercionException
- CoercionHelper - Class in org.hibernate.type.descriptor.java
-
Helper for type coercions.
- CoercionHelper.Coercer<T> - Interface in org.hibernate.type.descriptor.java
- collate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Use the 'collate' operator which exists on at least Postgres, MySQL, Oracle, and SQL Server
- collate(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- collate(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- Collate - Annotation Interface in org.hibernate.annotations
-
Specifies a collation to use when generating DDL for the column mapped by the annotated field or property.
- COLLATE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- COLLATE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- COLLATE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
- COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- collate_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
- collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser
- collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
- CollationSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
- collectAllParameters(Consumer) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- collectBatchLoadableCollectionKeys(int, IndexedConsumer, T, PluralAttributeMapping) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
A "collector" form of
BatchFetchQueue.getCollectionBatch(CollectionPersister, Object, int). - collectBatchLoadableEntityIds(int, IndexedConsumer, T, EntityMappingType) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
A "collector" form of
BatchFetchQueue.getBatchLoadableEntityIds(EntityMappingType, Object, int). - collectColumnNames(String) - Static method in class org.hibernate.sql.Template
- collectColumnNames(String, Dialect, TypeConfiguration) - Static method in class org.hibernate.sql.Template
- collectHints(Map) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- collectHints(Map) - Method in class org.hibernate.query.spi.AbstractQuery
- collectHints(Map) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- collectIdGenerators(MemberDetails) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrar
- collection - Variable in class org.hibernate.collection.spi.PersistentBag
-
The actual bag.
- collection - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
-
The actual bag.
- collection(Class) - Static method in class org.hibernate.Hibernate
-
Obtain an instance of
Hibernate.CollectionInterfacerepresenting persistent collections of the given type. - Collection - Class in org.hibernate.mapping
-
A mapping model object representing a collection.
- Collection(Supplier, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Collection
-
Annotation binding
- Collection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
-
hbm.xml binding
- Collection(Collection) - Constructor for class org.hibernate.mapping.Collection
- COLLECTION - Enum constant in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
- COLLECTION - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
- COLLECTION - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate collection role was encountered
- COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
-
Collection cache configuration properties follow the pattern
hibernate.collectioncache.packagename.ClassName.role usage[, region]whereusageis the cache strategy used andregionthe 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, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to basic collection.
- collectionAppend(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionAppend(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionAppend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Appends element to basic collection.
- collectionAppend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionAppend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionAuditTable - Annotation Interface in org.hibernate.envers
-
Allows for the customization of an Envers audit collection table.
- CollectionBatchLoader - Interface in org.hibernate.loader.ast.spi
-
BatchLoader specialization for collection fetching
- CollectionCacheEntry - Class in org.hibernate.cache.spi.entry
-
Cacheable representation of persistent collections
- CollectionCacheEntry(PersistentCollection, CollectionPersister) - Constructor for class org.hibernate.cache.spi.entry.CollectionCacheEntry
-
Constructs a CollectionCacheEntry
- collectionCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from second level cache resulted in a hit.
- collectionCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from second level cache resulted in a miss.
- collectionCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a put into second level cache.
- CollectionClassification - Enum Class in org.hibernate.metamodel
-
Classifications of the plurality.
- collectionConcat(C, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates basic collections with each other in order.
- collectionConcat(C, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionConcat(C, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionConcat(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates basic collections with each other in order.
- collectionConcat(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionConcat(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionConcat(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates basic collections with each other in order.
- collectionConcat(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionConcat(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContains(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains an element.
- collectionContains(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContains(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContains(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains an element.
- collectionContains(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContains(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContains(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains an element.
- collectionContains(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContains(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAll(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAll(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAll(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAll(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAllNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsAllNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionContainsAllNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsNullable(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains a nullable element.
- collectionContainsNullable(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContainsNullable(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains a nullable element.
- collectionContainsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionContainsNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection contains a nullable element.
- collectionContainsNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionContainsNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionDataAccess - Interface in org.hibernate.cache.spi.access
-
Contract for managing transactional and concurrent access to cached collection data.
- CollectionDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
-
Specialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's data
- collectionDescriptor() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedCollectionRegistration
-
Returns the value of the
collectionDescriptorrecord component. - CollectionEntry - Class in org.hibernate.engine.spi
-
We need an entry to tell us all about the current state of a collection with respect to its persistent state
- CollectionEntry(PersistentCollection, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
-
For initialized detached collections
- CollectionEntry(PersistentCollection, CollectionPersister, Object, boolean, boolean) - Constructor for class org.hibernate.engine.spi.CollectionEntry
-
For collections just loaded from the database
- CollectionEntry(CollectionPersister, Object) - Constructor for class org.hibernate.engine.spi.CollectionEntry
-
For uninitialized detached collections
- CollectionEntry(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.spi.CollectionEntry
-
For newly wrapped collections, or dereferenced collection wrappers
- collectionFill(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection with the same element N times, as specified by the arguments.
- collectionFill(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionFill(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection with the same element N times, as specified by the arguments.
- collectionFill(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionFill(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection with the same element N times, as specified by the arguments.
- collectionFill(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionFill(T, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection with the same element N times, as specified by the arguments.
- collectionFill(T, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionFill(T, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionGet(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of the basic collection by 1-based index.
- collectionGet(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionGet(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionGet(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Accesses the element of the basic collection by 1-based index.
- collectionGet(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionGet(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionId - 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
JavaTypefor describing the id of an id-bag mapping. - CollectionIdJdbcType - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcTypefor describing the id of an id-bag mapping. - CollectionIdJdbcTypeCode - Annotation Interface in org.hibernate.annotations
-
Form of
JdbcTypeCodefor describing the id of an id-bag mapping. - CollectionIdMutability - Annotation Interface in org.hibernate.annotations
-
Form of
Mutabilityfor 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
Typefor describing the id of an id-bag mapping. - collectionIncludes(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection.
- collectionIncludes(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludes(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludes(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection.
- collectionIncludes(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludes(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludes(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection.
- collectionIncludes(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludes(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection with nullable elements.
- collectionIncludesNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludesNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection with nullable elements.
- collectionIncludesNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludesNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIncludesNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether a basic collection is a subset of another basic collection with nullable elements.
- collectionIncludesNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIncludesNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionInfoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed collection.
- collectionInfoString(PluralAttributeMapping, Object) - Static method in class org.hibernate.pretty.MessageHelper
- collectionInfoString(CollectionPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed collection.
- collectionInfoString(CollectionPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a series of managed collections.
- collectionInfoString(CollectionPersister, PersistentCollection, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular managed collection.
- CollectionInitializer<Data> - Interface in org.hibernate.sql.results.graph.collection
-
Initializer implementation for initializing collections (plural attributes)
- CollectionInitializerProducer - Interface in org.hibernate.collection.spi
-
Functional contract to create a
CollectionInitializer. - collectionIntersects(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection.
- collectionIntersects(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersects(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersects(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection.
- collectionIntersects(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersects(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersects(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection.
- collectionIntersects(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersects(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection, supporting
nullelements. - collectionIntersectsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersectsNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection, supporting
nullelements. - collectionIntersectsNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersectsNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionIntersectsNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Whether one basic collection has any elements common with another basic collection, supporting
nullelements. - collectionIntersectsNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionIntersectsNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionJavaType<C> - Class in org.hibernate.type.descriptor.java.spi
-
Extension of the general JavaType for "collection types"
- CollectionJavaType(Class, CollectionSemantics) - Constructor for class org.hibernate.type.descriptor.java.spi.CollectionJavaType
- collectionKey() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedCollectionRegistration
-
Returns the value of the
collectionKeyrecord component. - CollectionKey - Class in org.hibernate.engine.spi
-
Uniquely identifies a collection instance in a particular session.
- CollectionKey(CollectionPersister, Object) - Constructor for class org.hibernate.engine.spi.CollectionKey
- collectionLength(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the length of a basic collection.
- collectionLength(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionLength(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionLiteral(E...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a basic collection literal with the
arrayconstructor function. - collectionLiteral(E...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionLiteral(E...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionLoader - Interface in org.hibernate.loader.ast.spi
-
A loader (initialization) for collections
- collectionLockingForCollectionTable(String, String) - Method in interface org.hibernate.sql.exec.SqlExecLogger
- CollectionMappingType<C> - Interface in org.hibernate.metamodel.mapping
-
MappingType descriptor for the collection Java type (List, Set, etc)
- CollectionMutationTarget - Interface in org.hibernate.persister.collection.mutation
- CollectionNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
CollectionDataAccessusing theAccessType.NONSTRICT_READ_WRITEaccess type. - CollectionNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
- collectionOneShotDelete(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- CollectionOperationCoordinator - Interface in org.hibernate.persister.collection.mutation
-
Base contract for coordination of collection mutation operations
- collectionOverlaps(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlaps(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlaps(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlaps(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlapsNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionOverlapsNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- collectionOverlapsNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionPart - Interface in org.hibernate.metamodel.mapping
-
Hibernate understands mapping a collection into 4 parts The key - the foreign-key defining the association to the owner The element - for Maps this is analogous to the value The index - the List/array index or Map key The collection-id - this is only relevant for id-bag mappings
- CollectionPart.Nature - Enum Class in org.hibernate.metamodel.mapping
- CollectionPartPath - Class in org.hibernate.metamodel.mapping.ordering.ast
-
Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPath
- CollectionPersister - Interface in org.hibernate.persister.collection
-
A strategy for persisting a mapped collection role.
- collectionPosition(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in a basic collection.
- collectionPosition(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPosition(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPosition(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines the 1-based position of an element in a basic collection.
- collectionPosition(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPosition(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositions(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositions(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositions(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositions(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositions(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositions(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositionsList(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositionsList(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositionsList(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPositionsList(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Determines all 1-based positions of an element in a basic collection.
- collectionPositionsList(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPositionsList(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPrepend(E, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to basic collection.
- collectionPrepend(E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPrepend(E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionPrepend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Prepends element to basic collection.
- collectionPrepend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionPrepend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionReadOnlyAccess - Class in org.hibernate.cache.spi.support
-
Standard support for
CollectionDataAccessusing theAccessType.READ_ONLYaccess 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
CollectionDataAccessusing theAccessType.READ_WRITEaccess type. - CollectionReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- collectionRemove(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element removed.
- collectionRemove(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemove(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRemove(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element removed.
- collectionRemove(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemove(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with the element at the given 1-based index removed.
- collectionRemoveIndex(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with the element at the given 1-based index removed.
- collectionRemoveIndex(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression, E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression, E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression, E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression, E, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression, E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression, E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression, Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression, Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression, Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy replacing a given element with another.
- collectionReplace(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionResultDescriptor(JaxbHbmNativeQueryCollectionLoadReturnType, Supplier, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
- CollectionResultGraphNode - Interface in org.hibernate.sql.results.graph.collection
- collectionReverse(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that reverses the order of the elements of a collection.
- collectionReverse(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionReverse(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionRowDelete(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- CollectionRowDeleteBuilder - Class in org.hibernate.sql.model.ast.builder
-
Custom table delete builder for many-to-many collection join tables that handles row deletes
- CollectionRowDeleteBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
- CollectionRowDeleteByUpdateSetNullBuilder<O> - Class in org.hibernate.sql.model.ast.builder
-
Custom table update builder for one-to-many collections that handles row deletes
- CollectionRowDeleteByUpdateSetNullBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder
- collectionRowInsert(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- collectionRowUpdate(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- CollectionSemantics<CE,
E> - Interface in org.hibernate.collection.spi -
Each instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.
- CollectionSemanticsResolver - Interface in org.hibernate.collection.spi
-
Resolve the collection semantics for the given mapped collection.
- collectionSet(Expression, Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression, Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression, Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSet(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSet(Expression, Integer, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression, Integer, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression, Integer, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSet(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy with given element at given 1-based index.
- collectionSet(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSet(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-collection of the based on 1-based lower and upper index.
- collectionSlice(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-collection of the based on 1-based lower and upper index.
- collectionSlice(Expression, Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-collection of the based on 1-based lower and upper index.
- collectionSlice(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a sub-collection of the based on 1-based lower and upper index.
- collectionSlice(Expression, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSort(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the elements of a collection.
- collectionSort(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSort(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSort(Expression, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the given collection in specified order.
- collectionSort(Expression, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSort(Expression, boolean) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSort(Expression, boolean, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the given collection with explicit null ordering.
- collectionSort(Expression, boolean, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSort(Expression, boolean, boolean) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSort(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the given collection in specified order.
- collectionSort(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSort(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionSort(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that sorts the given collection with explicit null ordering.
- collectionSort(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionSort(Expression, Expression, Expression) - 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, BiFunction, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CollectionTableGroup
- CollectionTableMapping - Class in org.hibernate.persister.collection.mutation
- CollectionTableMapping(String, String[], boolean, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails) - Constructor for class org.hibernate.persister.collection.mutation.CollectionTableMapping
- CollectionTags(String, String) - Constructor for record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
-
Creates an instance of a
CollectionTagsrecord class. - collectionToString(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the non-null basic collection elements with a separator, as specified by the arguments.
- collectionToString(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the collection elements with a separator, as specified by the arguments.
- collectionToString(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionToString(Expression, Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the collection elements with a separator, as specified by the arguments.
- collectionToString(Expression, Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression, Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionToString(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the non-null basic collection elements with a separator, as specified by the arguments.
- collectionToString(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionToString(Expression, String, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the collection elements with a separator, as specified by the arguments.
- collectionToString(Expression, String, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression, String, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionToString(Expression, String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Concatenates the collection elements with a separator, as specified by the arguments.
- collectionToString(Expression, String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionToString(Expression, String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionTracker - Interface in org.hibernate.bytecode.enhance.spi
-
Interface to be implemented by collection trackers that hold the expected size od collections, a simplified
Map<String, int>. - CollectionTransactionAccess - Class in org.hibernate.cache.spi.support
- CollectionTransactionAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionTransactionAccess
- collectionTrim(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy without the last N elements, specified by the second argument.
- collectionTrim(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionTrim(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- collectionTrim(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates basic collection copy without the last N elements, specified by the second argument.
- collectionTrim(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- collectionTrim(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CollectionType - Class in org.hibernate.type
-
A type that handles Hibernate
PersistentCollections (including arrays). - CollectionType - Annotation Interface in org.hibernate.annotations
-
Names a custom collection type for a persistent collection.
- CollectionType(String, String) - Constructor for class org.hibernate.type.CollectionType
- CollectionTypeRegistration - Class in org.hibernate.boot.models.spi
-
Registration for a UserCollectionType
- CollectionTypeRegistration - Annotation Interface in org.hibernate.annotations
-
Allows to register a
UserCollectionTypeto use as the default for the specified classification of collection. - CollectionTypeRegistration(CollectionClassification, ClassDetails, Map) - Constructor for class org.hibernate.boot.models.spi.CollectionTypeRegistration
- CollectionTypeRegistrationDescriptor(Class, Map) - Constructor for record class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
-
Creates an instance of a
CollectionTypeRegistrationDescriptorrecord class. - CollectionTypeRegistrations - Annotation Interface in org.hibernate.annotations
-
Repeatable container for
CollectionTypeRegistration - CollectionWrapper() - Constructor for class org.hibernate.type.format.jackson.Jackson3XmlFormatMapper.CollectionWrapper
- CollectionWrapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
- CollectionWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
- CollectionWrapper(Collection) - Constructor for class org.hibernate.type.format.jackson.Jackson3XmlFormatMapper.CollectionWrapper
- CollectionWrapper(Collection) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
- CollectionWrapper(Collection) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
- collectJoinFetch(JaxbHbmNativeQueryJoinReturnType, Map, Map, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
- collectParameters(List, List, List) - Static method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- collectParameters(SqmStatement) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- collectParameters(SqmStatement, Consumer) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
- collectPath(String) - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
- collectStatistics(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Configures whether Hibernate should collect Statistics.
- collectTableMappings() - Method in interface org.hibernate.boot.Metadata
- collectTableMappings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
- collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.BiDirectionalFetch
- collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
-
Collect the JDBC value indexes used by this domain result that should be cached.
- collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
- collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
- collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.FetchParent
- collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
- COLON - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
- COLON - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
- COLON - Static variable in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- COLON - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- COLON - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- COLON() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeIndicatorContext
- COLON() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
- COLON() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.TypeIndicatorContext
- 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.envers.boot.model
-
An implementation of
Selectionthat represents a logical column. - Column - Class in org.hibernate.mapping
- Column() - Constructor for class org.hibernate.mapping.Column
- Column(String) - Constructor for class org.hibernate.envers.boot.model.Column
-
Create a column with just a name.
- Column(String) - Constructor for class org.hibernate.mapping.Column
- Column(String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
-
Create a column with just a name.
- Column(String, Long, Integer, Integer, String, String, String) - Constructor for class org.hibernate.envers.boot.model.Column
-
Creates a column without a non-quoted name.
- Column(String, Long, Integer, Integer, String, String, String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
-
Creates a column
- Column(Column) - Constructor for class org.hibernate.envers.boot.model.Column
-
Copy constructor that performs a deep-copy.
- COLUMN - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
-
Stores the time zone in a separate column; works in conjunction with
TimeZoneColumn. - COLUMN - Enum constant in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
- COLUMN - Enum constant in enum class org.hibernate.dialect.RowLockStrategy
-
Use the column reference (column name qualified by the table alias).
- COLUMN - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate column definition was encountered.
- COLUMN - Enum constant in enum class org.hibernate.envers.boot.model.Selection.SelectionType
- COLUMN - Enum constant in enum class org.hibernate.type.TimeZoneStorageStrategy
-
Stores the time zone in a separate column.
- COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- COLUMN - Static variable in class org.hibernate.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
ColumnOrderingStrategyclass 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
- ColumnContainer - Interface in org.hibernate.envers.boot.model
-
Contract for a container of columns.
- ColumnDefault - Annotation Interface in org.hibernate.annotations
-
Specifies that a column has a
defaultvalue 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
- columnMappingOverridden(String) - Method in interface org.hibernate.boot.BootLogging
- columnName - Variable in class org.hibernate.sql.InFragment
- columnName() - Element in annotation interface org.hibernate.annotations.SoftDelete
-
(Optional) The name of the column.
- columnName() - Method in record class org.hibernate.mapping.QualifiedColumnName
-
Returns the value of the
columnNamerecord component. - ColumnOrderingStrategy - Interface in org.hibernate.boot.model.relational
-
A pluggable contract that allows ordering of columns within
Table,ConstraintandUserDefinedObjectType. - 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() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
-
Returns the value of the
columnsrecord component. - columns() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
-
Returns the value of the
columnsrecord component. - Columns(SqmJsonTableFunction) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- 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
columnsClauserecord component. - columnsClause() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
-
Returns the value of the
columnsClauserecord 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
ColumnValueBindinginstances - 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
ColumnValueParameterthat implementsSelectableConsumerto add new parameters. - ColumnValueParameterList(TableReference, ParameterUsage, int) - Constructor for class org.hibernate.sql.model.ast.ColumnValueParameterList
- ColumnValuesTableMutationBuilder<M> - Interface in org.hibernate.sql.model.ast.builder
-
Common operations of
TableUpdateBuilderandTableInsertBuilder. - ColumnWriteFragment - Class in org.hibernate.sql.model.ast
-
Models a column's value expression within the SQL AST.
- ColumnWriteFragment(String, List, SelectableMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
- ColumnWriteFragment(String, SelectableMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
- ColumnWriteFragment(String, ColumnValueParameter, SelectableMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
- combine(List, List...) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- combinePredicates(SqmPredicate, Predicate...) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- combinePredicates(SqmPredicate, List) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- combinePredicates(SqmPredicate, JpaPredicate...) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- combinePredicates(SqmPredicate, SqmPredicate) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
- combinePredicates(Predicate, Predicate) - Static method in class org.hibernate.sql.ast.spi.SqlAstTreeHelper
- combinePredicates(Predicate, Predicate) - Static method in interface org.hibernate.sql.ast.tree.predicate.Predicate
-
Short-cut for
SqlAstTreeHelper.combinePredicates(Predicate, Predicate) - COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
- COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
- COMMA - Static variable in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- COMMA() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- COMMA() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementListContext
- COMMA() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
- COMMA(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- COMMA(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementListContext
- COMMA(int) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
- COMMA_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- COMMA_SEPARATOR_CHAR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
- command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
- command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
- CommandAcceptanceException - Exception Class in org.hibernate.tool.schema.spi
-
Indicates a problem accepting/executing a schema management command.
- CommandAcceptanceException(String) - Constructor for exception class org.hibernate.tool.schema.spi.CommandAcceptanceException
- CommandAcceptanceException(String, Throwable) - Constructor for exception class org.hibernate.tool.schema.spi.CommandAcceptanceException
- commandBlock() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
- commandBlock() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
- commandBlock(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
- CommandBlockContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
- CommandContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
- comment - Variable in class org.hibernate.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
Sessionis 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.
- CommonBuilder - Interface in org.hibernate.engine.creation
- CommonFunctionFactory - Class in org.hibernate.dialect.function
-
Enumeratoes common function template definitions.
- CommonFunctionFactory(FunctionContributions) - Constructor for class org.hibernate.dialect.function.CommonFunctionFactory
- CommonQueryContract - Interface in org.hibernate.query
-
Defines the aspects of query execution and parameter binding that apply to all forms of querying: queries written in HQL or JPQL, queries written in the native SQL dialect of the database, criteria queries, and stored procedure calls.
- CommonSharedBuilder - Interface in org.hibernate.engine.creation
- CommonSpatialFunction - Enum Class in org.hibernate.spatial
-
Functions commonly expected in databases, as defined by the SQL/MM specs
- CommonSpatialFunction.Type - Enum Class in org.hibernate.spatial
- CommonTableDetails - Interface in org.hibernate.boot.models.annotations.spi
-
Information which is common across all table annotations
- COMPARABLE - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
-
Any type with an order (numeric, string, and temporal types)
- ComparableExecutable - Interface in org.hibernate.engine.spi
-
We frequently need the union type of Executable, Comparable of ComparableExecutable, Serializable; this interface represents such union; this helps to simplify several generic signatures.
- comparator - Variable in class org.hibernate.collection.spi.PersistentSortedMap
- comparator - Variable in class org.hibernate.collection.spi.PersistentSortedSet
- comparator() - Method in class org.hibernate.collection.spi.PersistentSortedMap
- comparator() - Method in class org.hibernate.collection.spi.PersistentSortedSet
- COMPARATOR - Static variable in interface org.hibernate.query.sqm.tree.expression.SqmParameter
- compare(E[], E[]) - Method in class org.hibernate.type.descriptor.java.ComponentArrayComparator
- compare(Object, Object) - Method in interface org.hibernate.type.Type
-
Perform a
Comparator-style comparison of the given values. - compare(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
- compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
- compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Compare the 2 values
- compare(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
- compare(Object, Object) - Method in class org.hibernate.type.AbstractType
- compare(Object, Object) - Method in class org.hibernate.type.AnyType
- compare(Object, Object) - Method in class org.hibernate.type.CollectionType
- compare(Object, Object) - Method in class org.hibernate.type.ComponentType
- compare(Object, Object) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
- compare(Object, Object) - Method in class org.hibernate.type.EntityType
- compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
- compare(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.BasicType
- compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
- compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
- compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
- compare(ZoneOffset, ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
- compare(Locale, Locale) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
- compare(TimeZone, TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
- compare(TemporaryTableColumn, TemporaryTableColumn) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.TemporaryTableColumnComparator
- compare(Column, Column) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.ColumnComparator
- compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
- compareTo(Namespace.Name) - Method in record class org.hibernate.boot.model.relational.Namespace.Name
- ComparisonOperator - Enum Class in org.hibernate.query.sqm
-
Enumerates the binary comparison operators.
- ComparisonPredicate - Class in org.hibernate.sql.ast.tree.predicate
- ComparisonPredicate(Expression, ComparisonOperator, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- ComparisonPredicate(Expression, ComparisonOperator, Expression, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
- ComparisonRestriction - Class in org.hibernate.sql
-
A binary-comparison restriction
- ComparisonRestriction(String) - Constructor for class org.hibernate.sql.ComparisonRestriction
- ComparisonRestriction(String, String) - Constructor for class org.hibernate.sql.ComparisonRestriction
- ComparisonRestriction(String, ComparisonRestriction.Operator, String) - Constructor for class org.hibernate.sql.ComparisonRestriction
- ComparisonRestriction.Operator - Enum Class in org.hibernate.sql
- Compatibility - Class in org.hibernate.query.sqm.tree.expression
- Compatibility - Annotation Interface in org.hibernate.cfg
-
Denotes that a setting is intended to allow applications to upgrade versions of Hibernate and maintain backwards compatibility with the older version in some specific behavior.
- complete() - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
-
Callback after all parsing is complete
- complete(ManagedResources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
-
Second step of two-phase for MetadataSources to Metadata process
- completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, CollectionPersister, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, EntityPersister, boolean, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, CachedDomainDataAccess, CollectionPersister, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCollectionRecreateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCollectionRemoveEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeCollectionUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completedEntity(String) - Method in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
- completeDirtyCalculationEvent(DiagnosticEvent, SharedSessionContractImplementor, EntityPersister, EntityEntry, int[]) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completedMappedSuperclass(String) - Method in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
- completeEntityDeleteEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeEntityInsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeEntityLockEvent(DiagnosticEvent, Object, String, LockMode, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeEntityUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeEntityUpsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeFlushEvent(DiagnosticEvent, FlushEvent) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeFlushEvent(DiagnosticEvent, FlushEvent, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeInstantiation(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
Should be called at the end of the subtype's constructor, or at least after the `#super(...)` (aka, this type's constructor) call.
- completeJdbcBatchExecutionEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeJdbcConnectionAcquisitionEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeJdbcConnectionReleaseEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeJdbcPreparedStatementCreationEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeJdbcPreparedStatementExecutionEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completePartialFlushEvent(DiagnosticEvent, AutoFlushEvent) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completePrePartialFlush(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- CompleteRestriction - Class in org.hibernate.sql
-
For a complete predicate.
- CompleteRestriction(String) - Constructor for class org.hibernate.sql.CompleteRestriction
- completeSessionClosedEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- completeSessionOpenEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
- Component - Class in org.hibernate.mapping
-
A mapping model object that represents an embeddable class.
- Component(MetadataBuildingContext, Collection) - Constructor for class org.hibernate.mapping.Component
- Component(MetadataBuildingContext, Component) - Constructor for class org.hibernate.mapping.Component
- Component(MetadataBuildingContext, Join) - Constructor for class org.hibernate.mapping.Component
- Component(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Component
- Component(MetadataBuildingContext, Table, PersistentClass) - Constructor for class org.hibernate.mapping.Component
- Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
- Component.ValueGenerationPlan - Class in org.hibernate.mapping
- ComponentArrayComparator<E> - Class in org.hibernate.type.descriptor.java
-
Comparator for component arrays.
- ComponentArrayComparator(JavaType[]) - Constructor for class org.hibernate.type.descriptor.java.ComponentArrayComparator
- componentCount() - Method in interface org.hibernate.query.sqm.tuple.TupleType
- componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
- ComponentType - Class in org.hibernate.type
-
Handles embedded mappings.
- ComponentType(Component, int[]) - Constructor for class org.hibernate.type.ComponentType
- ComponentType(Component, int[], boolean) - Constructor for class org.hibernate.type.ComponentType
- composite(List) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- composite(ArgumentsValidator...) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- composite(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
- COMPOSITE - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
- COMPOSITE - Enum constant in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
-
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
- COMPOSITE_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
- CompositeIdentifier - Class in org.hibernate.envers.boot.model
-
Represents an identifier based on a
composite-idmapping. - CompositeIdentifier(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.boot.model.CompositeIdentifier
- CompositeIdentifierMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping for a composite identifier
- CompositeIdentifierSource - Interface in org.hibernate.boot.model.source.spi
-
Common contract for composite identifiers.
- CompositeKeyMapping(List, EmbeddableValuedModelPart) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.CompositeKeyMapping
- CompositeNestedGeneratedValueGenerator - Class in org.hibernate.id
-
For composite identifiers, defines a number of "nested" generations that need to happen to "fill" the identifier property(s).
- CompositeNestedGeneratedValueGenerator(CompositeNestedGeneratedValueGenerator.GenerationContextLocator, CompositeType) - Constructor for class org.hibernate.id.CompositeNestedGeneratedValueGenerator
- CompositeNestedGeneratedValueGenerator(CompositeNestedGeneratedValueGenerator.GenerationContextLocator, CompositeType, List) - Constructor for class org.hibernate.id.CompositeNestedGeneratedValueGenerator
- CompositeNestedGeneratedValueGenerator.GenerationContextLocator - Interface in org.hibernate.id
-
Contract for declaring how to locate the context for sub-value injection.
- CompositeNestedGeneratedValueGenerator.GenerationPlan - Interface in org.hibernate.id
-
Contract for performing the actual sub-value generation, usually injecting it into the determined context
- CompositeOwner - Interface in org.hibernate.engine.spi
- CompositeTracker - Interface in org.hibernate.engine.spi
- CompositeType - Interface in org.hibernate.type
-
Represents a composite type, a type which itself has typed attributes.
- CompositeType - Annotation Interface in org.hibernate.annotations
-
Specifies a custom
CompositeUserTypefor 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 - Composite types - Section in package org.hibernate.annotations
- CompositeUserType<J> - Interface in org.hibernate.usertype
-
This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.
- CompositeUserTypeRegistration - Class in org.hibernate.boot.models.spi
-
Registration for a CompositeUserType
- CompositeUserTypeRegistration(ClassDetails, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.CompositeUserTypeRegistration
- computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
-
Compute aggregated expression in the context of each entity instance separately.
- concat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- concat(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(String, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(String, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(String, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat(String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
- concat(List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- concat(List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- concat_pipeOperator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Almost every database
- concat_pipeOperator(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- 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
ConcreteProxyon 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(String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- conditionallyExecuteBatch(BatchKey) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Conditionally execute the currently managed batch (if any), if the keys do not match
- CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
By default, in the absence of a "segment_value" setting, we use a single row for all generators.
- CONFIG_SEQUENCE_PER_ENTITY_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Specifies the suffix to use for an implicit sequence name - appended to the entity-name / collection-role
- ConfigParameterContainer - Interface in org.hibernate.envers.boot.model
-
Contract for a model object that stores configuration parameters
- Configurable - Interface in org.hibernate.id
-
A
Generatorthat 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
configurationrecord component. - configuration() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
-
Returns the value of the
configurationrecord component. - configuration() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
-
Returns the value of the
configurationrecord component. - configuration() - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
-
Returns the value of the
configurationrecord component. - configuration() - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
-
Returns the value of the
configurationrecord component. - configuration() - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
-
Returns the value of the
configurationrecord component. - configuration() - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
-
Returns the value of the
configurationrecord component. - Configuration - Class in org.hibernate.cfg
-
A convenience API making it easier to bootstrap an instance of Hibernate.
- Configuration - Class in org.hibernate.envers.configuration
-
Envers configuration.
- Configuration() - Constructor for class org.hibernate.cfg.Configuration
-
Create a new instance, using a default
BootstrapServiceRegistryand a newly instantiatedMetadataSources. - Configuration(Properties, EnversService, InFlightMetadataCollector) - Constructor for class org.hibernate.envers.configuration.Configuration
- Configuration(MetadataSources) - Constructor for class org.hibernate.cfg.Configuration
-
Create a new instance, using the given
MetadataSources, and aBootstrapServiceRegistryobtained from theMetadataSources. - Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
-
Create a new instance, using the given
BootstrapServiceRegistryand 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) - 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@Parameterannotations. - configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.ForeignGenerator
-
Deprecated.
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.IncrementGenerator
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.NativeGenerator
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.SelectGenerator
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.UUIDGenerator
-
Deprecated.
- configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.UUIDHexGenerator
-
Deprecated.
- configure(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Configures this structure with the given arguments.
- configure(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
- configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.IdentifierGenerator
-
Deprecated, for removal: This API element is subject to removal in a future version.since it overrides a deprecated method
- configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
-
Noop default implementation.
- configureListeners(EventType, Consumer) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Perform an action against the listener group for the specified event-type
- configureService(ServiceBinding) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
- ConfigXsdSupport - Class in org.hibernate.boot.xsd
-
Support for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.
- ConfigXsdSupport() - Constructor for class org.hibernate.boot.xsd.ConfigXsdSupport
- CONFLICT - Enum constant in enum class org.hibernate.sql.ast.Clause
- ConflictClause - Class in org.hibernate.sql.ast.tree.insert
- ConflictClause(String, List, List, 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...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Shorthand for calling
JpaConflictClause.conflictOnConstraintPaths(List)with paths resolved for the given attributes against the insert target. - conflictOnConstraintAttributes(SingularAttribute...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- conflictOnConstraintAttributes(String...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Shorthand for calling
JpaConflictClause.conflictOnConstraintPaths(List)with paths resolved for the given attributes against the insert target. - conflictOnConstraintAttributes(String...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- conflictOnConstraintPaths(Path...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
- conflictOnConstraintPaths(Path...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- conflictOnConstraintPaths(List) - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Sets the paths which are part of a unique constraint, for which a constraint violation is allowed.
- conflictOnConstraintPaths(List) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
-
Group criterions together in a single conjunction (A and B and C...).
- conjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- conjunction() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- conjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
- CONJUNCTION - Enum constant in enum class org.hibernate.sql.ast.tree.predicate.Junction.Nature
-
An AND
- connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a connection being obtained from
ConnectionProvider - connection() - Method in interface org.hibernate.engine.creation.CommonSharedBuilder
-
Signifies that the connection from the original session should be used to create the new session.
- connection() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- connection() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connection() - Method in interface org.hibernate.SharedSessionBuilder
- connection() - Method in interface org.hibernate.SharedStatelessSessionBuilder
- connection(Connection) - Method in interface org.hibernate.engine.creation.CommonBuilder
-
Adds a specific connection to be used to the session options.
- connection(Connection) - Method in interface org.hibernate.engine.creation.CommonSharedBuilder
- connection(Connection) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- connection(Connection) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connection(Connection) - Method in interface org.hibernate.SessionBuilder
-
Adds a specific connection to the session options.
- connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
- connection(Connection) - Method in interface org.hibernate.SharedStatelessSessionBuilder
- connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
- CONNECTION - Enum constant in enum class org.hibernate.dialect.lock.spi.LockTimeoutType
-
Lock timeouts are supported on the JDBC Connection, typically through an
alter sessioncommand. - CONNECTION_FINDER - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
-
The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialects
- CONNECTION_HANDLING - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies how Hibernate should manage JDBC connections in terms of acquisition and release, either: an instance of the enumeration
PhysicalConnectionHandlingMode, or the name of one of its instances. - CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.This setting is only supported by
C3P0ConnectionProviderandDriverManagerConnectionProvider. - CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies a
ConnectionProviderto use for obtaining JDBC connections, either: a short strategy name likeagroal,hikaricp,c3p0, an instance ofConnectionProvider, aClassobject 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
ConnectionProviderhave auto-commit already disabled when they are acquired. - ConnectionAcquisitionMode - Enum Class in org.hibernate
-
Indicates the manner in which JDBC connections are acquired.
- connectionFinder(String) - Method in interface org.hibernate.spatial.HSMessageLogger
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.CommonBuilder
-
Specifies the connection handling modes for the session.
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.CommonSharedBuilder
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
-
Specifies the connection handling modes for the session.
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SharedStatelessSessionBuilder
- connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.StatelessSessionBuilder
- connectionHandlingMode() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- connectionHandlingMode() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies that the connection release mode from the original session should be used to create the new session.
- connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
-
Deprecated.
- connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
Deprecated.
- connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
Deprecated.
- connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SessionBuilder
-
Deprecated.This operation exposes the SPI type
PhysicalConnectionHandlingModeand is therefore a layer-breaker. UseSessionBuilder.connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode)instead. - connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SharedSessionBuilder
-
Deprecated.
- ConnectionLockTimeoutStrategy - Interface in org.hibernate.dialect.lock.spi
-
Contract for reading and setting lock timeouts using the JDBC connection, generally via execution of a command/statement.
- ConnectionLockTimeoutStrategy.Level - Enum Class in org.hibernate.dialect.lock.spi
-
Indicates a Dialect's level of support for lock timeouts on the JDBC connection.
- ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
-
A contract for obtaining JDBC connections and, optionally, for pooling connections.
- ConnectionProviderConfigurationException - Exception Class in org.hibernate.engine.jdbc.connections.spi
-
Occurs when there is a problem configuring a
ConnectionProvider. - ConnectionProviderConfigurationException(String) - Constructor for exception class org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
- ConnectionProviderConfigurationException(String, Throwable) - Constructor for exception class org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
- connectionReleaseMode() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
-
Deprecated.
- connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
Deprecated.
- connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
-
Deprecated.
- 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.
- constraintCompositionTypeUnknown(Throwable) - Method in interface org.hibernate.boot.beanvalidation.BeanValidationLogger
- constraintNamePrefix(ImplicitConstraintNameSource.Kind) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
The prefix for a generated constraint name of the given kind.
- constraints() - Element in annotation interface org.hibernate.annotations.Check
-
Deprecated.The check constraint, written in native SQL.
- constraintString() - Method in class org.hibernate.mapping.CheckConstraint
-
Deprecated.use
CheckConstraint.constraintString(Dialect)instead. - constraintString(Dialect) - Method in class org.hibernate.mapping.CheckConstraint
- ConstraintViolationException - Exception Class in org.hibernate.exception
-
A
JDBCExceptionindicating that the requested DML operation resulted in violation of a defined data integrity constraint. - ConstraintViolationException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException(String, SQLException, String, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException(String, SQLException, String, ConstraintViolationException.ConstraintKind, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException(String, SQLException, ConstraintViolationException.ConstraintKind, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
- ConstraintViolationException.ConstraintKind - Enum Class in org.hibernate.exception
-
Enumerates the kinds of integrity constraint violation recognized by Hibernate.
- construct(Class, Selection...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- construct(Class, Selection...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- construct(Class, Selection...) - Method in interface org.hibernate.query.sqm.NodeBuilder
- construct(Class, List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- construct(Class, List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- construct(Class, List) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CONSTRUCTION - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
-
Geometry [, OBJECT]* -> Geometry
- CONSTRUCTOR_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- consume(int, Object, Object, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
- consume(int, Object, Object, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
- consume(int, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
-
Consume a JDBC-level jdbcValue.
- consume(int, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
-
Consume a JDBC-level jdbcValue.
- consume(int, Object, SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- consume(int, TableDetails.KeyColumn) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumnConsumer
-
Callback a particular key column
- consume(int, X, Y, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesBiConsumer
-
Consume a JDBC-level jdbcValue.
- consume(int, X, Y, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer
-
Consume a JDBC-level jdbcValue.
- consume(Object, TableDetails.KeyColumn) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails.KeyValueConsumer
- consume(String, int, Supplier) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.MutabilityOrderedTableConsumer
- consume(String, Supplier) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
- consume(JaxbCfgHibernateConfiguration) - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
Consumes the JAXB representation of a
cfg.xmlfile and builds the LoadedConfig representation. - consume(JaxbCfgMappingReferenceType) - Static method in class org.hibernate.boot.cfgxml.spi.MappingReference
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.ManagedResultConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
- consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.SingleResultConsumer
- consumeAttributeJoin(SqmAttributeJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeCrossJoin(SqmCrossJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeCteJoin(SqmCteJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeDerivedJoin(SqmDerivedJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeEntityJoin(SqmEntityJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeExplicitJoin(SqmJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeExplicitJoin(SqmJoin, TableGroup, TableGroup, boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeExplicitJoins(SqmFrom) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeExplicitJoins(SqmFrom, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeFromClauseCorrelatedRoot(SqmRoot) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeFromClauseRoot(SqmRoot) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeFromClauseRoot(SqmRoot) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeFunctionJoin(SqmFunctionJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeIdentifier(String, boolean, boolean) - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
-
Responsible for consuming each part of the path.
- consumeIdentifier(String, String, boolean, boolean) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
- consumePluralPartJoin(SqmPluralPartJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- consumeSingleSqmParameter(SqmParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeSqmParameter(SqmParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeSqmParameter(SqmParameter, MappingModelExpressible, BiConsumer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- consumeTreat(String, boolean) - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
-
Responsible for consuming each part of the path.
- consumeTreat(SqmFrom) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
- ContainedBean<B> - Interface in org.hibernate.resource.beans.container.spi
- ContainedBeanImplementor<B> - Interface in org.hibernate.resource.beans.container.spi
-
Releasable extension to
ContainedBean. - containing(String) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which contain the given substring, with case-sensitivity.
- containing(String, boolean) - Static method in interface org.hibernate.query.range.Range
-
A range containing all strings which contain the given substring, with case-sensitivity specified explicitly.
- contains - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The contains function, cfr.
- contains(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially contains" constraint.
- contains(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially contains" constraint.
- contains(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially contains" constraint.
- contains(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially contains" constraint.
- contains(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially contains" constraint.
- contains(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially contains" constraint.
- contains(SingularAttribute, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to contain the given substring.
- contains(SingularAttribute, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to contain the given substring, explicitly specifying case sensitivity.
- contains(Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Determine whether this region contains data for the given key.
- contains(Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- contains(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Does the cache contain this key?
- contains(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- contains(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- contains(Object) - Method in class org.hibernate.collection.spi.PersistentBag
- contains(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- contains(Object) - Method in class org.hibernate.collection.spi.PersistentList
- contains(Object) - Method in class org.hibernate.collection.spi.PersistentSet
- contains(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- contains(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Optional operation.
- contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
- contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
- contains(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- contains(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- contains(String, Object) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
EntityManager.contains(Object)instead. - contains(Collection, T) - Static method in class org.hibernate.Hibernate
-
Determine if the given persistent collection contains the given element, without fetching its state from the database.
- contains(Property) - Method in interface org.hibernate.mapping.AttributeContainer
-
Determine if the given attribute belongs to this container.
- contains(Property) - Method in class org.hibernate.mapping.Component
- contains(Property) - Method in class org.hibernate.mapping.Join
- contains(Property) - Method in class org.hibernate.mapping.PersistentClass
- contains(TableMapping) - Method in class org.hibernate.persister.entity.mutation.TableSet
- CONTAINS - Static variable in interface org.hibernate.spatial.SpatialRelation
-
Deprecated.The first geometry spatially contains the second
- containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
- containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
- containsAffectedTableName(String) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
- containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
- containsAll(Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- containsAll(Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- containsAll(Collection) - Method in class org.hibernate.collection.spi.PersistentBag
- containsAll(Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- containsAll(Collection) - Method in class org.hibernate.collection.spi.PersistentList
- containsAll(Collection) - Method in class org.hibernate.collection.spi.PersistentSet
- containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
-
Does this node contain any non-scalar (sub-)results?
- containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
- containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
- containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.Fetch
- containsAttributeColumns(int) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- containsCollection(String, Object) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains an item for the collection with the given role and given identifier.
- containsCollection(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is the given collection associated with this persistence context?
- containsCollectionFetches() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- containsCollectionFetches() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
- containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
- containsCollectionFetches() - Method in interface org.hibernate.sql.results.graph.FetchList
- containsCollectionFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
- containsColumn(String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- containsColumn(Column) - Method in class org.hibernate.mapping.Constraint
- containsColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
- containsColumn(Column) - Method in class org.hibernate.mapping.Table
- containsColumn(Column) - Method in class org.hibernate.mapping.UserDefinedObjectType
- containsDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
- containsDeletedUnloadedEntityKeys() - Method in interface org.hibernate.engine.spi.PersistenceContext
- containsEntity(Class, Object) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains an item for the entity of the given type, and with the given identifier.
- containsEntity(String, Object) - Method in interface org.hibernate.Cache
-
Determine whether the cache contains an item for the entity of the type with the given name, and with the given identifier.
- containsEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is there an entity with the given key in the persistence context
- containsEntityHolder(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
- containsEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Intended for test usage.
- containsFetchProfileDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- containsFetchProfileDefinition(String) - Method in interface org.hibernate.query.sql.spi.SqlTranslationEngine
- containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
-
Determine if there is a fetch profile definition registered under the given name.
- containsKey(Object) - Method in class org.hibernate.collection.spi.PersistentMap
- containsKey(Object) - Method in class org.hibernate.event.spi.MergeContext
-
Returns true if this MergeContext contains a cross-reference for the specified merge entity to a managed entity result.
- containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
- containsMultipleCollectionFetches() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
- containsNullifiableEntityKey(Supplier) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Checks if a certain
EntityKeywas registered as nullifiable on thisPersistenceContext. - containsOnlyInnerJoins() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRootJoin
- containsOnlyInnerJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- containsOuterJoins() - Method in interface org.hibernate.sql.ast.spi.LockingClauseStrategy
- 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.boot.models.spi.DialectScopeRegistration
-
Returns the value of the
contentrecord component. - content() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
-
Returns the value of the
contentrecord component. - content(Expression...) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
-
Passes the given
Expressions as value for the XML content of this element. - content(Expression...) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- content(List) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
-
Passes the given
Expressions as value for the XML content of this element. - content(List) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- Contributable - Interface in org.hibernate.mapping
-
Parts of the mapping model which are associated with a contributor (ORM, Envers, etc).
- ContributableDatabaseObject - Interface in org.hibernate.boot.model.relational
-
Database objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributor
- ContributableMatcher - Interface in org.hibernate.tool.schema.spi
-
Matcher for whether tables and sequences should be included based on its
Contributable.getContributor() - contribute(MetadataBuilder) - Method in interface org.hibernate.boot.spi.MetadataBuilderContributor
-
Deprecated.Perform the process of contributing to the
MetadataBuilder. - contribute(MetadataBuilder, StandardServiceRegistry) - Method in interface org.hibernate.boot.spi.MetadataBuilderInitializer
- contribute(MetadataSources) - Method in interface org.hibernate.boot.spi.MetadataSourcesContributor
-
Perform the process of contributing to the
MetadataSources. - contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.boot.model.TypeContributor
-
Contribute types
- contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
- contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.HANADialect
- contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.contributor.SpatialTypeContributor
- contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
-
Contribute services to the indicated registry builder.
- contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.spatial.integration.SpatialInitializer
- contribute(AdditionalMappingContributions, InFlightMetadataCollector, ResourceStreamLocator, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributor
-
Contribute the additional mappings
- contribute(EventEngineContributions) - Method in interface org.hibernate.event.spi.EventEngineContributor
-
Apply the contributions
- contribute(SessionFactoryServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.SessionFactoryServiceContributor
-
Contribute services to the indicated registry builder.
- contributeAttributeConverter(Class) - Method in interface org.hibernate.boot.model.TypeContributions
-
Register an
AttributeConverterclass. - 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.xmlmapping 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.xmlJAXB bindings - contributeCockroachTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
- contributeEntity(Class) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
-
Contribute a presumably annotated entity class.
- contributeEventType(String, Class) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Register a custom event type.
- contributeEventType(String, Class, T...) - Method in interface org.hibernate.event.spi.EventEngineContributions
-
Register a custom event type with a default listener.
- contributeFunctions(FunctionContributions) - Method in interface org.hibernate.boot.model.FunctionContributor
-
Contribute functions
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.dialect.Dialect
- contributeFunctions(FunctionContributions) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.contributor.SpatialFunctionContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
- contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
- contributeJavaType(JavaType) - Method in interface org.hibernate.boot.model.TypeContributions
- contributeJavaTypes(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
- contributeJdbcType(JdbcType) - Method in interface org.hibernate.boot.model.TypeContributions
- contributeJdbcTypeConstructor(JdbcTypeConstructor) - Method in interface org.hibernate.boot.model.TypeContributions
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
- contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
- contributeManagedClass(ClassDetails) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
-
Contribute a ClassDetails representing a "managed class" (entity, embeddable, converter, etc)
- contributePostgreSQLTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
-
Allow for extension points to override this only
- contributeSequence(Sequence) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
-
Contribute a materialized Sequence
- contributeStrategyImplementations(NamedStrategyContributions) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributor
-
Allows registration of named strategy implementations.
- contributeStrategyImplementor(Class, Class, String...) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributions
-
Registers a named implementor of a particular strategy contract.
- contributeTable(Table) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
-
Contribute a materialized Table
- contributeType(BasicType) - Method in interface org.hibernate.boot.model.TypeContributions
-
Deprecated.See discussion of
TypeContributorin 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
CompositeUserTypeas the implicit (auto-applied) type for values of typeCompositeUserType.returnedClass(). - contributeType(UserType) - Method in interface org.hibernate.boot.model.TypeContributions
-
Register a
UserTypeas 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
Dialectto contribute types. - contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.HANADialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MySQLDialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.OracleDialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseASEDialect
- contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseDialect
- contributor() - Method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Returns the value of the
contributorrecord component. - CONTRIBUTOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
The contributor that contributed this generator
- ContributorImplementor - Interface in org.hibernate.spatial.contributor
-
Internal contract for Type and Function Contributors
- Conversion - Class in org.hibernate.query.sqm.tree.expression
-
A conversion of a duration to a given temporal unit, as a result of applying the 'by unit' operator.
- Conversion(Duration, TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.query.sqm.tree.expression.Conversion
- ConversionContext - Interface in org.hibernate.exception.spi
- ConversionException - Exception Class in org.hibernate.query.sqm.sql
-
Indicates a problem converting an SQM tree to a SQL AST
- ConversionException(String) - Constructor for exception class org.hibernate.query.sqm.sql.ConversionException
- ConversionException(String, Throwable) - Constructor for exception class org.hibernate.query.sqm.sql.ConversionException
- conversionFactor(TemporalUnit, Dialect) - Method in enum class org.hibernate.query.common.TemporalUnit
- conversionFactorFull(TemporalUnit, Dialect) - Method in enum class org.hibernate.query.common.TemporalUnit
- ConversionRegistration - Class in org.hibernate.boot.models.spi
-
A registered conversion.
- ConversionRegistration(Class, Class, boolean, AnnotationDescriptor) - Constructor for class org.hibernate.boot.models.spi.ConversionRegistration
- convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
-
Convert an untyped Object reference to the Converter's type.
- convert(Object) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
-
Converts an oracle to a JTS Geometry
- convert(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
- convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
- convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
-
Perform a conversion.
- convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Convert an SQLException using the current converter, doing some logging first.
- convert(SQLException, String) - Method in interface org.hibernate.engine.spi.ExceptionConverter
- convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Convert an SQLException using the current converter, doing some logging first.
- convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
-
Convert the given
SQLExceptionto a subtype ofJDBCException, if possible. - convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
-
Convert the given
SQLExceptionto a subtype ofJDBCException. - convert(SQLException, Supplier, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Convert an SQLException using the current converter, doing some logging first.
- convert(HibernateException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
-
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA specification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
- convert(HibernateException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
-
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA specification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
- CONVERT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- convertCommitException(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
-
Converts the exception thrown during the transaction commit phase
- ConvertedBasicArrayType<T,
S, - Class in org.hibernate.typeE> -
Given a
BasicValueConverterfor an array type, - ConvertedBasicArrayType(BasicType, JdbcType, JavaType, BasicValueConverter) - Constructor for class org.hibernate.type.ConvertedBasicArrayType
- ConvertedBasicCollectionType<C,
E> - Class in org.hibernate.type -
A converted basic array type.
- ConvertedBasicCollectionType(BasicType, JdbcType, BasicCollectionJavaType, BasicValueConverter) - Constructor for class org.hibernate.type.ConvertedBasicCollectionType
- ConvertedBasicType<J> - Interface in org.hibernate.type
-
Extension for implementations of
BasicTypewhich 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
AttributeConverterreferences for specific mappings - converterClass() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
-
Returns the value of the
converterClassrecord component. - converterDescriptor() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Returns the value of the
converterDescriptorrecord 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
ConverterRegistrationrecord 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
converterTyperecord component. - convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
- convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
- convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
- convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
- convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.criteria.AuditProperty
- convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in interface org.hibernate.envers.query.projection.AuditProjection
- CONVERTS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- convertToArray(BasicBinder, ValueBinder, BasicPluralJavaType, T, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.CharBooleanConverter
- convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.NumericBooleanConverter
- convertToDomainValue(T) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- convertToEntityAttribute(Character) - Method in class org.hibernate.type.CharBooleanConverter
- convertToEntityAttribute(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
- convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
The API method
Query.setFirstResult(int)accepts a zero-based offset. - convertToRelationalValue(T) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- convertToSqlAst(NavigablePath, String, boolean, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- convertToSqlAst(NavigablePath, String, boolean, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- convexhull - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The convexHull function, cfr.
- convexhullaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- coorddim - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- coordinateInsert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
-
Perform the insert(s).
- coordinateProcessors(ManagedResources, MetadataBuildingOptions, MetadataBuildingContextRootImpl, DomainModelSource, InFlightMetadataCollectorImpl) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
- coordinateWork(WorkExecutorVisitable) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Perform the requested work handling exceptions, coordinating and handling return processing.
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Make a copy of this holder.
- copy() - Method in class org.hibernate.mapping.Any
- copy() - Method in class org.hibernate.mapping.Any.KeyValue
- copy() - Method in class org.hibernate.mapping.Any.MetaValue
- copy() - Method in class org.hibernate.mapping.Array
- copy() - Method in class org.hibernate.mapping.Bag
- copy() - Method in class org.hibernate.mapping.BasicValue
- copy() - Method in class org.hibernate.mapping.Component
- copy() - Method in class org.hibernate.mapping.DependantBasicValue
- copy() - Method in class org.hibernate.mapping.DependantValue
- copy() - Method in class org.hibernate.mapping.IdentifierBag
- copy() - Method in class org.hibernate.mapping.List
- copy() - Method in class org.hibernate.mapping.ManyToOne
- copy() - Method in class org.hibernate.mapping.Map
- copy() - Method in class org.hibernate.mapping.OneToMany
- copy() - Method in class org.hibernate.mapping.OneToOne
- copy() - Method in class org.hibernate.mapping.PrimitiveArray
- copy() - Method in class org.hibernate.mapping.Property
- copy() - Method in class org.hibernate.mapping.Set
- copy() - Method in interface org.hibernate.mapping.Value
- copy() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- copy() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
-
Make a copy
- copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.LockOptions will be made into a record.
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCteJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRoot
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRootJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- copy(SqmCopyContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
- copy(SqmCopyContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmNode
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmQuery
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmStatement
- copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- copyCteStatements(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- copyCteStatements(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- copyFetchedFlag() - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
-
Returns whether the
fetchflag for attribute joins should be copied over. - copyFrom(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
- copyInsertionTargetPaths(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- copyParameters(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- copyPassingExpressions(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- copyRegistrationMap() - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
- copyTo(AbstractSqmFrom, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- copyTo(AbstractSqmJoin, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- copyTo(AbstractSqmPath, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- copyTo(SqmRoot, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- copyTo(AbstractJpaTupleElement, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
- copyTo(SqmQueryPart, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.BasicValue
- copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
- copyWhereClause(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- copyWithoutValues(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- corr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- correlate(CollectionJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(CollectionJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(Join) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(Join) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(ListJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(ListJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(MapJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(MapJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(Root) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(Root) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(SetJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(SetJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(JpaCrossJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(JpaCrossJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- correlate(JpaEntityJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- correlate(JpaEntityJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- CorrelatedPluralTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A table group for correlated plural attributes.
- CorrelatedPluralTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
- CorrelatedTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A virtual
TableReferencefor correlated roots. - CorrelatedTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
- CorrelationChecker - Class in org.hibernate.sql.ast.spi
-
A walker that checks if a SQL AST node contains a subquery that references a specific table alias.
- cos(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the cosine of its argument.
- cos(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cosh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- cosh(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that returns the hyperbolic cosine of its argument.
- cosh(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- cosh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- cot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- couldLoadComponentClass(String, Throwable) - Method in interface org.hibernate.boot.BootLogging
- couldNotClearWarnings(SQLException) - Method in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
- couldNotLogWarnings(SQLException) - Method in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
- couldNotPerformCheckLookup() - Method in interface org.hibernate.boot.BootLogging
- couldNotPerformColumnDefaultLookup() - Method in interface org.hibernate.boot.BootLogging
- couldNotPerformGeneratedColumnLookup() - Method in interface org.hibernate.boot.BootLogging
- count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Projection counting the values
- count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
- count() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Equivalent to HQL
count(*). - count() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- count() - Method in interface org.hibernate.query.sqm.NodeBuilder
- count(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- count(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- count(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- count(Expression, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- count(Expression, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- count(Expression, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
countaggregate 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(SelectionSpecification) - Static method in interface org.hibernate.query.specification.SimpleProjectionSpecification
-
Create a new
ProjectionSpecificationwhich augments the givenSelectionSpecificationwith acount(*). - 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() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Projection counting distinct values
- countDistinct(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- countDistinct(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- countDistinct(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- CountFunction - Class in org.hibernate.dialect.function
- CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String) - Constructor for class org.hibernate.dialect.function.CountFunction
- CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String, String, boolean) - Constructor for class org.hibernate.dialect.function.CountFunction
- CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String, String, String, boolean) - Constructor for class org.hibernate.dialect.function.CountFunction
- CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String, String, String, boolean, String) - Constructor for class org.hibernate.dialect.function.CountFunction
- countNestedColumnDefinitions(JsonTableColumnsClause) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- countSubclassProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
- covarPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- coveredby - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- covers - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- crc32() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Deprecated.
- create() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
-
Returns the value of the
createrecord component. - create() - Static method in interface org.hibernate.event.spi.DeleteContext
- create() - Static method in interface org.hibernate.event.spi.PersistContext
- create() - Static method in interface org.hibernate.event.spi.RefreshContext
- create() - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
- create(CriteriaDelete) - Static method in interface org.hibernate.query.specification.DeleteSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria delete, allowing the addition of restrictions.
- create(CriteriaDelete) - Static method in interface org.hibernate.query.specification.MutationSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria delete, allowing the addition of restrictions.
- create(CriteriaQuery) - Static method in interface org.hibernate.query.specification.SelectionSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery for the given criteria query, allowing the addition of sorting and restrictions.
- create(CriteriaUpdate) - Static method in interface org.hibernate.query.specification.MutationSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria update, allowing the addition of restrictions.
- create(CriteriaUpdate) - Static method in interface org.hibernate.query.specification.UpdateSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria update, allowing the addition of restrictions and assignments.
- create(Class) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
- create(Class) - Static method in interface org.hibernate.query.specification.DeleteSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery which deletes the given entity type.
- create(Class) - Static method in interface org.hibernate.query.specification.SelectionSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery for the given entity type, allowing the addition of sorting and restrictions.
- create(Class) - Static method in interface org.hibernate.query.specification.UpdateSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery which updates the given entity type.
- create(Class, String) - Static method in interface org.hibernate.query.specification.MutationSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on a base HQL statement, allowing the addition of restrictions.
- create(Class, String) - Static method in interface org.hibernate.query.specification.SelectionSpecification
-
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery based on a base HQL statement, allowing the addition of sorting and restrictions.
- create(Type, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeRegistry.MutabilityPlanCreator
- create(String, Class, int) - Static method in class org.hibernate.event.spi.EventType
- create(Map) - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
- create(Map, ClassLoader, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
- create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRootJoin
- create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
- create(SelectionSpecification) - Static method in interface org.hibernate.query.specification.ProjectionSpecification
-
Create a new
ProjectionSpecificationwhich augments the givenSelectionSpecification. - create(SelectionSpecification, SingularAttribute) - Static method in interface org.hibernate.query.specification.SimpleProjectionSpecification
-
Create a new
ProjectionSpecificationwhich augments the givenSelectionSpecification. - create(SelectionSpecification, Path) - Static method in interface org.hibernate.query.specification.SimpleProjectionSpecification
-
Create a new
ProjectionSpecificationwhich augments the givenSelectionSpecification. - CREATE - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Drop the schema and recreate it on
SessionFactorystartup. - 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
SessionFactorystartup. - CREATE_DROP - Enum constant in enum class org.hibernate.tool.schema.Action
-
Drop the schema and then recreate it on
SessionFactorystartup. - CREATE_ONLY - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Create the schema on
SessionFactorystartup. - CREATE_ONLY - Enum constant in enum class org.hibernate.tool.schema.Action
-
Create the schema.
- createAllKeys() - Method in class org.hibernate.mapping.Collection
- createAllKeys() - Method in class org.hibernate.mapping.Map
- createArrayInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
- createAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- createAssembler(InitializerParent, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.Fetch
-
Create the assembler for this fetch
- createBagInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
- createBatch(int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- createBean(Class, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- createBean(Class, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
- createBean(String, Class, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- createBean(String, Class, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
- createBindings(SessionFactoryImplementor) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
- createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a BLOB reference encapsulating the given byte array.
- createBlob(byte[]) - Method in interface org.hibernate.LobHelper
-
Create a new
Blobfrom 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
Blobfrom 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
Clobfrom 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
Clobfrom content. - createCollectionBatchLoader(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
-
Create a BatchLoader for batch-loadable collections.
- createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
- createCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
-
Create a collection persister instance.
- createCollectionTypeWrapperInitializerProducer(NavigablePath, PluralAttributeMapping, CollectionClassification, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
- createColumnReferenceKey(String) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
- createColumnReferenceKey(String, String, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Helper for generating an expression key for a column reference.
- createColumnReferenceKey(String, SelectableMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Convenience form for creating a key from table expression and SelectableMapping
- createColumnReferenceKey(String, SelectablePath, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
- createColumnReferenceKey(TableReference, String, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Helper for generating an expression key for a column reference.
- createColumnReferenceKey(TableReference, SelectableMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Convenience form for creating a key from TableReference and SelectableMapping
- createColumnReferenceKey(TableReference, SelectablePath, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
- createConflictClause() - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
-
Create a new conflict clause for this insert statement.
- createConflictClause() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- createConflictUpdateAction() - Method in interface org.hibernate.query.criteria.JpaConflictClause
-
Create a new conflict update action for this insert statement.
- createConflictUpdateAction() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- createConstraints(MetadataBuildingContext) - Method in class org.hibernate.mapping.PersistentClass
- createConstraints(MetadataBuildingContext) - Method in class org.hibernate.mapping.SingleTableSubclass
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- createCopy(SqmCopyContext, Class) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- createCorrelatedAggregateSubQuery(AbstractSqmSpecificPluralPartPath, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
- createCorrelation() - Method in interface org.hibernate.query.sqm.tree.domain.SqmSingularValuedJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- createCountProjection() - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Create a
SimpleProjectionSpecificationwhich projects the number of results which match the specified restrictions. - createCountQuery() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- createCountQuery() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
A query that returns the number of results of this query.
- createCountQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- createCriteriaDelete(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaDelete(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaDelete(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCriteriaInsertSelect(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaInsertSelect(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaInsertSelect(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCriteriaInsertValues(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaInsertValues(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaInsertValues(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCriteriaUpdate(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createCriteriaUpdate(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createCriteriaUpdate(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createCteColumn(String, JdbcMapping) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- createdDatabaseNamespace(Namespace.Name, Namespace.Name) - Method in interface org.hibernate.boot.BootLogging
- createDeletedValueBinding(ColumnReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Create a ColumnValueBinding for deleted indicator.
- createDenormalizedTable(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
- createDetachedInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
-
Obtain a detached, uninitialized persistent collection of the type represented by this object.
- createDetachedProxy(SessionFactory, Class, Object) - Static method in class org.hibernate.Hibernate
-
Obtain a detached, uninitialized reference (a proxy) for a persistent entity with the given identifier.
- createDialect(DialectResolutionInfo) - Method in enum class org.hibernate.dialect.Database
-
Create a
Dialectfor the given metadata. - createDiscriminatorColumnReferenceKey(TableReference, EntityDiscriminatorMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
-
Convenience form for creating a key from TableReference and EntityDiscriminatorMapping
- createdJdbcCoordinator(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Any
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Duration
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Every
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Over
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
- createDomainResult(String, DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
- createDomainResult(String, DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
- createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
- createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
- createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Create a
DomainResultfor a specific reference to thisModelPart. - createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createDomainResult(NavigablePath, TableReference, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
-
Create a DomainResult for selecting and retrieving the key.
- createDomainResult(NavigablePath, TableReference, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.CompositeKeyMapping
- createDomainResult(NavigablePath, TableReference, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.SimpleKeyMapping
- createDomainResultSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
- createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
Create an "enhancement as proxy" instance for the given entity
- createEntityBatchLoader(int, EntityMappingType, LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
-
Create a BatchLoader for batch-loadable entities.
- createEntityBatchLoader(int, EntityMappingType, SessionFactoryImplementor) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createEntityCopyObserver() - Method in interface org.hibernate.event.spi.EntityCopyObserverFactory
- createEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in interface org.hibernate.engine.spi.EntityEntryFactory
-
Deprecated.Creates
EntityEntry. - createEntityGraph(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createEntityGraph(Class) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
- createEntityGraph(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createEntityGraph(Class) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- createEntityGraph(Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createEntityGraph(Class) - Method in interface org.hibernate.Session
-
Create a new mutable instance of
EntityGraph, with only a root node, allowing programmatic definition of the graph from scratch. - createEntityGraph(Class) - Method in interface org.hibernate.SessionFactory
-
Create an
EntityGraphfor the given entity type. - createEntityGraph(Class) - Method in interface org.hibernate.SharedSessionContract
-
Create a new mutable instance of
EntityGraph, with only a root node, allowing programmatic definition of the graph from scratch. - createEntityGraph(Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createEntityGraph(Class, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createEntityGraph(Class, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createEntityGraph(Class, String) - Method in interface org.hibernate.SharedSessionContract
-
Create a new mutable instance of
EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or returnnullif there is no predefined graph with the given name. - createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
- createEntityGraph(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createEntityGraph(String) - Method in interface org.hibernate.Session
-
Create a new mutable instance of
EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or returnnullif 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 returnnullif there is no predefined graph with the given name. - createEntityGraph(GraphParserEntityClassResolver, GraphParserEntityNameResolver, ServiceRegistry) - 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
SessionFactorybased on this configuration. - createEntityManagerFactory(PersistenceConfiguration) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
- createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
-
Create an entity persister instance.
- createEntityTable(String, PersistentClass) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
- createEntityTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createEntityTable(PersistentClass, Function, TemporaryTableKind, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
- createEntityTable(EntityMappingType, Function, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createExecutor(BatchKeyAccess, MutationOperationGroup, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
-
Create an executor for the given
operationGroup, potentially using batching - createExistsProjection() - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Create a
SimpleProjectionSpecificationwhich projects a boolean value indicating whether any results match the specified restrictions. - createExistsQuery() - Method in class org.hibernate.query.criteria.CriteriaDefinition
- createExistsQuery() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
-
A query that returns
trueif this query has any results. - createExistsQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- createExpectation(Supplier, boolean) - Static method in class org.hibernate.jdbc.Expectations
-
Create an instance of the given class implementing
Expectation. - createExtractionContext(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, ExtractionContext.DatabaseObjectAccess) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
- createForeignKey() - Method in class org.hibernate.mapping.Collection
- createForeignKey() - Method in class org.hibernate.mapping.Join
- createForeignKey() - Method in class org.hibernate.mapping.OneToMany
- createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
- createForeignKey() - Method in class org.hibernate.mapping.Subclass
- createForeignKey() - Method in class org.hibernate.mapping.ToOne
- createForeignKey() - Method in interface org.hibernate.mapping.Value
- createForeignKey(String, List, String, String) - Method in class org.hibernate.mapping.Table
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createForeignKey(String, List, String, String, String) - Method in class org.hibernate.mapping.Table
- createForeignKey(String, List, String, String, String, List) - Method in class org.hibernate.mapping.Table
- createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.SimpleValue
- createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.ToOne
- createForeignKeyConstraint() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
Primarily exists to support JPA's
@ForeignKey(NO_CONSTRAINT). - createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
- createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
- createForeignKeyOfEntity(String, List) - Method in interface org.hibernate.mapping.KeyValue
- createForeignKeyOfEntity(String, List) - Method in class org.hibernate.mapping.SimpleValue
- createForeignKeys(MetadataBuildingContext) - Method in class org.hibernate.mapping.DenormalizedTable
- createForeignKeys(MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
- createGeneratedValuesProcessor(EventType, List) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createGenerator(Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
-
Deprecated, for removal: This API element is subject to removal in a future version.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) - 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
EntityGraphwhich may be used from loading a dynamic entity withEntityManager.find(EntityGraph, Object, FindOption...). - createIdTable(String, PersistentClass) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
- createIdTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createIdTable(PersistentClass, Function, TemporaryTableKind, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
- createIdTable(EntityMappingType, Function, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createImplicit(String, TypeDetails, String, GenerationType) - Static method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- createImplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Whether we should do discrimination implicitly joined subclass style inheritance when no discriminator info is provided.
- 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
CollectionInitializerinstances 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
CollectionInitializerinstances 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
JavaTypefor the givenParameterizedTypebased on thisJavaTyperegistered 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
- createJdbcOptionalInsert(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- createJdbcOptionalInsert(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateWithUpsertOperation
- createJdbcParameterBindings(DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
-
Create the
JdbcParameterBindingsfor this multi-table handler based on the execution context. - createJdbcType(ServiceRegistry, String) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- createJdbcTypeConstructor(ServiceRegistry, String) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
- createJdbcUpdate(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
- createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
- createJdbcValue(Object, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
- createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
- createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- createJpaAttributeConverter(JpaAttributeConverterCreationContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
Factory for the runtime representation of the converter
- createJsonPathPassingClause(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- createJsonPathPassingClause(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- createKeyDomainResult(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
- createKeyDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
- createKeyMapping(List, ModelPart) - Static method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- createLateralJoinExpression(AbstractSqmSpecificPluralPartPath, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- createListInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
- createLocalResolution(String, Class, Map, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.TypeDefinition
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.NoopOptimizer
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in interface org.hibernate.id.enhanced.Optimizer
-
Creates an expression representing the low/base value for ID allocation in batch insert operations.
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
- createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.PooledOptimizer
- createMapInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
- createMarker(int, JdbcType) - Method in class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
- createMarker(int, JdbcType) - Method in interface org.hibernate.sql.ast.spi.ParameterMarkerStrategy
-
Create a parameter marker
- createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.dialect.sql.ast.SqlAstTranslatorWithOnDuplicateKeyUpdate
- createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
-
Create the MutationOperation for performing a MERGE.
- createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
-
Create the MutationOperation for performing the DELETE or UPSERT
- createMinOrMaxIndexOrElement(AbstractSqmSpecificPluralPartPath, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- createMutabilityPlan(Class) - Method in class org.hibernate.type.spi.TypeConfiguration
- createMutationOperation(String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
-
Intended for use from
SqlAstTranslator - createMutationOperation(String, List) - Method in interface org.hibernate.sql.model.ast.TableMutation
-
A
SqlAstTranslatorcallback to create an appropriate mutation using the translated sql and parameter binders. - createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
- createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
-
Intended for use from
SqlAstTranslator - createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in interface org.hibernate.sql.model.ast.TableMutation
- createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createMutationQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
-
Create a
MutationQueryfrom 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
MutationQueryfrom 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
MutationQueryreference 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
MutationQueryfrom 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
MutationQueryinstance 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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNamedQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
-
Create a typed
Queryinstance for the given named query. - createNamedQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNamedQuery(String, Class) - Method in interface org.hibernate.Session
- createNamedQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNamedQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNamedQueryCollectionLoader(CollectionPersister, NamedQueryMemento) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
For Hibernate Reactive
- createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNamedSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.
- createNamedSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNamedSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNamedSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNamedSelectionQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQueryinstance for the namedNamedQuerywith 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
ProcedureCallbased 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
NativeQueryinstance 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) - Method in interface org.hibernate.Session
-
Deprecated.
- createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNativeQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
-
Create a
NativeQueryinstance for the given native SQL query using an implicit mapping to the specified Java type. - createNativeQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, Class, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNativeQuery(String, Class, String) - Method in interface org.hibernate.query.QueryProducer
-
Create a
NativeQueryinstance for the given native SQL query using an implicit mapping to the specified Java entity type. - createNativeQuery(String, Class, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, Class, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.
- createNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createNativeQuery(String, String, Class) - Method in interface org.hibernate.query.QueryProducer
-
Create a
NativeQueryinstance for the given native SQL query using an explicit mapping to the specified Java type. - createNativeQuery(String, String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createNativeQuery(String, String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createNativeQuery(String, String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
- createNavigablePath(SqmPath, String) - Method in interface org.hibernate.query.sqm.SqmJoinable
- createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
-
Create a NCLOB reference encapsulating the given character data.
- createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
-
Create a new
NClobfrom 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
NClobfrom content. - createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- createNewInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
-
Instantiate an empty collection of the type represented by this object.
- createNonDeletedRestriction(TableReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Create a SQL AST Predicate for restricting matches to non-deleted rows
- createNonDeletedRestriction(TableReference, SqlExpressionResolver) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Create a SQL AST Predicate for restricting matches to non-deleted rows
- createNonDeletedValueBinding(ColumnReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Create a ColumnValueBinding for non-deleted indicator.
- createOperation(MutatingTableReference) - Method in interface org.hibernate.persister.collection.mutation.OperationProducer
- createOperation(ValuesAnalysis, TableMutation) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- createOperationGroup(ValuesAnalysis, MutationGroup) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.CockroachDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.DB2Dialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.Dialect
-
Create a
MutationOperationfor a updating an optional table - createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.H2Dialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.HSQLDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.MariaDBDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.MySQLDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.OracleDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.PostgreSQLDialect
- createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.SQLServerDialect
- createOrReplaceConcatFunction(String) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
- createOrReplaceConcatFunction(String, int) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
- createParameterType() - Method in class org.hibernate.mapping.SimpleValue
- createPrimaryKey() - Method in class org.hibernate.mapping.Join
- createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
- createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- createProjection() - Method in interface org.hibernate.query.specification.SelectionSpecification
- createProjection(SingularAttribute) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Create a
SimpleProjectionSpecificationfor the given field. - createProjection(Path) - Method in interface org.hibernate.query.specification.SelectionSpecification
-
Create a
SimpleProjectionSpecificationfor the given compound path. - createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
-
Creates a foreign key constraint in the case that the foreign key of this association does not reference the primary key of the referenced table, but instead some other unique key.
- createProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Create a new proxy instance
- createQuery() - Method in interface org.hibernate.envers.AuditReader
-
Creates an audit query
- createQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createQuery() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
- createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.
- createQuery(CriteriaDelete) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(CriteriaDelete) - Method in interface org.hibernate.Session
-
Deprecated.
- createQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(CriteriaQuery) - Method in interface org.hibernate.query.QueryProducer
-
Create a
Queryfor the given JPACriteriaQuery. - createQuery(CriteriaQuery) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(CriteriaQuery) - Method in interface org.hibernate.Session
- createQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(CriteriaSelect) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(CriteriaSelect) - Method in interface org.hibernate.engine.spi.SessionImplementor
- createQuery(CriteriaSelect) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
-
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.ProjectionSpecification
- createQuery(EntityManager) - Method in interface org.hibernate.query.specification.QuerySpecification
-
Finalize the building and create executable query instance.
- createQuery(EntityManager) - Method in interface org.hibernate.query.specification.SelectionSpecification
- createQuery(EntityManager) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
- createQuery(TypedQueryReference) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(TypedQueryReference) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(TypedQueryReference) - Method in interface org.hibernate.query.QueryProducer
-
Create a typed
Queryinstance for the given typed query reference. - createQuery(TypedQueryReference) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(TypedQueryReference) - Method in interface org.hibernate.Session
- createQuery(TypedQueryReference) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createQuery(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createQuery(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
-
Deprecated.
- createQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
Deprecated.The overloaded form
QueryProducer.createQuery(String, Class)which takes a result type is strongly recommended in preference to this method, since it returns a typedQueryobject, and because it is able to use the given result type to infer theselectlist, and even sometimes thefromclause. 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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
-
Create a typed
Queryinstance for the given HQL query string and given query result type. - createQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
Deprecated.
- createQuery(String, Class) - Method in interface org.hibernate.Session
- createQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createQuery(String, Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Transform the given HQL
selectquery to an equivalent criteria query. - createQuery(String, Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createQuery(String, Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
- createQuery(Session) - Method in interface org.hibernate.query.specification.MutationSpecification
-
Finalize the building and create the MutationQuery instance.
- createQuery(Session) - Method in interface org.hibernate.query.specification.ProjectionSpecification
- createQuery(Session) - Method in interface org.hibernate.query.specification.QuerySpecification
-
Finalize the building and create executable query instance.
- createQuery(Session) - Method in interface org.hibernate.query.specification.SelectionSpecification
- createQuery(Session) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
- createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.MutationSpecification
-
Finalize the building and create the MutationQuery instance.
- createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.ProjectionSpecification
- createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.QuerySpecification
-
Finalize the building and create executable query instance.
- createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.SelectionSpecification
- createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
- createQueryPlan(NativeSelectQueryDefinition, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Creates a new query plan for the passed native query definition
- createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
- createReadSource(InputStream) - Static method in class org.hibernate.dialect.OracleOsonJacksonHelper
- createRegistrationHandler(BatchFetchQueue, SelectStatement, TableGroup, JdbcParametersList, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
- createRegistrationHandler(BatchFetchQueue, SelectStatement, JdbcParametersList, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
- createResultAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
- createResultAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
- createResultAssembler(InitializerParent, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.DomainResult
-
Create an assembler (and any initializers) for this result.
- createResultAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
- createRootGraph(SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.RootTableGroupProducer
-
Create a root TableGroup as defined by this producer
- createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
-
Create the "join", but return a TableGroup.
- createRowMatchingPredicate(TableGroup, String, String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- createSelectablePath(String) - Method in class org.hibernate.mapping.BasicValue
- createSelectionQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createSelectionQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createSelectionQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createSelectionQuery(CriteriaQuery) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQueryreference 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 typedSelectionQueryobject, and because it is able to use the given result type to infer theselectlist, and even sometimes thefromclause. - createSelectionQuery(String, EntityGraph) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createSelectionQuery(String, EntityGraph) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createSelectionQuery(String, EntityGraph) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createSelectionQuery(String, EntityGraph) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQueryinstance for the given HQL query string and givenEntityGraph, which is interpreted as a load graph. - createSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createSelectionQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
-
Create a
SelectionQueryinstance for the given HQL query string and given query result type. - createSelectionQuery(QueryProducer) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- createSelectTranslator(SqmSelectStatement, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
- createSelectTranslator(SqmSelectStatement, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
- createSequence(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
- createSeriesCte(int, SqmToSqlAstConverter) - Static method in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
- createSeriesCte(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
- createSeriesCte(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.HANAGenerateSeriesFunction.HANAGenerateSeriesQueryTransformer
- createSessionFactoryBuilder(MetadataImpl, BootstrapContext) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderService
- createSetInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
- createSingleKeyCollectionLoader(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
For Hibernate Reactive
- createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
- createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.DatabaseSnapshotContributor
-
Create a DomainResult to be used when selecting snapshots from the database.
- createSoftDeleteAssignment(TableReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
-
Create a SQL AST Assignment for setting the soft-delete column to its indicated "deleted" value
- createSqlAliasBase(String) - Method in interface org.hibernate.sql.ast.spi.SqlAliasBaseGenerator
-
Generate the SqlAliasBase based on the given stem.
- createSqlAliasBase(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseManager
- createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlSelectionProducer
-
Create a SqlSelection for the given JDBC ResultSet position
- createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
- createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- createSqmJoin(SqmFrom, SqmJoinType, String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.SqmJoinable
- createSqmPath(SqmPath, SqmPathSource) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Create an SQM path for this source relative to the given left hand side
- createSqmPath(SqmPath, SqmPathSource) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
- createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
-
Create a statement.
- createStatement(ExecutionContext, String) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor.StatementCreator
- createStatementTable(String, SqmCteStatement, SqmSelectQuery) - Static method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
-
Create a
ProcedureCallto 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
ProcedureCallto 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
ProcedureCallto 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
ProcedureCallto 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
ProcedureCallto 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
ProcedureCallto a stored procedure with the given result set entity mappings. - createSubSelectLoader(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- createTable(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
-
Creates a mapping Table instance.
- createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
-
Create a TableGroupJoin.
- createTableMutationBuilder(Expectation, SessionFactoryImplementor) - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
-
Create a
TableMutationBuilderinstance 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
UniqueDelegatewhich includes the unique constraint in thecreate tablestatement, except when called during schema migration. - CreateTableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.CreateTableUniqueDelegate
- createTargetDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Create a DomainResult for the target-side of the fk The table group must be the one containing the target
- createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
- createTransactionContext(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
- createTransactionContext(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
- createTupleQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- createTupleQuery() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createTupleQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
- createTupleType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- createTupleType() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- createTypeDescriptor(Class, Supplier, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
- createTypeDescriptor(Type, Supplier, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
- createUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
- createUniqueKey(List, MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
-
If there is one given column, mark it unique, otherwise create a
UniqueKeycomprising the given columns. - createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.Collection
- createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.ManyToOne
- createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.OneToMany
- createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.OneToOne
- createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.SimpleValue
- createUniqueKey(MetadataBuildingContext) - Method in interface org.hibernate.mapping.Value
- createUniqueKey(Column, MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
-
Mark the given column unique and assign a name to the unique key.
- createUpdateDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- createUserDefinedArrayType(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
-
Creates a mapping UDT instance.
- createUserDefinedType(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
-
Creates a mapping UDT instance.
- createUserTypeBean(String, Class, Map, BootstrapContext, boolean) - Static method in class org.hibernate.mapping.MappingHelper
- createValueBinding(String, SelectableMapping, MutatingTableReference, ParameterUsage, Consumer) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
- createValueBinding(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- createValueBinding(String, SelectableMapping, ParameterUsage) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
- createValueBinding(SelectableMapping, String) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
- createVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.MySQLDialect
-
Deprecated.
- createVersion(DialectResolutionInfo, DatabaseVersion) - Static method in class org.hibernate.dialect.MySQLDialect
- createWindow() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an empty
JpaWindowto use with window and aggregate functions. - createWindow() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- createWriteTarget(OutputStream) - Static method in class org.hibernate.dialect.OracleOsonJacksonHelper
- creatingFetchProfile(String) - Method in interface org.hibernate.boot.BootLogging
- creatingHiLoOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
- creatingLegacyHiLoOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
- creatingPooledLoOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
- creatingPooledOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
- CREATION_TIMESTAMP - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- CreationTimestamp - Annotation Interface in org.hibernate.annotations
-
Specifies that the annotated field of property is a generated creation timestamp.
- CRITERIA - Enum constant in enum class org.hibernate.query.sqm.SqmQuerySource
-
The SQM tree was built via the criteria query API.
- CRITERIA_COPY_TREE - Static variable in interface org.hibernate.cfg.QuerySettings
-
When enabled, specifies that queries created via
EntityManager.createQuery(CriteriaQuery),EntityManager.createQuery(CriteriaUpdate)orEntityManager.createQuery(CriteriaDelete)must create a copy of the passed criteria query object such that the resultingQueryobject 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
HibernateCriteriaBuilderwith 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) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManagerFactory, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManagerFactory, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManagerFactory, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManager, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManager, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(EntityManager, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(CriteriaDefinition, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
-
Construct a new
CriteriaDefinitionbased on the givenCriteriaDefinition. - CriteriaDefinition(CriteriaDefinition) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
-
Construct a new
CriteriaDefinitionbased on the givenCriteriaDefinition, with the same query return type. - CriteriaDefinition(SessionFactory, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SessionFactory, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SessionFactory, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SharedSessionContract, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SharedSessionContract, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- CriteriaDefinition(SharedSessionContract, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
- Criteria queries - Section in package org.hibernate.query.sqm
- CROSS - Enum constant in enum class org.hibernate.query.common.JoinType
- CROSS - Enum constant in enum class org.hibernate.query.sqm.tree.SqmJoinType
-
Represents a cross join (aka a cartesian product).
- CROSS - Enum constant in enum class org.hibernate.sql.ast.SqlAstJoinType
-
Represents a cross join (that is, a Cartesian product).
- crosses - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The crosses function, cfr.
- crosses(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially crosses" constraint.
- crosses(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially crosses" constraint.
- crosses(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially crosses" constraint.
- crosses(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially crosses" constraint.
- crosses(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially crosses" constraint.
- crosses(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially crosses" constraint.
- CROSSES - Static variable in interface org.hibernate.spatial.SpatialRelation
-
Deprecated.The geometries cross
- crossJoin(Class) - Method in interface org.hibernate.query.criteria.JpaFrom
- crossJoin(Class) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- crossJoin(Class) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- crossJoin(EntityDomainType) - Method in interface org.hibernate.query.criteria.JpaFrom
- crossJoin(EntityDomainType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- crossJoin(EntityDomainType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
- CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
-
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
- CRS_LOADING_INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAGeometryType
- 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, CteColumn, List, CteColumn, CteColumn, Literal, Literal) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
- CteTable - Class in org.hibernate.sql.ast.tree.cte
-
Describes the table definition for the CTE - its name amd its columns
- CteTable(String, List) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
- CteTable(String, CteTupleTableGroupProducer) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
- CteTableGroup - Class in org.hibernate.sql.ast.tree.cte
-
Wraps a
NamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST - CteTableGroup(boolean, NavigablePath, SqlAliasBase, ModelPartContainer, NamedTableReference, Set) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
- CteTableGroup(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
- CUBE - 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_distwindow 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
Currencyhandling. - 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
CurrentSessionContextfor 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
- currentLevelAliases - Variable in class org.hibernate.sql.ast.spi.NestedCorrelationChecker
- currentLocalTime() - Method in class org.hibernate.dialect.Dialect
-
Translation of the HQL
local_timefunction, which maps to the Java typeLocalTimewhich 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_datetimefunction, which maps to the Java typeLocalDateTimewhich 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
Sessionassociated 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
SessionFactorythat is responsible for resolving the current tenant identifier. - currentTime() - Method in class org.hibernate.dialect.Dialect
-
Translation of the HQL/JPQL
current_timefunction, which maps to the Java typeTimewhich 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_timestampfunction, which maps to the Java typeTimestampwhich 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 = VMindicates that the virtual machine current instant is used, andsource = DBindicates that the databasecurrent_timestampfunction should be used. - currentTimestampRetrievedFromDatabase(Object, int, long) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.Dialect
-
Translation of the HQL
offset_datetimefunction, which maps to the Java typeOffsetDateTimewhich 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
ImplicitDiscriminatorStrategyimplementation specified byAnyDiscriminatorImplicitValues.implementation() - CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Setting to identify a
CustomEntityDirtinessStrategyto use. - CustomCollectionType - Class in org.hibernate.type
-
A custom type for mapping user-written classes that implement
PersistentCollection - CustomCollectionType(ManagedBean, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
- CustomEntityDirtinessStrategy - Interface in org.hibernate
-
During a flush cycle, Hibernate needs to determine which of the entities associated with a
Sessionare dirty, meaning modified. - CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
-
Responsible for identifying when attributes are dirty.
- CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
-
Provides
CustomEntityDirtinessStrategy.AttributeCheckerwith 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
CustomSqlrecord class. - customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- CustomSqlDetails - Interface in org.hibernate.boot.models.annotations.spi
-
Commonality for annotations which define custom insert, update and delete SQL
- customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- CustomSqlMutation<O> - Interface in org.hibernate.sql.model.ast
- customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- CustomType<J> - Class in org.hibernate.type
- CustomType(UserType, String[], TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
- CustomType(UserType, TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
- Custom types - Section in package org.hibernate.type
- CustomVersionOneStrategy - Class in org.hibernate.id.uuid
-
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.
- CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
- cycle(String, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycle(String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycle(String, X, X, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycle(String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycleUsing(String, String, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycleUsing(String, String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycleUsing(String, String, X, X, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
- cycleUsing(String, String, X, X, List) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- cycleUsing(String, String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
D
- DATA - Enum constant in enum class org.hibernate.jpa.CachingType
-
Caching is done related to entity, collection and natural-id data
- database() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
- Database - Class in org.hibernate.boot.model.relational
- Database - Enum Class in org.hibernate.dialect
-
A list of relational database systems for which Hibernate can resolve a
Dialect. - Database(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.relational.Database
- Database(MetadataBuildingOptions, JdbcEnvironment) - Constructor for class org.hibernate.boot.model.relational.Database
- DATABASE - Enum constant in enum class org.hibernate.tool.schema.TargetType
-
Export to the database.
- databaseAction() - Method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Returns the value of the
databaseActionrecord component. - DatabaseConnectionInfo - Interface in org.hibernate.engine.jdbc.connections.spi
-
Contract used for logging "database information" on bootstrap
- DatabaseIdentifier - Class in org.hibernate.boot.model.naming
-
Models an identifier (name), retrieved from the database.
- DatabaseIdentifier(String) - Constructor for class org.hibernate.boot.model.naming.DatabaseIdentifier
-
Constructs a database identifier instance.
- DatabaseInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
- DatabaseMetaDataDialectResolutionInfoAdapter - Class in org.hibernate.engine.jdbc.dialect.spi
-
An implementation of
DialectResolutionInfothat 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.
- DatabaseObjectRegistration - Record Class in org.hibernate.boot.models.spi
-
Models an auxiliary database object in the boot mapping model
- DatabaseObjectRegistration(String, String, String, List) - Constructor for record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
-
Creates an instance of a
DatabaseObjectRegistrationrecord class. - DatabaseSnapshotContributor - Interface in org.hibernate.sql.results.graph
-
Contract for model-parts which contribute to their container's state array for database snapshots
- DatabaseStructure - Interface in org.hibernate.id.enhanced
-
Encapsulates definition of the underlying data structure backing a sequence-style generator.
- DatabaseVersion - Interface in org.hibernate.dialect
-
Details about the underlying database, as understood by a Dialect.
- DataException - Exception Class in org.hibernate.exception
-
A
JDBCExceptionindicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality. - DataException(String, SQLException) - Constructor for exception class org.hibernate.exception.DataException
-
Constructor for DataException.
- DataException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.DataException
-
Constructor for DataException.
- DataHelper - Class in org.hibernate.type.descriptor.java
-
A helper for dealing with
BLOBandCLOBdata - 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
MultiTenantConnectionProvidercontract 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
Datehandling. - 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
DATEhandling. - DateJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DateJdbcType
- DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
- DateMutabilityPlan(TemporalType) - Constructor for class org.hibernate.type.descriptor.java.DateJavaType.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
- DateTimeFormatter - Class in org.hibernate.envers
-
Utility class that provides access to a
DateFormatinstance. - 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) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Extracts the
TemporalUnit.DAYof a date, time, or datetime expression. - day(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- DAY - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
Day, defined to mean 24 hours when it occurs as a unit of duration, or to mean the calendar day of the month when passed to
extract(). - DAY_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_DEFAULT_SRID - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
-
SRID to use for the DB2 Spatial Dialects.
- DB2_LUW_VERSION - Static variable in class org.hibernate.dialect.DB2iDialect
- DB2_LUW_VERSION - Static variable in class org.hibernate.dialect.DB2zDialect
- DB2AggregateSupport - Class in org.hibernate.dialect.aggregate
- DB2AggregateSupport(boolean) - Constructor for class org.hibernate.dialect.aggregate.DB2AggregateSupport
- DB2Dialect - Class in org.hibernate.dialect
-
A SQL dialect for Db2 for LUW (Linux, Unix, and Windows) version 11.1 and above.
- DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
- DB2Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2Dialect
- DB2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2Dialect
- DB2FormatEmulation - Class in org.hibernate.dialect.function
-
DB2's varchar_format() can't handle quoted literal strings in the format pattern.
- DB2FormatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2FormatEmulation
- DB2GeometryType - Class in org.hibernate.spatial.dialect.db2
-
Type Descriptor for the DB2 Geometry type (as Clob)
- DB2GeometryType(Integer) - Constructor for class org.hibernate.spatial.dialect.db2.DB2GeometryType
- DB2GetObjectExtractor<T> - Class in org.hibernate.dialect
-
Variant of the
GetObjectExtractorthat catches aNullPointerException, because the DB2 JDBC driver runs into that exception when trying to access anullvalue with thegetObject(int, Class)andgetObject(String, Class)methods. - DB2GetObjectExtractor(JavaType, JavaTimeJdbcType, Class) - Constructor for class org.hibernate.dialect.DB2GetObjectExtractor
- DB2GlobalTemporaryTableStrategy - Class in org.hibernate.dialect.temptable
-
DB2 specific global temporary table strategy.
- DB2GlobalTemporaryTableStrategy() - Constructor for class org.hibernate.dialect.temptable.DB2GlobalTemporaryTableStrategy
- DB2IdentityColumnSupport - Class in org.hibernate.dialect.identity
- DB2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2IdentityColumnSupport
- DB2iDialect - Class in org.hibernate.dialect
-
A SQL dialect for DB2 for IBM i version 7.2 and above, previously known as "DB2/400".
- DB2iDialect() - Constructor for class org.hibernate.dialect.DB2iDialect
- DB2iDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2iDialect
- DB2iDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2iDialect
- DB2iSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
DB2iDialect. - DB2iSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2iSequenceSupport
- DB2iSqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for DB2i.
- DB2iSqlAstTranslator(SessionFactoryImplementor, Statement, DatabaseVersion) - Constructor for class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
- DB2JsonArrayAggFunction - Class in org.hibernate.dialect.function.json
-
DB2 json_arrayagg function.
- DB2JsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonArrayAggFunction
- DB2JsonArrayFunction - Class in org.hibernate.dialect.function.json
-
DB2 json_array function.
- DB2JsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonArrayFunction
- DB2JsonObjectAggFunction - Class in org.hibernate.dialect.function.json
-
DB2 json_objectagg function.
- DB2JsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonObjectAggFunction
- DB2JsonObjectFunction - Class in org.hibernate.dialect.function.json
-
DB2 json_object function.
- DB2JsonObjectFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonObjectFunction
- DB2JsonTableFunction - Class in org.hibernate.dialect.function.json
-
DB2 json_table function.
- DB2JsonTableFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonTableFunction
- DB2JsonTableFunction.SeriesQueryTransformer - Class in org.hibernate.dialect.function.json
- DB2JsonValueFunction - Class in org.hibernate.dialect.function.json
-
DB2 json_value function.
- DB2JsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonValueFunction
- DB2LimitHandler - Class in org.hibernate.dialect.pagination
-
A
LimitHandlerfor DB2 11.1 which supports the ANSI SQL standard syntaxFETCH FIRST m ROWS ONLYandOFFSET n ROWS FETCH NEXT m ROWS ONLY, with the only wrinkle being that this clause comes after theFOR UPDATEand other similar clauses. - DB2LimitHandler() - Constructor for class org.hibernate.dialect.pagination.DB2LimitHandler
- DB2PositionFunction - Class in org.hibernate.dialect.function
-
DB2's position() function always requires a code unit before version 11.
- DB2PositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2PositionFunction
- DB2SequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
DB2Dialect. - DB2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2SequenceSupport
- DB2SpatialDialect - Class in org.hibernate.spatial.dialect.db2
- DB2SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
- DB2SqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for DB2.
- DB2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- DB2StructJdbcType - Class in org.hibernate.dialect.type
-
DB2 supports UDTs but not in JDBC, so there is a feature called "transforms", which allows to specify an automatic translation from one data type to another.
- DB2StructJdbcType(EmbeddableMappingType, String) - Constructor for class org.hibernate.dialect.type.DB2StructJdbcType
- DB2SubstringFunction - Class in org.hibernate.dialect.function
-
DB2's substring() function requires a code unit and substr() can't optionally take it, so we render substr() by default.
- DB2SubstringFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2SubstringFunction
- DB2SubstringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2SubstringFunction
- DB2UnnestFunction - Class in org.hibernate.dialect.function.array
-
DB2 unnest function.
- DB2UnnestFunction(int) - Constructor for class org.hibernate.dialect.function.array.DB2UnnestFunction
- DB2XmlTableFunction - Class in org.hibernate.dialect.function.xml
-
DB2 xmltable function.
- DB2XmlTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.DB2XmlTableFunction
- DB2zDialect - Class in org.hibernate.dialect
-
A SQL dialect for DB2 for z/OS version 12.1 and above, previously known as: "Db2 UDB for z/OS", and "Db2 UDB for z/OS and OS/390".
- DB2zDialect() - Constructor for class org.hibernate.dialect.DB2zDialect
- DB2zDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2zDialect
- DB2zDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2zDialect
- DB2zIdentityColumnSupport - Class in org.hibernate.dialect.identity
- DB2zIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
- DB2zSequenceSupport - Class in org.hibernate.dialect.sequence
-
Sequence support for
DB2zDialect. - DB2zSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2zSequenceSupport
- DB2zSqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
-
A SQL AST translator for DB2z.
- DB2zSqlAstTranslator(SessionFactoryImplementor, Statement, DatabaseVersion) - Constructor for class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
- DDL - Enum constant in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
- DDL - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
- DdlTransactionIsolator - Interface in org.hibernate.resource.transaction.spi
-
Provides access to a
Connectionthat 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 codesto instances of theDdlTypeinterface. - DdlTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
- deAssociatedCopy() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociationMarkers
- DEBUG_ENABLED - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
- DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
- DECIMAL - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
DECIMAL. - DecimalJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
DECIMALhandling. - DecimalJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
- declaredAttributeMappings - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
- declaredGenericAttributeMappings - 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
trueif the provided embeddable class contains the specified attribute mapping,falseotherwise. - decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
Similar to
ModelPart.breakDownJdbcValues(Object,int,Object,Object,JdbcValueBiConsumer,SharedSessionContractImplementor), but this method is supposed to be used for decomposing values for assignment expressions. - decompose(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
-
A short hand form of
ModelPart.decompose(Object,int,Object,Object,JdbcValueBiConsumer,SharedSessionContractImplementor), that passes0as offset and null for the two valuesXandY. - decomposeAttribute(Object, SharedSessionContractImplementor, JdbcValueBindings, AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- decomposeForInsert(MutationExecutor, Object, Object[], MutationOperationGroup, boolean[], TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- decomposeForUpdate(Object, Object, Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, MutationExecutor, MutationOperationGroup, UpdateCoordinatorStandard.DirtinessChecker, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- decrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Equivalent to a -- operation
- decrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Called after cascading
- decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.SoftLockImpl) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
- deduceAliasInjectionPoints() - Element in annotation interface org.hibernate.annotations.Filter
-
Determines how tables aliases are interpolated into the
Filter.condition()SQL expression. - deduceAliasInjectionPoints() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
-
Determines how tables aliases are interpolated into the
FilterJoinTable.condition()SQL expression. - deepCopy() - Method in class org.hibernate.envers.boot.model.BasicAttribute
- deepCopy() - Method in interface org.hibernate.envers.boot.model.Cloneable
-
Creates a new, deep-copied instance of this object
- deepCopy() - Method in class org.hibernate.envers.boot.model.Column
- deepCopy() - Method in class org.hibernate.envers.boot.model.Key
- deepCopy() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
- deepCopy() - Method in class org.hibernate.envers.boot.model.SetAttribute
- deepCopy() - Method in class org.hibernate.envers.boot.model.TypeSpecification
- deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
Return a deep copy of the value.
- deepCopy(J) - Method in interface org.hibernate.usertype.CompositeUserType
-
Return a deep copy of the persistent state, stopping at entities and at collections.
- deepCopy(J) - Method in interface org.hibernate.usertype.UserType
-
Return a clone of the given instance of the Java class mapped by this custom type.
- deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Return a deep copy of the persistent state, stopping at entities and at collections.
- deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
- deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
- deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.Immutability
- deepCopy(Object[], Type[], boolean[], Object[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
-
Deep copy a series of values from one array to another...
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
Deprecated.
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.BasicArrayType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
- deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
- deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
- deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
- deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
- deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
- deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
- deepCopy(T) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- deepCopy(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
- deepCopyNotNull(Time) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
- deepCopyNotNull(Timestamp) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
- 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(S) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
- deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
Deprecated.
- deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
- deepCopyNotNull(T[]) - Method in class org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCteJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
- deepEquals(SqmFrom) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
- deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
- DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The default "segment_column_name" value
- DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The default "segment_value_length" value
- DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The default "segment_value" value, unless
TableGenerator.CONFIG_PREFER_SEGMENT_PER_ENTITYis 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.NATIVEifDialect.getTimeZoneSupport()isTimeZoneSupport.NATIVE, otherwise uses theTimeZoneStorageType.NORMALIZE_UTCstrategy. - DEFAULT - Enum constant in enum class org.hibernate.boot.spi.AccessType
-
Default access strategy is property
- DEFAULT - Enum constant in enum class org.hibernate.envers.RelationTargetNotFoundAction
-
Specifies that exception handling should be based on the global system property:
EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG. - DEFAULT - Enum constant in enum class org.hibernate.FetchMode
-
Use the default fetching strategy specified by the mapping annotations.
- DEFAULT - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
-
The
JpaJsonValueNode.getEmptyDefault()value should be returned. - DEFAULT - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
-
The
JpaJsonValueNode.getErrorDefault()value should be returned. - DEFAULT - Enum constant in enum class org.hibernate.query.QueryFlushMode
- 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
CacheConcurrencyStrategyto use by default when an entity is marked@Cacheable, but no concurrency strategy is explicitly specified via theCacheannotation. - DEFAULT_CASCADE_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
- DEFAULT_CATALOG - Static variable in interface org.hibernate.cfg.MappingSettings
-
A default database catalog name to use for unqualified database object (table, sequence, ...) names
- DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Default name of the catalog containing audit tables.
- DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
The default resource name for a Hibernate configuration XML file.
- DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.EffectiveMappingDefaults
- DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
- DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
- DEFAULT_ID_GEN_STRATEGY - Static variable in class org.hibernate.mapping.SimpleValue
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.EffectiveMappingDefaults
- DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
- DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.IdentifierCollection
- DEFAULT_INCREMENT_SIZE - Static variable in interface org.hibernate.id.OptimizableGenerator
-
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
CollectionClassificationto use for a plural attribute typed asListwith 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 BYclause, 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_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Default name of the schema containing audit tables.
- DEFAULT_TENANT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.EffectiveMappingDefaults
- DEFAULT_TENANT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
- DEFAULT_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAME - Static variable in interface org.hibernate.cache.spi.RegionFactory
- DEFAULT_VALUE_SETTER - Static variable in class org.hibernate.persister.collection.mutation.RowMutationOperations
- DefaultAuditStrategy - Class in org.hibernate.envers.strategy
-
Deprecated.use
DefaultAuditStrategyinstead. - DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.DefaultAuditStrategy
-
Deprecated.
- defaultBasicArrayColumnName - Variable in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- defaultBatchFetchSize(int) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- defaultBatchFetchSize(int) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- defaultBatchFetchSize(int) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- defaultBatchFetchSize(int) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- defaultBatchFetchSize(int) - Method in interface org.hibernate.SessionBuilder
-
Specify the default batch fetch size for the session.
- defaultBatchFetchSize(int) - Method in interface org.hibernate.SharedSessionBuilder
- 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
defaultExpressionrecord component. - defaultExpression() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Returns the value of the
defaultExpressionrecord component. - defaultExpression(Expression) - Method in interface org.hibernate.query.criteria.JpaXmlTableColumnNode
-
Specifies the default value to use if resolving the XPath expression doesn't produce results.
- DefaultFetchProfile - Class in org.hibernate.engine.profile
- DefaultFetchProfile(MappingMetamodel) - Constructor for class org.hibernate.engine.profile.DefaultFetchProfile
- defaultIndexSelectionExpression - Variable in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
- defaultIndexSelectionExpression - Variable in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
- defaultOnEmpty(Expression) - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
- defaultOnEmpty(Expression) - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
-
Sets the
JpaJsonValueNode.EmptyBehavior.DEFAULTfor 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.DEFAULTfor this json value expression. - defaultOnError(Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- defaultOnError(Expression) - Static method in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
- DefaultRevisionEntity - Class in org.hibernate.envers
- DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
- defaultSchema(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
-
Configure a default schema name to be used for database objects (tables, sequences, etc) which do not explicitly specify one.
- defaultScrollMode() - Method in class org.hibernate.dialect.Dialect
-
A default
ScrollModeto be used byQuery.scroll(). - defaultScrollMode() - Method in class org.hibernate.dialect.HANADialect
- defaultScrollMode() - Method in class org.hibernate.dialect.SpannerDialect
- DefaultTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers
-
Extension of standard
DefaultRevisionEntitythat allows tracking entity names changed in each revision. - DefaultTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
- defaultValue(T) - Method in interface org.hibernate.query.criteria.JpaXmlTableColumnNode
-
Specifies the default value to use if resolving the XPath expression doesn't produce results.
- defaultValueColumnName - Variable in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
- definition() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
-
Returns the value of the
definitionrecord component. - degrees() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
- degrees(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an expression that converts an angle measured in radians to an approximately equivalent angle measured in degrees.
- degrees(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- degrees_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
For Oracle, HANA
- DEL - Enum constant in enum class org.hibernate.envers.RevisionType
-
Indicates that the entity was deleted (removed) at that revision.
- DELAY_CDI_ACCESS - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
-
Used in conjunction with "hibernate.resource.beans.container" when CDI is used.
- DELAY_ENTITY_LOADER_CREATIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.This setting no longer has any effect.
- DELAYED - Enum constant in enum class org.hibernate.engine.FetchTiming
-
Performing fetching later, when needed.
- DELAYED_ACQUISITION_AND_HOLD - Enum constant in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
The
Connectionwill 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
Connectionwill 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
Connectionwill 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
Connectionwill be acquired as soon as it is needed; it will be released before commit or rollback. - DelayedDropAction - Interface in org.hibernate.tool.schema.spi
-
Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling.
- DelayedDropRegistry - Interface in org.hibernate.tool.schema.spi
-
Callback to allow the built DelayedDropAction, if indicated, to be registered back with the SessionFactory (or the thing that will manage its later execution).
- DelayedDropRegistryNotAvailableImpl - Class in org.hibernate.tool.schema.spi
-
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.
- DelayedDropRegistryNotAvailableImpl() - Constructor for class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
- delegate - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- delegate - Variable in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
- delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
- delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
- delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
- delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
- delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
- delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
- delegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
Returns the delegate session.
- delegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- delegate() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
-
Returns the delegate session.
- delegateCallable(Callable, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
-
Invoke the given callable in isolation from current transaction.
- delegateWork(WorkExecutorVisitable, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
-
Perform the given work in isolation from current transaction.
- DelegatingJdbcTypeIndicators - Class in org.hibernate.type.descriptor.jdbc
- DelegatingJdbcTypeIndicators(JdbcTypeIndicators) - Constructor for class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
- DelegatingQueryOptions - Class in org.hibernate.query.spi
- DelegatingQueryOptions(QueryOptions) - Constructor for class org.hibernate.query.spi.DelegatingQueryOptions
- DelegatingSqmAliasedNodeCollector(SqlExpressionResolver) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
- DelegatingSqmSelectionQueryImplementor<R> - Class in org.hibernate.query.sqm.spi
- DelegatingSqmSelectionQueryImplementor() - Constructor for class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- DelegatingTableGroup - Class in org.hibernate.sql.ast.tree.from
- DelegatingTableGroup() - Constructor for class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
- delete(Object) - Method in interface org.hibernate.StatelessSession
-
Delete a record.
- delete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Deprecated, for removal: This API element is subject to removal in a future version.
- delete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- delete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.DeleteCoordinator
-
Delete a persistent instance.
- delete(String, Object) - Method in interface org.hibernate.StatelessSession
-
Delete a record.
- delete(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.event.spi.EventSource
-
Cascade delete an entity instance
- Delete - Class in org.hibernate.sql
-
A SQL
DELETEstatement. - 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
DeleteEventrepresents a delete operation applied to a single entity. - DeleteCoordinator - Interface in org.hibernate.persister.entity.mutation
-
Coordinates the deleting of an entity.
- DeleteCoordinatorSoft - Class in org.hibernate.persister.entity.mutation
-
DeleteCoordinator for soft-deletes
- DeleteCoordinatorSoft(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
- DeleteCoordinatorStandard - Class in org.hibernate.persister.entity.mutation
-
Coordinates standard deleting of an entity.
- DeleteCoordinatorStandard(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
- DELETED - Enum constant in enum class org.hibernate.annotations.SoftDeleteType
-
Tracks rows which are deleted.
- DELETED - Enum constant in enum class org.hibernate.engine.spi.Status
- deleteEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being deleted.
- DeleteEvent - Class in org.hibernate.event.spi
-
Event class for
Session.remove(Object). - DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
- DeleteEvent(String, Object, boolean, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
- DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
- DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
- DeleteEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of deletion events generated from a session.
- deleteExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.
- deleteMultiple(List) - Method in interface org.hibernate.StatelessSession
-
Delete multiple records in the same order as the entity instances representing the records occur in the given list.
- deleteOperationSql(int, String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- deleteOrphans() - Method in interface org.hibernate.engine.spi.CascadingAction
-
Does this action potentially extrapolate to orphan deletes?
- DeleteOrUpsertOperation - Class in org.hibernate.sql.model.jdbc
- DeleteOrUpsertOperation(EntityMutationTarget, EntityTableMapping, UpsertOperation, OptionalTableUpdate) - Constructor for class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- DeleteOrUpsertOperation(DeleteOrUpsertOperation) - Constructor for class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Delete the persistent state of any elements that were removed from the collection
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
-
Perform the deletions
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
- deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
- DeleteRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
-
Coordinates the deletion of entries removed from the collection - For collections with a collection-table, deletes rows from the collection table.
- DeleteRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
-
DeleteRowsCoordinator implementation for cases where deletion is not enabled
- DeleteRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
- DeleteRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
- DeleteRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
- DeleteRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
-
OneToMany delete coordinator if the element is a
UnionSubclassEntityPersister. - DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
- DeleteSpecification<T> - Interface in org.hibernate.query.specification
-
Specialization of
MutationSpecificationfor programmatic customization of delete queries. - DeleteStatement - Class in org.hibernate.sql.ast.tree.delete
- DeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DeleteStatement(CteContainer, NamedTableReference, MutationTarget, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DeleteStatement(NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DeleteStatement(NamedTableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- DeleteStatement(NamedTableReference, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
- deletingRemovedCollectionRows(String, Object) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributePath
- DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributeRole
- DELIMITER - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
- DELIMITER - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
- DELIMITER() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
- DenormalizedTable - Class in org.hibernate.mapping
- DenormalizedTable(String, Namespace, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
- DenormalizedTable(String, Namespace, Identifier, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
- DenormalizedTable(String, Namespace, Identifier, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
- denseRank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
dense_rankwindow function expression. - denseRank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- DependantBasicValue - Class in org.hibernate.mapping
- DependantBasicValue(MetadataBuildingContext, Table, BasicValue, boolean, boolean) - Constructor for class org.hibernate.mapping.DependantBasicValue
- DependantValue - Class in org.hibernate.mapping
-
A mapping model object representing a value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
- DependantValue(MetadataBuildingContext, Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
- dependsOnParameterBindings() - Method in interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
-
Signals that the SQL depends on the parameter bindings e.g.
- dependsOnParameterBindings() - Method in interface org.hibernate.sql.exec.spi.CacheableJdbcOperation
-
Signals that the SQL depends on the parameter bindings - e.g., due to the need for inlining of parameter values or multiValued parameters.
- DEPTH_FIRST - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
-
Use depth first for a recursive CTE.
- deregister(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.spi.LoadContexts
- deRegisterChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
-
When a registry is created with a parent, the parent is notified of the child via this callback.
- DERIVED - Enum constant in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
- DerivedTableReference - Class in org.hibernate.sql.ast.tree.from
- DerivedTableReference(String, List, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.DerivedTableReference
- DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of a derived value (formula).
- desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Sort the results by the property in descending order
- desc(int) - Static method in interface org.hibernate.query.Order
-
An order where the result set is sorted by the select item in the given position with larger values first.
- desc(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- desc(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- desc(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- desc(Expression, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create an ordering by the descending value of the expression.
- desc(Expression, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- desc(Expression, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- desc(SingularAttribute) - Static method in interface org.hibernate.query.Order
-
An order where an entity is sorted by the given attribute, with larger values first.
- desc(Class, String) - Static method in interface org.hibernate.query.Order
-
An order where an entity of the given class is sorted by the attribute with the given name, with larger values first.
- desc(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering by the descending value of the CTE attribute.
- desc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- desc(JpaCteCriteriaAttribute, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a search ordering by the descending value of the CTE attribute.
- desc(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- DESC - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- DESC - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
- DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- DESCENDING - Enum constant in enum class org.hibernate.query.SortDirection
- description() - Method in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
- DescriptiveJsonGeneratingVisitor - Class in org.hibernate.type.descriptor.jdbc.spi
-
Extension of
JsonHelperthat can be used to generate descriptive JSON output, that is more appropriate for representing complex data structures for displaying purposes. - DescriptiveJsonGeneratingVisitor() - Constructor for class org.hibernate.type.descriptor.jdbc.spi.DescriptiveJsonGeneratingVisitor
- descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
- descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
- descriptor() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
- descriptorClass() - Element in annotation interface org.hibernate.annotations.JavaTypeRegistration
- deserialize(ObjectInputStream, SessionFactoryImplementor) - Static method in class org.hibernate.engine.spi.EntityKey
-
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
- deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionEntry
-
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
- deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionKey
-
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
- deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
-
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
- deserialize(ObjectInputStream, EventSource) - Static method in class org.hibernate.engine.spi.ActionQueue
-
Used by the owning session to explicitly control deserialization of the action queue.
- deserialize(EmbeddableMappingType, JsonDocumentReader, boolean, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
-
Deserialize a JSON value to Java Object
- deserializeArray(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
- deserializeProxy(SerializableProxy) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
- destroy() - Method in interface org.hibernate.cache.spi.QueryResultsCache
- destroy() - Method in interface org.hibernate.cache.spi.Region
-
The "end state" contract of the region's lifecycle.
- destroy() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
- destroy() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
- destroy() - Method in interface org.hibernate.cache.spi.support.AbstractDomainDataRegion.Destructible
- destroy() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
- destroy() - Method in interface org.hibernate.cache.spi.TimestampsCache
- destroy() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
-
Release resources
- destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Destroy a service registry.
- destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Destroy a service registry.
- destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
-
Convert the previous structured form of the item back into its item form.
- destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
- destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
- destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
- destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
- detach(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- detach(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- detach(Object) - Method in interface org.hibernate.Session
-
Remove this instance from the session cache.
- DETACH - Enum constant in enum class org.hibernate.annotations.CascadeType
-
Deprecated.Equivalent to
CascadeType.DETACH. - DetachedObjectException - Exception Class in org.hibernate
-
Thrown if a detached instance of an entity class is passed to a
Sessionmethod that expects a managed instance. - DetachedObjectException(String) - Constructor for exception class org.hibernate.DetachedObjectException
- detachEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Remove the
EntityHolderand 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
-
Deprecated.When the argument is null, this method returns a globally-unique alias which introduces a temporal dependence in the query interpretation process, leading to misses on the query interpretation cache.
- determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the column name related to the discriminator portion of an
Anymapping 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
Anymapping when no explicit join column name is given usingJoinColumn.name(). - determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the column name when it is not explicitly specified using
Column.name(). - determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
JPA states we should use the following as default: The property or field name That is, the unqualified attribute path.
- determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
- determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
-
Return the select expression fragment, if any, that generates the identifier values.
- determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
- determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the name of a collection join table given the source naming information, when a name is not explicitly given.
- determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
JPA states we should use the following as default: The concatenation of the name of the containing entity and the name of the collection attribute, separated by an underscore. That is, if owning entity has a JPA entity name:
- determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
- determineCollectionTags(BasicPluralJavaType, SessionFactoryImplementor) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
- determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
- determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
- determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.DB2JsonTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.OracleJsonTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.DB2XmlTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.OracleXmlTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
- determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- determineColumnType(CastTarget, TypeConfiguration) - Static method in class org.hibernate.dialect.function.json.JsonTableFunction
- determineColumnType(CastTarget, TypeConfiguration) - Static method in class org.hibernate.dialect.function.xml.XmlTableFunction
- determineCyclePathColumnName(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineDatabaseVersion(String) - Static method in class org.hibernate.dialect.HANAServerConfiguration
- determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.CockroachDialect
- determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.DB2Dialect
- determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.Dialect
-
Determine the database version, as precise as possible and using Dialect-specific techniques, from a
DialectResolutionInfoobject. - determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.H2Dialect
- determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.HANADialect
- determineDatabaseVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.HANAServerConfiguration
- determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.SQLServerDialect
- determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.SybaseASEDialect
- determineDefaultLockMode(String, LockMode) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
- determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Used in the cases where
TableGenerator.determineSegmentValue(Properties)is unable to determine the value to use. - determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the discriminator column name for the given entity when it is not explicitly specified using
DiscriminatorColumn.name(). - determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineEffectiveLockMode(String) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
- 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(Integer) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
-
For the given JDBC type, determine the JDBC recommended Java type.
- determineJdbcTypeCodeForJavaClass(Class) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
-
For the given Java type, determine the JDBC recommended JDBC type.
- determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the join column name when it is not explicitly specified using
JoinColumn.name(). - determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
JPA states we should use the following as default: If there is a "referencing relationship property": The concatenation of the following: the name of the referencing relationship property or field of the referencing entity or embeddable class;
_; the name of the referenced primary key column. If there is no such "referencing relationship property", or if the association is an element collection: The concatenation of the following: the name of the entity;_; the name of the referenced primary key column - determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
- determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the name of an association join table given the source naming information, when a name is not explicitly given.
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
JPA states we should use the following as default: The concatenated names of the two associated primary entity tables (owning side first), separated by an underscore. That is:
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
- determineJpaDbActionSetting(Map, String, Action) - Static method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Exposed for tests
- determineJpaScriptActionSetting(Map, String, Action) - Static method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Exposed for tests
- determineKind(DialectResolutionInfo) - Static method in enum class org.hibernate.dialect.PostgreSQLDriverKind
- determineKind(DialectResolutionInfo) - Static method in enum class org.hibernate.dialect.SybaseDriverKind
- determineLateralEmulationPredicate(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the list index column name when it is not explicitly specified using
OrderColumn.name(). - determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineLoaderToUse(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- determineLoaderToUse(SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- determineLockHint(LockMode) - Static method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- determineLockHint(LockMode, int) - Static method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- determineLockHint(LockMode, int) - Static method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
- determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
- determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
- determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
- determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
- determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineLogicalName(String, NamingStrategyHelper) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
-
Determine the logical name give a (potentially
null/empty) explicit name. - determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the map key column name when it is not explicitly specified using
MapKeyColumn.name(). - determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineMutabilityPlan(Class, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
- determineMutabilityPlan(Type, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
- determineNumberOfResultElements(int) - Method in interface org.hibernate.sql.results.spi.RowTransformer
-
How many result elements will this transformation produce?
- determineOptimalBatchLoadSize(int, int, boolean) - Method in interface org.hibernate.loader.ast.spi.MultiKeyLoadSizingStrategy
-
Determine the optimal batch size (number of key values) to load at a time.
- determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Determine the optimizer to use.
- determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the primary key join column name when it is not explicitly specified using
PrimaryKeyJoinColumn.name(). - determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
JPA states we should use the following as default: the same name as the primary key column [of the referenced table]
- determinePrimaryTableName(ImplicitEntityNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the implicit name of an entity's primary table.
- determinePrimaryTableName(ImplicitEntityNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineRemainingTransactionTimeOutPeriod() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Calculate the amount of time, in seconds, still remaining before transaction timeout occurs.
- determineResultType(SqmToSqlAstConverter, TypeConfiguration) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
- determineResultType(SqmToSqlAstConverter, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
- determineRootTableGroupLockMode(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Determine the name of the column used to indicate the segment for each row.
- determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Determine the size of the
segment column - determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Determine the segment value corresponding to this generator instance.
- determineSequenceName(Properties, JdbcEnvironment, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Determine the name of the sequence (or table if this resolves to a physical table) to use.
- determineSequenceName(Identifier, Identifier, Map, ServiceRegistry) - Method in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
-
Determine the implicit name for an identifier-generator sequence
- determineSequenceName(Identifier, Identifier, Map, ServiceRegistry) - Method in class org.hibernate.id.enhanced.LegacyNamingStrategy
- determineSequenceName(Identifier, Identifier, Map, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SingleNamingStrategy
- determineSequenceName(Identifier, Identifier, Map, ServiceRegistry) - Method in class org.hibernate.id.enhanced.StandardNamingStrategy
- determineSql(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
- determineSqlJoinType(TableGroup, SqlAstJoinType, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
- determineTableName(Identifier, Identifier, Map, ServiceRegistry) - Method in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
-
Determine the implicit name for an identifier-generator table
- determineTableName(Identifier, Identifier, Map, ServiceRegistry) - Method in class org.hibernate.id.enhanced.LegacyNamingStrategy
- determineTableName(Identifier, Identifier, Map, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SingleNamingStrategy
- determineTableName(Identifier, Identifier, Map, ServiceRegistry) - Method in class org.hibernate.id.enhanced.StandardNamingStrategy
- determineTableName(Table) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- determineTableName(Table) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the implicit name of the tenant identifier column belonging to a given entity when it is not explicitly specified using
Column.name(). - determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineType(String, Class) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
- determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
-
Determine the unique key name when it is not explicitly specified using
UniqueConstraint.name(). - determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
- determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Determine the name of the column used to store the generator value in the database.
- determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
-
Determine the name of the column in which we will store the generator persistent value.
- determineValueMapping(SqmExpression) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- determineValueMapping(SqmExpression) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
- determineValueMapping(SqmExpression) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
- determineValueMapping(SqmParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement, String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- determinFullDatabaseVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.DB2Dialect
- DiagnosticEvent - Interface in org.hibernate.event.monitor.spi
-
An event which may be collected by the
EventMonitor. - dialect - Variable in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
- dialect - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
-
The
Dialectin which this override applies. - dialect() - Element in annotation interface org.hibernate.annotations.processing.CheckHQL
-
A Hibernate dialect to use.
- dialect() - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- dialect() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
- dialect() - Method in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
- dialect() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
- dialect(Class) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
- Dialect - Class in org.hibernate.dialect
-
Represents a dialect of SQL implemented by a particular RDBMS.
- Dialect() - Constructor for class org.hibernate.dialect.Dialect
-
Deprecated.provide a
DatabaseVersion - Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.Dialect
- Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.Dialect
- DIALECT - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Specifies the Hibernate SQL dialect, either an instance of
Dialect, aClassrepresenting 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_VERSIONinstead - DIALECT_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_MINOR_VERSIONinstead - DIALECT_DB_NAME - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_NAMEinstead - DIALECT_DB_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.Use
JdbcSettings.JAKARTA_HBM2DDL_DB_VERSIONinstead - 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
DialectResolverimplementations to register with the standardDialectFactory. - Dialect.SizeStrategy - Interface in org.hibernate.dialect
-
Pluggable strategy for determining the
Sizeto 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
Dialectinstances. - 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
Checkin a certain dialect. - DialectOverride.Checks - Annotation Interface in org.hibernate.annotations
- DialectOverride.ColumnDefault - Annotation Interface in org.hibernate.annotations
-
Specializes a
ColumnDefaultin a certain dialect. - DialectOverride.ColumnDefaults - Annotation Interface in org.hibernate.annotations
- DialectOverride.DiscriminatorFormula - Annotation Interface in org.hibernate.annotations
-
Specializes a
DiscriminatorFormulain 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
FilterDefsin a certain dialect. - DialectOverride.FilterOverrides - Annotation Interface in org.hibernate.annotations
- DialectOverride.Filters - Annotation Interface in org.hibernate.annotations
-
Specializes
Filtersin a certain dialect. - DialectOverride.Formula - Annotation Interface in org.hibernate.annotations
-
Specializes a
Formulain a certain dialect. - DialectOverride.Formulas - Annotation Interface in org.hibernate.annotations
- DialectOverride.GeneratedColumn - Annotation Interface in org.hibernate.annotations
-
Specializes a
GeneratedColumnin a certain dialect. - DialectOverride.GeneratedColumns - Annotation Interface in org.hibernate.annotations
- DialectOverride.JoinFormula - Annotation Interface in org.hibernate.annotations
-
Specializes a
JoinFormulain 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
SQLDeletein a certain dialect. - DialectOverride.SQLDeleteAll - Annotation Interface in org.hibernate.annotations
-
Specializes a
SQLDeleteAllin 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
SQLInsertin a certain dialect. - DialectOverride.SQLInserts - Annotation Interface in org.hibernate.annotations
- DialectOverride.SQLOrder - Annotation Interface in org.hibernate.annotations
-
Specializes an
SQLOrderin a certain dialect. - DialectOverride.SQLOrders - Annotation Interface in org.hibernate.annotations
- DialectOverride.SQLRestriction - Annotation Interface in org.hibernate.annotations
-
Specializes a
SQLRestrictionin a certain dialect. - DialectOverride.SQLRestrictions - Annotation Interface in org.hibernate.annotations
- DialectOverride.SQLSelect - Annotation Interface in org.hibernate.annotations
-
Specializes a
SQLSelectin a certain dialect. - DialectOverride.SQLSelects - Annotation Interface in org.hibernate.annotations
- DialectOverride.SQLUpdate - Annotation Interface in org.hibernate.annotations
-
Specializes a
SQLUpdatein a certain dialect. - DialectOverride.SQLUpdates - Annotation Interface in org.hibernate.annotations
- DialectOverride.Version - Annotation Interface in org.hibernate.annotations
-
Identifies a database version.
- DialectOverrideAnnotations - Interface in org.hibernate.boot.models
- DialectOverrider<O> - Interface in org.hibernate.boot.models.annotations.spi
-
Common contract for override annotations defined in DialectOverride
- DialectResolutionInfo - Interface in org.hibernate.engine.jdbc.dialect.spi
-
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.
- DialectResolutionInfoSource - Interface in org.hibernate.engine.jdbc.dialect.spi
-
Contract for the source of
DialectResolutionInfo. - DialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
-
Contract for determining the
Dialectto use based on information about the database / driver. - DialectScopeRegistration - Record Class in org.hibernate.boot.models.spi
- DialectScopeRegistration(String, String, String, String) - Constructor for record class org.hibernate.boot.models.spi.DialectScopeRegistration
-
Creates an instance of a
DialectScopeRegistrationrecord class. - dialectScopes() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
-
Returns the value of the
dialectScopesrecord component. - DialectSelector - Interface in org.hibernate.boot.registry.selector.spi
- Dialect-specific native SQL - Section in package org.hibernate.annotations
- DialectSpecificSettings - Interface in org.hibernate.cfg
-
Settings used as fallback to configure aspects of specific
Dialects when the boot process does not have access to aDatabaseMetaDataobject or its underlying JDBCConnection. - diff(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- diff(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- diff(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- diff(Expression, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- diff(Expression, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- diff(Expression, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
- diff(N, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- diff(N, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- diff(N, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- difference - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The difference function, cfr.
- dimension - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The dimension function, cfr.
- DirectAccessRegion - Interface in org.hibernate.cache.spi
-
Specialized
Regionwhose 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 class org.hibernate.grammars.ordering.OrderingParser
- direction() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
- direction() - Method in interface org.hibernate.query.Order
-
The direction, ascending or descending, in which results are sorted.
- directionAffectedByCascadeDelete() - Method in interface org.hibernate.engine.spi.CascadingAction
-
The cascade direction in which we care whether the foreign key is declared with
on delete cascade. - directionAffectedByCascadeDelete() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
- DirectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
- dirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Mark the collection as dirty
- DIRTY - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
-
Optimistic locking based on dirty fields of the entity.
- DIRTY - Enum constant in enum class org.hibernate.engine.OptimisticLockStyle
-
Optimistic locking via comparison of dirty columns.
- DIRTY - Enum constant in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
- DIRTY_CHECK - 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
ServiceRegistryis 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
ServiceRegistryis no longer referenced by any other registries as a parent it will be closed. - disableCreation() - Method in class org.hibernate.mapping.ForeignKey
- DISABLED - Enum constant in enum class org.hibernate.NaturalIdSynchronization
-
Do not perform the synchronization.
- DISABLED - Enum constant in enum class org.hibernate.SessionCheckMode
-
The default.
- disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- disableFetchProfile(String) - Method in interface org.hibernate.IdentifierLoadAccess
-
Deprecated.Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
- disableFetchProfile(String) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Deprecated.Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
- disableFetchProfile(String) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Deprecated.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
-
Deprecated.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_ACCESSis 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.engine.jdbc.env.JdbcMetadataOnBoot
-
Access to the JDBC metadata is disallowed.
- DISALLOW - Enum constant in enum class org.hibernate.Locking.FollowOn
-
Disallow follow-on locking, throwing an exception instead.
- DISALLOW - Enum constant in enum class org.hibernate.type.WrapperArrayHandling
-
Throw an informative and actionable error if the types are used explicitly in the domain model
- disallowMultiValuedBinding() - Method in class org.hibernate.query.spi.AbstractQueryParameter
- disallowMultiValuedBinding() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
- disallowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
- disallowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- disassemble(T, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
Return a disassembled representation of the value.
- disassemble(J) - Method in interface org.hibernate.usertype.CompositeUserType
-
Transform the object into its cacheable representation.
- disassemble(J) - Method in interface org.hibernate.usertype.UserType
-
Transform the given value into a destructured representation, suitable for storage in the second-level cache.
- disassemble(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
-
Return a disassembled representation of the object.
- disassemble(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Return a disassembled representation of the object.
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ManyToOneType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.OneToOneType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SpecialOneToOneType
- disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
- disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
- disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Breaks down a value of
Jinto 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
- Discriminated association mappings - Section in annotation interface org.hibernate.annotations.Mutability
- 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, JavaType) - 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,
DiscriminatorTypeandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter - DiscriminatorOptions - Annotation Interface in org.hibernate.annotations
-
Optional annotation used in conjunction with the JPA-defined
DiscriminatorColumnannotation to express Hibernate-specific discriminator properties. - DiscriminatorPersistentEntity - Class in org.hibernate.envers.boot.model
-
A persistent entity mapping that uses a single table to store entities based on a discriminator.
- DiscriminatorPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
- DiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
-
Contract for sources of information about a mapped discriminator.
- DiscriminatorSqmPath<T> - Interface in org.hibernate.query.sqm
-
Commonality between entity and any discriminators
- discriminatorType() - Element in annotation interface org.hibernate.annotations.DiscriminatorFormula
-
The type of value returned by the formula.
- DiscriminatorType - Class in org.hibernate.envers.boot.model
-
Contract for a persistent entity discriminator type.
- DiscriminatorType<T> - Class in org.hibernate.persister.entity
-
Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,
DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter - DiscriminatorType<O> - Interface in org.hibernate.metamodel.mapping
-
Union of
ConvertedBasicTypeandBasicDomainTypecapabilities. - DiscriminatorType(Value) - Constructor for class org.hibernate.envers.boot.model.DiscriminatorType
- 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.
- disjoint - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The disjoint function, cfr.
- disjoint(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially disjoint" constraint.
- disjoint(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially disjoint" constraint.
- disjoint(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially disjoint" constraint.
- disjoint(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially disjoint" constraint.
- disjoint(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially disjoint" constraint.
- disjoint(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially disjoint" constraint.
- DISJOINT - Static variable in interface org.hibernate.spatial.SpatialRelation
-
Deprecated.The geometries are spatially dijoint
- disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
-
Group criterions together in a single disjunction (A or B or C...).
- disjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- disjunction() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- disjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
- DISJUNCTION - Enum constant in enum class org.hibernate.sql.ast.tree.predicate.Junction.Nature
-
An OR
- distance - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The distance function, cfr.
- distanceWithin(CriteriaBuilder, Expression, Expression, double) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Geometry, double) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Geometry, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Expression, double) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Geometry, double) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(CriteriaBuilder, Expression, Geometry, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(Expression, Expression, double) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(Expression, Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(Expression, T, double) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "distance within" constraint.
- distanceWithin(Expression, T, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "distance within" constraint.
- distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Projection on distinct values
- distinct(boolean) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- distinct(boolean) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
- distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- Distinct - Class in org.hibernate.sql.ast.tree.expression
- Distinct(Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.Distinct
- DISTINCT - Static variable in class org.hibernate.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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- DIVIDE_PORTABLE - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
-
"Portable" division, that is, true integer division when the operands are integers.
- DmlTargetColumnQualifierSupport - Enum Class in org.hibernate.dialect
-
Indicates the level of qualifier support used by the dialect when referencing a column.
- DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Treats optimistic locking properties as unversioned.
- doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacks.AfterCompletionCallback
-
Perform whatever processing is encapsulated here after completion of the transaction.
- doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
-
Deprecated, for removal: This API element is subject to removal in a future version.
- doBeforeTransactionCompletion(SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacks.BeforeCompletionCallback
-
Perform whatever processing is encapsulated here before completion of the transaction.
- doBiDirectionalAssociationManagement() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed without replacement. See HHH-19660
- doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- doBiDirectionalAssociationManagement(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.
- doBind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
-
Perform the binding.
- doBind(CallableStatement, X, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType.XmlArrayBinder
- doBind(CallableStatement, X, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
- doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
-
Perform the binding.
- doBind(PreparedStatement, X, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType.XmlArrayBinder
- doBind(PreparedStatement, X, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
- doBindNull(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
-
Perform the null binding.
- doBindNull(PreparedStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
-
Perform the null binding.
- doCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
-
For this style, should the given action be cascaded?
- doCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
- doCoercion() - Method in interface org.hibernate.type.descriptor.java.CoercionHelper.Coercer
- doCreation(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
-
Perform a schema creation from the indicated source(s) to the indicated target(s).
- doDirtyChecking(CustomEntityDirtinessStrategy.AttributeChecker) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
-
The callback to indicate that dirty checking (the dirty attribute determination phase) should be handled by the calling
CustomEntityDirtinessStrategyusing the givenCustomEntityDirtinessStrategy.AttributeChecker. - doDirtyCheckingInline() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
-
Whether to enable support for inline dirtiness checking.
- doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- doDirtyCheckingInline(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Use EnhancementOptions.doDirtyCheckingInline() instead.
- 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_COMMITTEDisolation 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_READisolation 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 higher precision to lower?
- doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.HANADialect
- doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.HSQLDialect
- doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.MariaDBDialect
- doExecuteUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
- doExtendedEnhancement() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed without replacement. See HHH-19661
- doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
- doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- doExtendedEnhancement(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Use EnhancementOptions.doExtendedEnhancement() instead.
- doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.dialect.DB2GetObjectExtractor
- doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
- doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
-
Perform the extraction.
- doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.dialect.DB2GetObjectExtractor
- doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
- doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
-
Perform the extraction.
- doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.dialect.DB2GetObjectExtractor
- doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
- doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
-
Perform the extraction.
- doList() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- DomainDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
-
Configuration for a specific type of data to be stored in the region
- DomainDataRegion - Interface in org.hibernate.cache.spi
-
A second-level cache region that holds cacheable domain data: the destructured state of entity instances and collections, and mappings from natural id to primary key.
- DomainDataRegionBuildingContext - Interface in org.hibernate.cache.cfg.spi
-
A "parameter object" for
RegionFactory.buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext)calls, giving it access to information it needs. - DomainDataRegionConfig - Interface in org.hibernate.cache.cfg.spi
-
Configuration for a named region for caching domain data.
- DomainDataRegionImpl - Class in org.hibernate.cache.spi.support
- DomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionImpl
- DomainDataRegionTemplate - Class in org.hibernate.cache.spi.support
-
Abstract implementation of
DomainDataRegionbased on implementations just needing to provide aDomainDataStorageAccessreference 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
StorageAccessfor domain data regions. - DomainPath - Interface in org.hibernate.metamodel.mapping.ordering.ast
-
Represents a domain-path (model part path) used in an order-by fragment
- DomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
-
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuation
- DomainPathContinuation(NavigablePath, DomainPath, ModelPart) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- DomainQueryExecutionContext - Interface in org.hibernate.query.spi
-
Context for execution of
Query" - DomainResult<J> - Interface in org.hibernate.sql.results.graph
-
Represents a result value in the domain query results.
- DomainResultAssembler<J> - Interface in org.hibernate.sql.results.graph
-
Responsible for "assembling" a result for inclusion in the domain query result.
- DomainResultCreationException - Exception Class in org.hibernate.sql.results
-
Base for problems creating
DomainResultinstances - DomainResultCreationException(String) - Constructor for exception class org.hibernate.sql.results.DomainResultCreationException
- DomainResultCreationException(String, Throwable) - Constructor for exception class org.hibernate.sql.results.DomainResultCreationException
- DomainResultCreationState - Interface in org.hibernate.sql.results.graph
-
Contains state related to building
DomainResultandFetchgraphs - DomainResultGraphNode - Interface in org.hibernate.sql.results.graph
-
Marker for all object types that can be part of a result mapping
- DomainResultGraphPrinter - Class in org.hibernate.sql.results.graph
-
Printer for DomainResult graphs
- domainType() - Element in annotation interface org.hibernate.annotations.ConverterRegistration
-
The domain type to which this converter should be applied.
- DomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Describes any type forming part of the application domain model.
- doMigration(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaMigrator
-
Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
- doneDeletingCollectionRows(int, String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- doneInsertingCollectionRows(int, String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
- doPopulation(ExecutionOptions, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaPopulator
-
Perform schema population to the indicated target(s).
- doProcess() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
- doProcess() - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
-
Should processing be done? Allows short-circuiting if not.
- doProcessQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- doProcessQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
- doProcessQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
- doReturningWork(ReturningWork) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- doReturningWork(ReturningWork) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- doReturningWork(ReturningWork) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- doReturningWork(ReturningWork) - Method in interface org.hibernate.SharedSessionContract
-
Perform work using the
Connectionunderlying by this session, and return a result. - doScroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
- doSecondPass(Map) - Method in interface org.hibernate.boot.spi.SecondPass
-
Perform the operation
- doStaticDelete(Object, Object, Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
- doStaticInserts(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
- doStaticUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- doSynchronize(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.GeneratorSynchronizer
-
Perform sequence resynchronization from the indicated source(s) to the indicated target(s).
- DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
- DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
- DOT - Static variable in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- DOT - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- DOT - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- DOT() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
- DOT() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeQualifierContext
- DOT() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
- DOT(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
- dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser
- dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
- dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
- DotIdentifierConsumer - Interface in org.hibernate.query.hql.spi
-
Consumes the parts of a path.
- DotIdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
- DotIdentifierExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
- DotIdentifierSequence - Interface in org.hibernate.spi
-
A compound name.
- doTruncate(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaTruncator
-
Perform schema truncation from the indicated source(s) to the indicated target(s).
- DOUBLE - Enum constant in enum class org.hibernate.query.sqm.CastType
- DOUBLE - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
- DOUBLE - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
DOUBLE. - DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
- DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- DOUBLE_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- DOUBLE_PIPE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- DOUBLE_PIPE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- DoubleJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Doublehandling. - DoubleJavaType() - Constructor for class org.hibernate.type.descriptor.java.DoubleJavaType
- DoubleJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
DOUBLEhandling. - DoubleJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
- DoublePrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
double[]handling. - DoublePrimitiveArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
- doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
- doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
- doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
- doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
- doValidation(Metadata, ExecutionOptions, ContributableMatcher) - Method in interface org.hibernate.tool.schema.spi.SchemaValidator
-
Perform the validation of the schema described by Metadata
- doVersionUpdate(Object, Object, Object, Object, boolean, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
- doVersionUpdate(Object, 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
Connectionunderlying by this session. - DRIVER - Static variable in interface org.hibernate.cfg.JdbcSettings
-
Deprecated.The JPA-standard setting
JdbcSettings.JAKARTA_JDBC_DRIVERis 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() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
-
Returns the value of the
droprecord component. - DROP - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
-
Deprecated.Drop the schema and don't recreate it.
- DROP - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
- DROP - Enum constant in enum class org.hibernate.tool.schema.Action
-
Drop the schema.
- DROP_RECREATE_QUIETLY - Enum constant in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
-
Attempt to drop, then (re-)create each unique constraint.
- dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
- dropConstraints() - Method in class org.hibernate.dialect.Dialect
-
Do we need to drop constraints before dropping tables in this dialect?
- dropConstraints() - Method in class org.hibernate.dialect.H2Dialect
- dropConstraints() - Method in class org.hibernate.dialect.HANADialect
- dropConstraints() - Method in class org.hibernate.dialect.HSQLDialect
- dropConstraints() - Method in class org.hibernate.dialect.InnoDBStorageEngine
- dropConstraints() - Method in class org.hibernate.dialect.MyISAMStorageEngine
- dropConstraints() - Method in class org.hibernate.dialect.MySQLDialect
- dropConstraints() - Method in interface org.hibernate.dialect.MySQLStorageEngine
- dropConstraints() - Method in class org.hibernate.dialect.OracleDialect
- dropConstraints() - Method in class org.hibernate.dialect.SpannerDialect
- dropMappedObjects(boolean) - Method in interface org.hibernate.relational.SchemaManager
-
Drop database objects mapped by Hibernate entities, undoing the previous export.
- duplicatedFetchProfile(String) - Method in interface org.hibernate.boot.BootLogging
- duplicateGeneratorName(String) - Method in interface org.hibernate.boot.BootLogging
- DuplicateMappingException - Exception Class in org.hibernate
-
Raised whenever a duplicate for a certain type occurs, such as a duplicate class, table, or property name.
- DuplicateMappingException(String, DuplicateMappingException.Type, String) - Constructor for exception class org.hibernate.DuplicateMappingException
-
Creates a
DuplicateMappingExceptionusing the given customMessage, type and name. - DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception class org.hibernate.DuplicateMappingException
-
Creates a
DuplicateMappingExceptionusing the given type and name. - DuplicateMappingException.Type - Enum Class in org.hibernate
-
Enumeration of the types of things that can be duplicated.
- DuplicateSecondaryTableException(Identifier) - Constructor for exception class org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
- DuplicationStrategy - Interface in org.hibernate.event.service.spi
-
Defines listener duplication checking strategy, both in terms of when a duplication is detected (see
DuplicationStrategy.areMatch(Object, Object)) as well as how to handle a duplication (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, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract two dates or two datetimes, returning the duration between the two dates or between two datetimes.
- durationBetween(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationBetween(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract two dates or two datetimes, returning the duration between the two dates or between two datetimes.
- durationBetween(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationByUnit(TemporalUnit, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Convert a
Durationto a numeric magnitude in the given units. - durationByUnit(TemporalUnit, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationDiff(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract one duration from another.
- durationDiff(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationDiff(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Subtract one duration from another.
- durationDiff(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- DurationJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Duration, which is represented internally as (long seconds,int nanoseconds), approximately 28 decimal digits of precision. - DurationJavaType() - Constructor for class org.hibernate.type.descriptor.java.DurationJavaType
- DurationJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
Duration. - DurationJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DurationJdbcType
- durationScaled(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Scale a duration by a number.
- durationScaled(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationScaled(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Scale a duration by a number.
- durationScaled(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationScaled(Number, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Scale a duration by a number.
- durationScaled(Number, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationSum(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add two durations.
- durationSum(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- durationSum(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Add two durations.
- durationSum(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- DurationUnit - Class in org.hibernate.sql.ast.tree.expression
- DurationUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.DurationUnit
- dwithin - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.the distance within function
- DYNAMIC_INSERT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- DYNAMIC_UPDATE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- DynamicDispatchFunction - Class in org.hibernate.dialect.function
-
A function that dynamically dispatches to other functions, depending on which function validates successfully first.
- DynamicDispatchFunction(SqmFunctionRegistry, String...) - Constructor for class org.hibernate.dialect.function.DynamicDispatchFunction
- DynamicInsert - Annotation Interface in org.hibernate.annotations
-
Specifies that SQL
insertstatements 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
ParameterizedTypefor now. - DynamicParameterizedType.ParameterType - Interface in org.hibernate.usertype
-
Deprecated.
- DynamicUpdate - Annotation Interface in org.hibernate.annotations
-
Specifies that SQL
updatestatements 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
- elementJavaType(JavaType) - Static method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
- elementName() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
-
Returns the value of the
elementNamerecord component. - elementName() - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
-
Returns the value of the
elementNamerecord 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
FunctionReturnTypeResolverthat 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) - 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
Embeddablevalue - EMBEDDABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- EMBEDDABLE_INSTANTIATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- EMBEDDABLE_INSTANTIATOR_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- EMBEDDABLE_INSTANTIATOR_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Name of column used for storing ordinal of the change in sets of embeddable elements.
- EmbeddableAggregateJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
-
Java type for embeddable aggregates, which allows resolving a recommended
JdbcType. - EmbeddableAggregateJavaType(Class, String) - Constructor for class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
- embeddableClass() - Element in annotation interface org.hibernate.annotations.CompositeTypeRegistration
-
The embeddable type described by the
CompositeTypeRegistration.userType(). - embeddableClass() - Element in annotation interface org.hibernate.annotations.EmbeddableInstantiatorRegistration
- EmbeddableDiscriminatorConverter<O,
R> - Class in org.hibernate.metamodel.mapping -
Handles conversion of discriminator values for embeddable subtype classes to their domain typed form.
- EmbeddableDiscriminatorConverter(String, JavaType, JavaType, List) - Constructor for class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- EmbeddableDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
-
Details about the discriminator for an embeddable hierarchy.
- EmbeddableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Hibernate extension to the JPA
EmbeddableTypecontract. - EmbeddableFunctionTableGroup - Class in org.hibernate.sql.ast.tree.from
-
A table group for functions that produce embeddable typed results.
- EmbeddableFunctionTableGroup(NavigablePath, EmbeddableMappingType, Expression) - Constructor for class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
- EmbeddableFunctionTableReference - Class in org.hibernate.sql.ast.tree.from
-
A table reference for functions that produce embeddable typed results.
- EmbeddableFunctionTableReference(NavigablePath, EmbeddableMappingType, Expression) - Constructor for class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
- EmbeddableInitializer<Data> - Interface in org.hibernate.sql.results.graph.embeddable
-
Special initializer contract for embeddables
- EmbeddableInstantiator - Interface in org.hibernate.metamodel.spi
-
Contract for instantiating embeddable values.
- EmbeddableInstantiator - Annotation Interface in org.hibernate.annotations
-
Specifies a custom instantiator for a specific embedded
- EmbeddableInstantiatorRegistration - Class in org.hibernate.boot.models.spi
-
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
- EMBEDDED_TABLE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
- EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
-
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
- 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
- EmbeddedTable - Annotation Interface in org.hibernate.annotations
-
An easier mechanism to declare the table to which an embedded value maps compared to the Jakarta Persistence compliant mechanism requiring multiple
AttributeOverrideandAssociationOverrideannotations. - empty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- empty() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- empty() - Method in class org.hibernate.collection.spi.PersistentBag
- empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection empty? (don't try to initialize the collection)
- empty() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- empty() - Method in class org.hibernate.collection.spi.PersistentList
- empty() - Method in class org.hibernate.collection.spi.PersistentMap
- empty() - Method in class org.hibernate.collection.spi.PersistentSet
- empty() - Static method in interface org.hibernate.query.spi.QueryParameterBindings
- empty() - Static method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
- empty() - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
- empty(Class) - Static method in interface org.hibernate.query.range.Range
-
An empty range containing no values.
- EMPTY - Static variable in 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_ARRAYfor 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_ARRAYfor this json query expression. - emptyArrayOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- emptyBatch(String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
- emptyBehavior() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
emptyBehaviorrecord component. - emptyBehavior() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
emptyBehaviorrecord component. - emptyBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns the value of the
emptyBehaviorrecord component. - emptyBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns the value of the
emptyBehaviorrecord 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_OBJECTfor 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_OBJECTfor this json query expression. - emptyObjectOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- emulateCycleClauseWithRowAndArray(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateFetchOffsetWithWindowFunctions(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateFetchOffsetWithWindowFunctions(QueryPart, Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateFetchOffsetWithWindowFunctionsVisitQueryPart(QueryPart) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
- emulateFetchOffsetWithWindowFunctionsVisitQueryPart(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateQuantifiedTupleSubQueryPredicate(Predicate, SelectStatement, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
An optimized emulation for relational tuple sub-query comparisons.
- emulateQueryPartTableReferenceColumnAliasing(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateSearchClauseOrderWithRowAndArray(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateSelectTupleComparison(List, List, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateSortSpecificationNullPrecedence(Expression, Nulls) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateSubQueryRelationalRestrictionPredicate(Predicate, boolean, SelectStatement, X, AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- emulateTupleComparison(List, List, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
-
A tuple comparison like
(a, b) > (1, 2)can be emulated through it logical definition:a > 1 or a = 1 and b > 2. - emulateValuesTableReferenceColumnAliasing(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
- enable(SelectionQuery) - Method in record class org.hibernate.EnabledFetchProfile
-
Enable the fetch profile represented by this object during execution of the given query.
- enable(Session) - Method in record class org.hibernate.EnabledFetchProfile
-
Enable the fetch profile represented by this object in the given session.
- ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.TransactionSettings
-
Allows a detached proxy or lazy collection to be fetched even when not associated with an open persistence context, by creating a temporary persistence context when the proxy or collection is accessed.
- ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
-
If enabled, allows schema update and validation to support synonyms.
- enableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
See the discussion on
BootstrapServiceRegistryBuilder.disableAutoClose(). - enableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Enables
auto-closing. - ENABLED - Enum constant in enum class org.hibernate.NaturalIdSynchronization
-
Perform the synchronization.
- ENABLED - Enum constant in enum class org.hibernate.SessionCheckMode
-
The persistence context will be checked.
- EnabledFetchProfile - Record Class in org.hibernate
-
A
FindOptionwhich represents a named fetch profile. - EnabledFetchProfile(String) - Constructor for record class org.hibernate.EnabledFetchProfile
-
Creates an instance of a
EnabledFetchProfilerecord class. - enabledFetchProfiles() - Element in annotation interface org.hibernate.annotations.processing.Find
- enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
-
Should we process or ignore explicitly defined discriminators in the case of joined subclasses? The legacy behavior of Hibernate was to ignore the discriminator annotations because Hibernate (unlike some providers) does not need discriminators to determine the concrete type when it comes to joined inheritance.
- enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
- enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
- enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- enableFetchProfile(String) - Method in interface org.hibernate.IdentifierLoadAccess
-
Deprecated.Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
- enableFetchProfile(String) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Deprecated.Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
- enableFetchProfile(String) - Method in interface org.hibernate.NaturalIdLoadAccess
-
Deprecated.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
-
Deprecated.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
NVARCHARbe used instead ofVARCHAR?NCLOBinstead 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
-
Deprecated.Should the returned list of entity instances be ordered, with the position of an entity instance determined by the position of its identifier in the list if ids passed to
MultiIdentifierLoadAccess.multiLoad(K...)? - enableOrderedReturn(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Deprecated.Should the returned list of entity instances be ordered, with the position of an entity instance determined by the position of its identifier in the list if ids passed to
NaturalIdMultiLoadAccess.multiLoad(Object...)? - enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.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
-
Deprecated.Should
MultiIdentifierLoadAccess.multiLoad(K...)return entity instances that have been marked for removal in the current session, but not yet deleted in the database? - enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
-
Deprecated.Should
NaturalIdMultiLoadAccess.multiLoad(Object...)return entity instances that have beenmarked for removalin the current session, but not yet deleted in the database? - enableSessionCheck(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
-
Deprecated.Specifies whether the ids of managed entity instances already cached in the current persistence context should be excluded from the list of ids sent to the database.
- enableSoftDelete(Column, SoftDeleteType) - Method in class org.hibernate.mapping.Collection
- enableSoftDelete(Column, SoftDeleteType) - Method in class org.hibernate.mapping.RootClass
- enableSoftDelete(Column, SoftDeleteType) - Method in interface org.hibernate.mapping.SoftDeletable
-
Enable soft-delete for this part of the model.
- encounteredFailureRollingBackFailedCommit(Throwable) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- end() - Method in interface org.hibernate.SessionEventListener
- END - Enum constant in enum class org.hibernate.envers.query.criteria.MatchMode
-
Match the end of the string to the pattern.
- endArray() - Method in interface org.hibernate.type.format.JsonDocumentWriter
-
Ends a new JSON array.
- endArray() - Method in class org.hibernate.type.format.OsonDocumentWriter
- endArray() - Method in class org.hibernate.type.format.StringJsonDocumentWriter
-
Callback to be called when the end of an array is encountered.
- endLoading(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
-
Lifecycle method called at the very end of the result values processing
- endObject() - Method in interface org.hibernate.type.format.JsonDocumentWriter
-
Ends a new JSON Objects
- endObject() - Method in class org.hibernate.type.format.OsonDocumentWriter
- endObject() - Method in class org.hibernate.type.format.StringJsonDocumentWriter
-
Callback to be called when the end of an JSON object is encountered.
- endpoint - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- endRead() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
- endRead() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Called after reading all rows from the JDBC result set.
- endRemoveOrphanBeforeUpdates() - Method in interface org.hibernate.engine.spi.PersistenceContext
- endsWith(SingularAttribute, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to end with the given string suffix.
- endsWith(SingularAttribute, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to end with the given string suffix, explicitly specifying case sensitivity.
- endTransaction(boolean) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about a transaction completing.
- enhance(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
-
Performs the enhancement.
- EnhancedGetterFieldImpl - Class in org.hibernate.property.access.spi
-
A specialized Getter implementation for handling getting values from a bytecode-enhanced Class.
- EnhancedGetterFieldImpl(Class, String, Field, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedGetterFieldImpl
- EnhancedSetterImpl - Class in org.hibernate.property.access.spi
-
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class.
- EnhancedSetterImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterImpl
- EnhancedSetterMethodImpl - Class in org.hibernate.property.access.spi
-
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.
- EnhancedSetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
- EnhancedUserType<J> - Interface in org.hibernate.usertype
-
A custom type that may function as an identifier or discriminator type
- enhancementAsProxyLazinessForceInitialize(String, Object, String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- EnhancementAsProxyLazinessInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
- EnhancementAsProxyLazinessInterceptor(EnhancementAsProxyLazinessInterceptor.EntityRelatedState, EntityKey, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
- EnhancementAsProxyLazinessInterceptor.EntityRelatedState - Class in org.hibernate.bytecode.enhance.spi.interceptor
-
This is an helper object to group all state which relates to a particular entity type, and which is needed for this interceptor.
- EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
-
The context for performing an enhancement.
- EnhancementContextWrapper - Class in org.hibernate.bytecode.enhance.spi
- EnhancementContextWrapper(EnhancementContext, ClassLoader) - Constructor for class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
- EnhancementException - Exception Class in org.hibernate.bytecode.enhance.spi
-
An exception indicating some kind of problem performing bytecode enhancement.
- EnhancementException(String) - Constructor for exception class org.hibernate.bytecode.enhance.spi.EnhancementException
- EnhancementException(String, Throwable) - Constructor for exception class org.hibernate.bytecode.enhance.spi.EnhancementException
-
Constructs an EnhancementException
- EnhancementHelper - Class in org.hibernate.bytecode.enhance.spi.interceptor
- EnhancementHelper() - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
- EnhancementHelper.InheritanceChecker - Interface in org.hibernate.bytecode.enhance.spi.interceptor
- enhancementHelperClosingTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- enhancementHelperCommittingTransactionOnTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- enhancementHelperStartedTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- enhancementHelperStartingTransactionOnTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
- EnhancementInfo - Annotation Interface in org.hibernate.bytecode.enhance.spi
-
Provides basic information about the enhancement done to a class.
- EnhancementOptions - Interface in org.hibernate.bytecode.enhance.spi
-
Options for the enhancement process.
- Enhancer - Interface in org.hibernate.bytecode.enhance.spi
-
Class responsible for performing enhancement.
- ENHANCER_ENABLE_ASSOCIATION_MANAGEMENT - Static variable in interface org.hibernate.cfg.BytecodeSettings
-
Enable association management feature in runtime bytecode enhancement
- ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.cfg.BytecodeSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed without replacement. See HHH-15641
- ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.cfg.BytecodeSettings
-
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed without replacement. See HHH-15641
- EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
-
Constants used during enhancement.
- enterAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.attributeList(). - enterAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.attributeList(). - enterAttributeList(LegacyGraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributeList(). - enterAttributeList(LegacyGraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributeList(). - enterAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.attributeNode(). - enterAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.attributeNode(). - enterAttributeNode(LegacyGraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributeNode(). - enterAttributeNode(LegacyGraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributeNode(). - enterAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.attributePath(). - enterAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.attributePath(). - enterAttributePath(LegacyGraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributePath(). - enterAttributePath(LegacyGraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributePath(). - enterAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.attributeQualifier(). - enterAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.attributeQualifier(). - enterAttributeQualifier(LegacyGraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributeQualifier(). - enterAttributeQualifier(LegacyGraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.attributeQualifier(). - enterCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.collationSpecification(). - enterCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.collationSpecification(). - enterCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
-
Enter a parse tree produced by
SqlScriptParser.command(). - enterCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
-
Enter a parse tree produced by
SqlScriptParser.command(). - enterCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
-
Enter a parse tree produced by
SqlScriptParser.commandBlock(). - enterCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
-
Enter a parse tree produced by
SqlScriptParser.commandBlock(). - enterDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.direction(). - enterDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.direction(). - enterDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.dotIdentifier(). - enterDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.dotIdentifier(). - enterDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by the
DotIdentifierExpressionlabeled alternative inOrderingParser.expression(). - enterDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by the
DotIdentifierExpressionlabeled alternative inOrderingParser.expression(). - enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
- enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
- enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
- enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
- enterFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.function(). - enterFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.function(). - enterFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.functionArgument(). - enterFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.functionArgument(). - enterFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.functionArguments(). - enterFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.functionArguments(). - enterFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by the
FunctionExpressionlabeled alternative inOrderingParser.expression(). - enterFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by the
FunctionExpressionlabeled alternative inOrderingParser.expression(). - enterGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.graph(). - enterGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.graph(). - enterGraph(LegacyGraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.graph(). - enterGraph(LegacyGraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.graph(). - enterGraphElement(GraphLanguageParser.GraphElementContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.graphElement(). - enterGraphElement(GraphLanguageParser.GraphElementContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.graphElement(). - enterGraphElementList(GraphLanguageParser.GraphElementListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.graphElementList(). - enterGraphElementList(GraphLanguageParser.GraphElementListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.graphElementList(). - enterIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.identifier(). - enterIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.identifier(). - enterIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by the
IdentifierExpressionlabeled alternative inOrderingParser.expression(). - enterIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by the
IdentifierExpressionlabeled alternative inOrderingParser.expression(). - enterLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.literal(). - enterLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.literal(). - enterNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.nullsPrecedence(). - enterNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.nullsPrecedence(). - enterOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.orderByFragment(). - enterOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.orderByFragment(). - enterPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.packagedFunction(). - enterPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.packagedFunction(). - ENTERPRISEDB - Enum constant in enum class org.hibernate.dialect.Database
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementListContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeIndicatorContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeNodeContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributePathContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeQualifierContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.GraphContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.SubGraphContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.TypeIndicatorContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
- enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
- enterScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
-
Enter a parse tree produced by
SqlScriptParser.script(). - enterScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
-
Enter a parse tree produced by
SqlScriptParser.script(). - enterSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.simpleFunction(). - enterSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.simpleFunction(). - enterSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Enter a parse tree produced by
OrderingParser.sortSpecification(). - enterSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Enter a parse tree produced by
OrderingParser.sortSpecification(). - enterSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.subGraph(). - enterSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.subGraph(). - enterSubGraph(LegacyGraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.subGraph(). - enterSubGraph(LegacyGraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.subGraph(). - enterSubTypeIndicator(GraphLanguageParser.SubTypeIndicatorContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.subTypeIndicator(). - enterSubTypeIndicator(GraphLanguageParser.SubTypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.subTypeIndicator(). - enterTypeIndicator(GraphLanguageParser.TypeIndicatorContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Enter a parse tree produced by
GraphLanguageParser.typeIndicator(). - enterTypeIndicator(GraphLanguageParser.TypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Enter a parse tree produced by
GraphLanguageParser.typeIndicator(). - enterTypeIndicator(LegacyGraphLanguageParser.TypeIndicatorContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.typeIndicator(). - enterTypeIndicator(LegacyGraphLanguageParser.TypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Enter a parse tree produced by
LegacyGraphLanguageParser.typeIndicator(). - entity() - Element in annotation interface org.hibernate.annotations.AnyDiscriminatorValue
-
The corresponding entity
- entity() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
-
The entity containing the association whose default fetch strategy is being overridden.
- entity() - Element in annotation interface org.hibernate.annotations.SqlFragmentAlias
-
The entity class associated with the alias.
- entity(Class) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- entity(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Access to an entity supporting Hibernate's entity-name feature
- ENTITY - Enum constant in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
- ENTITY - Enum constant in enum class org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
- ENTITY - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
- ENTITY - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
-
A duplicate entity definition was encountered.
- ENTITY - Enum constant in enum class org.hibernate.metamodel.ValueClassification
-
Reference to an entity
- ENTITY - 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
EntityEntryfield. - ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to write the
EntityEntryfield. - ENTITY_ID - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
Deprecated.this feature of HQL is now deprecated
- ENTITY_INSERT - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to get reference of the entity instance (this in the case of enhanced classes).
- ENTITY_LISTENERS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ENTITY_LOAD - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
The configuration parameter holding the entity name
- ENTITY_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
- ENTITY_ROW_NUMBER_COLUMN - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
- ENTITY_ROW_NUMBER_COLUMN - Static variable in class org.hibernate.sql.ast.tree.cte.CteTable
- ENTITY_TABLE_IDENTITY_COLUMN - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
- ENTITY_TABLE_PREFIX - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
- ENTITY_UPDATE - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
- EntityAssociationMapping - Interface in org.hibernate.metamodel.mapping
-
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keys
- EntityBatchLoader<T> - Interface in org.hibernate.loader.ast.spi
-
BatchLoader specialization for entity fetching
- entityCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from second level cache resulted in a hit.
- entityCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a get from second level cache resulted in a miss.
- entityCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a put into second level cache.
- entityCacheRemove(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback indicating a removal from second level cache.
- entityChanged(Class, String, Object, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
-
Called after audited entity data has been persisted.
- entityClass() - Method in interface org.hibernate.query.Order
-
For an order based on an entity attribute, the entity class which declares the attribute.
- entityClassForEntityName(String) - Method in class org.hibernate.type.spi.TypeConfiguration
-
Workaround for an issue faced in
EntityType.getReturnedClass(). - entityCopyDetected(Object, Object, Object, EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
-
Called when more than one representation of the same persistent entity is being merged.
- EntityCopyObserver - Interface in org.hibernate.event.spi
-
An observer for detection of multiple entity representations for a persistent entity being merged.
- EntityCopyObserverFactory - Interface in org.hibernate.event.spi
-
A service which creates new instances of
EntityCopyObserver. - EntityDataAccess - Interface in org.hibernate.cache.spi.access
-
Contract for managing transactional and concurrent access to cached entity data.
- EntityDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
-
Specialized DomainDataCachingConfig describing the requested caching config for a particular entity hierarchy's state data
- entityDescriptor() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedEntityRegistration
-
Returns the value of the
entityDescriptorrecord component. - EntityDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
-
Details about the discriminator for an entity hierarchy.
- EntityDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Extension to the JPA
EntityTypecontract. - EntityEntry - Interface in org.hibernate.engine.spi
-
Information about the current state of a managed entity instance with respect to its persistent state.
- EntityEntryExtraState - Interface in org.hibernate.engine.spi
-
Navigation methods for extra state objects attached to
EntityEntry. - EntityEntryFactory - Interface in org.hibernate.engine.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used
- EntityFetch - Interface in org.hibernate.sql.results.graph.entity
-
Specialization of Fetch for entity-valued fetches
- EntityFilterException - Exception Class in org.hibernate
- EntityFilterException(String, Object, String) - Constructor for exception class org.hibernate.EntityFilterException
- EntityGraphs - Class in org.hibernate.graph
-
A collection of
EntityGraphutilities. - 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/Fetchload 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
PersistenceContextfor 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
NavigablePathfor 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> - Interface in org.hibernate.sql.results.graph.entity
-
Initializer implementation for initializing entity references.
- EntityInsertGroup(String) - Constructor for class org.hibernate.engine.spi.ActionQueue.InsertActionSorter.EntityInsertGroup
- 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/hashCodeas we ensure that internally. - EntityJavaType(Class, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.spi.EntityJavaType
- entityKey() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedEntityRegistration
-
Returns the value of the
entityKeyrecord component. - EntityKey - Class in org.hibernate.engine.spi
-
Uniquely identifies of an entity instance in a particular Session by identifier.
- EntityKey(Object, EntityPersister) - Constructor for class org.hibernate.engine.spi.EntityKey
-
Construct a unique identifier for an entity class instance.
- EntityLoader - Interface in org.hibernate.loader.ast.spi
-
Specialization of Loader for loading entities of a type
- EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
-
Represents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory. - EntityMappingType - Interface in org.hibernate.metamodel.mapping
-
Mapping of an entity
- EntityMappingType.ConstraintOrderedTableConsumer - Interface in org.hibernate.metamodel.mapping
- 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
entityNamerecord 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
EntityDataAccessusing theAccessType.NONSTRICT_READ_WRITEaccess 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
EntityDataAccessusing theAccessType.READ_ONLYaccess 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
EntityDataAccessusing theAccessType.READ_WRITEaccess type. - EntityReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityReadWriteAccess
- EntityRelatedState(String, Set) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor.EntityRelatedState
- EntityRelatedState(EntityPersister, CompositeType, Set) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor.EntityRelatedState
- EntityRepresentationStrategy - Interface in org.hibernate.metamodel.spi
-
Specialization of
ManagedTypeRepresentationStrategyfor an entity type adding the ability to generate an instantiator and a proxy factory - EntityResult<E> - Interface in org.hibernate.sql.results.graph.entity
-
Specialization of DomainResult for entity-valued results
- EntityResultDescriptor(EntityResult) - Constructor for class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
- EntityResultDescriptor(JaxbHbmNativeQueryReturnType, Supplier, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
- EntityResultGraphNode - Interface in org.hibernate.sql.results.graph.entity
-
Represents a reference to an entity either as a return, fetch, or collection element or index.
- EntityRowIdMapping - Interface in org.hibernate.metamodel.mapping
-
Mapping of a row-id
- EntitySource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of information related to mapping an entity.
- EntityStatistics - Interface in org.hibernate.stat
-
Entity-related statistics.
- entitySupertypeExtendsNotFound(String, Origin, String) - Method in interface org.hibernate.boot.BootLogging
- EntityTableMapping - Class in org.hibernate.persister.entity.mutation
-
Descriptor for the mapping of a table relative to an entity
- EntityTableMapping(String, int, EntityTableMapping.KeyMapping, boolean, boolean, boolean, int[], Expectation, String, boolean, Expectation, String, boolean, boolean, Expectation, String, boolean, boolean, boolean) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping
- EntityTableMapping.AbstractKeyMapping - Class in org.hibernate.persister.entity.mutation
- EntityTableMapping.CompositeKeyMapping - Class in org.hibernate.persister.entity.mutation
- EntityTableMapping.KeyColumn - Class in org.hibernate.persister.entity.mutation
- EntityTableMapping.KeyMapping - Interface in org.hibernate.persister.entity.mutation
- EntityTableMapping.SimpleKeyMapping - Class in org.hibernate.persister.entity.mutation
- EntityTrackingRevisionListener - Interface in org.hibernate.envers
-
Extension of standard
RevisionListenerthat notifies whenever an entity instance has been added, modified or removed within current revision boundaries. - EntityTransactionalAccess - Class in org.hibernate.cache.spi.support
- EntityTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityTransactionalAccess
- entityType(Class) - Static method in class org.hibernate.envers.query.AuditEntity
-
Adds a restriction for the type of the current entity.
- entityType(String) - Static method in class org.hibernate.envers.query.AuditEntity
-
Adds a restriction for the type of the current entity.
- entityType(String, Class) - Static method in class org.hibernate.envers.query.AuditEntity
-
Adds a restriction for the type of the entity of the specified alias.
- entityType(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
-
Adds a restriction for the type of the entity of the specified alias.
- EntityType - Class in org.hibernate.type
-
Base for types which map associations to persistent entities.
- EntityType(EntityType, String) - Constructor for class org.hibernate.type.EntityType
- EntityType(TypeConfiguration, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
-
Constructs the requested entity type mapping.
- EntityTypeException - Exception Class in org.hibernate.query.sqm
-
Indicates that a reference to an entity, that is, a given entity name or Java class object, did not resolve to a known mapped entity type.
- EntityTypeException(String, String) - Constructor for exception class org.hibernate.query.sqm.EntityTypeException
- 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.Jackson3XmlFormatMapper.EntryWrapper
- 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.Jackson3XmlFormatMapper.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
ENUMtype for databases likeMySQLwhereENUMtypes 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> - Class in org.hibernate.type.descriptor.java
-
Describes a Java
enumtype. - EnumJavaType(Class) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaType
- EnumJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Represents an
enumtype for databases like MySQL and H2. - EnumJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.EnumJdbcType
- enumValue(EnumJavaType, String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
- envelope - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The envelope function, cfr.
- EnvelopeAdapter - Class in org.hibernate.spatial.jts
-
Converts an
Envelopeto aPolygon - envelopeaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- EnversBootLogger - Interface in org.hibernate.envers.boot
- EnversListener - Interface in org.hibernate.envers.event.spi
-
Marker interface for Envers listeners for duplication handling.
- EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
-
Event listener duplication strategy for envers
- EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
- EnversMappingException - Exception Class in org.hibernate.envers.boot
-
Indicates an error happened during the Envers mapping boot process.
- EnversMappingException(String) - Constructor for exception class org.hibernate.envers.boot.EnversMappingException
- EnversMappingException(String, Throwable) - Constructor for exception class org.hibernate.envers.boot.EnversMappingException
- EnversMappingException(Throwable) - Constructor for exception class org.hibernate.envers.boot.EnversMappingException
- EnversMetadataBuildingContext - Interface in org.hibernate.envers.boot.spi
-
Metadata building context for Hibernate Envers
- EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific collection recreation event listener
- EnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
- EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific entity (post) deletion event listener
- EnversPostDeleteEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
- EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific entity (post) insertion event listener
- EnversPostInsertEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
- EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific entity (post) update event listener
- EnversPostUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
- EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific collection removal event listener
- EnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
- EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific collection update event listener
- EnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
- EnversPreUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
-
Envers-specific entity (pre) update event listener.
- EnversPreUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
- EnversSettings - Interface in org.hibernate.envers.configuration
-
Configuration property names.
- Environment - Class in org.hibernate.cfg
-
Provides access to configuration properties passed in
Propertiesobjects. - EnvironmentSettings - Interface in org.hibernate.cfg
- EOF() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
- EOF() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
- EPOCH - Enum constant in enum class org.hibernate.query.common.TemporalUnit
-
An internal value representing the Unix epoch, the elapsed seconds since January 1, 1970.
- eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an equality comparison check
- eq(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially equal" constraint.
- eq(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially equal" constraint.
- eq(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially equal" constraint.
- eq(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for "spatially equal" constraint.
- eq(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially equal" constraint.
- eq(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
-
Create a predicate for testing the arguments for "spatially equal" constraint.
- eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply an "equal" constraint
- eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
-
Apply an "equal" constraint
- eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
-
Applies an "equals" criteria predicate.
- eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform an equality comparison check
- eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "equal" constraint
- EQ - Enum constant in enum class org.hibernate.sql.ComparisonRestriction.Operator
- eqFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply an "equal" constraint to another function
- eqFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "equal" constraint to a function
- eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply an "equal" constraint to a property
- eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "equal" constraint to another property
- eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply an "equal" constraint to a property
- eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "equal" constraint to another property
- equal(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- equal(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- equal(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- equal(Expression, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- equal(Expression, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- equal(Expression, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
- equal(SingularAttribute, U) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be exactly equal to the given value.
- EQUAL - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
- EQUAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- EQUAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- equalIgnoringCase(SingularAttribute, String) - Static method in interface org.hibernate.query.restriction.Restriction
-
Restrict the given attribute to be equal to the given string, ignoring case.
- equals - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The equals function, cfr.
- equals(Object) - Method in class org.hibernate.engine.spi.CollectionKey
- equals(Object) - Method in class org.hibernate.engine.spi.EntityKey
- equals(Object) - Method in class org.hibernate.engine.spi.EntityUniqueKey
- equals(Object) - Method in class org.hibernate.engine.spi.TypedValue
- equals(Object) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
- equals(Object) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
- equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
- equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
- equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
- equals(Object) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- equals(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
- equals(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
- equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
- equals(Object) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
- equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
- equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
- equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
- equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
- equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
- equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
- equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
- equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- equals(Object) - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
- equals(Object) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
- equals(Object) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
- equals(Object) - Method in class org.hibernate.spi.NavigablePath
- equals(Object) - Method in record class org.hibernate.BatchSize
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.CacheRegionDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.model.CustomSql
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
- equals(Object) - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.boot.model.naming.Identifier
- equals(Object) - Method in record class org.hibernate.boot.model.relational.InitCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace
- equals(Object) - Method in record class org.hibernate.boot.model.relational.Namespace.Name
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
- equals(Object) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
- equals(Object) - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
- equals(Object) - Method in class org.hibernate.boot.model.TypeDefinition
- equals(Object) - Method in class org.hibernate.boot.models.spi.ConversionRegistration
- equals(Object) - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.DialectScopeRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.cache.spi.QueryKey
- equals(Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
- equals(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
- equals(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
- equals(Object) - Method in class org.hibernate.collection.spi.PersistentBag
-
For efficiency, bag does not respect the semantics of
List.equals(Object)as specified by the 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 class org.hibernate.dialect.type.OracleArrayJdbcType
- equals(Object) - Method in record class org.hibernate.EnabledFetchProfile
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
- equals(Object) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
- equals(Object) - Method in record class org.hibernate.engine.spi.AssociationKey
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionMapping
- equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionMapping
- equals(Object) - Method in class org.hibernate.envers.RevisionMapping
- equals(Object) - Method in class org.hibernate.envers.tools.Pair
- equals(Object) - Method in class org.hibernate.envers.TrackingModifiedEntitiesRevisionMapping
- equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
- equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
- equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
- equals(Object) - Method in record class org.hibernate.id.uuid.UuidVersion7Strategy.State
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.jpa.spi.NativeQueryConstructorTransformer
- equals(Object) - Method in class org.hibernate.LockOptions
-
Deprecated.
- equals(Object) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- equals(Object) - Method in class org.hibernate.mapping.CheckConstraint
- equals(Object) - Method in class org.hibernate.mapping.Column
- equals(Object) - Method in class org.hibernate.mapping.FetchProfile
- equals(Object) - Method in class org.hibernate.mapping.Formula
- equals(Object) - Method in record class org.hibernate.mapping.QualifiedColumnName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.mapping.Table
- equals(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
-
Deprecated.
- equals(Object) - Method in record class org.hibernate.metamodel.mapping.AssociationKey
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.metamodel.mapping.SelectablePath
- equals(Object) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
- equals(Object) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
- equals(Object) - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
- equals(Object) - Method in record class org.hibernate.query.sql.spi.ParameterOccurrence
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
- equals(Object) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
- equals(Object) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
- equals(Object) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
- equals(Object) - Method in record class org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.query.TypedParameterValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.spatial.FunctionKey
- equals(Object) - Method in class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
- equals(Object) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
- equals(Object) - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedCollectionRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedEntityRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
- equals(Object) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
- equals(Object) - Method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
-
Deprecated.2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
- equals(Object) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
-
Deprecated.
- equals(Object) - Method in class org.hibernate.type.AnyType.ObjectTypeCacheEntry
- equals(Object) - Method in class org.hibernate.type.BasicArrayType
- equals(Object) - Method in class org.hibernate.type.BasicCollectionType
- equals(Object) - Method in class org.hibernate.type.ConvertedBasicArrayType
- equals(Object) - Method in class org.hibernate.type.ConvertedBasicCollectionType
- equals(Object) - Method in class org.hibernate.type.CustomType
- equals(Object) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
-
Check equality.
- equals(Object) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
- equals(Object) - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
-
Indicates whether some other object is "equal to" this one.
- equals(J, J) - Method in interface org.hibernate.usertype.CompositeUserType
-
Compare two instances of the class mapped by this type for persistence "equality".
- equals(J, J) - Method in interface org.hibernate.usertype.UserType
-
Compare two instances of the Java class mapped by this custom type for persistence "equality", that is, equality of their persistent state.
- equals(AbstractUserDefinedType) - Method in class org.hibernate.mapping.AbstractUserDefinedType
- equals(Column) - Method in class org.hibernate.mapping.Column
- equals(Table) - Method in class org.hibernate.mapping.Table
- equals(T, T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
- EQUALS - Static variable in interface org.hibernate.spatial.SpatialRelation
-
Deprecated.The geometries are spatially equal to each other.
- equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
- equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
- equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Does the current state exactly match the snapshot?
- equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
- equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
- equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
- equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
- equalTo(Expression) - Method in interface org.hibernate.query.criteria.JpaExpression
- equalTo(Expression) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- equalTo(Expression) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- equalTo(Expression) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- equalTo(Expression) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- equalTo(Object) - Method in interface org.hibernate.query.criteria.JpaExpression
- equalTo(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- equalTo(Object) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
- equalTo(Object) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
- equalTo(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- equalTo(U) - Method in interface org.hibernate.query.restriction.Path
- equivalentTypes(int, int) - Method in class org.hibernate.dialect.Dialect
-
Do the given JDBC type codes, as defined in
Typesrepresent 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.envers.RelationTargetNotFoundAction
-
Specifies that exceptions should be thrown regardless of the global system property:
EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG. - ERROR - Enum constant in enum class org.hibernate.event.service.spi.DuplicationStrategy.Action
- ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
SQL/JDBC error should be raised.
- ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
-
SQL/JDBC error should be raised.
- ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
-
SQL/JDBC error should be raised.
- ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
-
SQL/JDBC error should be raised.
- ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
-
SQL/JDBC error should be raised.
- ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
-
SQL/JDBC error should be raised.
- ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
- ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
- ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
- ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
- ERROR - Static variable in class org.hibernate.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
errorBehaviorrecord component. - errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
-
Returns the value of the
errorBehaviorrecord component. - errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
-
Returns the value of the
errorBehaviorrecord component. - errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
-
Returns the value of the
errorBehaviorrecord component. - errorBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
-
Returns the value of the
errorBehaviorrecord component. - errorBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
-
Returns the value of the
errorBehaviorrecord component. - errorBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
-
Returns the value of the
errorBehaviorrecord component. - errorOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
- errorOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
-
Sets the
JpaJsonQueryNode.EmptyBehavior.ERRORfor 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.ERRORfor 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.ERRORfor 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.ERRORfor this json query expression. - errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
-
Sets the
JpaJsonTableFunction.ErrorBehavior.ERRORfor 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.ERRORfor 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, - Interface in org.hibernate.event.service.spiX> - 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_FLUSH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- eventListenerGroup_PRE_INSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- eventListenerGroup_PRE_LOAD - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- eventListenerGroup_PRE_UPDATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- eventListenerGroup_PRE_UPSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- eventListenerGroup_REFRESH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- eventListenerGroup_REPLICATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
- EventListenerGroups - Class in org.hibernate.event.service.spi
-
Holds the
eventlistener groups for the various event types. - EventListenerGroups(ServiceRegistry) - Constructor for class org.hibernate.event.service.spi.EventListenerGroups
- EventListenerRegistrationException - Exception Class in org.hibernate.event.service.spi
-
Indicates a problem registering an event listener.
- EventListenerRegistrationException(String) - Constructor for exception class org.hibernate.event.service.spi.EventListenerRegistrationException
- EventListenerRegistrationException(String, Throwable) - Constructor for exception class org.hibernate.event.service.spi.EventListenerRegistrationException
- EventListenerRegistry - Interface in org.hibernate.event.service.spi
-
Service for accessing each
EventListenerGroupbyEventType, along with convenience methods for managing the listeners registered in eachEventListenerGroup. - eventListeners(SessionEventListener...) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- eventListeners(SessionEventListener...) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- 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
SessionEventListenerinstances 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
-
Evict all cached entity data.
- 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, including cached collections, natural id mappings, and cached query results.
- 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(Object)andSession.detach(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.
- evictingAllQueryRegions() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- evictingCollectionCache(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- evictingCollectionCacheByRole(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- evictingEntityCache(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- evictingEntityCacheByRole(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- evictingNaturalIdCache(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- evictingQueryCacheRegion(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- 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.
- EXACT - Enum constant in enum class org.hibernate.envers.query.criteria.MatchMode
-
Match the pattern exactly.
- exactly(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
- Example JPA configuration file - Section in package org.hibernate.cfg
- Example native configuration file - Section in package org.hibernate.cfg
- except(boolean, CriteriaQuery, CriteriaQuery...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(boolean, CriteriaQuery, CriteriaQuery...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(boolean, Subquery, Subquery...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(boolean, Subquery, Subquery...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(CriteriaQuery, CriteriaQuery...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(CriteriaQuery, CriteriaQuery...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(CriteriaQuery, CriteriaQuery) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(CriteriaQuery, CriteriaQuery) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(CriteriaSelect, CriteriaSelect) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(CriteriaSelect, CriteriaSelect) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- except(Subquery, Subquery...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- except(Subquery, 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, CriteriaQuery...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(CriteriaQuery, CriteriaQuery...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exceptAll(CriteriaQuery, CriteriaQuery) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(CriteriaQuery, CriteriaQuery) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exceptAll(CriteriaSelect, CriteriaSelect) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(CriteriaSelect, CriteriaSelect) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- exceptAll(Subquery, Subquery...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- exceptAll(Subquery, 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
MappingExceptionindicating 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
HibernateExceptionwhen 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 - Enum constant in enum class org.hibernate.RemovalsMode
-
Removed entities are excluded from the load result.
- 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
-
trueif 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> - Class in org.hibernate.engine.spi
-
A list of executable 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) - Constructor for class org.hibernate.engine.spi.ExecutableList
-
Creates a new instance with the given initial capacity and
ExecutableList.Sorter. - ExecutableList(ExecutableList.Sorter) - 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
PreparedStatementreturn 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) - 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) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- execute(LobCreationContext.Callback) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
- execute(JdbcOperationQueryMutation, JdbcParameterBindings, Function, BiConsumer, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcMutationExecutor
-
Perform the execution
- execute(JdbcParameterBindings, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
-
Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- executeInsert(SqmInsertStatement, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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, EntityGraph) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.
- executeList(TypedQuery, EntityGraph, String) - Static method in class org.hibernate.graph.EntityGraphs
-
Deprecated.Since it accepts a string instead of
GraphSemantic - executeList(TypedQuery, EntityGraph, 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. - executePendingBulkOperationCleanUpActions() - Method in class org.hibernate.engine.spi.ActionQueue
- executePendingBulkOperationCleanUpActions() - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
-
Execute all pending
BulkOperationCleanupAction - executeQuery(DomainQueryExecutionContext, ResultsConsumer) - Method in interface org.hibernate.query.spi.SelectQueryPlan
-
Execute the query
- executeQuery(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer, Class, int, JdbcSelectExecutor.StatementCreator, ResultsConsumer) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- executeQuery(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer, Class, int, ResultsConsumer) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- executeQuery(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer, Class, JdbcSelectExecutor.StatementCreator, ResultsConsumer) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
- executeQuery(ResultsConsumer) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
- executeQuery(ResultsConsumer) - Method in interface org.hibernate.query.sqm.spi.SqmSelectionQueryImplementor
- executeReturningWork(ReturningWork, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
-
Execute the discrete work encapsulated by a
ReturningWorkinstance 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ExecuteUpdateResultCheckStyle - Enum Class in org.hibernate.engine.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.Use an
Expectationclass - executeWork(Work, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
-
Execute the discrete work encapsulated by a
Workinstance 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 Class in org.hibernate.sql.exec
-
Indicates an exception performing execution
- ExecutionException(String) - Constructor for exception class org.hibernate.sql.exec.ExecutionException
- ExecutionException(String, Throwable) - Constructor for exception class 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
- exists(SelectionSpecification) - Static method in interface org.hibernate.query.specification.SimpleProjectionSpecification
-
Create a new
ProjectionSpecificationwhich augments the givenSelectionSpecificationwith anexists(). - 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_existswith 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
- exitAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.attributeList(). - exitAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.attributeList(). - exitAttributeList(LegacyGraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributeList(). - exitAttributeList(LegacyGraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributeList(). - exitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.attributeNode(). - exitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.attributeNode(). - exitAttributeNode(LegacyGraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributeNode(). - exitAttributeNode(LegacyGraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributeNode(). - exitAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.attributePath(). - exitAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.attributePath(). - exitAttributePath(LegacyGraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributePath(). - exitAttributePath(LegacyGraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributePath(). - exitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.attributeQualifier(). - exitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.attributeQualifier(). - exitAttributeQualifier(LegacyGraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributeQualifier(). - exitAttributeQualifier(LegacyGraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.attributeQualifier(). - exitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.collationSpecification(). - exitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.collationSpecification(). - exitCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
-
Exit a parse tree produced by
SqlScriptParser.command(). - exitCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
-
Exit a parse tree produced by
SqlScriptParser.command(). - exitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
-
Exit a parse tree produced by
SqlScriptParser.commandBlock(). - exitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
-
Exit a parse tree produced by
SqlScriptParser.commandBlock(). - exitDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.direction(). - exitDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.direction(). - exitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.dotIdentifier(). - exitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.dotIdentifier(). - exitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by the
DotIdentifierExpressionlabeled alternative inOrderingParser.expression(). - exitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by the
DotIdentifierExpressionlabeled alternative inOrderingParser.expression(). - exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
- exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
- exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
- exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
- exitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.function(). - exitFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.function(). - exitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.functionArgument(). - exitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.functionArgument(). - exitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.functionArguments(). - exitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.functionArguments(). - exitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by the
FunctionExpressionlabeled alternative inOrderingParser.expression(). - exitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by the
FunctionExpressionlabeled alternative inOrderingParser.expression(). - exitGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.graph(). - exitGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.graph(). - exitGraph(LegacyGraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.graph(). - exitGraph(LegacyGraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.graph(). - exitGraphElement(GraphLanguageParser.GraphElementContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.graphElement(). - exitGraphElement(GraphLanguageParser.GraphElementContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.graphElement(). - exitGraphElementList(GraphLanguageParser.GraphElementListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.graphElementList(). - exitGraphElementList(GraphLanguageParser.GraphElementListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.graphElementList(). - exitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.identifier(). - exitIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.identifier(). - exitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by the
IdentifierExpressionlabeled alternative inOrderingParser.expression(). - exitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by the
IdentifierExpressionlabeled alternative inOrderingParser.expression(). - exitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.literal(). - exitLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.literal(). - exitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.nullsPrecedence(). - exitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.nullsPrecedence(). - exitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.orderByFragment(). - exitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.orderByFragment(). - exitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.packagedFunction(). - exitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.packagedFunction(). - exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphElementListContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeIndicatorContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeListContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeNodeContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributePathContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.AttributeQualifierContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.GraphContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.SubGraphContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser.TypeIndicatorContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
- exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
- exitScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
-
Exit a parse tree produced by
SqlScriptParser.script(). - exitScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
-
Exit a parse tree produced by
SqlScriptParser.script(). - exitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.simpleFunction(). - exitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.simpleFunction(). - exitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
-
Exit a parse tree produced by
OrderingParser.sortSpecification(). - exitSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
-
Exit a parse tree produced by
OrderingParser.sortSpecification(). - exitSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.subGraph(). - exitSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.subGraph(). - exitSubGraph(LegacyGraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.subGraph(). - exitSubGraph(LegacyGraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.subGraph(). - exitSubTypeIndicator(GraphLanguageParser.SubTypeIndicatorContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.subTypeIndicator(). - exitSubTypeIndicator(GraphLanguageParser.SubTypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.subTypeIndicator(). - exitTypeIndicator(GraphLanguageParser.TypeIndicatorContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
-
Exit a parse tree produced by
GraphLanguageParser.typeIndicator(). - exitTypeIndicator(GraphLanguageParser.TypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
-
Exit a parse tree produced by
GraphLanguageParser.typeIndicator(). - exitTypeIndicator(LegacyGraphLanguageParser.TypeIndicatorContext) - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParserBaseListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.typeIndicator(). - exitTypeIndicator(LegacyGraphLanguageParser.TypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.LegacyGraphLanguageParserListener
-
Exit a parse tree produced by
LegacyGraphLanguageParser.typeIndicator(). - exp(Expression) - 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) - 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.OptionalRowCount - Class in org.hibernate.jdbc
-
Row count checking.
- Expectation.OutParameter - Class in org.hibernate.jdbc
-
Essentially identical to
Expectation.RowCountexcept that the row count is obtained via an output parameter of a stored 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
Expectations. - expectedRowCount() - Method in class org.hibernate.jdbc.Expectation.OptionalRowCount
- 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
explicitDomainTyperecord 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
Exportablerelational stuff. - Exporter<T> - Interface in org.hibernate.tool.schema.spi
-
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL
CREATEandDROPscripts. - exportMappedObjects(boolean) - Method in interface org.hibernate.relational.SchemaManager
-
Export database objects mapped by Hibernate entities, and then import initial data from
/import.sqland any other configured load script. - expression() - Method in class org.hibernate.grammars.ordering.OrderingParser
- expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
- expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
- expression(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
- ExpressionContext() - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
- ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
- 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
- ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
- extended - Variable in class org.hibernate.dialect.OracleDialect
- EXTENDED - Enum constant in enum class org.hibernate.dialect.lock.spi.ConnectionLockTimeoutStrategy.Level
-
In addition to ConnectionLockTimeoutStrategy.Level.SUPPORTED, setting no-wait is also supported.
- 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
Regiondefining support for extra statistic information. - EXTENDS - Static variable in interface org.hibernate.boot.models.XmlAnnotations
- extent - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.the extents function
- exteriorring - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- 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, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- extract(TemporalField, Expression) - 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
ResultSetfrom 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
ResultSetin return - extract(Function) - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
-
Allows managed access to the input's Reader, returning a result
- extract(List) - Static method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
- extract(List) - Static method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
- extract(List) - Static method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
- extract(List) - Static method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
- extract(List) - Static method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
- extract(List) - Static method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
- extractArgumentType(List, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- extractArgumentValuedMapping(List, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
- 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, 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
DatabaseMetaDataregarding 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
-
Deprecated.
- extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
-
Deprecated.
- 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(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
- extractHashCode(Time) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
- extractHashCode(Timestamp) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
- 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(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
LazyInitializerfrom 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
- 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_WEEKnumbered 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_WEEKnumbered from 0 to 6. - extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
- extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
- extractPropertyFetchDescriptors(List, 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
-
Deprecated.
- extractProxyInterfaces(PersistentClass, String) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
-
Deprecated.
- extractProxySetIdentifierMethod(Setter, Class) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
-
Deprecated.
- 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
TemporalUnitpassed 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 joinapplied 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, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
- FallbackContainedBean(String, Class, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
- FALSE - Enum constant in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
-
falseshould 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.FALSEfor 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:
EAGERspecifies that the association must be eagerly fetched. - fetch() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
-
The
timingof 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.LAZYis 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) - Method in interface org.hibernate.query.restriction.Path
- fetch(FetchType) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Fetchable
- fetch(PluralAttribute) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(PluralAttribute, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(PluralAttribute) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(PluralAttribute) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(PluralAttribute, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(PluralAttribute, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(SingularAttribute) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(SingularAttribute, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
- fetch(SingularAttribute) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(SingularAttribute) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- fetch(SingularAttribute, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
- fetch(SingularAttribute, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
- 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) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- 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) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- fetch(JpaExpression) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- fetch(JpaExpression) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- fetch(JpaExpression) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- fetch(JpaExpression) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- fetch(JpaExpression, FetchClauseType) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- fetch(JpaExpression, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- fetch(JpaExpression, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaSubQuery
- fetch(JpaExpression, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- fetch(JpaExpression, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- fetch(Path) - 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
EntityGraphshould 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
Fetchablereferences - 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
Fetchinstance. - 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
FETCHclause. - 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
LimitHandlerfor databases which support the ANSI SQL standard syntaxFETCH FIRST m ROWS ONLYbut 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 Class in org.hibernate
-
Exception for
NotFoundAction.EXCEPTION. - FetchNotFoundException(String, Object) - Constructor for exception class org.hibernate.FetchNotFoundException
- FetchOptions - Interface in org.hibernate.sql.results.graph
-
Represents an aggregated
FetchTimingandFetchStylevalue - 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
FetchProfilewith 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
FetchProfileOverrides. - 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.
- fetchSize(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
- 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
- fillInStackTrace() - Method in exception class org.hibernate.sql.ast.spi.NestedCorrelationChecker.NestedCorrelationException
- filter - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The filter function
- filter(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.Create a predicate for testing the arguments for bounding box overlap constraint.
- filter(CommonSpatialFunction[]) - Method in class org.hibernate.spatial.BaseSqmFunctionDescriptors
- filter(CommonSpatialFunction[]) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBSqmFunctionDescriptors
- filter(CommonSpatialFunction[]) - Method in class org.hibernate.spatial.dialect.mysql.MySqlSqmFunctionDescriptors
- 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 - Static variable in interface org.hibernate.spatial.SpatialRelation
-
Deprecated.The bounding box of the first geometry intersects the bounding box of the second
- 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.
- FilterAliasGenerator - Interface in org.hibernate.persister.filter
- filterClauseSupported(SqlAstTranslator) - Static method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- FilterConfiguration - Class in org.hibernate.mapping
- FilterConfiguration(String, String, boolean, Map, Map, PersistentClass) - Constructor for class org.hibernate.mapping.FilterConfiguration
- 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.
- filterDefDefinedMultipleConditions(String, String) - Method in interface org.hibernate.boot.BootLogging
- FilterDefinition - Class in org.hibernate.engine.spi
-
Represents the definition of a
filter. - FilterDefinition(String, String, boolean, boolean, Map, Map) - Constructor for class org.hibernate.engine.spi.FilterDefinition
- FilterDefinition(String, String, Map) - 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, Map) - 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
- 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
@FilterJoinTableto a collection. - FilterPredicate - Class in org.hibernate.sql.ast.tree.predicate
-
Collection of
FilterPredicate.FilterFragmentPredicatesub-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
Filterdeclarations. - Filters - Section in package org.hibernate.annotations
- 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, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(EntityGraph, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class, 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, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class, Object, FindOption...) - Method in interface org.hibernate.Session
- find(Class, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class, Object, LockModeType, Map) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class, Object, LockModeType, Map) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class, Object, Number) - Method in interface org.hibernate.envers.AuditReader
-
Find an entity by primary key at the given revision.
- find(Class, Object, LocalDateTime) - Method in interface org.hibernate.envers.AuditReader
-
Find an entity by primary key on the given datetime.
- find(Class, Object, Date) - Method in interface org.hibernate.envers.AuditReader
-
Find an entity by primary key on the given date.
- find(Class, Object, Map) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(Class, Object, Map) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(Class, String, Object, Number) - Method in interface org.hibernate.envers.AuditReader
-
Find an entity by primary key at the given revision with the specified entityName.
- find(Class, String, Object, Number, boolean) - Method in interface org.hibernate.envers.AuditReader
-
Find an entity by primary key at the given revision with the specified entityName, possibly including deleted entities in the search.
- find(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(String, Object) - Method in interface org.hibernate.Session
-
Return the persistent instance of the named entity type with the given identifier, or null if there is no such persistent instance.
- find(String, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- find(String, Object, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- find(String, Object, FindOption...) - Method in interface org.hibernate.Session
-
Return the persistent instance of the named entity type with the given identifier using the specified options, or null if there is no such persistent instance.
- 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.
- FIND_BY_REVISION_EXACT_MATCH - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Forces
AuditReader#findimplementations that accept a revision-number argument to perform an exact match against the supplied revision number rather than potentially returning hits that are less-than or equal-to the supplied revision number. - 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) - Method in interface org.hibernate.graph.Graph
-
Deprecated.
- findAttributeNode(PersistentAttribute) - 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
- findCteColumns(ModelPart) - Method in class org.hibernate.sql.ast.tree.cte.CteTable
- 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(Class) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
- 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)exceptnullis returned rather than throwing an exception - findEmbeddableType(Class) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.embeddable(Class)exceptnullis returned rather than throwing an exception - findEntities(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
-
Find all entities changed (added, updated and removed) in a given revision.
- findEntities(Number, RevisionType) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
-
Find all entities changed (added, updated or removed) in a given revision.
- findEntitiesGroupByRevisionType(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
-
Find all entities changed (added, updated and removed) in a given revision grouped by modification type.
- 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.spi.JpaMetamodelImplementor
- findEntityGraphByName(String) - Method in interface org.hibernate.SessionFactory
-
Return the root
EntityGraphwith the given name, ornullif there is no graph with the given name. - findEntityGraphsByJavaType(Class) - Method in interface org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
- findEntityGraphsByType(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
- findEntityGraphsByType(Class) - Method in interface org.hibernate.SessionFactory
-
Return all
EntityGraphs registered for the given entity type. - findEntityType(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.entity(String)exceptnullis returned rather than throwing an exception - findEntityType(Class) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.entity(Class)exceptnullis returned rather than throwing an exception - findEntityTypes(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
-
Returns set of entity names and corresponding Java classes modified in a given revision.
- 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
SqmFunctionDescriptorby name. - findGreatestLockMode() - Method in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Alias-specific locks are no longer supported, roughly replaced with locking scope.
- 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)exceptnullis returned rather than throwing an exception - findManagedType(Class) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
-
Same as
JpaMetamodel.managedType(Class)exceptnullis 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, List, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- findMultiple(EntityGraph, List, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- findMultiple(EntityGraph, List, FindOption...) - Method in interface org.hibernate.Session
-
Return the persistent instances of the root entity of the given
EntityGraphwith the given identifiers as a list, fetching the associations specified by the graph, which is interpreted as a load graph. - findMultiple(Class, List, FindOption...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- findMultiple(Class, List, FindOption...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- findMultiple(Class, List, FindOption...) - Method in interface org.hibernate.Session
-
Return the persistent instances of the given entity class with the given identifiers as a list.
- FindMultipleOption - Interface in org.hibernate
-
Simple marker interface for FindOptions which can be applied to multiple id loading.
- findNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
- 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) - 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
- findRevision(Class, Number) - Method in interface org.hibernate.envers.AuditReader
-
A helper method; should be used only if a custom revision entity is used.
- findRevisions(Class, Set) - Method in interface org.hibernate.envers.AuditReader
-
Find a map of revisions using the revision numbers specified.
- findRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
- findRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmCorrelation
- 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.SqmRoot
- 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
SqmSetReturningFunctionDescriptorby 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
PathSourceby name relative to this source. - findSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Find a
SqmPathSourceby 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
PathSourceby name relative to this source. - findSubPathSource(String, boolean) - Method in interface org.hibernate.query.sqm.SqmPathSource
-
Find a
SqmPathSourceby 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
- findTemporaryTableColumns(EntityPersister, ModelPart) - Method in class org.hibernate.dialect.temptable.TemporaryTable
- findTreat(ManagedDomainType, 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) - 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) - 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 aCompletionStageof type R. - fireEventOnEachListener(U, X, Function) - 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 aCompletionStageof type R. - fireEventOnEachListener(U, X, EventActionWithParameter) - 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, BiConsumer) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Fires an event on each registered event listener of this group.
- fireLazyEventOnEachListener(Supplier, Function) - 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 aCompletionStageof 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.envers.query.order.NullPrecedence
-
Null values will be rendered before non-null values.
- FIRST - Enum constant in enum class org.hibernate.query.NullPrecedence
-
Deprecated.Null values appear at the beginning of the sorted collection.
- FIRST - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- FIRST - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
- FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
- firstJdbcParameterBindings() - Method in record class org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult
-
Returns the value of the
firstJdbcParameterBindingsrecord component. - firstKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
- firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in interface org.hibernate.query.QueryLogging
- firstValue(Expression, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a
first_valuewindow function expression. - firstValue(Expression, 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) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- fk(Path) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- fk(Path) - 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) - 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
- FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
- FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
- FLOAT_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
- FloatJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Floathandling. - FloatJavaType() - Constructor for class org.hibernate.type.descriptor.java.FloatJavaType
- FloatJdbcType - Class in org.hibernate.type.descriptor.jdbc
-
Descriptor for
FLOAThandling. - FloatJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.FloatJdbcType
- FloatPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
-
Descriptor for
float[]handling. - FloatPrimitiveArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
- floor(Expression) - 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) - 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 interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- 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 interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
- flushMode(FlushMode) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
- 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
FlushModeto 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.
- followOnLockingCollectedLoadedValues(String) - Method in interface org.hibernate.sql.exec.SqlExecLogger
- followOnLockingForCollectionTable(String, String) - Method in interface org.hibernate.sql.exec.SqlExecLogger
- forCatalog(String) - Method in interface org.hibernate.relational.SchemaManager
-
Obtain an instance which targets the given catalog.
- force() - Element in annotation interface org.hibernate.annotations.DiscriminatorOptions
-
If enabled, allowed discriminator values are always explicitly enumerated in
selectqueries, even when retrieving all instances of a root entity and its subtypes. - FORCE - Enum constant in enum class org.hibernate.Locking.FollowOn
-
Force the use of follow-on locking.
- 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
selectstatements, even when querying the root entity of an entity inheritance hierarchy. - FORCE_INCREMENT - Enum constant in enum class org.hibernate.generator.EventType
-
An event that occurs when attempting to acquire optimistic or pessimistic locks which trigger forcing an increment to the version.
- 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
- forcingTableUse() - Method in interface org.hibernate.id.enhanced.SequenceGeneratorLogger
- forcingTableUse() - Method in interface org.hibernate.id.enhanced.TableGeneratorLogger
- forClass() - Element in annotation interface org.hibernate.envers.AuditOverride
-
Specifies class which field (or property) mapping is being overridden.
- forClassInstantiation(JavaType, 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.InstantJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
- forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
- forEach(Consumer) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
- forEach(Consumer) - Method in interface org.hibernate.sql.results.graph.FetchList
- forEachAnnotation(Consumer) - Static method in interface org.hibernate.boot.models.DialectOverrideAnnotations
- forEachAnnotation(Consumer) - Static method in interface org.hibernate.boot.models.XmlAnnotations
- forEachAnnotation(Consumer) - Static method in interface org.hibernate.boot.models.HibernateAnnotations
- forEachAnnotation(Consumer) - Static method in interface org.hibernate.boot.models.JpaAnnotations
- forEachAttribute(IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
-
Convenience method to iterate the attributes for this mapper's representation
- forEachAttributeMapping(Consumer) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Visit each attribute mapping
- forEachAttributeMapping(Consumer) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Visit attributes defined on this class and any supers
- forEachAttributeMapping(Consumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachAttributeMapping(IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
-
Visit attributes defined on this class and any supers
- forEachAttributeMapping(IndexedConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachBean(Consumer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- forEachBinding(Consumer) - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
-
Visit each parameter binding
- forEachCollectionDescriptor(Consumer) - Method in interface org.hibernate.metamodel.MappingMetamodel
-
Visit the mapping descriptors for all collections defined in the model
- forEachCollectionEntry(BiConsumer, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Execute some action on each entry of the collectionEntries map, optionally iterating on a defensive copy.
- forEachCteColumn(CteTable, SqmCteTableColumn, Consumer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
- forEachDescriptor(Consumer) - 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 valuesXandY. - forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, 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, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, 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 valuesXandY. - forEachDisassembledJdbcValue(Object, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each constituent JDBC value over the result from
Bindable.disassemble(Object, SharedSessionContractImplementor). - forEachEntityDescriptor(Consumer) - 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) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
- forEachJdbcType(int, IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachJdbcType(int, IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachJdbcType(int, IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- forEachJdbcType(int, IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
-
Visit each JdbcMapping starting from the given offset
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.Collation
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.Distinct
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.Format
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.Overflow
- forEachJdbcType(int, IndexedConsumer) - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
- forEachJdbcType(int, IndexedConsumer) - Method in interface org.hibernate.type.BasicType
- forEachJdbcType(IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each of JdbcMapping
- forEachJdbcType(IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
- forEachJdbcType(IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
-
Visit each of JdbcMapping
- forEachJdbcType(IndexedConsumer) - 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 valuesXandY. - forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, 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, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
- forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer, 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 valuesXandY. - forEachJdbcValue(Object, X, Y, Bindable.JdbcValuesBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
-
Visit each constituent JDBC value extracted from the entity instance itself.
- forEachKeyBinding(BiConsumer) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- forEachKeyBinding(BiConsumer) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
Visit each key binding
- 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.AbstractKeyMapping
- forEachMutableTable(Consumer) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- forEachMutableTable(Consumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachMutableTable(Consumer) - Method in interface org.hibernate.sql.model.MutationTarget
-
Visit each table.
- forEachMutableTableReverse(Consumer) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
- forEachMutableTableReverse(Consumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachMutableTableReverse(Consumer) - Method in interface org.hibernate.sql.model.MutationTarget
-
Same as
MutationTarget.forEachMutableTable(Consumer)except that here the tables are visited in reverse order - forEachNonFormula(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
- forEachOperation(BiConsumer) - 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) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- forEachOptimisticLockBinding(BiConsumer) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
-
Visit each optimistic-lock binding
- forEachParameter(Consumer) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
- forEachParameter(Consumer) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- forEachParameter(Consumer) - Method in interface org.hibernate.sql.model.ast.TableMutation
-
Visit the JDBC parameters associated with this mutation.
- forEachRemaining() - Method in interface org.hibernate.type.format.JsonDocumentReader
- forEachResultAssembler(BiConsumer, X) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
-
Invokes the consumer with every initializer part of this assembler that returns
trueforInitializer.isResultInitializer(). - forEachReturningColumn(BiConsumer) - Method in interface org.hibernate.sql.model.ast.TableInsert
-
Visit each return-column
- forEachReturningColumn(BiConsumer) - 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.AbstractKeyMapping
- 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 passes0as 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
- forEachSelectable(SelectableConsumer) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.AbstractKeyMapping
- forEachStatement(BiConsumer) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Visit the details for each table mutation
- forEachSubPart(IndexedConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- forEachSubPart(IndexedConsumer, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
- forEachSubPart(IndexedConsumer, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
- forEachSubPart(IndexedConsumer, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
- forEachTableDetails(Consumer) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
-
Visit details for each table associated with the entity.
- forEachTableDetails(Consumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- forEachTableDetails(Consumer) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
- forEachTableMutation(BiConsumer) - 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) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
- forEachTargetColumn(BiConsumer) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
- forEachTargetColumn(BiConsumer) - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
-
Iterates each target column
- forEachThing(List, BiConsumer) - 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) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
- forEachValueBinding(BiConsumer) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
- forEachValueBinding(BiConsumer) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
- forEachValueBinding(BiConsumer) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
- forEachValueBinding(BiConsumer) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
- forEachValueBinding(BiConsumer) - Method in interface org.hibernate.sql.model.ast.TableInsert
-
Visit each value binding
- forEachValueBinding(BiConsumer) - Method in interface org.hibernate.sql.model.ast.TableUpdate
-
Visit each value binding
- forEachValueDetail(Consumer) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
- forEachValueDetail(Consumer) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- FOREIGN_KEY - Enum constant in enum class org.hibernate.boot.model.naming.ImplicitConstraintNameSource.Kind
- FOREIGN_KEY - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
-
A
foreign keyconstraint 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.xmlmappings. - 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
-
Deprecated.
- 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
- forEntitiesAtRevision(Class, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.
- forEntitiesAtRevision(Class, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
- forEntitiesAtRevision(Class, String, Number, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
- forEntitiesModifiedAtRevision(Class, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which will return entities modified at the specified revision.
- forEntitiesModifiedAtRevision(Class, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which will return entities modified at the specified revision.
- forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Creates a
StandardServiceRegistryBuilderspecific to the needs of bootstrapping JPA. - forListInstantiation(JavaType, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
- forMapInstantiation(JavaType, 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, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Format a date, time, or datetime according to a pattern.
- format(Expression, 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
FormatMapperbased types i.e. - FormatMapperBasedJavaType(Type, MutabilityPlan, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- FormatMapperCreationContext - Interface in org.hibernate.type.format
-
The creation context for
FormatMapperthat is passed as constructor argument to implementations. - FormatSqmFunction(SqmFunctionDescriptor, FunctionRenderer, List, ReturnableType, 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.envers.boot.model
-
An implementation of
Selectionthat represents a formula. - 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.envers.boot.model.Formula
- Formula(String) - Constructor for class org.hibernate.mapping.Formula
- FORMULA - Enum constant in enum class org.hibernate.envers.boot.model.Selection.SelectionType
- 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(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
- forPrecision(Clock, int, int) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
- forRevisionsOfEntity(Class, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query that selects the revision entities associated with the specified entity.
- forRevisionsOfEntity(Class, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which selects the revisions, at which the given entity was modified.
- forRevisionsOfEntity(Class, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query that selects the revision entities associated with the specified entity.
- forRevisionsOfEntity(Class, String, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query, which selects the revisions, at which the given entity was modified and with a given entityName.
- forRevisionsOfEntityWithChanges(Class, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query that selects the revisions at which the given entity was modified.
- forRevisionsOfEntityWithChanges(Class, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
-
Creates a query that selects the revisions at which the given entity was modified.
- forSchema(String) - Method in interface org.hibernate.relational.SchemaManager
-
Obtain an instance which targets the given schema.
- forSharing() - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
-
Ensure internal queues are initialized for sharing between sessions that share the same transaction coordinator.
- 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.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.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
- ForUpdateFragment - Class in org.hibernate.sql
-
A SQL
FOR UPDATEclause. - ForUpdateFragment(Dialect, LockOptions, Map) - 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_FOLLOWINGto use withJpaWindows. - 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_PRECEDINGto use withJpaWindows. - 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_ROWto use withJpaWindows. - frameCurrentRow() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- frameExclude(FrameExclusion) - Method in interface org.hibernate.query.criteria.JpaWindow
-
Set a
FrameExclusionfor 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
GROUPSframe clause to the window and define start and endJpaWindowFramespecifications. - 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
RANGEframe clause to the window and define start and endJpaWindowFramespecifications. - 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
ROWSframe clause to the window and define start and endJpaWindowFramespecifications. - 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_FOLLOWINGto use withJpaWindows. - 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_PRECEDINGto use withJpaWindows. - 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) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(Subquery) - 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) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(EntityType) - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- from(EntityType) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- from(EntityType) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- from(EntityType) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(EntityType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- from(EntityType) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- from(EntityType) - 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) - Method in interface org.hibernate.query.criteria.JpaCriteriaDelete
- from(Class) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
- from(Class) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
- from(Class) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(Class) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
- from(Class) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
- from(Class) - Static method in interface org.hibernate.query.restriction.Path
- from(Class) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(Object) - Static method in class org.hibernate.spatial.dialect.h2gis.H2GISWkb
-
Decode the object into a
Geometry - 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, 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(Selectable) - Static method in class org.hibernate.envers.boot.model.Column
-
Creates an Envers column mapping from an Hibernate ORM column mapping.
- from(Selectable) - Static method in class org.hibernate.envers.boot.model.Formula
-
Create an Envers Formula mapping from an Hibernate ORM formula.
- from(JoinType) - Static method in enum class org.hibernate.query.sqm.tree.SqmJoinType
- from(JpaCteCriteria) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(JpaCteCriteria) - 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) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
- from(JpaSetReturningFunction) - Method in class org.hibernate.query.criteria.CriteriaDefinition
- from(JpaSetReturningFunction) - 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) - 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) - 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
AccessTypetoCacheConcurrencyStrategy. - 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) - 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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) - Method in interface org.hibernate.type.descriptor.java.JavaType
- 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
AccessTypefrom 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
- fromHint(Object) - Static method in interface org.hibernate.Timeouts
- fromHintName(String) - Static method in enum class org.hibernate.graph.GraphSemantic
- fromHintTimeout(Object) - Static method in interface org.hibernate.Timeouts
- 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) - 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.
- fromJpaScope(PessimisticLockScope) - Static method in enum class org.hibernate.Locking.Scope
- fromJpaValue(Nulls) - Static method in enum class org.hibernate.query.NullPrecedence
-
Deprecated.
- fromLegacyValue(Boolean) - Static method in enum class org.hibernate.Locking.FollowOn
-
Given a legacy boolean value, interpret the follow-on strategy.
- fromList(List) - 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
- fromNumericValue(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Method in interface org.hibernate.type.format.JsonValueJDBCTypeAdapter
-
Gets an Object out of a JSON document reader according to a given types.
- fromNumericValue(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Method in class org.hibernate.type.format.OsonValueJDBCTypeAdapter
- fromNumericValue(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Method in class org.hibernate.type.format.StringJsonValueJDBCTypeAdapter
- fromOrdinal(int) - Static method in enum class org.hibernate.engine.spi.Status
- fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
-
Interpret a numeric value as the ordinal of the enum type
- fromRegistryOrChildren(Class) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
- fromRepresentation(byte) - Static method in enum class org.hibernate.envers.RevisionType
- fromRepresentation(Object) - Static method in enum class org.hibernate.envers.RevisionType
- fromResultCheckStyle(ResultCheckStyle) - Static method in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
-
Deprecated.
- fromSession(Function) - Method in interface org.hibernate.SessionFactory
-
Open a
Sessionand 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) - Method in interface org.hibernate.SessionFactory
-
Open a
StatelessSessionand use it to obtain a value. - fromStatelessTransaction(Function) - Method in interface org.hibernate.SessionFactory
-
Open a
StatelessSessionand use it to obtain a value within the bounds of a transaction. - fromStream(Function) - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
- fromString(CharSequence) - Method in class org.hibernate.spatial.GeolatteGeometryJavaType
- fromString(CharSequence) - Method in class org.hibernate.spatial.JTSGeometryJavaType
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.DynamicModelJavaType
- fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
- 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.Jackson3JsonFormatMapper
- fromString(CharSequence, Type) - Method in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
- fromString(CharSequence, Type) - Method in class org.hibernate.type.format.jackson.JacksonOsonFormatMapper
- fromString(CharSequence, Type) - Method in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
- fromString(CharSequence, JavaType, WrapperOptions) - Method in class org.hibernate.type.format.AbstractJsonFormatMapper
- fromString(CharSequence, JavaType, WrapperOptions) - Method in interface org.hibernate.type.format.FormatMapper
-
Deserializes an object from the character sequence.
- fromString(CharSequence, JavaType, WrapperOptions) - Method in class org.hibernate.type.format.jackson.Jackson3XmlFormatMapper
- fromString(CharSequence, JavaType, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
- fromString(CharSequence, JavaType, WrapperOptions) - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
- fromString(String, JavaType, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
- fromString(String, JavaType, WrapperOptions) - Method in class org.hibernate.dialect.type.PostgreSQLInetJdbcType
- fromString(String, JavaType, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonArrayJdbcType
- fromString(String, JavaType, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
- fromString(String, JavaType, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
- fromString(String, JavaType, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
- 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) - Method in interface org.hibernate.SessionFactory
-
Open a
Sessionand use it to obtain a value within the bounds of a transaction. - fromTransaction(Function) - Method in interface org.hibernate.SharedSessionContract
-
Obtain a value within the bounds of a transaction associated with this session.
- fromValue(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Method in interface org.hibernate.type.format.JsonValueJDBCTypeAdapter
-
Gets an Object out of a JSON document reader according to a given types.
- fromValue(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Method in class org.hibernate.type.format.OsonValueJDBCTypeAdapter
- fromValue(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Method in class org.hibernate.type.format.StringJsonValueJDBCTypeAdapter
- fromValueDetails(Function) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
-
Find and return the first DiscriminatorValueDetails which matches the given
handler - fromValueDetails(Function) - Method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- fromValueMappings(String, JavaType, BasicType, Map, ServiceRegistry) - Static method in class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
- fromXMLString(String, MappingContext) - Method in class org.hibernate.type.MetaType
- full(Class) - 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.dialect.lock.spi.OuterJoinLockingType
-
Applying locks to joined rows is supported, acquiring locks on all tables.
- 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() - Method in class org.hibernate.grammars.ordering.OrderingParser
- function() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
- function(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Projection using a custom function
- function(String, Class, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- function(String, Class, Expression...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- function(String, Class, Expression[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
- function(String, Object...) - Static method in class org.hibernate.envers.query.AuditEntity
-
Create restrictions or projections using a function.
- 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_NAME - Static variable in class org.hibernate.envers.function.OrderByFragmentFunction
- 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, JpaPredicate, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionAggregate(String, Class, JpaPredicate, Expression...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionAggregate(String, Class, JpaPredicate, JpaWindow, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a generic aggregate function expression.
- functionAggregate(String, Class, JpaPredicate, JpaWindow, Expression...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionAggregate(String, Class, JpaWindow, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionAggregate(String, Class, 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 BYandORDER BYclauses. - FunctionalDependencyAnalysisSupportImpl - Class in org.hibernate.dialect
- FunctionalDependencyAnalysisSupportImpl(boolean, boolean, boolean) - Constructor for class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
- functionArgument() - Method in class org.hibernate.grammars.ordering.OrderingParser
- functionArgument() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- functionArgument(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- FunctionArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
- FunctionArgumentException - Exception Class 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 class org.hibernate.query.sqm.produce.function.FunctionArgumentException
- functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser
- functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
- functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
- FunctionArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
- FunctionArgumentTypeResolver - Interface in org.hibernate.query.sqm.produce.function
-
Pluggable strategy for resolving a function argument type for a specific call.
- FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
- functionContributions(String) - Method in interface org.hibernate.spatial.HSMessageLogger
- FunctionContributions - Interface in org.hibernate.boot.model
-
Allows custom function descriptors to be contributed to the eventual
SqmFunctionRegistry, either by aDialector by aFunctionContributor. - FunctionContributor - Interface in org.hibernate.boot.model
-
An 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
- FunctionExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
- FunctionKey - Class in org.hibernate.spatial
-
A the key vor a SpatialFunction
- 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
SqmFunctionDescriptors that ultimately want to perform SQL rendering themselves. - FunctionReturn<T> - Interface in org.hibernate.procedure
-
Describes the function return value of a
ProcedureCallexecuted 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, Set, 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, boolean, boolean, Set, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableReference
- functionWithinGroup(String, Class, JpaOrder, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionWithinGroup(String, Class, JpaOrder, Expression...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionWithinGroup(String, Class, JpaOrder, JpaPredicate, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionWithinGroup(String, Class, JpaOrder, JpaPredicate, Expression...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionWithinGroup(String, Class, JpaOrder, JpaPredicate, JpaWindow, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a generic ordered set-aggregate function expression.
- functionWithinGroup(String, Class, JpaOrder, JpaPredicate, JpaWindow, Expression...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- functionWithinGroup(String, Class, JpaOrder, JpaWindow, Expression...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- functionWithinGroup(String, Class, 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, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ge(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ge(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ge(Expression, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
- ge(Expression, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- ge(Expression, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
- ge(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply a "greater than or equal" constraint
- ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint
- geFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply a "greater than or equal" constraint to another function
- geFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint to a function
- 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, SqmPredicate, ReturnableType, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Like
SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine), but also accepts afilterpredicate. - generateAggregateSqmExpression(List, SqmPredicate, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateAggregateSqmExpression(List, SqmPredicate, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generateAlias() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
- generateAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
- generateAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
- generateAlias() - Method in interface org.hibernate.query.sqm.tree.SqmQuery
- generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SharedSessionContractImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
- 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
- generateConstraintName(ImplicitConstraintNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
Generate a name for the given constraint.
- generateConstraintNameString(ImplicitConstraintNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
Generate a name for the given constraint.
- 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 asclause, 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.PostgreSQLDialect
- 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 asclause or equivalent, and that Hibernate should fetch the generated value from the database after each SQLINSERTorUPDATE. - 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
ResultBuilderfor 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.
- Generated values - Section in package org.hibernate.annotations
- 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
EntityKeywith 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) - 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) - 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, Locking.Scope) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- generateLockString() - Method in class org.hibernate.dialect.lock.AbstractPessimisticUpdateLockingStrategy
- generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
Deprecated.
- generateLockString(Timeout) - 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(String, Type, CascadeStyle, int, String, String[], Property, int, int, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
- 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, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Like
SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine), but also accepts afilterpredicate and anorder byclause. - generateOrderedSetAggregateSqmExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateOrderedSetAggregateSqmExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- 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
Clobproxy using a character reader of given length. - generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.proxy.NClobProxy
-
Generates a
NClobproxy 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
Clobproxy using the string data. - generateProxy(String) - Static method in class org.hibernate.engine.jdbc.proxy.NClobProxy
-
Generates a
Clobproxy 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(E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction 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_seriesfunction 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) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(E, E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(E, Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction 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, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(E, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(E, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(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_seriesfunction 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, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(Expression, E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression, E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression, Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(Expression, Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression, Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateSeries(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateSeries(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateSeries(String, String, boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
-
Standard generate_series() function
- 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
ArgumentsValidatorthat validates the array type is compatible with the element type. - GenerateSeriesArgumentTypeResolver(BasicType) - Constructor for class org.hibernate.dialect.function.GenerateSeriesArgumentTypeResolver
- GenerateSeriesArgumentValidator - Class in org.hibernate.dialect.function
-
A
ArgumentsValidatorthat 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) - Constructor for class org.hibernate.dialect.function.GenerateSeriesFunction
- GenerateSeriesFunction(SetReturningFunctionTypeResolver, BasicType, 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
- generatesOnForceIncrement() - Method in interface org.hibernate.generator.Generator
- 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, SqmPredicate, ReturnableType, 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, SqmPredicate, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generateSqmExpression(List, ReturnableType, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Instantiate this template with the given arguments and expected return type.
- generateSqmExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateSqmExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generateSqmExpression(List, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
- generateSqmExpression(List, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmSetReturningFunctionDescriptor
-
Instantiate this template with the given arguments and.
- generateSqmExpression(ReturnableType, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Convenience for no arguments.
- generateSqmExpression(SqmTypedNode, ReturnableType, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Convenience for a single argument.
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.CastStrEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.CoalesceIfnullEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.DateTruncEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.ExtractFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.FormatFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonExistsFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonQueryFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonValueFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.LocatePositionEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.NvlCoalesceEmulation
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.OracleTruncFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.PostgreSQLTruncFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.SqlServerConvertTruncFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.SybaseTruncFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.TruncFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.xml.XmlElementFunction
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.envers.function.OrderByFragmentFunction
- generateSqmFunctionExpression(List, ReturnableType, 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, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
- generateSqmFunctionExpression(List, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
- generateSqmOrderedSetAggregateFunctionExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
- generateSqmOrderedSetAggregateFunctionExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
- generateSqmOrderedSetAggregateFunctionExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.InverseDistributionWindowEmulation
- generateSqmOrderedSetAggregateFunctionExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.xml.SQLServerXmlAggFunction
- generateSqmOrderedSetAggregateFunctionExpression(List, SqmPredicate, SqmOrderByClause, ReturnableType, 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, SqmPredicate, SqmOrderByClause, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.array.DB2UnnestFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.array.H2UnnestFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.array.HANAUnnestFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.CteGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.H2GenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.HANAGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.json.DB2JsonTableFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.json.H2JsonTableFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.SQLServerGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.SybaseASEGenerateSeriesFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
- generateSqmSetReturningFunctionExpression(List, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingSetReturningFunctionDescriptor
- generateSqmSetReturningFunctionExpression(List, 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, SqmPredicate, Boolean, Boolean, ReturnableType, 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, SqmPredicate, Boolean, Boolean, ReturnableType, 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) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
- generateSubquery(PersistentClass) - 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) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(E, E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(E, E, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction 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, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(E, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(E, Expression, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(E, Expression, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(E, Expression, TemporalAmount) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression, E, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(Expression, E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression, E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression, E, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(Expression, E, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression, E, TemporalAmount) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
- generateTimeSeries(Expression, Expression, TemporalAmount) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Creates a
generate_seriesfunction expression to generate a set of values as rows. - generateTimeSeries(Expression, Expression, TemporalAmount) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
- generateTimeSeries(Expression, Expression, 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, SqmPredicate, Boolean, Boolean, ReturnableType, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
-
Like
SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine)but also accepts afilterpredicate. - generateWindowSqmExpression(List, SqmPredicate, Boolean, Boolean, ReturnableType, QueryEngine) - Method in class org.hibernate.dialect.function.DynamicDispatchFunction
- generateWindowSqmExpression(List, SqmPredicate, Boolean, Boolean, ReturnableType, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
- generatingCollectionAccess(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- generatingEntityAccess(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- generatingNaturalIdAccess(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
- 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.
- GeneratorSynchronizer - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling sequence resynchronization.
- 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
GenericGeneratorRegistrationrecord class. - GenericGenerators - Annotation Interface in org.hibernate.annotations
-
Deprecated, for removal: This API element is subject to removal in a future version.since
GenericGeneratoris deprecated. - GenericJDBCException - Exception Class in org.hibernate.exception
-
Generic, non-specific flavor of
JDBCException. - GenericJDBCException(String, SQLException) - Constructor for exception class org.hibernate.exception.GenericJDBCException
- GenericJDBCException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.GenericJDBCException
- GEOGRAPHY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
GEOGRAPHY. - GeolatteFilterPredicate - Class in org.hibernate.spatial.predicate
-
Deprecated.Use
GeolatteSpatialCriteriaBuilderinstead - GeolatteFilterPredicate(CriteriaBuilder, Expression, Expression) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
-
Deprecated.
- GeolatteFilterPredicate(CriteriaBuilder, Expression, Envelope) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
-
Deprecated.
- GeolatteFilterPredicate(CriteriaBuilder, Expression, Geometry) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
-
Deprecated.
- GeolatteGeometryJavaType - Class in org.hibernate.spatial
-
Descriptor for geolatte-geom
Geometrys. - GeolatteGeometryJavaType(Class) - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaType
-
Initialize a type descriptor for the geolatte-geom
Geometrytype. - GeolatteGeometryJavaType(Class, Wkt.Dialect) - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaType
- GeolatteSpatialCriteriaBuilder - Interface in org.hibernate.spatial.criteria
- GeolatteSpatialPredicates - Class in org.hibernate.spatial.predicate
-
Deprecated.Use
GeolatteSpatialCriteriaBuilderinstead - GeolatteSpatialPredicates() - Constructor for class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Deprecated.
- GEOMETRY - Static variable in class org.hibernate.type.SqlTypes
-
A type code representing the generic SQL type
GEOMETRY. - GEOMETRY_INPUT - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
-
String or Byte Array -> Geometry
- GEOMETRY_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
-
an instance of this descriptor
- GEOMETRY_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
-
An instance of this descriptor
- GEOMETRY_OUTPUT - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
-
Geometry -> String or Byte[]
- GEOMETRYCOLL_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
- GEOMETRYCOLL_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
- GeometryLiteralFormatter<T> - Class in org.hibernate.spatial
- GeometryLiteralFormatter(JavaType, Wkt.Dialect, String) - Constructor for class org.hibernate.spatial.GeometryLiteralFormatter
- geometryn - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- geometrytype - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The geometryType function, cfr.
- geomfromewkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- geomfromewkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- geomfromtext - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- geomFromTextName - Variable in class org.hibernate.spatial.GeometryLiteralFormatter
- geomfromwkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- geomfromwkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
- geomunion - Enum constant in enum class org.hibernate.spatial.SpatialFunction
-
Deprecated.The union function, cfr.
- geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply a "greater than or equal" constraint to a property
- geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint to another property
- geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
-
Apply a "greater than or equal" constraint to a property
- geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint to another property
- 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, 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, 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, GraphSemantic, Object) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, fetching associations specified by the given
EntityGraph. - get(EntityGraph, 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(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
-
Create an audit reader associated with an open entity manager.
- get(MapAttribute) - Method in interface org.hibernate.query.criteria.JpaPath
- get(MapAttribute) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(MapAttribute) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(PluralAttribute) - Method in interface org.hibernate.query.criteria.JpaPath
- get(PluralAttribute) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(PluralAttribute) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(SingularAttribute) - Method in interface org.hibernate.query.criteria.JpaPath
- get(SingularAttribute) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
- get(SingularAttribute) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
- get(Class, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(Class, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(Class, 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, Object) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record.
- get(Class, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(Class, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(Class, Object, LockMode) - Method in interface org.hibernate.Session
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Session.find(Class,Object,FindOption...)instead. - get(Class, Object, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a record, obtaining the specified lock mode.
- get(Class, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
- get(Class, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
- get(Class, 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
Session.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 ifincludeSubtypesis set totrueand 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 load dynamic 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 load dynamic entities. - get(List, 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, 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
QueryKeyfrom the cache region, and then check if the cached results, if any, are stale. - get(QueryKey, Set, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Attempt to retrieve a cached query result list for the given
QueryKeyfrom 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
nullif the item is not readable. - get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
- get(SqmPath, String) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
- get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
-
Create an audit reader associated with an open session.
- 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
AccessTypevalue. - getAccessStrategy(String) - Static method in enum class org.hibernate.boot.spi.AccessType
-
Resolve an externalized name to the
AccessTypevalue 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 class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.This was only used in tests and can be quite safely removed. Use
EventSource.getActionQueue(). - 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 class org.hibernate.jdbc.TooManyRowsAffectedException
- getAdapter(JsonDocumentReader, boolean) - Static method in class org.hibernate.type.format.JsonValueJDBCTypeAdapterFactory
-
Gets a type adapter for a given reader
- getAddColumnString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
- getAddColumnString() - Method in class org.hibernate.dialect.Dialect
-
The subcommand of the
alter tablecommand used to add a column to a table, usuallyadd columnoradd. - 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
- getAddedEntry() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
- 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
- getAdjustment() - Method in interface org.hibernate.id.enhanced.Optimizer
- getAdjustment() - Method in class org.hibernate.id.enhanced.PooledOptimizer
- 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 interface org.hibernate.sql.exec.spi.JdbcOperation
-
The names of tables referred to by this operation.
- getAffectedTableNames() - Method in interface org.hibernate.sql.exec.spi.PrimaryOperation
-
The names of tables this operation refers to
- getAffectedTableNames() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
- 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 interface org.hibernate.envers.query.AuditQuery
- getAlias() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
- 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(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
- getAlias(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
- getAlias(String) - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
- getAlias(String) - Method in interface org.hibernate.envers.query.projection.AuditProjection
-
Get the alias associated with the audit projection.
- getAlias(String) - Method in interface org.hibernate.persister.filter.FilterAliasGenerator
- 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
- getAliasLockCount() - Method in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Alias-specific locks are no longer supported, roughly replaced with locking scope.
- getAliasLockIterator() - Method in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Alias-specific locks are no longer supported, roughly replaced with locking scope.
- getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Alias-specific locks are no longer supported, roughly replaced with locking scope.
- getAliasSpecificLocks() - Method in class org.hibernate.LockOptions
-
Deprecated, for removal: This API element is subject to removal in a future version.Alias-specific locks are no longer supported, roughly replaced with locking scope.
- 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
- getAliasTableMap(SessionFactoryImplementor) - Method in class org.hibernate.mapping.FilterConfiguration
- 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
- getAllProperties() - Method in class org.hibernate.mapping.PersistentClass
- getAllPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
- getAllPropertyClosure() - Method in class org.hibernate.mapping.RootClass
- getAllPropertyClosure() - Method in class org.hibernate.mapping.Subclass
- getAllPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
- getAllPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
- 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 tablecommand 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_nameoralter 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 tablecommand used to create the given unique key constraint, or return the empty string if the constraint was already included in thecreate tablestatement byUniqueDelegate.getTableCreationUniqueConstraintsFragment(Table, 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 tablecommand used to drop the given unique key which was previously created byUniqueDelegate.getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext). - getAltName() - Method in class org.hibernate.spatial.FunctionKey
- 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.classfile 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
EntityGraphexplicitly 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 interface org.hibernate.sql.exec.spi.JdbcOperationQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer called
- getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the
ArchiveDescriptorFactoryused for scanning. - getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
- getArgument() - Method in exception class 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.StringFunction
- 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.envers.query.criteria.AuditFunction
- 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.
- getArgumentType() - Method in exception class org.hibernate.query.QueryArgumentException
- 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(BasicExtractor, 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.dialect.temptable.TemporaryTableColumn
- 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
- getArrayLength() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
- getArrayLength() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
- getArrayLength() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
- getArrayLength() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
- 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
Joinabledefining 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
- getATN() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
- getATN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
- getATN() - Method in class org.hibernate.grammars.graph.LegacyGraphLanguageParser
- getATN() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
- getATN() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
- getATN() - Method in class org.hibernate.grammars.ordering.OrderingLexer
- getATN() - Method in class org.hibernate.grammars.ordering.OrderingParser
- getAttribute() - Method in interface org.hibernate.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 interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
- 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
AttributeConverterdefinitions. - getAttributeDescriptor() - Method in interface org.hibernate.graph.AttributeNode
-
The
PersistentAttributerepresented 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 class 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) - Method in interface org.hibernate.graph.Graph
-
Find an existing
AttributeNodeby corresponding attribute reference, within this container. - getAttributeNode(Attribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
- getAttributeNode(String) - Method in interface org.hibernate.graph.Graph
-
Find an existing
AttributeNodeby 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 class org.hibernate.envers.boot.model.AbstractIdentifier
- getAttributes() - Method in interface org.hibernate.envers.boot.model.Identifier
-
Get the collection of property attributes.
- 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.
- getAttributesPrefixed(String, Iterator, boolean, boolean) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
- getAttributesPrefixed(String, ColumnNameIterator, boolean, boolean) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
- getAttributeValues(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.StructHelper
- getAuditEntityConfigurationRegistry() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
- getAuditEntityName(String) - Method in class org.hibernate.envers.configuration.Configuration
-
todo: move this Get the audit enttiy name.
- getAuditEntityNameRegistry() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
- getAuditStrategy() - Method in class org.hibernate.envers.configuration.Configuration
- getAuditStrategyName() - Method in class org.hibernate.envers.configuration.Configuration
- getAuditTableData() - Method in class org.hibernate.envers.boot.model.PersistentEntity
- getAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.Configuration
-
Gets the audit table name by looking up the entity in the defined custom tables and if not found returns a prefixed, suffixed audit table name.
- 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
FilterDefinitions 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
AuxiliaryDatabaseObjects explicitly registered with theMetadataBuilder. - getAuxiliaryDatabaseObjects() - Method in class org.hibernate.boot.model.relational.Database
- getBagRoles() - Method in exception class 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, Type...) - Method in class org.hibernate.type.spi.TypeConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getBasicTypeForJavaType(Class) - 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
BasicTyperegistrations. - getBasicTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
- getBatch(BatchKey, Integer, Supplier) - 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 class 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, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- getBean(Class, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
- getBean(Class) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by class.
- getBean(Class, 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, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
- getBean(String, Class, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
- getBean(String, Class) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by name and contract.
- getBean(String, Class, 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
- getBeanMan
PostInsertIdentifierGeneratorandBulkInsertionCapableIdentifierGenerator, or even better, simply implementOnExecutionGeneratordirectly.