Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$$_hibernate_areCollectionFieldsDirty() - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_clearDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Clear the stored dirty attributes
$$_hibernate_clearDirtyCollectionNames() - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_clearOwner(String) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_getCollectionFieldDirtyNames(DirtyTracker) - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_getCollectionTracker() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Get access to the CollectionTracker
$$_hibernate_getDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Retrieve the names of all the persistent attributes whose values have changed.
$$_hibernate_getEntityEntry() - Method in interface org.hibernate.engine.spi.ManagedEntity
Provides access to the associated EntityEntry.
$$_hibernate_getEntityInstance() - Method in interface org.hibernate.engine.spi.ManagedEntity
Obtain a reference to the entity instance.
$$_hibernate_getInstanceId() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
$$_hibernate_getInstanceId() - Method in interface org.hibernate.engine.spi.InstanceIdentity
Retrieve the unique identifier of this instance
$$_hibernate_getInterceptor() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_getNextManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; obtain reference to the next entry.
$$_hibernate_getPreviousManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; obtain reference to the previous entry.
$$_hibernate_hasDirtyAttributes() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Have any of the entity's persistent attributes changed?
$$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor) - Method in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
$$_hibernate_set_interceptor(ProxyConfiguration.Interceptor) - Method in interface org.hibernate.proxy.ProxyConfiguration
Defines an interceptor object that specifies the behavior of the proxy object.
$$_hibernate_setEntityEntry(EntityEntry) - Method in interface org.hibernate.engine.spi.ManagedEntity
Injects the EntityEntry associated with this entity instance.
$$_hibernate_setInstanceId(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
$$_hibernate_setInstanceId(int) - Method in interface org.hibernate.engine.spi.InstanceIdentity
Set the value of the unique identifier for this instance
$$_hibernate_setInterceptor(PersistentAttributeInterceptor) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
 
$$_hibernate_setNextManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the next entry.
$$_hibernate_setOwner(String, CompositeOwner) - Method in interface org.hibernate.engine.spi.CompositeTracker
 
$$_hibernate_setPersistenceInfo(EntityEntry, ManagedEntity, ManagedEntity, int) - Method in interface org.hibernate.engine.spi.ManagedEntity
Utility method that allows injecting all persistence-related information on the managed entity at once.
$$_hibernate_setPreviousManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the previous entry.
$$_hibernate_setUseTracker(boolean) - Method in interface org.hibernate.engine.spi.ManagedEntity
Used to understand if the tracker can be used to detect dirty properties.
$$_hibernate_suspendDirtyTracking(boolean) - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Temporarily enable / disable dirty tracking
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.CompositeOwner
 
$$_hibernate_trackChange(String) - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Adds persistent attribute to the set of values that have changed
$$_hibernate_useTracker() - Method in interface org.hibernate.engine.spi.ManagedEntity
Can the tracker be used to detect dirty attributes

A

abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abortBatch(Exception) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
abs(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
abs(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
abs(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
abs(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ABSENT - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
null values are removed.
ABSENT - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
 
ABSENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ABSENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ABSENT() - Method in class org.hibernate.grammars.hql.HqlParser.JsonNullClauseContext
 
ABSENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
Abstract - Annotation Interface in org.hibernate.boot.internal
Used in mapping dynamic models to signify that an entity should be considered abstract.
ABSTRACT - Static variable in interface org.hibernate.boot.models.XmlAnnotations
 
AbstractArchiveDescriptor - Class in org.hibernate.boot.archive.spi
Base support for ArchiveDescriptor implementors.
AbstractArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
AbstractArchiveDescriptorFactory - Class in org.hibernate.boot.archive.spi
 
AbstractArchiveDescriptorFactory() - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
AbstractArrayContainsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
AbstractArrayContainsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
 
AbstractArrayFillFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
AbstractArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayFillFunction
 
AbstractArrayIncludesFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_includes function.
AbstractArrayIncludesFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
 
AbstractArrayIntersectsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_intersects function.
AbstractArrayIntersectsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayIntersectsFunction
 
AbstractArrayJavaType<T,E> - Class in org.hibernate.type.descriptor.java
 
AbstractArrayJavaType(Class<T>, JavaType<E>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
AbstractArrayPositionFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_position functions.
AbstractArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayPositionFunction
 
AbstractArrayPositionsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_positions functions.
AbstractArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayPositionsFunction
 
AbstractArrayRemoveFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
AbstractArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.AbstractArrayRemoveFunction
 
AbstractArrayTrimFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
AbstractArrayTrimFunction() - Constructor for class org.hibernate.dialect.function.array.AbstractArrayTrimFunction
 
AbstractAttribute<D,J,B> - Class in org.hibernate.metamodel.model.domain.internal
Models the commonality of the JPA Attribute hierarchy.
AbstractAttribute - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement.
AbstractAttribute(String, Type) - Constructor for class org.hibernate.tuple.AbstractAttribute
Deprecated.
 
AbstractAttribute(ManagedDomainType<D>, String, JavaType<J>, AttributeClassification, SqmDomainType<B>, Member) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
AbstractAttributeKey - Class in org.hibernate.boot.model.source.spi
 
AbstractAttributeKey() - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Constructor for the base AttributePath
AbstractAttributeKey(String) - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Constructor for the base AttributeRole
AbstractAttributeKey(AbstractAttributeKey, String) - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
AbstractAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractAttributeMapping(String, int, ManagedMappingType, AttributeMetadata, int, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
AbstractAttributeMapping(AbstractAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
For Hibernate Reactive
AbstractAuditAssociationQuery<Q extends org.hibernate.envers.query.internal.impl.AuditQueryImplementor> - Class in org.hibernate.envers.query.internal.impl
An abstract base class for all AuditAssociationQuery implementations.
AbstractAuditAssociationQuery(EnversService, AuditReaderImplementor, Q, QueryBuilder, String, JoinType, Map<String, String>, Map<String, String>, String, String, AuditCriterion) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
AbstractAuditQuery - Class in org.hibernate.envers.query.internal.impl
 
AbstractAuditQuery(EnversService, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AbstractAuditQuery(EnversService, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AbstractAuditWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
AbstractAuditWorkUnit(SessionImplementor, String, EnversService, Object, RevisionType) - Constructor for class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBagSemantics<E> - Class in org.hibernate.collection.spi
 
AbstractBagSemantics() - Constructor for class org.hibernate.collection.spi.AbstractBagSemantics
 
AbstractBatchEntitySelectFetchInitializer<Data extends AbstractBatchEntitySelectFetchInitializer.AbstractBatchEntitySelectFetchInitializerData> - Class in org.hibernate.sql.results.graph.entity.internal
 
AbstractBatchEntitySelectFetchInitializer(InitializerParent<?>, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
AbstractBatchEntitySelectFetchInitializer.AbstractBatchEntitySelectFetchInitializerData - Class in org.hibernate.sql.results.graph.entity.internal
 
AbstractBatchEntitySelectFetchInitializerData(AbstractBatchEntitySelectFetchInitializer<?>, RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer.AbstractBatchEntitySelectFetchInitializerData
 
AbstractBinder<T> - Class in org.hibernate.boot.jaxb.internal
 
AbstractBinder(ResourceStreamLocator) - Constructor for class org.hibernate.boot.jaxb.internal.AbstractBinder
 
AbstractCacheableDataStatistics - Class in org.hibernate.stat.internal
 
AbstractCacheableDataStatistics(Supplier<Region>) - Constructor for class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
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<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type.
AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type and mutability plan.
AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type, mutability plan and comparator.
AbstractCollectionBatchLoader - Class in org.hibernate.loader.ast.internal
 
AbstractCollectionBatchLoader(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
AbstractCollectionDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractCollectionDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
AbstractCollectionEvent - Class in org.hibernate.event.spi
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionInitializer<Data extends AbstractCollectionInitializer.CollectionInitializerData> - Class in org.hibernate.sql.results.graph.collection.internal
Base support for CollectionInitializer implementations
AbstractCollectionInitializer(NavigablePath, PluralAttributeMapping, InitializerParent<?>, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
AbstractCollectionInitializer.CollectionInitializerData - Class in org.hibernate.sql.results.graph.collection.internal
 
AbstractCollectionInitializor<T> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a persistent collection.
AbstractCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
AbstractCollectionMapper(Configuration, CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
AbstractCollectionMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Abstract base class for various collection-based metadata generators.
AbstractCollectionMetadataGenerator(EnversMetadataBuildingContext, BasicMetadataGenerator, ValueMetadataGenerator) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
 
AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
AbstractColumnsAndFormulasSource() - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
AbstractCommonQueryContract - Class in org.hibernate.query.spi
 
AbstractCommonQueryContract(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
 
AbstractCommonQueryContract(AbstractCommonQueryContract) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
 
AbstractCompositeIdentifierMapping - Class in org.hibernate.metamodel.internal
Base implementation for composite identifier mappings
AbstractCompositeIdentifierMapping(AbstractCompositeIdentifierMapping) - Constructor for class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
AbstractCompositeIdentifierMapping(EntityMappingType, String, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
AbstractCompositeIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
An abstract identifier mapper implementation specific for composite identifiers.
AbstractCompositeIdMapper(Class<?>, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
AbstractCompositionAttribute - Class in org.hibernate.tuple.component
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
AbstractCompositionAttribute(AttributeSource, SessionFactoryImplementor, int, String, CompositeType, int, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.AbstractCompositionAttribute
Deprecated.
 
AbstractCteMutationHandler - Class in org.hibernate.query.sqm.mutation.internal.cte
Defines how identifier values are selected from the updatable/deletable tables.
AbstractCteMutationHandler(CteTable, SqmDeleteOrUpdateStatement<?>, DomainParameterXref, CteMutationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
AbstractCurrentSessionContext - Class in org.hibernate.context.spi
Base support for CurrentSessionContext implementors.
AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
 
AbstractDatabaseOperationEvent - Class in org.hibernate.event.spi
AbstractDatabaseOperationEvent(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T> - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for implementations of MultiTenantConnectionProvider based on DataSources.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
AbstractDelegateSessionImplementor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy
 
AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AbstractDelegatingMetadata - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataImplementor using delegation.
AbstractDelegatingMetadata(MetadataImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
AbstractDelegatingMetadataBuilderImplementor<T extends MetadataBuilderImplementor> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataBuilderImplementor using delegation.
AbstractDelegatingMetadataBuilderImplementor(MetadataBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
AbstractDelegatingMetadataBuildingOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataBuildingOptions using delegation.
AbstractDelegatingMetadataBuildingOptions(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
AbstractDelegatingSessionBuilder - Class in org.hibernate.engine.spi
Base class for SessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSessionBuilder(SessionBuilder) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
AbstractDelegatingSessionBuilderImplementor - Class in org.hibernate.engine.spi
Base class for SessionBuilderImplementor implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
AbstractDelegatingSessionFactoryBuilder<T extends SessionFactoryBuilder> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
AbstractDelegatingSessionFactoryBuilder(SessionFactoryBuilder) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
AbstractDelegatingSessionFactoryBuilderImplementor<T extends SessionFactoryBuilderImplementor> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilderImplementor, using delegation
AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
AbstractDelegatingSessionFactoryOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementations of SessionFactoryOptions using delegation.
AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
AbstractDelegatingSharedSessionBuilder - Class in org.hibernate.engine.spi
Base class for SharedSessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSharedSessionBuilder(SharedSessionBuilder) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
AbstractDeleteCoordinator - Class in org.hibernate.persister.entity.mutation
Template support for DeleteCoordinator implementations.
AbstractDeleteCoordinator(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
AbstractDeleteExecutionDelegate - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
AbstractDeleteExecutionDelegate(EntityMappingType, TemporaryTable, AfterUseAction, SqmDeleteStatement<?>, DomainParameterXref, QueryOptions, LoadQueryInfluencers, QueryParameterBindings, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
AbstractDiscriminatedEntityResultGraphNode - Class in org.hibernate.sql.results.graph.entity
 
AbstractDiscriminatedEntityResultGraphNode(NavigablePath, DiscriminatedAssociationModelPart, JavaType<?>) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
AbstractDiscriminatorMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractDiscriminatorMapping(ManagedMappingType, DiscriminatorType<Object>, BasicType<Object>) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
AbstractDiscriminatorSqmPathSource<D> - Class in org.hibernate.metamodel.model.domain.internal
Abstract SqmPathSource implementation for discriminators
AbstractDiscriminatorSqmPathSource(DomainType<D>) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractDiscriminatorSqmPathSource
 
AbstractDomainDataCachingConfig - Class in org.hibernate.cache.cfg.internal
 
AbstractDomainDataCachingConfig(AccessType) - Constructor for class org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
 
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
AbstractDomainPath - Class in org.hibernate.metamodel.mapping.internal
 
AbstractDomainPath() - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
AbstractDomainType<J> - Class in org.hibernate.metamodel.model.domain.internal
 
AbstractDomainType(JavaType<J>) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractDomainType
 
AbstractDynamicMapInstantiator - Class in org.hibernate.metamodel.internal
Base support for dynamic-map instantiators
AbstractDynamicMapInstantiator(String) - Constructor for class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
AbstractEmbeddableMapping - Class in org.hibernate.metamodel.mapping.internal
Base support for EmbeddableMappingType implementations
AbstractEmbeddableMapping(MutableAttributeMappingList) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
AbstractEmbeddableMapping.AttributeTypeValidator - Interface in org.hibernate.metamodel.mapping.internal
 
AbstractEmbeddableMapping.ConcreteTableResolver - Interface in org.hibernate.metamodel.mapping.internal
 
AbstractEmbeddableMapping.IllegalAttributeType - Exception in org.hibernate.metamodel.mapping.internal
 
AbstractEmbeddableMapping.SuccessfulCompletionCallback - Interface in org.hibernate.metamodel.mapping.internal
 
AbstractEntityBasedAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
AbstractEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
Deprecated.
 
AbstractEntityBatchLoader<T> - Class in org.hibernate.loader.ast.internal
 
AbstractEntityBatchLoader(EntityMappingType, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.ast.internal.AbstractEntityBatchLoader
 
AbstractEntityCollectionPart - Class in org.hibernate.metamodel.mapping.internal
Base support for EntityCollectionPart implementations
AbstractEntityCollectionPart(CollectionPart.Nature, Collection, CollectionPersister, EntityMappingType, NotFoundAction, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
AbstractEntityCollectionPart(AbstractEntityCollectionPart) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
For Hibernate Reactive
AbstractEntityDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractEntityDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
AbstractEntityEntry - Class in org.hibernate.engine.internal
A base implementation of EntityEntry.
AbstractEntityEntry(SessionFactoryImplementor, String, Object, Status, Status, Object[], Object[], Object, LockMode, boolean, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.AbstractEntityEntry
This for is used during custom deserialization handling
AbstractEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.AbstractEntityEntry
 
AbstractEntityEntry.BooleanState - Enum Class in org.hibernate.engine.internal
Represents a boolean flag stored within a number value, using one bit at a specified offset.
AbstractEntityEntry.EnumState<E extends Enum<E>> - Class in org.hibernate.engine.internal
Represents an enum value stored within a number value, using four bits starting at a specified offset.
AbstractEntityIdGeneratorResolver - Class in org.hibernate.boot.model.internal
Template support for IdGeneratorResolver implementations dealing with entity identifiers
AbstractEntityIdGeneratorResolver(PersistentClass, SimpleValue, MemberDetails, GeneratedValue, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.AbstractEntityIdGeneratorResolver
 
AbstractEntityInsertAction - Class in org.hibernate.action.internal
A base class for entity insert actions.
AbstractEntityInsertAction(Object, Object[], Object, boolean, EntityPersister, EventSource) - Constructor for class org.hibernate.action.internal.AbstractEntityInsertAction
Constructs an AbstractEntityInsertAction object.
AbstractEntityInstantiatorPojo - Class in org.hibernate.metamodel.internal
Base support for instantiating entity values as POJO representation
AbstractEntityInstantiatorPojo(EntityMetamodel, PersistentClass, JavaType<?>) - Constructor for class org.hibernate.metamodel.internal.AbstractEntityInstantiatorPojo
 
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
 
AbstractEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractEntitySourceImpl(MappingDocument, JaxbHbmEntityBaseDefinition) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
AbstractEvent - Class in org.hibernate.event.spi
Defines a base class for Session-generated events.
AbstractEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractEvent
Constructs an event from the given event session.
AbstractEventReader - Class in org.hibernate.boot.jaxb.internal.stax
 
AbstractEventReader(String, XsdDescriptor, XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.AbstractEventReader
 
AbstractEventReader.BadVersionException - Exception in org.hibernate.boot.jaxb.internal.stax
 
AbstractFetchBuilderContainer<T extends AbstractFetchBuilderContainer<T>> - Class in org.hibernate.query.results.internal.dynamic
 
AbstractFetchBuilderContainer() - Constructor for class org.hibernate.query.results.internal.dynamic.AbstractFetchBuilderContainer
 
AbstractFetchBuilderContainer(AbstractFetchBuilderContainer<T>) - Constructor for class org.hibernate.query.results.internal.dynamic.AbstractFetchBuilderContainer
 
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
 
AbstractFieldSerialForm - Class in org.hibernate.property.access.internal
Base Serializable form for field (used as Getter or Setter)
AbstractFieldSerialForm(Class<?>, String) - Constructor for class org.hibernate.property.access.internal.AbstractFieldSerialForm
 
AbstractFieldSerialForm(Field) - Constructor for class org.hibernate.property.access.internal.AbstractFieldSerialForm
 
AbstractFlushingEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.internal.AbstractFlushingEventListener
 
AbstractFunctionArgumentTypeResolver - Class in org.hibernate.query.sqm.produce.function.internal
 
AbstractFunctionArgumentTypeResolver() - Constructor for class org.hibernate.query.sqm.produce.function.internal.AbstractFunctionArgumentTypeResolver
 
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
 
AbstractGraphNode<J> - Class in org.hibernate.graph.internal
 
AbstractGraphNode(boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraphNode
 
AbstractHbmSourceNode - Class in org.hibernate.boot.model.source.internal.hbm
Base class for any and all source objects coming from hbm.xml parsing.
AbstractHbmSourceNode(MappingDocument) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
AbstractIdentifiableType<J> - Class in org.hibernate.metamodel.model.domain.internal
Functionality common to all implementations of IdentifiableType.
AbstractIdentifiableType(String, JavaType<J>, IdentifiableDomainType<? super J>, boolean, boolean, boolean, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType
 
AbstractIdentifier - Class in org.hibernate.envers.boot.model
Base abstract implementation of Identifier.
AbstractIdentifier(String) - Constructor for class org.hibernate.envers.boot.model.AbstractIdentifier
 
AbstractIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
The base abstract class implementation for identifier mappers.
AbstractIdMapper(ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
AbstractImmediateCollectionInitializer<Data extends AbstractImmediateCollectionInitializer.ImmediateCollectionInitializerData> - Class in org.hibernate.sql.results.graph.collection.internal
Base support for CollectionInitializer implementations that represent an immediate initialization of some sort (join, select, batch, sub-select) for a persistent collection.
AbstractImmediateCollectionInitializer(NavigablePath, PluralAttributeMapping, InitializerParent<?>, LockMode, DomainResult<?>, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
AbstractImmediateCollectionInitializer.ImmediateCollectionInitializerData - Class in org.hibernate.sql.results.graph.collection.internal
 
AbstractInformationExtractorImpl - Class in org.hibernate.tool.schema.extract.internal
 
AbstractInformationExtractorImpl(ExtractionContext) - Constructor for class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
AbstractInformationExtractorImpl.ForeignKeyBuilder - Interface in org.hibernate.tool.schema.extract.internal
 
AbstractInformationExtractorImpl.ForeignKeyBuilderImpl - Class in org.hibernate.tool.schema.extract.internal
 
AbstractInitializer<Data extends InitializerData> - Class in org.hibernate.sql.results.graph.internal
 
AbstractInitializer(AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.internal.AbstractInitializer
 
AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
AbstractJavaTimeJdbcType<T extends Temporal> - Class in org.hibernate.type.descriptor.jdbc.internal
 
AbstractJavaTimeJdbcType(Class<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType
 
AbstractJavaType<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractJavaType(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
Abstract JdbcLiteralFormatter implementation managing the JavaType
AbstractJdbcLiteralFormatter(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
AbstractJdbcMutation - Class in org.hibernate.sql.model.jdbc
 
AbstractJdbcMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
AbstractJdbcOperationQuery - Class in org.hibernate.sql.exec.spi
Executable JDBC command
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
AbstractJdbcOperationQueryInsert - Class in org.hibernate.sql.exec.internal
Base support for JdbcInsertMutation implementations
AbstractJdbcOperationQueryInsert(String, List<JdbcParameterBinder>, Set<String>, String) - Constructor for class org.hibernate.sql.exec.internal.AbstractJdbcOperationQueryInsert
 
AbstractJdbcParameter - Class in org.hibernate.sql.exec.internal
 
AbstractJdbcParameter(JdbcMapping) - Constructor for class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
AbstractJdbcValues - Class in org.hibernate.sql.results.jdbc.internal
 
AbstractJdbcValues() - Constructor for class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
AbstractJpaSelection<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaSelection impls.
AbstractJpaSelection(SqmBindableType<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
AbstractJpaTupleElement<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaTupleElement impls
AbstractJpaTupleElement(SqmBindableType<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
AbstractJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
Standard json_array_append function.
AbstractJsonArrayAppendFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonArrayAppendFunction
 
AbstractJsonArrayInsertFunction - Class in org.hibernate.dialect.function.json
Standard json_array_insert function.
AbstractJsonArrayInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonArrayInsertFunction
 
AbstractJsonFormatMapper - Class in org.hibernate.type.format
 
AbstractJsonFormatMapper() - Constructor for class org.hibernate.type.format.AbstractJsonFormatMapper
 
AbstractJsonInsertFunction - Class in org.hibernate.dialect.function.json
Standard json_insert function.
AbstractJsonInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonInsertFunction
 
AbstractJsonMergepatchFunction - Class in org.hibernate.dialect.function.json
Standard json_mergepatch function.
AbstractJsonMergepatchFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonMergepatchFunction
 
AbstractJsonRemoveFunction - Class in org.hibernate.dialect.function.json
Standard json_remove function.
AbstractJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonRemoveFunction
 
AbstractJsonReplaceFunction - Class in org.hibernate.dialect.function.json
Standard json_replace function.
AbstractJsonReplaceFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonReplaceFunction
 
AbstractJsonSetFunction - Class in org.hibernate.dialect.function.json
Standard json_set function.
AbstractJsonSetFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonSetFunction
 
AbstractJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
AbstractJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
AbstractLazyInitializer - Class in org.hibernate.proxy
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer(String, Object, SharedSessionContractImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLazyLoadInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractLazyLoadInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
 
AbstractLazyLoadInterceptor(String, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
 
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
 
AbstractLobCreator - Class in org.hibernate.engine.jdbc.env.internal
Convenient base class for proxy-based LobCreator for handling wrapping.
AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.env.internal.AbstractLobCreator
 
AbstractLogicalConnectionImplementor - Class in org.hibernate.resource.jdbc.internal
Base support for LogicalConnection implementations
AbstractLogicalConnectionImplementor() - Constructor for class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
AbstractManagedType<J> - Class in org.hibernate.metamodel.model.domain.internal
Functionality common to all implementations of ManagedType.
AbstractManagedType(String, JavaType<J>, ManagedDomainType<? super J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractManagedType
 
AbstractManagedType.InFlightAccessImpl - Class in org.hibernate.metamodel.model.domain.internal
 
AbstractMapper - Class in org.hibernate.envers.internal.entities.mapper
A base class for all entity mapper implementations.
AbstractMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.AbstractMapper
 
AbstractMapSemantics<MKV extends Map<K,V>,K,V> - Class in org.hibernate.collection.spi
 
AbstractMapSemantics() - Constructor for class org.hibernate.collection.spi.AbstractMapSemantics
 
AbstractMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Abstract base class for all metadata generator implementations.
AbstractMetadataGenerator(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
AbstractMiddleComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
An abstract base class for all middle component mappers.
AbstractMiddleComponentMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.AbstractMiddleComponentMapper
 
AbstractModifiedColumnNamingStrategy - Class in org.hibernate.envers.boot.internal
 
AbstractModifiedColumnNamingStrategy() - Constructor for class org.hibernate.envers.boot.internal.AbstractModifiedColumnNamingStrategy
 
AbstractMultiIdEntityLoader<T> - Class in org.hibernate.loader.ast.internal
Base support for MultiIdEntityLoader implementations.
AbstractMultiIdEntityLoader(EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
AbstractMultiIdEntityLoader.ResolutionConsumer<T> - Interface in org.hibernate.loader.ast.internal
 
AbstractMultiNaturalIdLoader<E> - Class in org.hibernate.loader.ast.internal
 
AbstractMultiNaturalIdLoader(EntityMappingType) - Constructor for class org.hibernate.loader.ast.internal.AbstractMultiNaturalIdLoader
 
AbstractMultiTenantConnectionProvider<T> - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using an individual ConnectionProvider instance per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractMutationCoordinator - Class in org.hibernate.persister.entity.mutation
Base support for coordinating mutations against an entity
AbstractMutationCoordinator(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
AbstractMutationExecutor - Class in org.hibernate.engine.jdbc.mutation.internal
Base support for MutationExecutor implementations
AbstractMutationExecutor() - Constructor for class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
 
AbstractMutationHandler - Class in org.hibernate.query.sqm.mutation.spi
 
AbstractMutationHandler(SqmDeleteOrUpdateStatement<?>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
AbstractMutationStatement - Class in org.hibernate.sql.ast.tree
 
AbstractMutationStatement(CteContainer, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
AbstractNamedQueryBuilder<R,T extends AbstractNamedQueryBuilder<R,T>> - Class in org.hibernate.boot.query
 
AbstractNamedQueryBuilder(String, AnnotationTarget) - Constructor for class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
AbstractNamedQueryDefinition<R> - Class in org.hibernate.boot.spi
 
AbstractNamedQueryDefinition(String, Class<R>, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, Object>, String) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
AbstractNamedQueryMemento<R> - Class in org.hibernate.query.named
 
AbstractNamedQueryMemento(String, Class<R>, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento
 
AbstractNaturalIdDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractNaturalIdDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
AbstractNaturalIdLoader<T> - Class in org.hibernate.loader.ast.internal
Base support for NaturalIdLoader implementations
AbstractNaturalIdLoader(NaturalIdMapping, EntityMappingType) - Constructor for class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
AbstractNaturalIdMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractNaturalIdMapping(EntityMappingType, boolean) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping
 
AbstractNegatableSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractNegatableSqmPredicate(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
AbstractNegatableSqmPredicate(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
AbstractNegatableSqmPredicate(SqmBindableType<Boolean>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
AbstractNonIdentifierAttribute - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement.
AbstractNonIdentifierAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
AbstractNonJoinCollectionInitializer<Data extends AbstractCollectionInitializer.CollectionInitializerData> - Class in org.hibernate.sql.results.graph.collection.internal
Base support for CollectionInitializer implementations that don't join data
AbstractNonJoinCollectionInitializer(NavigablePath, PluralAttributeMapping, InitializerParent<?>, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractNonJoinCollectionInitializer
 
AbstractNonJoinedEntityFetch - Class in org.hibernate.sql.results.graph.entity.internal
 
AbstractNonJoinedEntityFetch(NavigablePath, ToOneAttributeMapping, FetchParent, DomainResult<?>, boolean, boolean, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
AbstractNonJoinedEntityFetch(NavigablePath, ToOneAttributeMapping, FetchParent, DomainResult<?>, BasicFetch<?>, boolean) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
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
 
AbstractOneToOneMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Template class for property mappers that manage one-to-one relation.
AbstractOneToOneMapper(String, String, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
AbstractOptimizer - Class in org.hibernate.id.enhanced
Common support for Optimizer implementations.
AbstractOverrider<O extends Annotation> - Class in org.hibernate.boot.models.annotations.spi
Base support for DialectOverrider annotations
AbstractOverrider() - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
AbstractOverrider(Map<String, Object>, AnnotationDescriptor<?>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
AbstractPagedArray<E> - Class in org.hibernate.internal.util.collections
Array-like structures that organizes elements in AbstractPagedArray.Pages, automatically allocating more as needed.
AbstractPagedArray() - Constructor for class org.hibernate.internal.util.collections.AbstractPagedArray
 
AbstractPagedArray.Page<E> - Class in org.hibernate.internal.util.collections
Represents a page of AbstractPagedArray.PAGE_CAPACITY objects in the overall array.
AbstractPagedArray.PagedArrayIterator<T> - Class in org.hibernate.internal.util.collections
 
AbstractParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
 
AbstractParameterDescriptor(int[], BindableType<T>) - Constructor for class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
AbstractPersistentCollection<E> - Class in org.hibernate.collection.spi
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
 
AbstractPersistentCollection.AbstractValueDelayedOperation - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.DelayedOperation<E> - Interface in org.hibernate.collection.spi
Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.IteratorProxy<E> - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.spi
TBH not sure why this is public
AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.SetProxy<E> - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.ValueDelayedOperation<E> - Interface in org.hibernate.collection.spi
 
AbstractPluralAssociationElementSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractPluralAssociationElementSourceImpl(MappingDocument, PluralAttributeSource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
AbstractPluralAttribute<D,C,E> - Class in org.hibernate.metamodel.model.domain.internal
 
AbstractPluralAttribute(PluralAttributeBuilder<D, C, E, ?>, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
AbstractPluralAttributeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractPluralAttributeSourceImpl(MappingDocument, PluralAttributeInfo, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
AbstractPojoInstantiator - Class in org.hibernate.metamodel.internal
Base support for POJO-based instantiation
AbstractPojoInstantiator(Class<?>) - Constructor for class org.hibernate.metamodel.internal.AbstractPojoInstantiator
 
AbstractPostDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation successfully executed by the database.
AbstractPostDatabaseOperationEvent(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
AbstractPostgreSQLJsonPGObjectType - Class in org.hibernate.dialect.type
 
AbstractPostgreSQLJsonPGObjectType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
 
AbstractPostgreSQLStructJdbcType - Class in org.hibernate.dialect.type
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.
AbstractPostgreSQLStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
Subclasses should now directly inherit PostInsertIdentifierGenerator and BulkInsertionCapableIdentifierGenerator, or even better, simply implement OnExecutionGenerator directly.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
Deprecated.
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation that is about to be executed by the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
AbstractPredicate(JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPredicate(JdbcMappingContainer, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPreparedStatementGroup - Class in org.hibernate.engine.jdbc.mutation.internal
 
AbstractPreparedStatementGroup(SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.AbstractPreparedStatementGroup
 
AbstractPropertyHolder - Class in org.hibernate.boot.model.internal
 
AbstractPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
Abstract implementation of a PropertyMapper.
AbstractPropertyMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.AbstractPropertyMapper
 
AbstractQuery<R> - Class in org.hibernate.query.spi
 
AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
 
AbstractQueryParameter<T> - Class in org.hibernate.query.spi
 
AbstractQueryParameter(boolean, BindableType<T>) - Constructor for class org.hibernate.query.spi.AbstractQueryParameter
 
AbstractReadWriteAccess - Class in org.hibernate.cache.spi.support
 
AbstractReadWriteAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
AbstractReadWriteAccess.Item - Class in org.hibernate.cache.spi.support
Wrapper type representing unlocked items.
AbstractReadWriteAccess.Lockable - Interface in org.hibernate.cache.spi.support
Interface type implemented by all wrapper objects in the cache.
AbstractReadWriteAccess.SoftLockImpl - Class in org.hibernate.cache.spi.support
Wrapper type representing locked items.
AbstractRegion - Class in org.hibernate.cache.spi.support
 
AbstractRegion(String, RegionFactory) - Constructor for class org.hibernate.cache.spi.support.AbstractRegion
Constructs an AbstractRegion.
AbstractRegionFactory - Class in org.hibernate.cache.spi
 
AbstractRegionFactory() - Constructor for class org.hibernate.cache.spi.AbstractRegionFactory
 
AbstractRelationQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Base class for implementers of RelationQueryGenerator contract.
AbstractRelationQueryGenerator(Configuration, String, MiddleIdData, boolean, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
AbstractRestrictedTableMutation<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
 
AbstractRestrictedTableMutation(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
AbstractRestrictedTableMutationBuilder<O extends MutationOperation,M extends RestrictedTableMutation<O>> - Class in org.hibernate.sql.model.ast.builder
Specialization of TableMutationBuilder for mutations which contain a restriction.
AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
AbstractResultSetAccess - Class in org.hibernate.sql.results.jdbc.internal
 
AbstractResultSetAccess(SharedSessionContractImplementor) - Constructor for class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractReturningWork<T> - Class in org.hibernate.jdbc
An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.
AbstractReturningWork() - Constructor for class org.hibernate.jdbc.AbstractReturningWork
 
AbstractSaveEventListener<C> - Class in org.hibernate.event.internal
A convenience base class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.internal.AbstractSaveEventListener
 
AbstractSchemaMigrator - Class in org.hibernate.tool.schema.internal
Base implementation of SchemaMigrator.
AbstractSchemaMigrator(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
AbstractSchemaPopulator - Class in org.hibernate.tool.schema.internal
Handles population from "/import.sql" and other scripts.
AbstractSchemaPopulator() - Constructor for class org.hibernate.tool.schema.internal.AbstractSchemaPopulator
 
AbstractSchemaValidator - Class in org.hibernate.tool.schema.internal
Base implementation of SchemaValidator.
AbstractSchemaValidator(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
AbstractScriptSourceInput - Class in org.hibernate.tool.schema.internal.exec
Convenience base class for ScriptSourceInput implementations
AbstractScriptSourceInput() - Constructor for class org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
 
AbstractScriptTargetOutput - Class in org.hibernate.tool.schema.internal.exec
 
AbstractScriptTargetOutput() - Constructor for class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
AbstractScrollableResults<R> - Class in org.hibernate.internal
Base implementation of the ScrollableResults interface intended for sharing between ScrollableResultsImpl and FetchingScrollableResultsImpl
AbstractScrollableResults(JdbcValues, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.AbstractScrollableResults
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy requires a subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
AbstractSelectionQuery<R> - Class in org.hibernate.query.spi
 
AbstractSelectionQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
 
AbstractSelectionQuery(AbstractSelectionQuery<?>) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
 
AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
Base LockingStrategy implementation to support implementations based on issuing SQL SELECT statements.
AbstractSelectLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
AbstractSerializableProxy - Class in org.hibernate.proxy
Convenience base class for the serialized form of AbstractLazyInitializer.
AbstractSerializableProxy(String, Object, Boolean, String, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractServiceRegistryImpl - Class in org.hibernate.service.internal
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts.
AbstractServiceRegistryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(ServiceRegistryImplementor, boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry, boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractSetSemantics<SE extends Set<E>,E> - Class in org.hibernate.collection.spi
 
AbstractSetSemantics() - Constructor for class org.hibernate.collection.spi.AbstractSetSemantics
 
AbstractSetterMethodSerialForm - Class in org.hibernate.property.access.internal
Base Serializable form for setter methods
AbstractSetterMethodSerialForm(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
AbstractSharedSessionContract - Class in org.hibernate.internal
Base class for implementations of SharedSessionContract and SharedSessionContractImplementor.
AbstractSharedSessionContract(SessionFactoryImpl, SessionCreationOptions) - Constructor for class org.hibernate.internal.AbstractSharedSessionContract
 
AbstractSimpleLimitHandler - Class in org.hibernate.dialect.pagination
Superclass for simple LimitHandlers that don't support specifying an offset without a limit.
AbstractSimpleLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
AbstractSingleColumnStandardBasicType(JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
AbstractSingleMutationExecutor - Class in org.hibernate.engine.jdbc.mutation.internal
 
AbstractSingleMutationExecutor(PreparableMutationOperation, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
AbstractSingularAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractSingularAttributeMapping(String, int, int, AttributeMetadata, FetchTiming, FetchStyle, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
 
AbstractSingularAttributeMapping(String, int, int, AttributeMetadata, FetchOptions, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
 
AbstractSingularAttributeMapping(AbstractSingularAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
For Hibernate Reactive
AbstractSingularAttributeSourceEmbeddedImpl - Class in org.hibernate.boot.model.source.internal.hbm
Common base class for <component/> and <composite-id/> mappings.
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument, AttributeSourceContainer, EmbeddedAttributeMapping, List, boolean, NaturalIdMutability, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument, EmbeddedAttributeMapping, EmbeddableSource, NaturalIdMutability) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
AbstractSqlAstQueryNodeProcessingStateImpl - Class in org.hibernate.query.sqm.sql.internal
 
AbstractSqlAstQueryNodeProcessingStateImpl(SqlAstProcessingState, SqlAstCreationState, Function<SqlExpressionResolver, SqlExpressionResolver>, Supplier<Clause>) - Constructor for class org.hibernate.query.sqm.sql.internal.AbstractSqlAstQueryNodeProcessingStateImpl
 
AbstractSqlAstQueryNodeProcessingStateImpl(SqlAstProcessingState, SqlAstCreationState, Supplier<Clause>) - Constructor for class org.hibernate.query.sqm.sql.internal.AbstractSqlAstQueryNodeProcessingStateImpl
 
AbstractSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
AbstractSqlAstTranslator.ForUpdateClause - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.LockStrategy - Enum Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X extends Expression> - Interface in org.hibernate.sql.ast.spi
 
AbstractSqlAstWalker - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AbstractSqlAstWalker() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
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<?, L>, NavigablePath, SqmPathSource<R>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
AbstractSqmDmlStatement<E> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<E>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmRoot<E>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
AbstractSqmExpression(SqmBindableType<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
AbstractSqmFrom<O,T> - Class in org.hibernate.query.sqm.tree.domain
Convenience base class for SqmFrom implementations
AbstractSqmFrom(EntityDomainType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmTreatedRoot to SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmCorrelatedRootJoin through SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
AbstractSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmFunctionDescriptor(String) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmInsertStatement<T> - Class in org.hibernate.query.sqm.tree.insert
Convenience base class for InsertSqmStatement implementations.
AbstractSqmInsertStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>, List<SqmPath<?>>, SqmConflictClause<T>) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmInsertStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmJoin<L,R> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmJoin(NavigablePath, SqmPathSource<R>, SqmFrom<?, L>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
AbstractSqmJsonPathExpression<T> - Class in org.hibernate.query.sqm.tree.expression
Base class for expressions that contain a json path.
AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String, Map<String, SqmExpression<?>>) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
AbstractSqmNode - Class in org.hibernate.query.sqm.tree
Base implementation of a criteria node.
AbstractSqmNode(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmNode
 
AbstractSqmParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Common support for SqmParameter impls
AbstractSqmParameter(boolean, SqmBindableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
AbstractSqmPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
AbstractSqmPathInterpretation(NavigablePath, ModelPart, TableGroup) - Constructor for class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
AbstractSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
AbstractSqmPathSource(String, SqmPathSource<J>, DomainType<J>, Bindable.BindableType) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
AbstractSqmPluralJoin<L,C,E> - Class in org.hibernate.query.sqm.tree.domain
Base support for joins to plural attributes
AbstractSqmPluralJoin(SqmFrom<?, L>, SqmPluralPersistentAttribute<? super L, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPluralJoin(SqmFrom<?, L>, NavigablePath, PluralPersistentAttribute<L, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractSqmPredicate(SqmBindableType<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
AbstractSqmRestrictedDmlStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmRestrictedDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
AbstractSqmRestrictedDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
Constructor for HQL statements.
AbstractSqmRestrictedDmlStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
Constructor for Criteria statements.
AbstractSqmSelectQuery<T> - Class in org.hibernate.query.sqm.tree.select
 
AbstractSqmSelectQuery(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(NodeBuilder, Map<String, SqmCteStatement<?>>, Class<T>) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart<T>, Map<String, SqmCteStatement<?>>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelfRenderingFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSelfRenderingFunctionDescriptor(String, FunctionKind, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSelfRenderingSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSelfRenderingSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingSetReturningFunctionDescriptor
 
AbstractSqmSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
 
AbstractSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
 
AbstractSqmSetReturningFunctionDescriptor(String, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
 
AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPath<?>, PluralPersistentAttribute<?, ?, ?>, SqmPathSource<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
AbstractSqmStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
AbstractSqmStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
Convenience base class for BasicType implementations.
AbstractStandardBasicType(JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractStandardCallableStatementSupport - Class in org.hibernate.procedure.internal
 
AbstractStandardCallableStatementSupport() - Constructor for class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
 
AbstractStateArrayContributorMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractStateArrayContributorMapping(String, AttributeMetadata, FetchTiming, FetchStyle, int, int, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
AbstractStateArrayContributorMapping(String, AttributeMetadata, FetchOptions, int, int, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
AbstractStateArrayContributorMapping(AbstractStateArrayContributorMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
For Hibernate Reactive
AbstractStatement - Class in org.hibernate.sql.ast.tree
 
AbstractStatement(CteContainer) - Constructor for class org.hibernate.sql.ast.tree.AbstractStatement
 
AbstractTableDelete - Class in org.hibernate.sql.model.ast
 
AbstractTableDelete(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
 
AbstractTableDelete(MutatingTableReference, MutationTarget<?>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
 
AbstractTableGroup - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableGroup(boolean, NavigablePath, ModelPartContainer, String, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
AbstractTableInsert - Class in org.hibernate.sql.model.ast
 
AbstractTableInsert(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueParameter>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
 
AbstractTableInsert(MutatingTableReference, MutationTarget<?>, List<ColumnValueParameter>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
 
AbstractTableInsertBuilder - Class in org.hibernate.sql.model.ast.builder
Base support for TableInsertBuilder implementations
AbstractTableInsertBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
AbstractTableInsertBuilder(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
AbstractTableMutation<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
Base TableMutation support
AbstractTableMutation(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableMutation
 
AbstractTableMutationBuilder<M extends TableMutation<?>> - Class in org.hibernate.sql.model.ast.builder
Base support for TableMutationBuilder implementations
AbstractTableMutationBuilder(MutationType, MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
AbstractTableMutationBuilder(MutationType, MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
AbstractTableReference - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableReference(String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
AbstractTableUpdate<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
Base support for TableUpdate implementations
AbstractTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
 
AbstractTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
 
AbstractTableUpdateBuilder<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
Base support for TableUpdateBuilder implementations
AbstractTableUpdateBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
AbstractTableUpdateBuilder(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
AbstractTemporalJavaType<T> - Class in org.hibernate.type.descriptor.java
 
AbstractTemporalJavaType(Class<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTimeZoneStorageCompositeUserType<T> - Class in org.hibernate.usertype.internal
 
AbstractTimeZoneStorageCompositeUserType() - Constructor for class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
AbstractToOneAttributeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractToOneMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Base class for property mappers that manage to-one relation.
AbstractToOneMapper(ServiceRegistry, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
AbstractToOneMapper.EntityInfo - Class in org.hibernate.envers.internal.entities.mapper.relation
Simple descriptor of an entity.
AbstractTransactSQLDialect - Class in org.hibernate.dialect
An abstract base class for Sybase and MS SQL Server dialects.
AbstractTransactSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
 
AbstractTransactSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
 
AbstractTransactSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
AbstractTransactSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
AbstractType - Class in org.hibernate.type
Abstract superclass of the built-in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
AbstractUpdateOrDeleteStatement - Class in org.hibernate.sql.ast.tree
 
AbstractUpdateOrDeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateRowsCoordinator - Class in org.hibernate.persister.collection.mutation
 
AbstractUpdateRowsCoordinator(CollectionMutationTarget, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
AbstractUserDefinedType - Class in org.hibernate.mapping
 
AbstractUserDefinedType(String, Namespace, Identifier) - Constructor for class org.hibernate.mapping.AbstractUserDefinedType
 
AbstractUserTypeCases - Class in org.hibernate.boot.models.xml.internal
 
AbstractUserTypeCases() - Constructor for class org.hibernate.boot.models.xml.internal.AbstractUserTypeCases
 
AbstractUUIDGenerator - Class in org.hibernate.id
Deprecated.
since UUIDHexGenerator is deprecated
AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
 
AbstractValueDelayedOperation(E, E) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
AbstractVisitor - Class in org.hibernate.event.internal
Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.
AbstractWork - Class in org.hibernate.jdbc
An abstract implementation of Work that accepts a WorkExecutor visitor for executing a discrete piece of work.
AbstractWork() - Constructor for class org.hibernate.jdbc.AbstractWork
 
AbstractXmlAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AbstractXmlAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AbstractXmlAnnotation
 
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(int, T) - Method in interface org.hibernate.internal.util.IndexedConsumer
 
accept(int, T, U) - Method in interface org.hibernate.internal.util.IndexedBiConsumer
 
accept(Data, List<Object>) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
accept(String) - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
accept(String) - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
accept(String) - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToScript
 
accept(String) - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToStdout
 
accept(String) - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToStdout
 
accept(String) - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
Accept a command
accept(String) - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Accept the given command and write it to the abstracted script
accept(String, String[], IntFunction<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Simple form allowing visitation over a number of column names within a table.
accept(String, JdbcMappingContainer, String[]) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Simple form of visitation over a number of columns by name, using a separate SelectableMappings as a base for additional details.
accept(K, V) - Method in interface org.hibernate.internal.util.KeyedConsumer
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictActionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ContainsPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IncludesPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IntersectsPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayAggFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsOnErrorClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonNullClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectAggFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableErrorClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableExistsColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableNestedColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableOrdinalityColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableQueryColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableValueColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonUniqueKeysClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueReturningClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LimitOffsetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RootFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetReturningFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleSetReturningFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SlicedPathAccessFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlaggFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlexistsFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlpiFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlqueryFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableDefaultClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableOrdinalityColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableQueryColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableValueColumnContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
accept(ManagedEntity) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.ManagedEntityConsumer
 
accept(PersistentAttributeInterceptable, T) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.PersistentAttributeInterceptableAction
 
accept(SelfDirtinessTracker) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.SelfDirtinessTrackerConsumer
 
accept(SelfDirtinessTracker, T) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.SelfDirtinessTrackerAction
 
accept(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
Accepts a WorkExecutor visitor for executing a discrete piece of work, and returns an implementation-defined result..
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(BasicValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.BasicValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
accept(SemanticQueryWalker<T1>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddedDiscriminatorSqmPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
Unsupported.
accept(SemanticQueryWalker<X>) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
accept(SemanticQueryWalker<X>) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
accept(SemanticQueryWalker<X>) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
Accept the walker per visitation
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
accept(SqlAstWalker) - Method in class org.hibernate.internal.FilterJdbcParameter
 
accept(SqlAstWalker) - Method in class org.hibernate.persister.internal.SqlFragmentPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.query.results.internal.ResultSetMappingSqlSelection
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.mutation.internal.ExpressionDomainResultProducer
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.AnyDiscriminatorPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.AsWrappedExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.NonAggregatedCompositeValuedPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.PluralValuedSimplePathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
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.exec.internal.AbstractJdbcParameter
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableDeleteCustomSql
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableDeleteStandard
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableInsertCustomSql
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableInsertStandard
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableUpdateCustomSql
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.internal.TableUpdateStandard
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
accept(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCachingImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
 
ACCESS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ACCESS_FIELD - Static variable in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ACCESS_PROPERTY - Static variable in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ACCESS_RECORD - Static variable in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ACCESS_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
Deprecated.
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessedDataClassification - Enum Class in org.hibernate.cache.spi.support
 
accessInputStream() - Method in class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
 
accessInputStream() - Method in class org.hibernate.boot.archive.internal.FileInputStreamAccess
 
accessInputStream() - Method in class org.hibernate.boot.archive.internal.UrlInputStreamAccess
 
accessInputStream() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
Get access to the stream.
AccessJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AccessJpaAnnotation(Access, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AccessJpaAnnotation
Used in creating annotation instances from JDK variant
AccessJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AccessJpaAnnotation
Used in creating annotation instances from Jandex variant
AccessJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AccessJpaAnnotation
Used in creating dynamic annotation instances (e.g.
accessOptimizer - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
AccessStrategyHelper - Class in org.hibernate.property.access.internal
 
AccessStrategyHelper() - Constructor for class org.hibernate.property.access.internal.AccessStrategyHelper
 
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
 
accessTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
AccessType - Enum Class in org.hibernate.boot.spi
Enumerates various access strategies for accessing entity values.
AccessType - Enum Class in org.hibernate.cache.spi.access
Enumerates the policies for managing concurrent access to the shared second-level cache.
AccessTypeDeterminationException - Exception in org.hibernate.boot.models
Indicates that AccessType could not be determined
AccessTypeDeterminationException(ClassDetails) - Constructor for exception org.hibernate.boot.models.AccessTypeDeterminationException
 
AccessTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.internal
JAXB marshalling for JPA's AccessType
AccessTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.internal.AccessTypeMarshalling
 
AccessTypePlacementException - Exception in org.hibernate.boot.models
Indicates a problem with the placement of the Access annotation; either FIELD on a getter PROPERTY on a field PROPERTY on a setter
AccessTypePlacementException(ClassDetails, MemberDetails) - Constructor for exception org.hibernate.boot.models.AccessTypePlacementException
 
acos(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse cosine of its argument.
acos(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
acos(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
acquireInitializerId() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
acquireUniqueAlias() - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
action() - Element in annotation interface org.hibernate.annotations.NotFound
Specifies how to handle the case of an orphaned foreign key.
action() - Element in annotation interface org.hibernate.annotations.OnDelete
The action to taken by the database when deletion of a row would cause the constraint to be violated.
action() - Method in class org.hibernate.boot.models.annotations.internal.NotFoundAnnotation
 
action() - Method in class org.hibernate.boot.models.annotations.internal.OnDeleteAnnotation
 
action(NotFoundAction) - Method in class org.hibernate.boot.models.annotations.internal.NotFoundAnnotation
 
action(OnDeleteAction) - Method in class org.hibernate.boot.models.annotations.internal.OnDeleteAnnotation
 
Action - Enum Class in org.hibernate.tool.schema
Enumerates the actions that may be performed by the schema management tooling.
ACTION_CREATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_CREATE_ONLY - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_CREATE_THEN_DROP - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_DROP - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_NONE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_POPULATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_UPDATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_VALIDATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ActionGrouping(String, Action, Action) - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
ActionQueue - Class in org.hibernate.engine.spi
Responsible for maintaining the queue of actions related to events.
ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
Constructs an action queue bound to the given session.
ActionQueue.TransactionCompletionProcesses - Class in org.hibernate.engine.spi
Wrapper class allowing to bind the same transaction completion process queues in different sessions.
actions - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
ActivationContext - Interface in org.hibernate.boot.beanvalidation
Defines the context needed to call the TypeSafeActivator.
ACTIVE - Enum constant in enum class org.hibernate.annotations.SoftDeleteType
Tracks rows which are active.
ACTIVE - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been started, but not yet completed.
Adapter1 - Class in org.hibernate.boot.jaxb.configuration.spi
 
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.configuration.spi.Adapter1
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
Adapter10 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter10() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
Adapter11 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter11() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter11
 
Adapter12 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter12() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter12
 
Adapter13 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter13() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter13
 
Adapter14 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter14() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter14
 
Adapter15 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter15() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter15
 
Adapter16 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter16() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter16
 
Adapter17 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter17() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter17
 
Adapter18 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter18() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter18
 
Adapter19 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter19() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter19
 
Adapter2 - Class in org.hibernate.boot.jaxb.configuration.spi
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.configuration.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
Adapter20 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter20() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter20
 
Adapter21 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter21() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter21
 
Adapter3 - Class in org.hibernate.boot.jaxb.configuration.spi
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.configuration.spi.Adapter3
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter9
 
add(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentList
 
add(int, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an addition
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
add(E) - Method in class org.hibernate.collection.spi.PersistentBag
 
add(E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
add(E) - Method in class org.hibernate.collection.spi.PersistentList
 
add(E) - Method in class org.hibernate.collection.spi.PersistentSet
 
add(E) - Method in class org.hibernate.engine.spi.ExecutableList
Add an Executable to this list.
add(E) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
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) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
add(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
add(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
add(String[], String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
add(String, int) - Method in class org.hibernate.bytecode.enhance.internal.tracker.NoopCollectionTracker
 
add(String, int) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
add(String, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(String, Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
add(String, CompositeOwner) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
add(PropertyData) - Method in interface org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
add(PropertyData, AbstractIdMapper) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData, AbstractIdMapper) - Method in interface org.hibernate.envers.internal.entities.mapper.id.SimpleIdMapperBuilder
Add a custom identifier mapper to the builder.
add(PropertyData, AbstractIdMapper) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
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(AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
add(AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.Builder
 
add(AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
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(Fetch) - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList.Builder
 
add(T) - Method in class org.hibernate.internal.util.collections.LazySet
 
add(T) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
add(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
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 class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
 
addAdditionalColumns(MappingContext) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Add additional columns to the audit mappings.
addAdditionalMapping(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
addAdditionalWherePredicate(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addAffectedTableName(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addAffectedTableName(String) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.generator.values.internal.GeneratedValuesMappingProducer
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.query.results.internal.ResultSetMappingImpl
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerStandard
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentSet
 
addAll(Collection<? extends E>) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
addAll(Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
addAll(Collection<T>, T[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
addAllowedEnumLiteralsToEnumTypesMap(Map<String, Set<String>>, String, String, String, String) - Static method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
addAnnotatedClass(Class<?>) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClass(Class<?>) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClasses(Class...) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with the given classes.
addAnnotatedClasses(Class<?>...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClassName(String) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAnnotatedClassNames(String...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClassReference(Class<?>) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAnnotatedPackageName(String) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAppliedParameterBinding(JdbcParameter, JdbcParameterBinding) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addArgument(String, DomainResultProducer<?>, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
addArgument(OrderingExpression) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
addArgument(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
addAssignment(int, ColumnReference) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
 
addAssignment(String) - Method in class org.hibernate.sql.Update
 
addAssignment(String, String) - Method in class org.hibernate.sql.Update
 
addAssignment(SqmPath<Y>, SqmExpression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
addAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignments(String...) - Method in class org.hibernate.sql.Update
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
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.
addAssociationQuery(String, AbstractAuditAssociationQuery<AuditQueryImplementor>) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
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
 
addAttribute(AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
addAttribute(PersistentAttribute<J, ?>) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType.InFlightAccessImpl
 
addAttribute(PersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Adds an attribute binding.
addAttributeConverter(AttributeConverter<?, ?>) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter instance to this configuration.
addAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter instance to this configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(ConverterDescriptor<?, ?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAttributeConverter(ConverterDescriptor<?, ?>) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
Apply the descriptor for an AttributeConverter
addAttributeConverter(ConverterDescriptor<?, ?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addAttributeConverter(ConverterDescriptor<?, ?>) - Method in class org.hibernate.cfg.Configuration
Adds an ConverterDescriptor instance to this configuration.
addAttributeConverterDefinition(ConverterDescriptor<?, ?>) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAttributeConverterDescriptor(ConverterDescriptor<?, ?>) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addAttributeNode(Attribute<? super J, Y>) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode representing the given Attribute to this node of the graph without creating any associated SubGraph.
addAttributeNode(Attribute<? super J, Y>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addAttributeNode(Attribute<? super J, Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(String) - Method in class org.hibernate.graph.internal.GraphImpl
 
addAttributeNode(PersistentAttribute<? super J, AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addAttributeNode(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNodes(Attribute<? super J, ?>...) - Method in class org.hibernate.graph.internal.GraphImpl
 
addAttributeNodes(String...) - Method in class org.hibernate.graph.internal.GraphImpl
 
addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, SingularAttribute) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
addAttributeResult(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeSource(AttributeSource) - Method in interface org.hibernate.boot.model.source.internal.hbm.AttributesHelper.Callback
 
addAttributesToEntity(RootPersistentEntity, List<Attribute>) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
addAuditStrategyAdditionalColumnsToEntity(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addAuditStrategyRevisionEndTimestampOnly(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.model.relational.Database
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add metadata pertaining to an auxiliary database object to this repository.
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
Adds an AuxiliaryDatabaseObject to this configuration.
addAuxiliaryDatabaseObjects(JavaType<?>, BasicValueConverter<?, ?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, BasicValueConverter<?, ?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, BasicValueConverter<?, ?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, BasicValueConverter<?, ?>, Size, Database, JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Add auxiliary database objects for this JdbcType to the Database object.
addBaselineDescriptor(Type, JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(Type, JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addBaselineDescriptor(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addBasic(AttributeContainer, PropertyAuditingData, Value, SimpleIdMapperBuilder, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
addBasic(AttributeContainer, PropertyAuditingData, Value, SimpleMapperBuilder, boolean, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.BasicMetadataGenerator
 
addBasicArgument(String) - Method in interface org.hibernate.query.NativeQuery.InstantiationResultNode
 
addBasicArgument(String, String) - Method in interface org.hibernate.query.NativeQuery.InstantiationResultNode
 
addBasicArgument(String, String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderInstantiation
 
addBasicTypeRegistrationContributions(List<BasicTypeRegistration>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
addBasicValueToCacheKey(MutableCacheKeyBuilder, Object, JdbcMapping, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.CacheHelper
 
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 class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
addBinding(JdbcParameter, JdbcParameterBinding) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
addCacheableFile(File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(File, File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(String, File) - Method in class org.hibernate.boot.MetadataSources
addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File, File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCachedType(NavigableRole) - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.PersistentClass
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.Property
Deprecated.
See discussion in EmbeddableCallback.
addCheck(CheckConstraint) - Method in class org.hibernate.mapping.Table
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
Deprecated.
addCheckConstraint(String, String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
addCheckConstraint(String, String, String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.Column
 
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.PersistentClass
 
addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a child/parent relation to cache for cascading op
addClass(Class<?>) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resource using the convention that a class named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
addClassAuditingData(ClassAuditingData) - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
Stores information about auditing meta-data for the given class.
addClassDetails(List<ClassDetails>) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addClasses(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClasses(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClassType(ClassDetails) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addClassType(ClassDetails) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addCollection(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
Entry point for all collection-based metadata generators where the collection will be inspected and the appropriate boot and runtime mappings are generated.
addCollection(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.JoinColumnCollectionMetadataGenerator
 
addCollection(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.MiddleTableCollectionMetadataGenerator
 
addCollectionBinding(Collection) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
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.
addCollectionChanges(SessionImplementor, List<PersistentCollectionChangeData>, Set<Object>, RevisionType, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
addCollectionConfig(Collection, AccessType) - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
addCollectionHolder(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a PersistentCollection object for an array.
addCollectionsByKeyToPersistenceContext(PersistenceContext, Object[]) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
 
addCollectionTypeRegistration(CollectionTypeRegistration) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addCollectionTypeRegistration(CollectionTypeRegistration) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addCollectionTypeRegistration(CollectionClassification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addCollectionTypeRegistration(CollectionClassification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
Adds a selection
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
Adds a selection, with an alias
addColumn(String, String, JdbcMapping, List<ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
addColumn(String, String, JdbcMapping, ParameterUsage, List<ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
addColumn(AnnotatedColumn) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
addColumn(AnnotatedColumn) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
addColumn(AnnotatedJoinColumn) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
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 class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
addColumn(ColumnInformation) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
addColumn(ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
 
addColumnAlias(String) - Method in interface org.hibernate.query.NativeQuery.ReturnProperty
Add a column alias to this property mapping.
addColumnAlias(String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addColumnAlias(String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderStandard
 
addColumnAlias(String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderAttribute
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
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
 
addColumnMapping(ColumnInformation, ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilder
 
addColumnMapping(ColumnInformation, ColumnInformation) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilderImpl
 
addColumnNameBinding(Table, String, Column) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnNameBinding(Table, Identifier, Column) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
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
 
addColumns(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
addColumns(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
addColumnsFromValue(Value) - Method in interface org.hibernate.envers.boot.model.ColumnContainer
Takes a Value and injects its columns into the Envers container mapping.
addComponent(AttributeContainer, PropertyAuditingData, Value, CompositeMapperBuilder, String, EntityMappingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.ComponentMetadataGenerator
 
addComponent(PropertyData, Class, EmbeddableInstantiator) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
addComponent(PropertyData, Class, EmbeddableInstantiator) - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
addComponent(PropertyData, Class, EmbeddableInstantiator) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
addComponent(PropertyData, Class, EmbeddableInstantiator) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComponent(PropertyData, Class, EmbeddableInstantiator) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addComposite(PropertyData, PropertyMapper) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
addConcreteGenericAttribute(PersistentAttribute<J, ?>) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType.InFlightAccessImpl
 
addConcreteGenericAttribute(PersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
addConfigurationValues(Map<String, Object>) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addConnections(int) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
addConverter(ConverterDescriptor<?, ?>) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
addCriterionToQuery(AuditReaderImplementor) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
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 class org.hibernate.query.internal.QueryOptionsImpl
 
addDatabaseHint(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
adddateSubdateAddtimeSubtime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL style
addDeclaredProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
addDefaultIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultNamedNativeQuery(NamedNativeQueryDefinition<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultNamedNativeQuery(NamedNativeQueryDefinition<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultNamedProcedureCall(NamedProcedureCallDefinitionImpl) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultNamedProcedureCall(NamedProcedureCallDefinitionImpl) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultQuery(NamedHqlQueryDefinition<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultQuery(NamedHqlQueryDefinition<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultResultSetMapping(NamedResultSetMappingDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultResultSetMapping(NamedResultSetMappingDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDenormalizedTable(String, String, String, boolean, String, Table, MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
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 interface org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline.BaselineTarget
 
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 interface org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline.BaselineTarget
 
addDescriptor(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptor(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the type code of the given DdlType to the given DdlType.
addDescriptorIfAbsent(int, JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(int, DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the given type code to the given DdlType, if there is no mapping already present for the given type code.
addDescriptorIfAbsent(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the type code of the given DdlType to the given DdlType, if there is no mapping already present for that type code.
addDialectScope(String) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
 
addDirectory(File) - Method in class org.hibernate.boot.MetadataSources
Read all .hbm.xml mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all .hbm.xml mapping documents from a directory tree.
addDiscoveredResolvers(Collection<DialectResolver>) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
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
 
addDmlCtes(CteContainer, CteStatement, List<Map.Entry<List<CteColumn>, Assignment>>, boolean, MultiTableSqmMutationConverter, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
addDmlCtes(CteContainer, CteStatement, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<JdbcParameter>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
addDmlCtes(CteContainer, CteStatement, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<JdbcParameter>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler
 
addDmlCtes(CteContainer, CteStatement, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<JdbcParameter>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteUpdateHandler
 
addDocument(JaxbHbmHibernateMapping) - Method in interface org.hibernate.envers.configuration.internal.MappingCollector
 
addDocument(Binding<JaxbEntityMappingsImpl>) - Method in class org.hibernate.boot.models.xml.internal.XmlPreProcessingResultImpl
 
addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Mechanism to more finely control the notion of duplicates.
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
addDuration(Expression<T>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
addDuration(Expression<T>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(Expression<T>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(Expression<T>, Duration) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
addDuration(T, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(T, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(T, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
addElementSubgraph() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addElementSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a value subgraph representing a plural element rooted at this attribute node.
addElementSubgraph(PluralAttribute<? super J, ?, E>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the given collection, or return an existing such SubGraph if there is one.
addElementSubgraph(PluralAttribute<? super J, ?, E>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addElementSubgraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the named PluralAttribute, or return an existing such SubGraph if there is one.
addElementSubgraph(String) - Method in class org.hibernate.graph.internal.GraphImpl
 
addElementSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the named PluralAttribute, and with the given type, which may be a subtype of the element type, or return an existing such SubGraph if there is one.
addElementSubgraph(String, Class<X>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addEmbeddableOverride(XmlProcessingResult.OverrideTuple<JaxbEmbeddableImpl>) - Method in class org.hibernate.boot.models.xml.internal.XmlProcessingResultImpl
 
addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in interface org.hibernate.engine.spi.PersistenceContext
addEntity(Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(Class) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(Class<R>, LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(Class<R>, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds an entity to the internal caches.
addEntity(String) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityAtRevisionRestriction(Configuration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
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 class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addEntityBinding(PersistentClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add the PersistentClass for an entity mapping.
addEntityConfig(PersistentClass, AccessType) - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
addEntityEntry(Object, EntityEntry) - Method in class org.hibernate.engine.internal.EntityEntryContext
Adds the entity and EntityEntry to this context, associating them.
addEntityHolder(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
addEntityNameResolver(EntityNameResolver) - Method in class org.hibernate.cfg.Configuration
Add an EntityNameResolver to this configuration.
addEntityNameResolver(EntityNameResolver...) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
addEntityNameResolvers(EntityNameResolver...) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
addEntityOverride(XmlProcessingResult.OverrideTuple<JaxbEntityImpl>) - Method in class org.hibernate.boot.models.xml.internal.XmlProcessingResultImpl
 
addEntityTableXref(String, Identifier, Table, InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addEntityTableXref(String, Identifier, Table, InFlightMetadataCollector.EntityTableXref) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addEntityTypeRestriction(String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
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 class org.hibernate.internal.SessionImpl
 
addEventListeners(SessionEventListener...) - Method in interface org.hibernate.Session
Add one or more listeners to the Session
addExpansion(QueryParameterImplementor<?>, SqmParameter<?>, SqmParameter<?>) - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
addExplicitStrategyRegistration(Class<T>, Class<? extends T>, String) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Adds an explicit (as opposed to discovered) strategy registration.
addExplicitStrategyRegistration(StrategyRegistration<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Adds an explicit (as opposed to discovered) strategy registration.
addExpression(SqmExpression<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
addExpression(Expression) - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
addExtraState(EntityEntryExtraState) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
addExtraState(EntityEntryExtraState) - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
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(String, String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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.
addFetchBuilder(Fetchable, FetchBuilder) - Method in class org.hibernate.query.results.internal.dynamic.AbstractFetchBuilderContainer
 
addFetchBuilder(Fetchable, FetchBuilder) - Method in interface org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderContainer
 
addFetchBuilder(Fetchable, FetchBuilder) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addFetchProfile(FetchProfile) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addFile(File) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file.
addFile(File) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file.
addFile(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file.
addFile(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.PersistentClass
 
addFilterDefinition(FilterDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a filter definition to this repository.
addFormula(Formula) - Method in class org.hibernate.mapping.Any
 
addFormula(Formula) - Method in class org.hibernate.mapping.Any.KeyValue
 
addFormula(Formula) - Method in class org.hibernate.mapping.Any.MetaValue
 
addFormula(Formula) - Method in class org.hibernate.mapping.BasicValue
 
addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
addFrom(String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
Add an entity from which to select.
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
addGeneratedValue(ModelPart, Object) - Method in class org.hibernate.generator.values.internal.GeneratedValuesImpl
 
addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
addHashCode(int) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
 
addHbmXmlBinding(Binding<JaxbHbmHibernateMapping>) - Method in class org.hibernate.boot.MetadataSources
Add a binding for hbm.xsd document
addHint(String, Object) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addHints(Map<String, Object>) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addIdAndGetMappingData(PersistentClass, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
addIdColumnAliases(String...) - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityStandard
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityCalculated
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addIdEqualsToQuery(Parameters, Object, String, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdEqualsToQuery(Parameters, Object, String, String, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix, is equal to the given object.
addIdsEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 (the entity is the same).
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
addImport(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addImport(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds an import (for use in HQL).
addIndex(CollectionMetadataContext, RootPersistentEntity, QueryGeneratorBuilder) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addInitCommand(Function<SqlStringGenerationContext, InitCommand>) - Method in class org.hibernate.mapping.Table
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
Deprecated.
addInitializedCollection(CollectionPersister, PersistentCollection<?>, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedDetachedCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInitializer(Initializer<?>) - Method in class org.hibernate.sql.results.internal.InitializersList.Builder
 
addInitiator(StandardServiceInitiator<?>) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a service initiator.
addInitiator(SessionFactoryServiceInitiator<?>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryBuilderImpl
Adds a service initiator.
addInitiator(SessionFactoryServiceInitiator<?>) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addInputStream(InputStream) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInputStream(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream access
addInsertTargetStateField(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
addInstancesFromVersionsEntities(String, Collection, List<Map>, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
addInstantiation(Class<J>) - Method in interface org.hibernate.query.NativeQuery
 
addInstantiation(Class<J>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
AdditionalInsertValues(Expression, Expression, Generator, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
AdditionalManagedResourcesImpl - Class in org.hibernate.boot.model.source.internal.annotations
 
AdditionalManagedResourcesImpl(Collection<Class<?>>, Collection<ClassDetails>, Collection<String>, Collection<Binding<? extends JaxbBindableMappingDescriptor>>) - Constructor for class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl
 
AdditionalManagedResourcesImpl.Builder - Class in org.hibernate.boot.model.source.internal.annotations
 
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.
AdditionalMappingContributorImpl - Class in org.hibernate.envers.boot.internal
 
AdditionalMappingContributorImpl() - Constructor for class org.hibernate.envers.boot.internal.AdditionalMappingContributorImpl
 
additionalRestrictions - Variable in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
AdditionExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
additiveOperator() - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
additiveOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
AdditiveOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
addJar(File) - Method in class org.hibernate.boot.MetadataSources
Read all .hbm.xml mappings from a jar file.
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all .hbm.xml mappings from a .jar file.
addJarFileUrl(URL) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addJarFileUrls(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJaxbEntityMappings(List<JaxbEntityMappingsImpl>) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addJdbcTypeRegistration(int, JdbcType) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addJdbcTypeRegistration(int, JdbcType) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJoin(JoinType, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addJoin(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
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
 
addJoinTable(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
addJpaEventListener(JpaEventListener) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
addKey(EntityHolder) - Method in interface org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
 
addKey(EntityHolder) - Method in class org.hibernate.engine.spi.SubselectFetch.StandardRegistrationHandler
 
addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addKeyColumn(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a key column
addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addKeyColumn(Column) - Method in class org.hibernate.envers.boot.model.Join
 
addKeyColumn(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a key column
addKeyColumnNames(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
addKeyColumnsFromValue(Value) - Method in class org.hibernate.envers.boot.model.Join
 
addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addKeyRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on the column in the table's key
addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addKeyRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionLeniently(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula
addKeyRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionsLeniently(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeySubgraph() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addKeySubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a key subgraph rooted at this attribute node.
addKeySubgraph(Attribute<? super J, X>) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
addKeySubgraph(Attribute<? super J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
addKeySubgraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map or return an existing such SubGraph if there is one.
addKeySubgraph(String) - Method in class org.hibernate.graph.internal.GraphImpl
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addKeySubgraph(String, Class<X>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
addKeySubGraph(String) - Method in class org.hibernate.graph.internal.GraphImpl
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
addKeySubGraph(String, Class<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(MapPersistentAttribute<? super J, ? super AJ, ?>, Class<AJ>) - Method in interface org.hibernate.graph.Graph
addKeySubGraph(MapPersistentAttribute<? super J, ? super AJ, ?>, Class<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addKeySubGraph(MapPersistentAttribute<? super J, ? super AJ, ?>, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addLazyFieldByGraph(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
addLegacyFetchBuilder(LegacyFetchBuilder) - Method in class org.hibernate.query.results.internal.ResultSetMappingImpl
 
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 class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
addListener(SessionEventListener...) - Method in interface org.hibernate.engine.spi.SessionEventListenerManager
 
addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addLiteralRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addLoadedClasses(Class<?>...) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addLoadedClasses(List<Class<?>>) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addManyToManyFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addManyToOne(AttributeContainer, PropertyAuditingData, Value, SimpleMapperBuilder) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
addMapKeySubgraph(MapAttribute<? super J, K, ?>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, or return an existing such SubGraph if there is one.
addMapKeySubgraph(MapAttribute<? super J, K, ?>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addMappedBy(String, String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addMappedBy(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addMappedSuperclass(Class<?>, MappedSuperclass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addMappedSuperclass(Class<?>, MappedSuperclass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addMappedSuperclassesOverride(XmlProcessingResult.OverrideTuple<JaxbMappedSuperclassImpl>) - Method in class org.hibernate.boot.models.xml.internal.XmlProcessingResultImpl
 
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
 
addMapper(CollectionMetadataContext, CommonCollectionMapperData, MiddleComponentData, MiddleComponentData) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addMapping(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
addMappingFiles(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addMappingFiles(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addMappingXmlBinding(Binding<JaxbEntityMappingsImpl>) - Method in class org.hibernate.boot.MetadataSources
Add a binding for mapping.xsd document
addMiddleEqualToQuery(CompositeMapperBuilder, Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
Adds query statements, which contains restrictions, which express the property that part of the middle entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapElementNotKeyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleMapKeyEnumeratedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in class org.hibernate.envers.boot.internal.ImprovedModifiedColumnNamingStrategy
 
addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in class org.hibernate.envers.boot.internal.LegacyModifiedColumnNamingStrategy
 
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<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addNamedEntityGraph(String, RootGraph<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
addNamedEntityGraph(String, RootGraph<?>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
addNamedEntityGraph(String, RootGraph<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
addNamedEntityGraph(String, RootGraph<?>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named entity graph to this repository
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters, which express the property that the id of the entity with alias prefix, is equal to the given object.
addNamedIdEqualsToQuery(Parameters, String, IdMapper, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, IdMapper, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters that express the property that the id of the entity with alias prefix is equal to the given object using the specified mapper.
addNamedNativeQuery(NamedNativeQueryDefinition<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedNativeQuery(NamedNativeQueryDefinition<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named SQL query to this collector.
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
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, Query) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addNamedQuery(String, TypedQuery<R>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedQuery(String, TypedQuery<R>) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addNamedQuery(String, TypedQuery<R>) - Method in interface org.hibernate.SessionFactory
Add or override the definition of a named query, returning a reference to the query.
addNamedQuery(NamedHqlQueryDefinition<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedQuery(NamedHqlQueryDefinition<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named query to this repository.
addNaturalIdConfig(RootClass, AccessType) - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
addNegatedParameters() - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds negated parameters, by default with the "and" connective.
addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
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
addNotAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addNotAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NOT NULL restriction.
addNotNullRestriction(String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NOT NULL restriction.
addNullableIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNullableIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
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(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NULL restriction.
addNullRestriction(String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NULL restriction.
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 class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
addObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
addObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
addObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Register a SessionFactoryObserver of this factory.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
addOneToOneNotOwning(PropertyAuditingData, Value, CompositeMapperBuilder, String) - Method in class org.hibernate.envers.configuration.internal.metadata.ToOneRelationMetadataGenerator
 
addOperator(String, String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSqmFunctionDescriptors
 
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOptimisticLockRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOrder(String, String, boolean, NullPrecedence) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addOrderedJoin(SqmJoin<?, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
addOrderFragment(String, String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addOrModifyColumn(ColumnContainer, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.RevisionInfoHelper
 
addOverridableConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addOverridableConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
Apply an AttributeConverter that may be overridden by competing converters
addPackage(Package) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addPackages(String...) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
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 interface org.hibernate.query.sqm.internal.ParameterCollector
 
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 class org.hibernate.sql.exec.internal.JdbcParametersImpl
 
addParameter(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
addParameterRegistration(JdbcCallParameterRegistration) - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl.Builder
 
addParameters(String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addParameters(Collection<JdbcParameter>) - Method in class org.hibernate.sql.exec.internal.JdbcParametersImpl
 
addParameters(Collection<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
 
addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPassingExpression(String, SqmExpression<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
addPersister(EntityPersister, SessionFactoryImplementor) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
 
addPluralSubgraph(PluralAttribute<? super J, ?, AJ>) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
Graph.addElementSubgraph(PluralAttribute) was added in JPA 3.2, and so this method is no longer needed
addPrefixedPropertyNames(Set<String>, String, Type, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
addPrefixedPropertyPaths(Set<String>, String, Type, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
addPrimeEntry(BasicType<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addPrimeEntry(BasicTypeReference<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addProjection(String, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(Configuration, Map<String, String>, Map<String, String>, AuditFunction) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in interface org.hibernate.envers.query.projection.AuditProjection
Adds an audit projection to the specified query.
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.projection.internal.EntityAuditProjection
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a property, presumably with more than one column.
addProperty(String) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityStandard
 
addProperty(String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard
 
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityStandard
 
addProperty(String, String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String, String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard
 
addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
Add a property to this PersistentClass or Join.
addProperty(Property) - Method in class org.hibernate.mapping.Component
 
addProperty(Property) - Method in class org.hibernate.mapping.Join
 
addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addProperty(Property, ClassDetails) - Method in class org.hibernate.mapping.Component
 
addProperty(Property, MemberDetails, AnnotatedColumns, ClassDetails) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addProperty(Property, MemberDetails, AnnotatedColumns, ClassDetails) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addProperty(Property, MemberDetails, AnnotatedColumns, ClassDetails) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addProperty(Property, MemberDetails, AnnotatedColumns, ClassDetails) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addProperty(Property, MemberDetails, ClassDetails) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addProperty(Property, MemberDetails, ClassDetails) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addProperty(Property, MemberDetails, ClassDetails) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addProperty(Property, MemberDetails, ClassDetails) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addProperty(Fetchable) - Method in class org.hibernate.query.results.internal.dynamic.AbstractFetchBuilderContainer
 
addProperty(Fetchable) - Method in interface org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderContainer
Add a property whose columns can later be defined using NativeQuery.ReturnProperty.addColumnAlias(java.lang.String)
addProperty(Fetchable) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addProperty(Fetchable, String) - Method in class org.hibernate.query.results.internal.dynamic.AbstractFetchBuilderContainer
 
addProperty(Fetchable, String) - Method in interface org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderContainer
Add a property mapped to a single column.
addProperty(Fetchable, String) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addProperty(Fetchable, String...) - Method in class org.hibernate.query.results.internal.dynamic.AbstractFetchBuilderContainer
 
addProperty(Fetchable, String...) - Method in interface org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderContainer
Add a property mapped to multiple columns
addProperty(Fetchable, String...) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
addPropertyAnnotatedWithMapsId(ClassDetails, PropertyData) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyAnnotatedWithMapsId(ClassDetails, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
Add an audited property.
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
addPropertyReference(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyToMappedSuperclass(Property, MemberDetails, ClassDetails, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQueryHint(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addQueryHint(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
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
 
addQuerySpaces(Serializable...) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQuerySpaces(String...) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addReferencedColumns(List<Column>) - Method in class org.hibernate.mapping.ForeignKey
 
addReferenceEntry(Object, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
addRegisteredConversion(RegisteredConversion) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
 
addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addRegistration(RegisteredConversion, BootstrapContext) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
addResolver(DialectResolver...) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
addResolverAtFirst(DialectResolver...) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
addResource(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings as an application resourceName (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as an application resource name, that is, using a classpath lookup, trying different class loaders in turn.
addRestriction(String) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction comparing the columnName for equality with a parameter
addRestriction(String) - Method in class org.hibernate.sql.Update
 
addRestriction(String...) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction comparing each name in columnNames for equality with a parameter
addRestriction(String...) - Method in class org.hibernate.sql.Update
 
addRestriction(String, String) - Method in class org.hibernate.sql.Update
 
addRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction based on the comparison between lhs and rhs.
addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.Update
 
addRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addResultBuilder(GeneratedValueBasicResultBuilder) - Method in class org.hibernate.generator.values.internal.GeneratedValuesMappingProducer
 
addResultBuilder(ResultBuilder) - Method in class org.hibernate.query.results.internal.ResultSetMappingImpl
 
addResultBuilder(ResultBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a builder
addResultSetMapping(NamedResultSetMappingDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
addResultTypeClass(Class<?>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addReturn(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addRevisionInfoRelationToIdentifier(Identifier) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addRevisionTypeToAttributeContainer(AttributeContainer, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addRoot(String, Class) - Method in interface org.hibernate.query.NativeQuery
Add a new root return mapping, returning a NativeQuery.RootReturn to allow further definition.
addRoot(String, Class) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addRoot(String, String) - Method in interface org.hibernate.query.NativeQuery
Add a new root return mapping, returning a NativeQuery.RootReturn to allow further definition.
addRoot(String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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(int, Class<?>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addScalar(String) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result.
addScalar(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.query.sql.internal.NativeQueryImpl
 
addScalar(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<O>, Class<J>, AttributeConverter<O, J>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addScalar(String, Class<O>, Class<J>, AttributeConverter<O, J>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<O>, Class<J>, Class<? extends AttributeConverter<O, J>>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addScalar(String, Class<O>, Class<J>, Class<? extends AttributeConverter<O, J>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<O>, Class<R>, AttributeConverter<O, R>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result.
addScalar(String, BasicDomainType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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.
addScalar(String, BasicTypeReference) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addSecondaryTable(SecondaryTable, PropertyHolder, boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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 class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addSecondPass(SecondPass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSecondPass(SecondPass, boolean) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSelectable(Selectable) - Method in class org.hibernate.mapping.Any
 
addSelectableMapping(List<SelectableMapping>, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMapping(List<SelectableMapping>, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, JsonTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, JsonTableExistsColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, JsonTableNestedColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, JsonTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, JsonTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, JsonTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, XmlTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, XmlTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, XmlTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List<SelectableMapping>, XmlTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
addService(Class<R>, R) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryBuilderImpl
Adds a user-provided service.
addService(Class<R>, R) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addService(Class<T>, T) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a user-provided service.
addSessionFactory(String, String, String, SessionFactoryImplementor, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
Adds a SessionFactory to the registry
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies one or more observers.
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
addSharedSessionTransactionObserver(TransactionCoordinator) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
addSharedSessionTransactionObserver(TransactionCoordinator) - Method in class org.hibernate.internal.SessionImpl
 
addSingularSubgraph() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addSingularSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a value subgraph representing a singular value rooted at this attribute node.
addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
 
addSortSpecification(SqmExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
addSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
addSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
addSqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addSqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.cfg.Configuration
Adds a function descriptor to this configuration.
addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.Dialect
Modify the SQL, adding hints or comments, if necessary.
addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
addSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
addSqmJoin(SqmJoin<E, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
addSqmJoin(SqmJoin<R, ?>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
Add an associated join
addSqmJoin(SqmJoin<T, ?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addSubclassSubgraph(Class<? extends T>) - Method in interface org.hibernate.graph.RootGraph
Deprecated, for removal: This API element is subject to removal in a future version.
Planned for removal in JPA 4
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubExpression(Expression) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
addSubgraph(Attribute<? super J, X>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the given Attribute of the represented type, or return an existing such SubGraph if there is one.
addSubgraph(Attribute<? super J, X>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubgraph(Attribute<? super J, X>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubgraph(Attribute<? super J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
addSubgraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the named Attribute, or return an existing such SubGraph if there is one.
addSubgraph(String) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the named Attribute, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addSubgraph(String, Class<X>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String) - Method in interface org.hibernate.graph.Graph
Deprecated.
addSubGraph(String) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
addSubGraph(String, Class<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute<? super J, ? super AJ>, Class<AJ>) - Method in interface org.hibernate.graph.Graph
addSubGraph(PersistentAttribute<? super J, ? super AJ>, Class<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubGraph(PersistentAttribute<? super J, ? super AJ>, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.Graph
addSubGraph(PersistentAttribute<? super J, AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addSubGraph(PersistentAttribute<? super J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubParameters(String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds sub-parameters with a new connective.
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch descriptor for the given entity key.
addSubType(ManagedDomainType<? extends J>) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType
 
addSubType(ManagedDomainType<? extends J>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
addSubType(ManagedDomainType<? extends T>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
addSynchronizedEntityClass(Class) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.NativeQuery
 
addSynchronizedEntityClass(Class) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.query.NativeQuery
 
addSynchronizedEntityName(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
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 class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.NativeQuery
 
addSynchronizedQuerySpace(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.SynchronizeableQuery
Add a query space.
addSynchronizedQuerySpaces(EntityPersister) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
addSynchronizedTable(String) - Method in class org.hibernate.mapping.Collection
 
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
addTable(String, String, String, String, boolean, MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTable(String, String, String, String, boolean, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds table metadata to this repository returning the created metadata instance.
addTableAlias(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addTableDetailsBuilder(TableMutationBuilder<?>) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
addTableInformation(TableInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
addTableNameBinding(String, String, String, String, Table) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTableNameBinding(String, String, String, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableNameBinding(Identifier, Table) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTableNameBinding(Identifier, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
addTargetColumnReferences(List<ColumnReference>) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
addTargetColumnReferences(ColumnReference...) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
addToBatch(int, int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
addToBatch(JdbcValueBindings, TableInclusionChecker) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
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 class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
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.metamodel.mapping.internal.AbstractEmbeddableMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
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.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddableValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleTableGroupProducer
 
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.sql.exec.internal.AbstractJdbcParameter
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressible
 
addToCollection(Object[], Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
addToCollection(List, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
addToCollection(T, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
addToManyComponent(String, String, MiddleIdData) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyMiddleNotOwningRelation(String, String, String, MiddleIdData, MiddleIdData, String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyMiddleRelation(String, String, MiddleIdData, MiddleIdData, String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToManyNotOwningRelation(String, String, String, IdMapper, PropertyMapper, PropertyMapper, boolean) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOne(AttributeContainer, PropertyAuditingData, Value, CompositeMapperBuilder, String, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.ToOneRelationMetadataGenerator
 
addToOneAndIdProperty(ClassDetails, PropertyData) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addToOneAndIdProperty(ClassDetails, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addToOneComponent(String, ComponentAuditingData) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOneNotOwningRelation(String, String, String, IdMapper, boolean) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToOneRelation(String, String, IdMapper, boolean, boolean) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.IdentifierEqAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.IlikeAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.InAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NotNullAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NullAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RelatedAuditEqualityExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RelatedAuditInExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.RevisionTypeAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, String, String, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.SimpleAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.EntityTypeAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.FunctionFunctionAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.FunctionPropertyAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.LogicalAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.NotAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.PropertyAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.PropertyFunctionAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.internal.SimpleFunctionAuditExpression
 
addTreat(X) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the given collection, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ>, ManagedType<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super E>, Class<E>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the given collection, and with the given type, which may be a subtype of the element type, or return an existing such SubGraph if there is one.
addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super E>, Class<E>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedElementSubgraph(PluralAttribute<? super J, ?, ? super E>, Class<E>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedMapKeySubgraph(MapAttribute<? super J, ? super AJ, ?>, ManagedType<AJ>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedMapKeySubgraph(MapAttribute<? super J, ? super AJ, ?>, ManagedType<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedMapKeySubgraph(MapAttribute<? super J, ? super AJ, ?>, ManagedType<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedMapKeySubgraph(MapAttribute<? super J, ? super K, ?>, Class<K>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedMapKeySubgraph(MapAttribute<? super J, ? super K, ?>, Class<K>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedMapKeySubgraph(MapAttribute<? super J, ? super K, ?>, Class<K>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(Graph<? super S>, Class<S>) - Method in class org.hibernate.graph.EntityGraphs
Allows a treated subgraph to ve created for a Subgraph, since the JPA-standard operation EntityGraph.addTreatedSubgraph(Class) is declared by EntityGraph.
addTreatedSubgraph(Attribute<? super J, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the given Attribute, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedSubgraph(Attribute<? super J, ? super AJ>, ManagedType<AJ>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedSubgraph(Attribute<? super J, ? super AJ>, ManagedType<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(Attribute<? super J, ? super Y>, Class<Y>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the given Attribute, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedSubgraph(Attribute<? super J, ? super Y>, Class<Y>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedSubgraph(Attribute<? super J, ? super Y>, Class<Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(ManagedType<S>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedSubgraph(ManagedType<Y>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph representing the given subtype of the type of this node, or return an existing such SubGraph if there is one.
addTreatedSubgraph(ManagedType<Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(Class<S>) - Method in class org.hibernate.graph.internal.GraphImpl
 
addTreatedSubgraph(Class<Y>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph representing the given subtype of the type of this node, or return an existing such SubGraph if there is one.
addTreatedSubgraph(Class<Y>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTypeConstructor(int, JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeConstructor(JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeConstructorIfAbsent(int, JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeConstructorIfAbsent(JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeDefinition(TypeDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addTypeDefinition(TypeDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addTypeReferenceRegistrationKey(String, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
addUninitializedCachedEntity(EntityKey, Object, EntityPersister, LockMode, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
 
addUninitializedCollection(CollectionPersister, PersistentCollection<?>, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just loaded up (still needs initializing)
addUninitializedDetachedCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a detached uninitialized collection
addUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.Table
 
addUniquePropertyReference(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addUniquePropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addUnresolvedEntityInsertAction(AbstractEntityInsertAction, NonNullableTransientDependencies) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Add an unresolved insert action.
addURL(URL) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a URL
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL.
addUseIndexQueryHint(String, String) - Static method in class org.hibernate.dialect.Dialect
Adds an INDEX query hint as follows:
addValue(Object) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addValue(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(AttributeContainer, Value, PropertyAccessStrategy, CompositeMapperBuilder, String, EntityMappingData, PropertyAuditingData, boolean, boolean, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.ValueMetadataGenerator
 
addValueColumn(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a column as part of the values list
addValueColumn(String, String, JdbcMapping, boolean) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addValueColumn(String, String, JdbcMapping, boolean) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addValueColumn(String, String, JdbcMapping, boolean) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a column as part of the values list
addValueColumn(String, String, JdbcMapping, boolean) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addValueColumn(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a column as part of the values list
addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addValueColumn(ColumnValueBinding) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Adds a restriction, which is assumed to be based on a table key.
addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
addValueSubgraph() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
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.
addValueToMiddleTable(CollectionMetadataContext, Value, RootPersistentEntity, QueryGeneratorBuilder, String, AuditJoinTableData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addVersionedAssignment(Consumer<Assignment>, SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
addWhere(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, boolean, String, QueryBuilder) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, String, String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhere(String, String, String, QueryBuilder) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
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
 
addWhereOrNullRestriction(String, boolean, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Add where clause with a null restriction: (left = right or (left is null and right is null))
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
Appends a complete where condition.
addWhereWithFunction(String, String, String, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithFunction(Configuration, Map<String, String>, Map<String, String>, String, String, String, AuditFunction) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds a where clause with a left (optionally aliased) property and a function call on the right side.
addWhereWithFunction(Configuration, Map<String, String>, Map<String, String>, AuditFunction, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Add where clause with a function call on the left and a scalar value on the right.
addWhereWithFunction(Configuration, Map<String, String>, Map<String, String>, AuditFunction, String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Add a where clause with a function call on the left and an optionally aliased property on the right.
addWhereWithFunction(Configuration, Map<String, String>, Map<String, String>, AuditFunction, String, AuditFunction) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds a where clause with a function call on both the left and right of the predicate.
addWhereWithNamedParam(String, boolean, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithNamedParam(String, String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, boolean, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParam(String, String, String, Object) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWhereWithParams(String, String, String, Object[], String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
addWorkUnit(AuditWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
AddWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
AddWorkUnit(SessionImplementor, String, EnversService, Object, Map<String, Object>) - Constructor for class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
AddWorkUnit(SessionImplementor, String, EnversService, Object, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
addXmlBinding(Binding<?>) - Method in class org.hibernate.boot.MetadataSources
Add XML mapping bindings created from an arbitrary source by the binder.
addXmlBinding(Binding<JaxbBindableMappingDescriptor>) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addXmlBinding(Binding<JaxbBindableMappingDescriptor>) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addXmlMapping(Binding<?>) - Method in class org.hibernate.cfg.Configuration
Read mappings that were parsed using Configuration.getXmlMappingBinderAccess().
addXmlMappings(String) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addXmlMappings(String, Origin) - Method in class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
addYearsMonthsDaysHoursMinutesSeconds() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
adjust(M, JaxbPersistentAttribute, XmlDocumentContext) - Method in interface org.hibernate.boot.models.xml.internal.AttributeProcessor.MemberAdjuster
 
AdjustableBasicType<J> - Interface in org.hibernate.type
Extension contract for BasicType implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.
AdjustableJdbcType - Interface in org.hibernate.type.descriptor.jdbc
Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.
adjustDefaultNamespace(String, String) - Method in class org.hibernate.boot.model.relational.Database
 
adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
adjustFetchProfiles(Set<String>, Set<String>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
adjustJarFileEntryUrl(URL, URL) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
adjustJarFileEntryUrl(URL, URL) - Method in interface org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
Adjust the given URL, if needed.
adjustToDefaultPrecision(T, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
Do the same conversion that databases do when they encounter a timestamp with a higher precision than what is supported by a column, which is to round the excess fractions.
adjustToPrecision(T, int, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
affectedByFilter - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
affectedTableNames - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
AFTER - Enum constant in enum class org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
The class lookup will be done in the thread context ClassLoader if the former hasn't been found in the other ClassLoaders.
AFTER_EVICT - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after eviction of the parent entity from the session cache
AFTER_INSERT_BEFORE_DELETE - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after the insertion of the parent entity and just before deletion
AFTER_INSERT_BEFORE_DELETE_VIA_COLLECTION - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after the insertion of the parent entity and just before deletion, inside a collection
AFTER_LOCK - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after refreshing a parent entity
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.
AFTER_UPDATE - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after update of the parent entity
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() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
afterCompletion() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
afterCompletion() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
afterCompletion(boolean, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
afterCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackTarget
Callback of after-completion.
afterCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
afterCompletion(int) - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
afterCompletion(int) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
afterCompletion(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
 
afterCompletion(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
afterCompletion(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
afterDeserialization(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
Initialize an AbstractLazyInitializer after deserialization.
afterDeserialize(EventSource) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
 
afterDeserialize(EventSource) - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
afterDeserialize(EventSource) - Method in class org.hibernate.action.internal.CollectionAction
Reconnect to session after deserialization...
afterDeserialize(EventSource) - Method in class org.hibernate.action.internal.EntityAction
Reconnect to session after deserialization...
afterDeserialize(EventSource) - Method in interface org.hibernate.action.spi.Executable
Reconnect to session after deserialization
afterDeserialize(EventSource) - Method in class org.hibernate.engine.spi.ExecutableList
Allow the Executables to reassociate themselves with the session after deserialization.
afterInitialize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
afterInitialize() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after initialization is complete.
afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterInitialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entities properties have been initialized
afterInitialize(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
afterInitialize(FetchParent, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
afterInitialize(FetchParent, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called after an item has been inserted (after the transaction completes), instead of calling #release.
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterInstantiation() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
afterLast() - Method in class org.hibernate.internal.EmptyScrollableResults
 
afterLast() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
afterLast() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result.
afterLast() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
afterLast(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
afterLast(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
afterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
afterLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this after finishing a two-phase load
afterLoad(Object, EntityMappingType, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.AfterLoadAction
The action trigger - the entity is being loaded
AfterLoadAction - Interface in org.hibernate.loader.ast.spi
An action to be performed after an entity has been loaded.
afterOperation(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterOperation(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check if there is a Hibernate or JTA transaction in progress and, if there is not, flush if necessary, making sure that the connection has been committed (if it is not in autocommit mode), and finally run the after completion processing.
afterOperation(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
afterOperation(boolean) - Method in class org.hibernate.internal.SessionImpl
 
afterOperation(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterQuery() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
afterQuery(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
afterQueryHandlingFetchProfiles(boolean, HashSet<String>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
afterReassociate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
afterReassociate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called just after the entity has been reassociated with the session
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
afterScrollOperation() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterScrollOperation() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Called after each operation on a ScrollableResults, providing an opportunity for a stateless session to clear its temporary persistence context.
afterScrollOperation() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
afterScrollOperation() - Method in class org.hibernate.internal.AbstractScrollableResults
 
afterScrollOperation() - Method in class org.hibernate.internal.SessionImpl
 
afterScrollOperation() - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterStatement() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
afterStatement() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
afterStatement() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a JDBC statement has been executed, to trigger ConnectionReleaseMode.AFTER_STATEMENT releasing if needed.
afterStatement(LogicalConnectionImplementor) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Hook to allow delaying calls to LogicalConnectionImplementor.afterStatement().
afterStatement(LogicalConnectionImplementor) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
afterStatement(LogicalConnectionImplementor) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
afterStatement(TableMapping) - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl
 
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 class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterStatementExecution() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Used to signify that a statement has completed execution which may indicate that this logical connection need to perform an aggressive release of its physical connection.
afterTransaction() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransaction() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Signals the end of transaction.
afterTransaction() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
afterTransaction() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
afterTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a transaction has just completed, to trigger ConnectionReleaseMode.AFTER_TRANSACTION releasing if needed.
afterTransactionBegin() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
afterTransactionBegin() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionBegin() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
afterTransactionBegin() - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionBegin() - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterTransactionBegin() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
An after-begin callback from the coordinator to its owner.
afterTransactionBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
An after-begin callback from the coordinator to its owner.
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the JPA-standard EntityTransaction API, or via Transaction.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache soft locks.
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
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 class org.hibernate.internal.AbstractSharedSessionContract
 
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.internal.SessionImpl
 
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
An after-completion callback to the owner.
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
An after-completion callback from the coordinator to its owner.
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during after transaction completion.
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called after an item has been updated (after the transaction completes), instead of calling #release.
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
AfterUseAction - Enum Class in org.hibernate.query.sqm.mutation.spi
Actions to perform in regard to a temporary table after each use.
AGGREGATE - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are compositions.
AGGREGATE - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an aggregated composite
AGGREGATE - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
 
aggregateAssignments(ArrayList<Assignment>) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Allows to generate auxiliary database objects for an aggregate type.
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
AggregateColumn - Class in org.hibernate.mapping
An aggregate column is a column of type SqlTypes.STRUCT, SqlTypes.JSON or SqlTypes.SQLXML that aggregates a component into a single column.
AggregateColumn(Column, Component) - Constructor for class org.hibernate.mapping.AggregateColumn
 
AggregateColumnAssignmentHandler - Class in org.hibernate.query.sqm.sql
Handler for assignments to sub-columns of an aggregate column, which require a special write expression.
AggregateColumnWriteExpression - Class in org.hibernate.sql.ast.tree.expression
 
AggregateColumnWriteExpression(ColumnReference, AggregateSupport.WriteExpressionRenderer, SelectableMapping[], Expression[]) - Constructor for class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the assignment expression to use for column, which is part of the aggregate type of aggregatePath.
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, AggregateColumn, Column) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the assignment expression to use for column, which is part of the aggregate type of aggregatePath.
AggregateComponentBinder - Class in org.hibernate.boot.model.internal
Processes aggregate component annotations from Java classes and produces the Hibernate configuration-time metamodel, that is, the objects defined in the package org.hibernate.mapping.
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.
AggregateComponentSecondPass - Class in org.hibernate.boot.model.internal
 
AggregateComponentSecondPass(PropertyHolder, Component, ClassDetails, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.AggregateComponentSecondPass
 
aggregateComponentSqlTypeCode(int, int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the SqlTypes type code to use for the given column type code, when aggregated within a column of the given aggregate column type code.
aggregateComponentSqlTypeCode(int, int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentSqlTypeCode(int, int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the custom write expression to use for an aggregate column of the given column type, containing the given aggregated columns.
aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateCustomWriteExpression(AggregateColumn, List<Column>) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
AGGREGATED_COMPOSITE - Enum constant in enum class org.hibernate.id.EntityIdentifierNature
Composite identifier mapped to a single entity attribute by means of an actual component class used to aggregate the tuple values.
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
 
AggregatedClassLoader - Class in org.hibernate.boot.registry.classloading.internal
 
AggregatedClassLoader(LinkedHashSet<ClassLoader>, TcclLookupPrecedence) - Constructor for class org.hibernate.boot.registry.classloading.internal.AggregatedClassLoader
 
AggregatedDialectSelector - Class in org.hibernate.boot.registry.selector.internal
 
AggregatedDialectSelector(Iterable<DialectSelector>) - Constructor for class org.hibernate.boot.registry.selector.internal.AggregatedDialectSelector
 
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.
AggregatedNonSelectQueryPlanImpl - Class in org.hibernate.query.sqm.internal
 
AggregatedNonSelectQueryPlanImpl(NonSelectQueryPlan[]) - Constructor for class org.hibernate.query.sqm.internal.AggregatedNonSelectQueryPlanImpl
 
AggregatedSelectQueryPlanImpl<R> - Class in org.hibernate.query.sqm.internal
 
AggregatedSelectQueryPlanImpl(SelectQueryPlan<R>[]) - Constructor for class org.hibernate.query.sqm.internal.AggregatedSelectQueryPlanImpl
 
AggregateEmbeddableFetchImpl - Class in org.hibernate.sql.results.graph.embeddable.internal
A Fetch for an embeddable that is mapped as aggregate e.g.
AggregateEmbeddableFetchImpl(NavigablePath, EmbeddableValuedFetchable, FetchParent, FetchTiming, boolean, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
AggregateEmbeddableInitializerImpl - Class in org.hibernate.sql.results.graph.embeddable.internal
An initializer for an embeddable that is mapped as aggregate e.g.
AggregateEmbeddableInitializerImpl(AggregateEmbeddableResultGraphNode, BasicFetch<?>, InitializerParent<?>, AssemblerCreationState, boolean) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableInitializerImpl
 
AggregateEmbeddableResultGraphNode - Interface in org.hibernate.sql.results.graph.embeddable
Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.
AggregateEmbeddableResultImpl<T> - Class in org.hibernate.sql.results.graph.embeddable.internal
A Result for an embeddable that is mapped as aggregate e.g.
AggregateEmbeddableResultImpl(NavigablePath, EmbeddableValuedModelPart, String, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
aggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
aggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
AggregateFunctionChecker - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AggregateFunctionChecker() - Constructor for class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
AggregateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
AggregateFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models an aggregate function expression at the SQL AST level.
AggregateJdbcType - Interface in org.hibernate.type.descriptor.jdbc
Descriptor for aggregate handling like STRUCT, JSON and SQLXML.
aggregates(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AggregateSupport - Interface in org.hibernate.dialect.aggregate
A set of operations providing support for aggregate column types in a certain SQL dialect.
AggregateSupport.AggregateColumnWriteExpression - Interface in org.hibernate.dialect.aggregate
The actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.
AggregateSupport.WriteExpressionRenderer - Interface in org.hibernate.dialect.aggregate
Contract for rendering the custom write expression that updates a selected set of aggregated columns within an aggregate column to the value expressions as given by the aggregateColumnWriteExpression.
AggregateSupportImpl - Class in org.hibernate.dialect.aggregate
 
AggregateSupportImpl() - Constructor for class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
AggregateWindowEmulationQueryTransformer - Class in org.hibernate.dialect.function
Since the query spec will render a hypothetical set window function instead of an aggregate, the following query transformer will wrap the query spec and apply aggregation in the outer query.
AggregateWindowEmulationQueryTransformer(Over<Object>, List<SortSpecification>, List<SqlAstNode>) - Constructor for class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
 
AGROAL_ACQUISITION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a thread can wait for a connection, after which an exception is thrown instead.
AGROAL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AgroalSettings
A setting prefix used to indicate settings that target the hibernate-agroal integration.
AGROAL_FLUSH_ON_CLOSE - Static variable in interface org.hibernate.cfg.AgroalSettings
If true, connections will be flushed whenever they return to the pool.
AGROAL_IDLE_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a connection can remain idle, after which it is evicted.
AGROAL_IDLE_VALIDATION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
A foreground validation is executed if a connection has been idle in the pool for longer than this value.
AGROAL_INITIAL_SIZE - Static variable in interface org.hibernate.cfg.AgroalSettings
Initial size of the connection pool.
AGROAL_INITIAL_SQL - Static variable in interface org.hibernate.cfg.AgroalSettings
An SQL command to be executed when a connection is created.
AGROAL_LEAK_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a connection can remain out of the pool, after which it is reported as a leak.
AGROAL_MAX_LIFETIME - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a connection can live, after which it is evicted.
AGROAL_MAX_SIZE - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum size of the connection pool.
AGROAL_MIN_SIZE - Static variable in interface org.hibernate.cfg.AgroalSettings
The ninimum size of the connection pool.
AGROAL_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for agroal connection pooling
AGROAL_VALIDATE_ON_BORROW - Static variable in interface org.hibernate.cfg.AgroalSettings
If true, connections will receive foreground validation on every acquisition regardless of AgroalSettings.AGROAL_IDLE_VALIDATION_TIMEOUT.
AGROAL_VALIDATION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
Background validation is executed at intervals of this value.
AgroalSettings - Interface in org.hibernate.cfg
 
algorithm() - Element in annotation interface org.hibernate.annotations.UuidGenerator
Allows to provide a specific, generally custom, value generation implementation.
algorithm() - Method in class org.hibernate.boot.models.annotations.internal.UuidGeneratorAnnotation
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl.JaxbAliasesImpl
 
alias - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
alias() - Element in annotation interface org.hibernate.annotations.SqlFragmentAlias
The alias within the fragment.
alias() - Method in class org.hibernate.boot.models.annotations.internal.SqlFragmentAliasAnnotation
 
alias(String) - Method in class org.hibernate.boot.models.annotations.internal.SqlFragmentAliasAnnotation
 
alias(String) - Method in interface org.hibernate.query.criteria.JpaSelection
 
alias(String) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
alias(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
alias(String) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
Alias - Class in org.hibernate.sql
An alias generator for SQL identifiers.
Alias(int, String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
Alias(String) - Constructor for class org.hibernate.sql.Alias
Constructor for Alias.
ALIAS - Enum constant in enum class org.hibernate.dialect.SelectItemReferenceStrategy
Refer to the item via its alias.
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Deprecated.
Each row of results is a Map from alias to values/entities
AliasCollector - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AliasCollector() - Constructor for class org.hibernate.sql.ast.spi.AliasCollector
 
AliasCollisionException - Exception in org.hibernate.query.sqm
Occurs when the HQL query declares a duplicate identification variable in the from clause, or a duplicate result column alias in the select clause.
AliasCollisionException(String) - Constructor for exception org.hibernate.query.sqm.AliasCollisionException
 
AliasCollisionException(String, Exception) - Constructor for exception org.hibernate.query.sqm.AliasCollisionException
 
AliasConstantsHelper - Class in org.hibernate.loader.internal
 
AliasConstantsHelper() - Constructor for class org.hibernate.loader.internal.AliasConstantsHelper
 
ALIASED_FETCH_JOIN - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
AliasedExpression - Class in org.hibernate.sql.ast.tree.expression
A wrapper for an expression that also renders an alias.
AliasedExpression(Expression, String) - Constructor for class org.hibernate.sql.ast.tree.expression.AliasedExpression
 
aliases - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl
 
aliases - Variable in class org.hibernate.sql.SimpleSelect
 
aliases() - Element in annotation interface org.hibernate.annotations.Filter
Explicitly specifies how aliases are interpolated into the Filter.condition() SQL expression.
aliases() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
Explicitly specifies how aliases are interpolated into the FilterJoinTable.condition() SQL expression.
aliases() - Method in class org.hibernate.boot.models.annotations.internal.FilterAnnotation
 
aliases() - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
 
aliases(SqlFragmentAlias[]) - Method in class org.hibernate.boot.models.annotations.internal.FilterAnnotation
 
aliases(SqlFragmentAlias[]) - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
 
AliasResolver - Interface in org.hibernate.metamodel.mapping.ordering
 
aliasSpecificLockingWithFollowOnLocking(LockMode) - Method in interface org.hibernate.internal.CoreMessageLogger
 
aliasToBean(Class<T>) - Static method in class org.hibernate.transform.Transformers
Deprecated.
Creates a ResultTransformer that will inject aliased values into instances of Class via property methods or fields.
AliasToBeanConstructorResultTransformer<T> - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
AliasToBeanConstructorResultTransformer(Constructor<T>) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer<T> - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
AliasToBeanResultTransformer(Class<T>) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
aliasToComponentPropertyNameMap - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
aliasToComponentPropertyNameMap - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AliasToEntityMapResultTransformer - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
aliasToEntityNameMap - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
aliasToEntityNameMap - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
alignColumns() - Method in class org.hibernate.mapping.ForeignKey
Validates that column span of the foreign key and the primary key is the same.
all(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
all(Subquery<Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
all(Subquery<Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
all(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
all(List<? extends Restriction<? super T>>) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical and.
all(Restriction<? super T>...) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical and.
ALL - Enum constant in enum class org.hibernate.annotations.CascadeType
Deprecated.
Includes all types listed here.
ALL - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
Optimistic locking based on all fields of the entity.
ALL - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
ALL - Enum constant in enum class org.hibernate.engine.OptimisticLockStyle
Optimistic locking via comparison of all columns.
ALL - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ALL - Enum constant in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in class org.hibernate.generator.EventTypeSets
 
ALL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ALL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ALL - Static variable in interface org.hibernate.tool.schema.spi.ContributableMatcher
Matches everything
ALL - Static variable in interface org.hibernate.tool.schema.spi.SchemaFilter
Matches everything
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
ALL_LOB - Enum constant in enum class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
allocationSize() - Method in class org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation
 
allocationSize() - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
 
allocationSize(int) - Method in class org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation
 
allocationSize(int) - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
 
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_CRAWLING - Static variable in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
ALLOW_EXTENSIONS_IN_CDI - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Controls whether Hibernate can try to create beans other than converters and listeners using CDI.
ALLOW_IDENTIFIER_REUSE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Guarantees proper validity audit strategy behavior when application reuses identifiers of deleted entities.
ALLOW_JTA_TRANSACTION_ACCESS - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, allows access to the Transaction even when using a JTA for transaction management.
ALLOW_METADATA_ON_BOOT - Static variable in interface org.hibernate.cfg.JdbcSettings
Whether access to JDBC metadata is allowed during bootstrap.
ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, allows update operations outside a transaction.
allowAssignedIdentifiers() - Method in class org.hibernate.generator.Assigned
 
allowAssignedIdentifiers() - Method in interface org.hibernate.generator.Generator
Determine if this generator allows identifier values to be manually assigned to the entity instance before persisting it.
allowAssignedIdentifiers() - Method in class org.hibernate.generator.internal.GeneratedGeneration
 
allowAssignedIdentifiers() - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
 
allowDirectReferenceCacheEntries(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
allowExtensionsInCdi(ServiceRegistry) - Static method in class org.hibernate.resource.beans.internal.Helper
 
allowFailedCommitToPhysicallyRollback() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
allowImmutableEntityUpdate() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
allowImmutableEntityUpdate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
allowImmutableEntityUpdate() - Method in interface org.hibernate.query.spi.QueryEngineOptions
 
allowImmutableEntityUpdate() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
allowImmutableEntityUpdate() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
allowJdbcMetadataAccess(Map<String, Object>) - Static method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
Determine whether we can access JDBC metadata based on the "hibernate.boot.allow_jdbc_metadata_access" setting.
allowLazyInitializationOutsideTransaction(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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.
allowMutation() - Method in class org.hibernate.generator.internal.GeneratedGeneration
 
AllowNonPortable - Annotation Interface in org.hibernate.internal.build
 
allowOutOfTransactionUpdateOperations(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
allowOutOfTransactionUpdateOperations(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
allowOutOfTransactionUpdateOperations(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
allowOutOfTransactionUpdateOperations(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
AllowPrintStacktrace - Annotation Interface in org.hibernate.internal.build
Used to indicate to the Forbidden APIs library that a specific usage of Throwable.printStackTrace(PrintStream) is allowable.
AllowReflection - Annotation Interface in org.hibernate.internal.build
 
allowsMultiValuedBinding() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
allowsMultiValuedBinding() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
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
 
AllowSysOut - Annotation Interface in org.hibernate.internal.build
Used to indicate to the Forbidden APIs library that a specific usage of System.out is allowable.
alphashape - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
alreadySessionBound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ALT_SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
ALTERNATE_CFG_DTD - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
ALTERNATE_MAPPING_DTD - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
alternateServiceRole(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
AlterTableUniqueDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate which uses alter table commands to create and drop the unique constraint.
AlterTableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
AlterTableUniqueIndexDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate which uses create unique index commands when necessary.
AlterTableUniqueIndexDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
 
ALWAYS - Enum constant in enum class org.hibernate.annotations.FlushModeType
Deprecated.
Corresponds to FlushMode.ALWAYS.
ALWAYS - Enum constant in enum class org.hibernate.boot.jaxb.mapping.GenerationTiming
Value generation that occurs when a row is inserted or updated in the database.
ALWAYS - Enum constant in enum class org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called and before every query.
ALWAYS - Enum constant in enum class org.hibernate.tuple.GenerationTiming
Deprecated.
Value generation that occurs when a row is inserted or updated in the database.
ALWAYS_VALID - Static variable in interface org.hibernate.engine.jdbc.connections.internal.ConnectionValidator
 
alwaysIncludesParentheses() - Method in class org.hibernate.dialect.function.CurrentFunction
 
alwaysIncludesParentheses() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
alwaysIncludesParentheses() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Will a call to the described function always include parentheses?
AMPERSAND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AMPERSAND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ANALYSIS - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
Geometry, Geometry -> Boolean (or String for st_relate)
and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
and(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(Predicate...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
and(Predicate...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
and(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
and(List<Predicate>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(List<Predicate>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
and(List<Predicate>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
and(Restriction<X>) - Method in interface org.hibernate.query.restriction.Restriction
Combine this restriction with the given restriction using logical and.
AND - Static variable in class org.hibernate.envers.internal.tools.query.Parameters
 
AND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
AndPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
AnnotatedClassType - Enum Class in org.hibernate.boot.model.internal
Type of annotation of a class will give its type
AnnotatedColumn - Class in org.hibernate.boot.model.internal
A mapping to a column, logically representing a Column annotation, but not every instance corresponds to an explicit annotation in the Java code.
AnnotatedColumn() - Constructor for class org.hibernate.boot.model.internal.AnnotatedColumn
 
AnnotatedColumns - Class in org.hibernate.boot.model.internal
A list of columns that are mapped to a single Java property or field.
AnnotatedColumns() - Constructor for class org.hibernate.boot.model.internal.AnnotatedColumns
 
AnnotatedDiscriminatorColumn - Class in org.hibernate.boot.model.internal
A DiscriminatorColumn annotation
AnnotatedDiscriminatorColumn(String) - Constructor for class org.hibernate.boot.model.internal.AnnotatedDiscriminatorColumn
 
AnnotatedJoinColumn - Class in org.hibernate.boot.model.internal
An element of a join condition, logically representing a JoinColumn annotation, but not every instance corresponds to an explicit annotation in the Java code.
AnnotatedJoinColumns - Class in org.hibernate.boot.model.internal
A list of JoinColumns that form a single join condition, similar in concept to JoinColumns, but not every instance of this class corresponds to an explicit annotation in the Java code.
AnnotatedJoinColumns() - Constructor for class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
ANNOTATION - Enum constant in enum class org.hibernate.boot.jaxb.SourceType
 
AnnotationBasedGenerator<A extends Annotation> - Interface in org.hibernate.generator
A Generator which receives parameters from a custom generator annotation or id generator annotation.
AnnotationBinder - Class in org.hibernate.boot.model.internal
Reads annotations from Java classes and produces the Hibernate configuration-time metamodel, that is, the objects defined in the package org.hibernate.mapping.
AnnotationException - Exception in org.hibernate
An exception that occurs while reading mapping annotations.
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationHelper - Class in org.hibernate.boot.model.internal
 
AnnotationHelper() - Constructor for class org.hibernate.boot.model.internal.AnnotationHelper
 
AnnotationMetadataSourceProcessorImpl - Class in org.hibernate.boot.model.source.internal.annotations
 
AnnotationMetadataSourceProcessorImpl(ManagedResources, DomainModelSource, MetadataBuildingContextRootImpl) - Constructor for class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
Normal constructor used while processing mapping sources
AnnotationPlacementException - Exception in org.hibernate.boot.models
 
AnnotationPlacementException(String) - Constructor for exception org.hibernate.boot.models.AnnotationPlacementException
 
AnnotationPlacementException(String, Throwable) - Constructor for exception org.hibernate.boot.models.AnnotationPlacementException
 
ANNOTATIONS - Enum constant in enum class org.hibernate.mapping.MetadataSource
 
AnnotationsMetadataReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
A helper class to read versioning meta-data from annotations on a persistent class.
AnnotationsMetadataReader(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AnnotationsMetadataReader
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AbstractXmlAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AccessJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorImplicitValuesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValueAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValuesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyKeTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyKeyJavaClassAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyKeyJavaTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeCodeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ArrayAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AssociationOverrideJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AssociationOverridesJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AttributeAccessorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.AttributeOverridesJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.BagAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.BasicJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.BatchSizeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CacheableJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CacheAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CascadeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CheckAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ChecksAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollateAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionClassificationXmlAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdJavaClassAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdJavaTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeCodeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdMutabilityAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ColumnDefaultAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ColumnResultJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ColumnTransformerAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ColumnTransformersAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CommentAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CommentsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CompositeTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConcreteProxyAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConverterRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CreationTimestampAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.CurrentTimestampAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorFormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorOptionsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorValueJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.DynamicInsertAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.DynamicUpdateAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ElementCollectionJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddableInstantiatorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddableInstantiatorRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddableInstantiatorRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddableJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddedColumnNamingAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddedIdJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EmbeddedJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EntityJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EntityListenersJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EntityResultJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EnumeratedJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.EnumeratedValueJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ExcludeDefaultListenersJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ExcludeSuperclassListenersJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ExtendsXmlAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FetchAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FetchProfileAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FetchProfileOverrideAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FetchProfileOverridesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FetchProfilesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FieldResultJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FilterAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FilterDefAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FilterDefsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTablesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FiltersAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ForeignKeyJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.FractionalSecondsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.GeneratedAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.GeneratedColumnAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.GeneratedValueJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.GenericGeneratorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.GenericGeneratorsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.HQLSelectAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.IdClassJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.IdGeneratorTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.IdJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ImmutableAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ImportedAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.IndexJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.InheritanceJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.InstantiatorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JavaTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JavaTypeRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JavaTypeRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JdbcTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JdbcTypeCodeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JdbcTypeRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JdbcTypeRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnOrFormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnsOrFormulasAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JoinFormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.LazyGroupAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ListIndexBaseAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ListIndexJavaTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ListIndexJdbcTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ListIndexJdbcTypeCodeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.LobJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ManyToAnyAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ManyToManyJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ManyToOneJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyClassJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyCompositeTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyEnumeratedJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJavaTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJdbcTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJdbcTypeCodeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyMutabilityAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyTemporalJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MappedSuperclassJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MapsIdJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.MutabilityAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedAttributeNodeJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedEntityGraphAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedEntityGraphJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedEntityGraphsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedEntityGraphsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueriesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueriesJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueriesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueriesJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueriesJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueryJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NamedSubgraphJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NationalizedAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NativeGeneratorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NaturalIdAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NaturalIdCacheAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.NotFoundAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OnDeleteAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OneToManyJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OneToOneJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OptimisticLockAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OptimisticLockingAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OrderByJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OrderColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenCheckAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenChecksAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenColumnDefaultAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenColumnDefaultsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenDiscriminatorFormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenDiscriminatorFormulasAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenFilterDefOverridesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenFilterDefsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenFilterOverridesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenFiltersAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenFormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenFormulasAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenGeneratedColumnAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenGeneratedColumnsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenJoinFormulaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenJoinFormulasAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLDeleteAllAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLDeleteAllsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLDeleteAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLDeletesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLInsertAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLInsertsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLOrderAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLOrdersAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLRestrictionAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLRestrictionsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLSelectAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLSelectsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLUpdateAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverriddenSQLUpdatesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.OverrideVersionAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ParamDefAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ParameterAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ParentAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PartitionKeyAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PostLoadJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PostPersistJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PostRemoveJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PostUpdateJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PrePersistJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PreRemoveJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PreUpdateJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.PropertyRefAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.QueryCacheLayoutAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.QueryHintJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.RowIdAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryRowAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryRowsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTablesJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SequenceGeneratorsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SortComparatorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SortNaturalAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SourceAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAllAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeletesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SqlFragmentAliasAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLInsertAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLInsertsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLJoinTableRestrictionAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLOrderAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLRestrictionAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SqlResultSetMappingsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLSelectAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLUpdateAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SQLUpdatesAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.StoredProcedureParameterJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.StructAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SubselectAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.SynchronizeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorsJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TargetEmbeddableAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TargetXmlAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TemporalJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TenantIdAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TimeZoneColumnAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TimeZoneStorageAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TransientJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TypeBinderTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TypeRegistrationAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.TypeRegistrationsAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.UniqueConstraintJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.UpdateTimestampAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.UuidGeneratorAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ValueGenerationTypeAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.VersionJpaAnnotation
 
annotationType() - Method in class org.hibernate.boot.models.annotations.internal.ViewAnnotation
 
AnonymousTupleBasicEntityIdentifierMapping - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleBasicEntityIdentifierMapping(MappingType, String, SqmExpressible<?>, JdbcMapping, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicEntityIdentifierMapping
 
AnonymousTupleBasicEntityIdentifierMapping(MappingType, SelectableMapping, SqmExpressible<?>, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicEntityIdentifierMapping
 
AnonymousTupleBasicValuedModelPart - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleBasicValuedModelPart(MappingType, String, String, SqmExpressible<?>, JdbcMapping, int) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
AnonymousTupleBasicValuedModelPart(MappingType, String, SelectableMapping, SqmExpressible<?>, int) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
AnonymousTupleEmbeddableValuedModelPart - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleEmbeddableValuedModelPart(SqmExpressible<?>, SqlTypedMapping[], int, String, Set<String>, Set<? extends Attribute<?, ?>>, DomainType<?>, String, EmbeddableValuedModelPart, int) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddableValuedModelPart
 
AnonymousTupleEmbeddedEntityIdentifierMapping - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleEmbeddedEntityIdentifierMapping(SqmExpressible<?>, SqlTypedMapping[], int, String, Set<String>, Set<? extends Attribute<?, ?>>, DomainType<?>, CompositeIdentifierMapping) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddedEntityIdentifierMapping
 
AnonymousTupleEntityValuedModelPart - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleEntityValuedModelPart(EntityIdentifierMapping, DomainType<?>, EntityValuedModelPart, int) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
AnonymousTupleNonAggregatedEntityIdentifierMapping - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleNonAggregatedEntityIdentifierMapping(SqmExpressible<?>, SqlTypedMapping[], int, String, Set<String>, Set<? extends Attribute<?, ?>>, DomainType<?>, String, NonAggregatedIdentifierMapping) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
AnonymousTupleSimpleSqmPathSource<J> - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleSimpleSqmPathSource(String, SqmDomainType<J>, Bindable.BindableType) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleSimpleSqmPathSource
 
AnonymousTupleSqmAssociationPathSource<O,J> - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleSqmAssociationPathSource(String, SqmPath<J>, SimpleDomainType<J>) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleSqmAssociationPathSource
 
AnonymousTupleSqmAssociationPathSourceNew<O,J> - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleSqmAssociationPathSourceNew(String, SqmPathSource<J>, SqmDomainType<J>, SimpleDomainType<J>) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleSqmAssociationPathSourceNew
 
AnonymousTupleSqmPathSource<J> - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleSqmPathSource(String, SqmPath<J>) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleSqmPathSource
 
AnonymousTupleSqmPathSourceNew<J> - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleSqmPathSourceNew(String, SqmPathSource<J>, SqmDomainType<J>) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleSqmPathSourceNew
 
AnonymousTupleTableGroupProducer - Class in org.hibernate.query.sqm.tuple.internal
The table group producer for an anonymous tuple type.
AnonymousTupleTableGroupProducer(AnonymousTupleType<?>, String, SqlTypedMapping[], FromClauseAccess) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleTableGroupProducer
 
AnonymousTupleType<T> - Class in org.hibernate.query.sqm.tuple.internal
 
AnonymousTupleType(SqmBindableType<?>[], String[]) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleType
 
AnonymousTupleType(SqmSelectQuery<T>) - Constructor for class org.hibernate.query.sqm.tuple.internal.AnonymousTupleType
 
ANSISequenceSupport - Class in org.hibernate.dialect.sequence
ANSI SQL compliant sequence support, for dialects which support the ANSI SQL syntax next value for seqname.
ANSISequenceSupport() - Constructor for class org.hibernate.dialect.sequence.ANSISequenceSupport
 
AnsiSqlKeywords - Class in org.hibernate.engine.jdbc.env.spi
Maintains the set of ANSI SQL keywords
AnsiSqlKeywords() - Constructor for class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
 
any(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
any(Subquery<Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
any(Subquery<Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
any(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
any(List<? extends Restriction<? super T>>) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical or.
any(Restriction<? super T>...) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical or.
Any - Class in org.hibernate.mapping
A mapping model object representing a polymorphic association to one of several tables.
Any - Class in org.hibernate.sql.ast.tree.expression
 
Any - Annotation Interface in org.hibernate.annotations
Maps a to-one cardinality association taking values over several entity types which are not related by the usual entity inheritance, using a discriminator value stored on the referring side of the relationship.
Any(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any
 
Any(MetadataBuildingContext, Table, boolean) - Constructor for class org.hibernate.mapping.Any
 
Any(Any) - Constructor for class org.hibernate.mapping.Any
 
Any(SelectStatement, MappingModelExpressible<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Any
 
ANY - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
ANY - Enum constant in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <any/> element
ANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
ANY - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ANY - Enum constant in enum class org.hibernate.boot.models.AttributeNature
 
ANY - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
 
ANY - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
 
ANY - Enum constant in enum class org.hibernate.metamodel.ValueClassification
ANY is a Hibernate-specific concept.
ANY - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates a parameter that accepts any type
ANY - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ANY - Enum constant in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
ANY - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
ANY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY - Static variable in class org.hibernate.engine.spi.IdentifierValue
Always assume the transient instance is newly instantiated
ANY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ANY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ANY() - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
ANY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ANY_DISCRIMINATOR - Enum constant in enum class org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
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 - Enum constant in enum class org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
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
AnyAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyAnnotation
Used in creating annotation instances from Jandex variant
AnyAnnotation(Any, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyAnnotation
Used in creating annotation instances from JDK variant
AnyAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyAnnotation
Used in creating dynamic annotation instances (e.g.
AnyBinder - Class in org.hibernate.boot.model.internal
 
AnyBinder() - Constructor for class org.hibernate.boot.model.internal.AnyBinder
 
AnyDiscriminator - Annotation Interface in org.hibernate.annotations
A simplified way to specify the type of the discriminator in an Any mapping, using the JPA-defined DiscriminatorType.
AnyDiscriminatorAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyDiscriminatorAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorAnnotation
Used in creating annotation instances from Jandex variant
AnyDiscriminatorAnnotation(AnyDiscriminator, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorAnnotation
Used in creating annotation instances from JDK variant
AnyDiscriminatorAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorAnnotation
Used in creating dynamic annotation instances (e.g.
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
 
AnyDiscriminatorImplicitValuesAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyDiscriminatorImplicitValuesAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorImplicitValuesAnnotation
Used in creating annotation instances from Jandex variant
AnyDiscriminatorImplicitValuesAnnotation(AnyDiscriminatorImplicitValues, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorImplicitValuesAnnotation
Used in creating annotation instances from JDK variant
AnyDiscriminatorImplicitValuesAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorImplicitValuesAnnotation
Used in creating dynamic annotation instances (e.g.
AnyDiscriminatorPart - Class in org.hibernate.metamodel.mapping.internal
Acts as a ModelPart for the discriminator portion of an any-valued mapping
AnyDiscriminatorPart(NavigableRole, DiscriminatedAssociationModelPart, String, String, String, String, String, Long, Integer, Integer, boolean, boolean, boolean, BasicType<?>, Map<Object, String>, ImplicitDiscriminatorStrategy, MappingMetamodelImplementor) - Constructor for class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
AnyDiscriminatorPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
AnyDiscriminatorPathInterpretation(NavigablePath, ModelPart, TableGroup, Expression) - Constructor for class org.hibernate.query.sqm.sql.internal.AnyDiscriminatorPathInterpretation
 
AnyDiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Source information about the discriminator for an ANY mapping
AnyDiscriminatorSqmPath<T> - Class in org.hibernate.metamodel.model.domain.internal
 
AnyDiscriminatorSqmPath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
 
AnyDiscriminatorSqmPathSource<D> - Class in org.hibernate.metamodel.model.domain.internal
SqmPathSource implementation for AnyDiscriminator
AnyDiscriminatorSqmPathSource(String, SqmPathSource<D>, SimpleDomainType<D>, Bindable.BindableType) - Constructor for class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
AnyDiscriminatorValue - Annotation Interface in org.hibernate.annotations
Specifies the mapping of a single any-valued discriminator value to its corresponding entity type.
AnyDiscriminatorValueAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyDiscriminatorValueAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValueAnnotation
Used in creating annotation instances from Jandex variant
AnyDiscriminatorValueAnnotation(AnyDiscriminatorValue, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValueAnnotation
Used in creating annotation instances from JDK variant
AnyDiscriminatorValueAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValueAnnotation
Used in creating dynamic annotation instances (e.g.
AnyDiscriminatorValues - Annotation Interface in org.hibernate.annotations
AnyDiscriminatorValuesAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyDiscriminatorValuesAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValuesAnnotation
Used in creating annotation instances from Jandex variant
AnyDiscriminatorValuesAnnotation(AnyDiscriminatorValues, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValuesAnnotation
Used in creating annotation instances from JDK variant
AnyDiscriminatorValuesAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyDiscriminatorValuesAnnotation
Used in creating dynamic annotation instances (e.g.
anyFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
anyFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
AnyFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
AnyKeTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyKeTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeTypeAnnotation
Used in creating annotation instances from Jandex variant
AnyKeTypeAnnotation(AnyKeyType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeTypeAnnotation
Used in creating annotation instances from JDK variant
AnyKeTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeTypeAnnotation
Used in creating dynamic annotation instances (e.g.
AnyKeyJavaClass - Annotation Interface in org.hibernate.annotations
Specifies the Java class to use for the foreign key handling related to an Any mapping.
AnyKeyJavaClassAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyKeyJavaClassAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJavaClassAnnotation
Used in creating annotation instances from Jandex variant
AnyKeyJavaClassAnnotation(AnyKeyJavaClass, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJavaClassAnnotation
Used in creating annotation instances from JDK variant
AnyKeyJavaClassAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJavaClassAnnotation
Used in creating dynamic annotation instances (e.g.
AnyKeyJavaType - Annotation Interface in org.hibernate.annotations
Form of JavaType used to describe the foreign-key part of an ANY mapping.
AnyKeyJavaTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyKeyJavaTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJavaTypeAnnotation
Used in creating annotation instances from Jandex variant
AnyKeyJavaTypeAnnotation(AnyKeyJavaType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJavaTypeAnnotation
Used in creating annotation instances from JDK variant
AnyKeyJavaTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJavaTypeAnnotation
Used in creating dynamic annotation instances (e.g.
AnyKeyJdbcType - Annotation Interface in org.hibernate.annotations
Form of JdbcType used to describe the foreign key part of an Any mapping.
AnyKeyJdbcTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyKeyJdbcTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeAnnotation
Used in creating annotation instances from Jandex variant
AnyKeyJdbcTypeAnnotation(AnyKeyJdbcType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeAnnotation
Used in creating annotation instances from JDK variant
AnyKeyJdbcTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeAnnotation
Used in creating dynamic annotation instances (e.g.
AnyKeyJdbcTypeCode - Annotation Interface in org.hibernate.annotations
Form of JdbcTypeCode used to describe the foreign key part of an Any mapping.
AnyKeyJdbcTypeCodeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyKeyJdbcTypeCodeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeCodeAnnotation
Used in creating annotation instances from Jandex variant
AnyKeyJdbcTypeCodeAnnotation(AnyKeyJdbcTypeCode, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeCodeAnnotation
Used in creating annotation instances from JDK variant
AnyKeyJdbcTypeCodeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeCodeAnnotation
Used in creating dynamic annotation instances (e.g.
AnyKeyPart - Class in org.hibernate.metamodel.mapping.internal
Acts as a ModelPart for the key portion of an any-valued mapping
AnyKeyPart(NavigableRole, DiscriminatedAssociationModelPart, String, String, String, String, String, Long, Integer, Integer, boolean, boolean, boolean, boolean, JdbcMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
AnyKeySource - Interface in org.hibernate.boot.model.source.spi
 
AnyKeyType - Annotation Interface in org.hibernate.boot.internal
A means to pass along the String type name from the mapping xml.
AnyKeyTypeXmlAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AnyKeyTypeXmlAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation
Used in creating annotation instances from Jandex variant
AnyKeyTypeXmlAnnotation(AnyKeyType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation
Used in creating annotation instances from JDK variant
AnyKeyTypeXmlAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation
Used in creating dynamic annotation instances (e.g.
AnyMappingAttributeProcessing - Class in org.hibernate.boot.models.xml.internal.attr
 
AnyMappingAttributeProcessing() - Constructor for class org.hibernate.boot.models.xml.internal.attr.AnyMappingAttributeProcessing
 
anyMappingAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
anyMappingAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
 
anyMappingAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
AnyMappingDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Models Hibernate's @Any mapping (reverse discrimination) as a JPA domain model type.
AnyMappingDomainTypeImpl<T> - Class in org.hibernate.metamodel.model.domain.internal
 
AnyMappingDomainTypeImpl(Any, AnyType, JavaType<T>, MappingMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl
 
AnyMappingSource - Interface in org.hibernate.boot.model.source.spi
Base description for all discriminated associations ("any mappings"), including <any/>, <many-to-any/>, etc.
AnyMappingSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
AnyMappingSqmPathSource(String, SqmPathSource<J>, AnyMappingDomainType<J>, Bindable.BindableType) - Constructor for class org.hibernate.metamodel.model.domain.internal.AnyMappingSqmPathSource
 
anyRequiresAggregateColumnWriter() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
anyRequiresAggregateColumnWriter() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
anySomeQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
anySomeQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
AnySomeQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(TypeConfiguration, MetaType, Type, boolean) - Constructor for class org.hibernate.type.AnyType
 
AnyType(TypeConfiguration, Type, Type, boolean) - Constructor for class org.hibernate.type.AnyType
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
Used to externalize discrimination per a given identifier.
ANYWHERE - Enum constant in enum class org.hibernate.envers.query.criteria.MatchMode
Match the pattern anywhere in the string.
append(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(char) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
append(CharSequence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(CharSequence) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(CharSequence) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
append(CharSequence, int, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(CharSequence, int, int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(CharSequence, int, int) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
append(String) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Creates a new AbstractAttributeKey by appending the passed part.
append(String) - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
append(String) - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
append(String) - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
append(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
append(String) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
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(StringBuilder, Iterator<String>, String) - Static method in class org.hibernate.envers.internal.tools.StringTools
To the given string builder, appends all strings in the given iterator, separating them with the given separator.
append(String, String) - Method in class org.hibernate.spi.NavigablePath
 
append(SqmPath<?>, SqmPathSource<?>, SqmPathSource<?>) - Static method in class org.hibernate.metamodel.model.domain.internal.PathHelper
 
appendAliases(SqlAppender) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
appendArrayLiteral(SqlAppender, Object[], JdbcLiteralFormatter<Object>, WrapperOptions) - Method in class org.hibernate.dialect.Dialect
Append an array literal with the given elements to the given SqlAppender.
appendAsDate(SqlAppender, TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsDate(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsDate(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsLocalTime(SqlAppender, TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsLocalTime(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsLocalTime(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTime(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTime(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
appendAsTime(SqlAppender, Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTime(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
appendAsTime(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMicros(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMicros(SqlAppender, TemporalAccessor, boolean, TimeZone, boolean) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMicros(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMillis(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMillis(SqlAppender, Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMillis(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithNanos(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithNanos(SqlAppender, TemporalAccessor, boolean, TimeZone, boolean) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithNanos(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendBackslashEscapedLikeLiteral(SqlAppender, String, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.DB2Dialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.Dialect
Append a binary literal to the given SqlAppender.
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.OracleDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.CockroachDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.DB2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.Dialect
Append the SQL literal expression representing the given boolean value to the given SqlAppender.
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.H2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.HANADialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.OracleDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.SpannerDialect
 
appendCacheStats(StringBuilder) - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.Dialect
Append the CheckConstraint options to SQL check sqlCheckConstraint
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.OracleDialect
 
appendColumnForWrite(SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendColumnForWrite(SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendContainer(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
Uses # as the separator rather than a period, the intention being that the incoming name is a ModelPartContainer of some sort.
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
Translate the given datetime format string from the pattern language defined by Java's DateTimeFormatter to whatever pattern language is understood by the native datetime formatting function for this database (often the to_char() function).
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.H2Dialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.HANADialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.HSQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.OracleDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SpannerDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
Append a datetime literal representing the given java.time value to the given SqlAppender.
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.HANADialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.OracleDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
Append a datetime literal representing the given Calendar value to the given SqlAppender.
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
Append a datetime literal representing the given Date value to the given SqlAppender.
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.HANADialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDoubleQuoteEscapedString(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendDoubleQuoteEscapedString(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendDoubleQuoteEscapedString(StringBuilder, String) - Static method in class org.hibernate.internal.util.QuotingHelper
 
appendEncodedString(SqlAppender, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
appendEncodedString(SqlAppender, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
appendEncodedString(SqlAppender, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
appendEncodedString(SqlAppender, T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Appends the value to the SqlAppender in an encoded format that can be decoded again by JavaType.fromEncodedString(CharSequence, int, int).
appendFunctionArgument(Configuration, Map<String, String>, Map<String, String>, MutableInteger, Map<String, Object>, String, StringBuilder, Object) - Static method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
appendHqlCteString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
appendHqlString(StringBuilder, JavaType<T>, T) - Static method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
appendIdentitySelectToInsert(String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Deprecated, for removal: This API element is subject to removal in a future version.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
appendIdentitySelectToInsert(String, String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Provided we IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.MariaDBIdentityColumnSupport
 
appendIgnoreAlsoAtEnd(DynamicType.Builder<?>) - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
 
appendInlinedJsonPathIncludingPassingClause(SqlAppender, String, Expression, JsonPathPassingClause, SqlAstTranslator<?>) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
 
appendIntervalLiteral(SqlAppender, Duration) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL interval representing the given Java Duration.
appendIntervalLiteral(SqlAppender, TemporalAmount) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL interval representing the given Java TemporalAmount.
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterArray
 
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBinary
 
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBoolean
 
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData
 
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterNumericData
 
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterTemporal
 
appendJdbcLiteral(SqlAppender, Object, Dialect, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterUUIDData
 
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
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
Append a literal string to the given SqlAppender.
appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appended to the table name in the from clause.
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASEDialect
 
appendNameParameter(StringBuilder, ProcedureParameterImplementor<?>, JdbcCallParameterRegistration) - Method in class org.hibernate.procedure.internal.OracleCallableStatementSupport
 
appendNameParameter(StringBuilder, ProcedureParameterImplementor<?>, JdbcCallParameterRegistration) - Method in class org.hibernate.procedure.internal.SQLServerCallableStatementSupport
 
appendNameParameter(StringBuilder, ProcedureParameterImplementor<?>, JdbcCallParameterRegistration) - Method in class org.hibernate.procedure.internal.StandardCallableStatementSupport
 
appendPassingExpressionHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
appendReadExpression(String, Consumer<String>) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendReadExpression(SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendReadExpression(SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendSingleQuoteEscapedString(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSingleQuoteEscapedString(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSingleQuoteEscapedString(StringBuilder, String) - Static method in class org.hibernate.internal.util.QuotingHelper
 
appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(boolean) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(char) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(int) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(long) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(long) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(long) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
Add the passed fragment into the in-flight buffer
appendSql(String) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendString(StringBuilder, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
appendString(SqlAppender, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
appendTreatJoins(SqmFrom<?, ?>, StringBuilder, SqmRenderContext) - Static method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
appendUniqueConstraint(StringBuilder, UniqueKey) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
appendUniqueConstraint(StringBuilder, UniqueKey) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
 
appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL uuid representing the given Java UUID.
appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
Deprecated.
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Append the write expression wrapped in a way to be able to write values with this JdbcType's ValueBinder.
appendWriteExpression(SqlAstTranslator<?>, SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
appendWriteExpression(SqlAstTranslator<?>, SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
applicationContinuity - Variable in class org.hibernate.dialect.OracleDialect
 
AppliedGraph - Interface in org.hibernate.graph.spi
Contract for anything a fetch/load graph can be applied
AppliedGraphs - Class in org.hibernate.query.sqm.internal
 
appliedParameters - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
appliesTo(Graph<?>, ManagedDomainType<?>) - Static method in class org.hibernate.graph.spi.GraphHelper
 
appliesTo(GraphImplementor<?>, JpaMetamodel) - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
 
appliesTo(GraphImplementor<?>, JpaMetamodel) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
appliesTo(GraphImplementor<?>, JpaMetamodel) - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
appliesTo(EntityDomainType<?>) - Method in class org.hibernate.graph.internal.RootGraphImpl
 
appliesTo(EntityDomainType<?>) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
appliesToDialect(Dialect) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
appliesToDialect(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Does this database object apply to the given dialect?
apply() - Method in class org.hibernate.boot.models.xml.internal.XmlProcessingResultImpl
 
apply() - Method in interface org.hibernate.boot.models.xml.spi.XmlProcessingResult
 
apply(CriteriaQuery<?>, Root<? extends X>) - Method in interface org.hibernate.query.restriction.Restriction
Apply this restriction to the given root entity of the given criteria query.
apply(Object) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
 
apply(String) - Static method in class org.hibernate.spatial.FunctionKey
 
apply(String, String) - Static method in class org.hibernate.spatial.FunctionKey
 
apply(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
apply(MethodVisitor, Implementation.Context, MethodDescription) - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl.GetPropertyNames
 
apply(JaxbCollectionTableImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
 
apply(JaxbColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
apply(JaxbColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
apply(JaxbDiscriminatorColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorColumnJpaAnnotation
 
apply(JaxbEntityMappingsImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.internal.DomainModelCategorizationCollector
 
apply(JaxbFilterImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.FilterAnnotation
 
apply(JaxbFilterImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
 
apply(JaxbFilterImpl, XmlDocumentContext) - Method in interface org.hibernate.boot.models.annotations.spi.FilterDetails
 
apply(JaxbJoinColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
apply(JaxbJoinTableImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
apply(JaxbMapKeyColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.MapKeyColumnJpaAnnotation
 
apply(JaxbMapKeyJoinColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnJpaAnnotation
 
apply(JaxbNamedHqlQueryImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
apply(JaxbNamedHqlQueryImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryJpaAnnotation
 
apply(JaxbNamedNativeQueryImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
apply(JaxbNamedNativeQueryImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
 
apply(JaxbNamedStoredProcedureQueryImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueryJpaAnnotation
 
apply(JaxbOrderColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.OrderColumnJpaAnnotation
 
apply(JaxbPersistenceUnitMetadataImpl) - Method in class org.hibernate.boot.models.xml.internal.PersistenceUnitMetadataImpl
 
apply(JaxbPrimaryKeyJoinColumnImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnJpaAnnotation
 
apply(JaxbSecondaryTableImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
apply(JaxbStoredProcedureParameterImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.StoredProcedureParameterJpaAnnotation
 
apply(JaxbTableGeneratorImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
 
apply(JaxbTableImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
apply(MetadataSources) - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
apply(PersistenceUnitMetadata) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
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.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
Yuck.
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
Apply the orm.xml-defined persistence-unit-defaults values.
apply(ClassDetails) - Method in class org.hibernate.boot.models.internal.DomainModelCategorizationCollector
 
apply(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.mutation.internal.SelectableMappingExpressionConverter
 
apply(ColumnReference) - Method in class org.hibernate.query.sqm.mutation.internal.TableKeyExpressionCollector
 
apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
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
 
applyAccess(AccessType, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyAccessType(AccessType) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAccessType(AccessType) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the second-level access-type to be used by default for entities and collections that define second-level caching, but do not specify a granular access-type.
applyAccessType(AccessType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.query.results.internal.TableGroupImpl
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
applyAggregateColumnCheck(StringBuilder, AggregateColumn) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyAliases(RowLockStrategy, TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliases(RowLockStrategy, QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliasSpecificLockModeHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyAliasSpecificLockModeHint(String, Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
applyAnticipatedType(BindableType<?>) - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
applyAnticipatedType(BindableType<?>) - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
applyAnticipatedType(BindableType<?>) - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in interface org.hibernate.boot.MetadataBuilder
Specify a particular ArchiveDescriptorFactory instance to use in scanning.
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAssignment(SqmPath<Y>, SqmExpression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
applyAssignment(SqmAssignment<Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
applyAssociationOverrides(List<JaxbAssociationOverrideImpl>, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyAttributeAccessor(JaxbPersistentAttribute, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance, explicitly indicating whether to auto-apply it.
applyAttributeConverter(AttributeConverter<O, R>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(AttributeConverter<O, R>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance.
applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class.
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by Class, explicitly indicating whether to auto-apply it.
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(ConverterDescriptor<?, ?>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
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
 
applyAttributeOverrides(List<JaxbAttributeOverrideImpl>, MutableAnnotationTarget, String, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyAttributeOverrides(List<JaxbAttributeOverrideImpl>, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyAttributeOverrides(JaxbPluralAttribute, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyAutoClosing(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.MetadataBuilder
applyAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
applyBaseRestrictions(Consumer<Predicate>, Restrictable, TableGroup, boolean, LoadQueryInfluencers, SqlAstCreationState) - Static method in class org.hibernate.internal.FilterHelper
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
Applies the base set of restrictions.
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
Deprecated, for removal: This API element is subject to removal in a future version.
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBasicType(BasicType<?>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
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
 
applyBasicTypeComposition(JaxbBasicMapping, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyBeanManager(Object) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyBeanManager(Object) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyCacheRegionDefinition(CacheRegionDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a CacheRegionDefinition to be applied to an entity, collection, or query while building the Metadata object.
applyCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyCacheRegionPrefix(String) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyCacheRegionPrefix(String) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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
 
applyCascading(JaxbCascadeTypeImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyCatalog(JaxbSchemaAware, DatabaseObjectDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
Applies the catalog defined either The JAXB node directly The XML document's <catalog/> element
applyClassLoader(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoader for use in classloading and resource lookup.
applyClassLoaderService(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoaderService for use in classloading and resource lookup.
applyCollation(Expression, String, SqlAstCreationState) - Static method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
applyCollectionClassification(LimitedCollectionClassification, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyCollectionId(JaxbCollectionIdImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyCollectionsInDefaultFetchGroup(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applyCollectionTable(JaxbCollectionTableImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.ElementCollectionAttributeProcessing
 
applyCollectionUserType(JaxbCollectionUserTypeImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyColumn(JaxbColumnImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyColumnOrderingStrategy(ColumnOrderingStrategy) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyColumnOrderingStrategy(ColumnOrderingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
applyColumnOrderingStrategy(ColumnOrderingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyColumnTransformation(JaxbColumnImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyCommentHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyComments(Table, String, List<String>) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyComments(Table, QualifiedTableName, List<String>) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
applyComments(UserDefinedObjectType, String, List<String>) - Method in class org.hibernate.tool.schema.internal.StandardUserDefinedTypeExporter
 
applyConfiguration(SequenceGenerator, BiConsumer<String, String>) - Static method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
applyConfiguration(TableGenerator, BiConsumer<String, String>) - Static method in class org.hibernate.id.enhanced.TableGenerator
 
applyConfiguredGraph(Map<String, ?>) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
Apply a graph and semantic based on configuration properties or hints based on GraphSemantic.getJpaHintName() for GraphSemantic.LOAD or GraphSemantic.FETCH.
applyConnectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyConnectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyConnectionProviderDisablesAutoCommit(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyConnectionProviderDisablesAutoCommit(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
applyConnectionProviderDisablesAutoCommit(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyConvert(JaxbConvertImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyConverts(List<JaxbConvertImpl>, String, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver<?>) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver<?>) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver<?>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a CurrentTenantIdentifierResolver that is responsible for resolving the current tenant identifier.
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver<?>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCustomSql(JaxbCustomSqlImpl, CustomSqlDetails) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyCustomSql(JaxbCustomSqlImpl, MutableAnnotationTarget, AnnotationDescriptor, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyDatabaseHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyDefaultBatchFetchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDefaultBatchFetchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDefaultNullPrecedence(Nulls) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyDefaultNullPrecedence(Nulls) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a null precedence, NULLS FIRST or NULLS LAST, to order by clauses rendered in SQL queries.
applyDefaultNullPrecedence(Nulls) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDelayedEntityLoaderCreations(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDelayedEntityLoaderCreations(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDirectReferenceCaching(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Generally, Hibernate will extract the information from an entity and put that extracted information into the second-level cache.
applyDirectReferenceCaching(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Discriminable
Apply the discriminator as a predicate via the predicateConsumer
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyDiscriminatorFormula(JaxbDiscriminatorFormulaImpl, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyDmlOperations(CteContainer, CteStatement, SessionFactoryImplementor, TableGroup) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler
 
applyDmlOperations(CteContainer, CteStatement, SessionFactoryImplementor, TableGroup) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteSoftDeleteHandler
 
applyDynamicDeleteTableDetails(Object, Object, Object[], MutationExecutor, MutationOperationGroup, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
applyEnabledFilters(Consumer<Predicate>, FilterAliasGenerator, Map<String, Filter>, boolean, TableGroup, SqlAstCreationState) - Method in class org.hibernate.internal.FilterHelper
 
applyEntity(JaxbEntity, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
Handle creating @Entity from an <entity/> element.
applyEntityGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
applyEntityGraphHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyEntityGraphHint(String, Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applyEntityGraphs(JaxbEntityImpl, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.EntityGraphProcessing
 
applyEntityListeners(JaxbEntityListenerContainerImpl, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyEnumerated(EnumType, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
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.
applyFetching(JaxbStandardAttribute, MutableMemberDetails, AttributeMarker.Fetchable, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyFetchJoins(Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, List<HbmResultSetMappingDescriptor.HbmFetchDescriptor>) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
Applies just the Filter values enabled for the associated entity
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
Deprecated, for removal: This API element is subject to removal in a future version.
applyFilters(List<JaxbFilterImpl>, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyForeignKey(JaxbForeignKeyImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.db.ForeignKeyProcessing
 
applyForeignKeys(Table, TableInformation, Dialect, Metadata, Formatter, ExecutionOptions, SqlStringGenerationContext, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
applyFragment(String, Filter, List<String>) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
applyFragment(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
applyFunctions(FunctionContributor) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyFunctions(FunctionContributor) - Method in interface org.hibernate.boot.MetadataBuilder
Apply an explicit FunctionContributor (implicit application via ServiceLoader will still happen too)
applyFunctions(FunctionContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyGeneratedValue(JaxbGeneratedValueImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyGenericGenerator(JaxbGenericIdGeneratorImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyGetGeneratedKeysSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyGetGeneratedKeysSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should JDBC Statement.getGeneratedKeys() feature be used for retrieval of *insert-generated* ids?
applyGetGeneratedKeysSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyGlobalQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Intended only for use in handling quoting requirements for column-definition as defined by Column.columnDefinition(), JoinColumn.columnDefinition(), etc.
applyGlobalQuoting(String) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
applyGlobalQuoting(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Intended only for use in handling quoting requirements for column-definition as defined by Column.columnDefinition(), JoinColumn.columnDefinition(), etc.
applyGraph(String, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyGraph(String, GraphSemantic) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applyGraph(RootGraph, GraphSemantic) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
applyGraph(RootGraph, GraphSemantic) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
applyGraph(RootGraph, GraphSemantic) - Method in interface org.hibernate.query.Query
Deprecated.
applyGraph(RootGraph, GraphSemantic) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applyGraph(RootGraph, GraphSemantic) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
Apply the graph and semantic.
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applyHibernateLockMode(LockMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyHibernateLockMode(LockMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
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
 
applyIdAttribute(SingularPersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
Callback used when we have a singular id attribute of some form - either a simple id or an aggregated composite id (EmbeddedId)
applyIdClassAttributes(Set<SingularPersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
todo (6.0) : we still need to implement this properly and the contract may change - specifically I am not certain we will be able to re-use `SingularPersistentAttribute` because of its dependence on declaring-type, etc that we may not be able to do
applyIdentifierCasing(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyIdentifierRollbackSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applyIfNotEmpty(String, String, BiConsumer<String, String>) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
 
applyImplicitCatalogName(String) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyImplicitListSemantics(CollectionClassification) - Method in interface org.hibernate.boot.MetadataBuilder
 
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
applyImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyImplicitSchemaName(String) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
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
 
applyIndexes(Table, TableInformation, Dialect, Metadata, Formatter, ExecutionOptions, SqlStringGenerationContext, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
applyIndexView(Object) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyIndexView(Object) - Method in interface org.hibernate.boot.MetadataBuilder
Deprecated.
Set the hibernate-models setting hibernate.models.jandex.index instead. This method has no effect.
applyIndexView(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyInferableType(SqmBindableType<?>) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
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
 
applyInitCommands(Table, List<String>, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyIntegrator(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Add an Integrator to be applied to the bootstrap registry.
applyInterception(Object) - Method in class org.hibernate.metamodel.internal.AbstractEntityInstantiatorPojo
 
applyInterception(Object) - Method in class org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard
 
applyInterceptor(Interceptor) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyInterceptor(Interceptor) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyInterceptor(Interceptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies an Interceptor associated with the SessionFactory, which will be used by all sessions unless an interceptor is explicitly specified using SessionBuilder.interceptor(org.hibernate.Interceptor).
applyInterceptor(Interceptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJavaTypeAnnotation(MutableMemberDetails, Class<? extends BasicJavaType<?>>, XmlDocumentContext) - Method in class org.hibernate.boot.models.xml.internal.AbstractUserTypeCases
 
applyJavaTypeAnnotation(MutableMemberDetails, Class<? extends BasicJavaType<?>>, XmlDocumentContext) - Method in class org.hibernate.boot.models.xml.internal.UserTypeCasesMapKey
 
applyJavaTypeAnnotation(MutableMemberDetails, Class<? extends BasicJavaType<?>>, XmlDocumentContext) - Method in class org.hibernate.boot.models.xml.internal.UserTypeCasesStandard
 
applyJavaTypeAnnotationStatic(MutableMemberDetails, Class<? extends BasicJavaType<?>>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.UserTypeCasesMapKey
 
applyJavaTypeAnnotationStatic(MutableMemberDetails, Class<? extends BasicJavaType<?>>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.UserTypeCasesStandard
 
applyJavaTypeDescriptor(String, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyJdbcBatchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJdbcBatchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJdbcFetchSize(int) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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
 
applyJdbcTypeCode(Integer, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
applyJoinColumns(List<JaxbJoinColumnImpl>, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.db.JoinColumnProcessing
 
applyJoinColumnsOrFormulas(List<Serializable>, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.db.JoinColumnProcessing
 
applyJoinTableFilters(List<JaxbFilterImpl>, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyJpaCompliance(String, SemanticQueryBuilder<?>) - Static method in class org.hibernate.query.hql.internal.SqmTreeCreationHelper
Handle JPA requirement that variables (aliases) be case-insensitive
applyJsonFormatMapper(FormatMapper) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJsonFormatMapper(FormatMapper) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyJsonFormatMapper(FormatMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a format mapper to use for serialization/deserialization of JSON properties.
applyJsonFormatMapper(FormatMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJtaTrackingByThread(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in JTA-based TransactionCoordinator or TransactionCoordinatorBuilder, should it track JTA transactions by thread in an attempt to detect timeouts?
applyJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyKeyRestriction(Object, EntityPersister, RestrictedTableMutationBuilder<?, ?>, EntityTableMapping) - Static method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
applyKeyRestrictions(MutatingTableReference, ColumnValueParameterList, List<ColumnValueBinding>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyLazyInitializationOutsideTransaction(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applyLifecycleCallbacks(JaxbEntityOrMappedSuperclass, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
Deprecated.
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.Query
Deprecated.
applyLob(JaxbLobImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
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
 
applyLockModeType(LockModeType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyLockOptionsHint(SelectionQuery<?>) - Method in class org.hibernate.internal.SessionImpl
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL, applying the appropriate updates for the specified lock modes and key columns.
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.SpannerDialect
 
applyLockTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyLockTimeoutHint(int) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyLockTimeoutHint(Integer) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyLockTimeoutHint(Integer) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyMapKeyJoinColumns(List<JaxbMapKeyJoinColumnImpl>, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.db.JoinColumnProcessing
 
applyMapKeyUserType(JaxbUserTypeImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyMappedBy(String, AttributeMarker.Mappable, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyMapsId(String, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyMaximumFetchDepth(int) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyMaximumFetchDepth(int) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyMultiTenancy(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyNameAsJndiName(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies that the SessionFactory should be registered in JNDI, under the name specified using SessionFactoryBuilder.applyName(String).
applyNameAsJndiName(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNamedNativeQueries(JaxbEntityImpl, MutableClassDetails, JaxbEntityMappingsImpl, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
applyNamedProcedureQueries(JaxbEntityImpl, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
applyNamedQueries(JaxbEntityImpl, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
applyNamedQueryCheckingOnStartup(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applyNationalized(JaxbNationalizedImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyNaturalIdAttribute(PersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
applyNaturalIdCache(JaxbNaturalId, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyNaturalIdRestriction(Object, TableGroup, Consumer<Predicate>, BiConsumer<JdbcParameter, JdbcParameterBinding>, LoaderSqlAstCreationState, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
Apply restriction necessary to match the given natural-id value.
applyNaturalIdRestriction(Object, TableGroup, Consumer<Predicate>, BiConsumer<JdbcParameter, JdbcParameterBinding>, LoaderSqlAstCreationState, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.CompoundNaturalIdLoader
 
applyNaturalIdRestriction(Object, TableGroup, Consumer<Predicate>, BiConsumer<JdbcParameter, JdbcParameterBinding>, LoaderSqlAstCreationState, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SimpleNaturalIdLoader
 
applyNonAggregatedIdAttributes(Set<SingularPersistentAttribute<? super J, ?>>, EmbeddableDomainType<?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
applyNonVersionOptLocking(OptimisticLockStyle, MutationGroupBuilder, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyNonVersionOptLocking(OptimisticLockStyle, TableUpdateBuilderStandard<MutationOperation>, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
applyNotFound(JaxbNotFoundCapable, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyNullabilityChecking(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applyOnDelete(OnDeleteAction, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyOnlyLoadByKeyFilters() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
applyOnlyLoadByKeyFilters() - Method in class org.hibernate.query.results.internal.DomainResultCreationStateImpl
 
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
 
applyOptimisticLock(JaxbLockableAttribute, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyOptimisticLocking(MutationGroupBuilder, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyOptimisticLocking(TableUpdateBuilderStandard<MutationOperation>, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
applyOptionality(JaxbStandardAttribute, AttributeMarker.Optionalable, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyOptionalString(String, Consumer<String>) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyOptions(NamedQueryMemento<?>) - Method in class org.hibernate.query.spi.AbstractQuery
 
applyOptions(NamedQueryMemento<?>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
applyOptions(NamedNativeQueryMemento<?>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applyOrdering(TableGroup, OrderByFragment) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyOrderingOfUpdates(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specify whether ordering of updates should be enabled.
applyOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyParameter(FilterJdbcParameter) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
applyParameter(ColumnValueParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyPluralAttributeStructure(JaxbPluralAttribute, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonPluralAttributeProcessing
 
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 class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
applyPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.PredicateConsumer
 
applyPredicate(Predicate) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryNodeProcessingStateImpl
 
applyPredicate(Predicate) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
applyPredicate(Predicate) - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
Apply the predicate to be used for the final statement.
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
applyPredicate(Predicate) - Method in interface org.hibernate.sql.ast.tree.predicate.PredicateContainer
Apply a predicate to this container
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
applyPredicates(Collection<SqmPredicate>) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
 
applyPredicates(Collection<SqmPredicate>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPredicates(SqmPredicate...) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
 
applyPredicates(SqmPredicate...) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyPreferUserTransactions(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in JTA-based TransactionCoordinator or TransactionCoordinatorBuilder, should it prefer to use UserTransaction in preference to Transaction?
applyPreferUserTransactions(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyPrimaryKeyJoinColumns(List<JaxbPrimaryKeyJoinColumnImpl>, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.db.JoinColumnProcessing
applyPrimaryKeyJoinColumns(JaxbEntityImpl, MutableClassDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyProjections(List, Number) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
applyPropertiesToLockOptions(Map<String, Object>, Supplier<LockOptions>) - Static method in class org.hibernate.internal.LockOptionsHelper
Applies configuration properties on a LockOptions instance, passed as a supplier so to make it possible to skip allocating the LockOptions instance if there's nothing to set.
applyProperty(Property) - Method in interface org.hibernate.mapping.IdentifiableTypeClass
 
applyProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
applyProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
applyQueryCacheLayout(CacheLayout) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyQueryCacheLayout(CacheLayout) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyQueryCacheLayout(CacheLayout) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies the default CacheLayout to use for query cache entries.
applyQueryCacheLayout(CacheLayout) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyQueryCacheSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applyQuerySettingsAndHints(Query<?>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
applyQuerySettingsAndHints(Query<?>) - Method in class org.hibernate.internal.SessionImpl
 
applyQuerySettingsAndHints(SelectionQuery<?>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
applyQuerySettingsAndHints(SelectionQuery<?>) - Method in class org.hibernate.internal.SessionImpl
 
applyReservedWords(String...) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyReservedWords(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
Applies any reserved words reported via DatabaseMetaData.getSQLKeywords()
applyReservedWords(Collection<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyRestriction(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
applyRestrictions(PersistentCollection<?>, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
 
applyResultSetMapping(NamedResultSetMappingDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
applyScanEnvironment(ScanEnvironment) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
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
 
applyScanResultsToManagedResources(ManagedResourcesImpl, ScanResult, BootstrapContext, XmlMappingBinderAccess) - Method in class org.hibernate.boot.model.process.internal.ScanningCoordinator
 
applySchema(JaxbSchemaAware, DatabaseObjectDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
Applies the schema defined either The JAXB node directly The XML document's <schema/> element
applyScript(ExecutionOptions, SqlScriptCommandExtractor, Dialect, ScriptSourceInput, Formatter, GenerationTarget[]) - Static method in class org.hibernate.tool.schema.internal.Helper
 
applyScrollableResultsSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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
 
applySecondaryTables(List<JaxbSecondaryTableImpl>, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applySecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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.
applySequenceGenerator(JaxbSequenceGeneratorImpl, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyServiceRegistrations(List<StandardServiceInitiator<?>>, List<ProvidedService<?>>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
applySessionFactoryName(String) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a setting value.
applySettings(Map<String, Object>) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a group of settings.
applySettings(Properties) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a group of settings.
applySharedCacheMode(SharedCacheMode) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
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 class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
applySoftDeleteRestrictions(TableGroup, PluralAttributeMapping.PredicateConsumer) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applySqlComments(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl
 
applySqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applySqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applySqlFunction(String, SqmFunctionDescriptor) - Method in interface org.hibernate.boot.MetadataBuilder
Contribute a SqmFunctionDescriptor to HQL.
applySqlFunction(String, SqmFunctionDescriptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Register a SQL function with the underlying SqmFunctionRegistry.
applySqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySqlJoinTableRestriction(String, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applySqlRestriction(String, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
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 class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddableValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleTableGroupProducer
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddableValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleTableGroupProducer
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.mutation.internal.ExpressionDomainResultProducer
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.AsWrappedExpression
 
applySqlSelections(DomainResultCreationState) - Method in interface org.hibernate.query.sqm.sql.internal.DomainResultProducer
Used when this producer is a selection in a sub-query.
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
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
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
applySqlString(String, Formatter, ExecutionOptions, GenerationTarget...) - Static method in class org.hibernate.tool.schema.internal.Helper
 
applySqlStrings(boolean, String[], Formatter, ExecutionOptions, GenerationTarget...) - Static method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
applySqlStrings(String[], Formatter, ExecutionOptions, GenerationTarget...) - Static method in class org.hibernate.tool.schema.internal.Helper
 
applySqmFunctionRegistry(SqmFunctionRegistry) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applySqmOptions(NamedSqmQueryMemento<?>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies an interceptor Class associated with the SessionFactory, which is used to instantiate a new interceptor for each session, unless an interceptor is explicitly specified using SessionBuilder.interceptor(org.hibernate.Interceptor).
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies an interceptor Supplier associated with the SessionFactory, which is used to obtain an interceptor for each session, unless an interceptor is explicitly specified using SessionBuilder.interceptor(org.hibernate.Interceptor).
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatelessInterceptorSupplier(Supplier<? extends Interceptor>) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyStatementInspector(StatementInspector) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a StatementInspector associated with the SessionFactory, which will be used by all sessions unless a statement inspector is explicitly specified using SessionBuilder.statementInspector(java.util.function.UnaryOperator<java.lang.String>)
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStaticDeleteTableDetails(Object, Object, Object[], Object, boolean, MutationExecutor, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
applyStatisticsSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyStatisticsSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies whether statistics gathering is enabled.
applyStatisticsSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStrategySelector(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Applies a named strategy implementation to the bootstrap registry.
applyStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Applies one or more strategy selectors announced as available by the passed announcer.
applyStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
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 class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applySubselectFetchEnabled(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
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
 
applySynchronizeSpace(Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applySynchronizeSpacesHint(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applySynchronizeSpacesHint(Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
applyTable(JaxbTableImpl, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyTableCheck(Table, StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyTableGenerator(JaxbTableGeneratorImpl, MutableAnnotationTarget, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyTableTypeString(StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyTargetClass(String, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyTcclLookupPrecedence(TcclLookupPrecedence) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Defines when the lookup in the thread context ClassLoader is done.
applyTempClassLoader(ClassLoader) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyTempClassLoader(ClassLoader) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a ClassLoader for use while building the Metadata.
applyTempClassLoader(ClassLoader) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyTemporal(TemporalType, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyTemporalPrecision(MutableMemberDetails, TemporalType, XmlDocumentContext) - Method in class org.hibernate.boot.models.xml.internal.AbstractUserTypeCases
 
applyTemporalPrecision(MutableMemberDetails, TemporalType, XmlDocumentContext) - Method in class org.hibernate.boot.models.xml.internal.UserTypeCasesMapKey
 
applyTemporalPrecision(MutableMemberDetails, TemporalType, XmlDocumentContext) - Method in class org.hibernate.boot.models.xml.internal.UserTypeCasesStandard
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
Deprecated.
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
This has no effect and will be removed.
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
Deprecated.
applyTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyToBeanInfo(Object, BeanInfoHelper.BeanInfoDelegate) - Method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
applyToLoadByKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
 
applyToLoadByKey() - Element in annotation interface org.hibernate.annotations.FilterDef
Specifies that the filter should be applied to operations which fetch an entity by its identifier.
applyToLoadByKey() - Method in class org.hibernate.boot.models.annotations.internal.FilterDefAnnotation
 
applyToLoadByKey(boolean) - Method in class org.hibernate.boot.models.annotations.internal.FilterDefAnnotation
 
applyTransient(JaxbTransientImpl, MutableClassDetails, AccessType, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
applyTypes(TypeContributor) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyTypes(TypeContributor) - Method in interface org.hibernate.boot.MetadataBuilder
Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too)
applyTypes(TypeContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyUniqueKeys(Table, TableInformation, Dialect, Metadata, Formatter, ExecutionOptions, SqlStringGenerationContext, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
applyUserDefinedTypeExtensionsString(StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardUserDefinedTypeExporter
 
applyUserType(JaxbUserTypeImpl, MutableMemberDetails, UserTypeCases, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyUserType(JaxbUserTypeImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyUuidGenerator(JaxbUuidGeneratorImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyValidAndRemovePredicates(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
Apply predicates to fetch data and deletions that took place during the same revision.
applyValidAndRemovePredicates(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
applyValidAndRemovePredicates(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
applyValidAndRemovePredicates(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
applyValidAndRemovePredicates(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
applyValidAndRemovePredicates(QueryBuilder) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
applyValidatorFactory(Object) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyValidatorFactory(Object) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyValidatorFactory(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a Bean Validation ValidatorFactory.
applyValidatorFactory(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyValidPredicates(QueryBuilder, Parameters, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
Apply predicates used to fetch actual data.
applyValidPredicates(QueryBuilder, Parameters, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
applyValidPredicates(QueryBuilder, Parameters, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
applyValidPredicates(QueryBuilder, Parameters, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
applyValidPredicates(QueryBuilder, Parameters, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
Creates query restrictions used to retrieve only actual data.
applyValidPredicates(QueryBuilder, Parameters, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
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
 
applyVersion(JaxbVersionImpl, MutableClassDetails, AccessType, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
applyVersionAttribute(SingularPersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
applyVersionBasedOptLocking(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyVersionBasedOptLocking(TableUpdateBuilderStandard<MutationOperation>) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
applyWhereFragments(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereFragments(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
Apply the SQLRestriction restrictions
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyXmlFormatMapper(FormatMapper) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyXmlFormatMapper(FormatMapper) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyXmlFormatMapper(FormatMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a format mapper to use for serialization/deserialization of XML properties.
applyXmlFormatMapper(FormatMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
ArchiveContext - Interface in org.hibernate.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
Models a logical archive, which might be a jar file a zip file an exploded directory etc
ArchiveDescriptorFactory - Interface in org.hibernate.boot.archive.spi
Contract for building ArchiveDescriptor instances.
ArchiveEntry - Interface in org.hibernate.boot.archive.spi
Represent an entry in the archive.
ArchiveEntryHandler - Interface in org.hibernate.boot.archive.spi
Handler for archive entries, based on the classified type of the entry
ArchiveException - Exception in org.hibernate.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveHelper - Class in org.hibernate.boot.archive.internal
Helper for dealing with archives
area - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
areAllNonNull(Object...) - Static method in class org.hibernate.internal.util.NullnessHelper
 
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 class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
areCollectionsImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies whether plural attributes are lazy by default if not specified in the mapping.
areEntitiesImplicitlyLazy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
areEntitiesImplicitlyLazy() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies whether singular associations (many-to-one, one-to-one) are lazy by default if not specified in the mapping.
areEqual(boolean[], boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
areEqual(double[], double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
areEqual(float[], float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
areEqual(int[], int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
areEqual(long[], long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
areEqual(short[], short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
areEqual(AttributeNode<?>, AttributeNode<?>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graph attribute node and returns true if they are equal, ignoring subgraph attribute order.
areEqual(EntityGraph<T>, EntityGraph<T>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graphs and returns true if they are equal, ignoring attribute order.
areEqual(Subgraph, Subgraph) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraphs and returns true if they are equal, ignoring attribute order.
areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
areEqual(Map<Class, Subgraph>, Map<Class, Subgraph>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraph maps and returns true if they are equal, ignoring order.
areEqual(J, J) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
areEqual(J, J) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
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.ArrayJavaType
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Determine if two instances are equal
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
areEquals(PersistentAttributeInterceptable, String, boolean, boolean) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, byte, byte) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, char, char) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, double, double) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, float, float) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, int, int) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, long, long) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, short, short) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
areEquals(PersistentAttributeInterceptable, String, Object, Object) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
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.internal.SessionFactoryOptionsBuilder
 
areJPACallbacksEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
areJPACallbacksEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Should JPA entity lifecycle callbacks be processed by the EventEngine and CallbackRegistry?
areMatch(Object, Object) - Method in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
 
areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
Are the two listener instances considered a duplication?
arePositionalSelectionsAllowed() - Method in class org.hibernate.query.results.internal.DomainResultCreationStateImpl
 
arePrimitiveWrapperEquivalents(Class, Class) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
areSameNullness(Object...) - Static method in class org.hibernate.internal.util.NullnessHelper
Ensures that either: all values are null all values are non-null
areTablesToBeUpdated(Set<? extends Serializable>) - Method in class org.hibernate.engine.spi.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
areTypesComparable(SqmBindableType<?>, SqmBindableType<?>, BindingContext) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
areValuesIncludedInInsertByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
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 class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
areValuesIncludedInUpdateByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
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 class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
areValuesNullableByDefault() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
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 class org.hibernate.boot.models.xml.internal.PersistenceUnitMetadataImpl
 
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
 
ArgumentDomainResult<A> - Class in org.hibernate.sql.results.graph.instantiation.internal
 
ArgumentDomainResult(DomainResult<A>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult
 
ArgumentMemento(ResultMemento) - Constructor for class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
 
ArgumentReader<A> - Class in org.hibernate.sql.results.graph.instantiation.internal
Specialized QueryResultAssembler for use as a "reader" for dynamic- instantiation arguments.
ArgumentReader(DomainResultAssembler<A>, String) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.ArgumentReader
 
argumentsOrImplied(int...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
ArgumentsTools - Class in org.hibernate.envers.internal.tools
 
ArgumentsTools() - Constructor for class org.hibernate.envers.internal.tools.ArgumentsTools
 
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 class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
array(Selection<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
array(Class<Y>, Selection<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Class<Y>, Selection<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(Class<Y>, Selection<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
array(Class<Y>, List<? extends Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Class<Y>, List<? extends Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(Class<Y>, List<? extends Selection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
array(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(List<Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(List<Selection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
array(List<Selection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array - Annotation Interface in org.hibernate.annotations
Specifies the maximum length of a SQL array type mapped by the annotated attribute.
Array(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Array
 
Array(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Array
 
Array(Array) - Constructor for class org.hibernate.mapping.Array
 
ARRAY - Enum constant in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <array/> element
ARRAY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ARRAY - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
An Object or primitive array.
ARRAY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ARRAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ARRAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ARRAY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type ARRAY.
ARRAY() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
ARRAY() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
ARRAY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
array_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQL array() constructor function
array_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array() constructor function
array_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array() constructor function
array_spanner() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Google Spanner array() constructor function
arrayAgg(JpaOrder, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, Expression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayAgg(JpaOrder, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayAgg(JpaOrder, JpaPredicate, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a array_agg ordered set-aggregate function expression.
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayAgg(JpaOrder, JpaWindow, Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayAggFunction - Class in org.hibernate.dialect.function.array
 
ArrayAggFunction(String, boolean, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayAggFunction
 
arrayAggregate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQL, CockroachDB and PostgreSQL array_agg() function
arrayAggregate_jsonArrayagg() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_agg() function
ArrayAndElementArgumentTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionArgumentTypeResolver that resolves the array argument type based on the element argument type or the element argument type based on the array argument type.
ArrayAndElementArgumentTypeResolver(int, int...) - Constructor for class org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
 
ArrayAndElementArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the array type is compatible with the element type.
ArrayAndElementArgumentValidator(int, int...) - Constructor for class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
 
ArrayAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ArrayAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ArrayAnnotation
Used in creating annotation instances from Jandex variant
ArrayAnnotation(Array, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ArrayAnnotation
Used in creating annotation instances from JDK variant
ArrayAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ArrayAnnotation
Used in creating dynamic annotation instances (e.g.
arrayAppend(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to array.
arrayAppend(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAppend(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayAppend(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAppend(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to array.
arrayAppend(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAppend(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayAppend(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAppend_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 and HSQLDB array_append() function
arrayAppend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_append() function
arrayAppend_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_append() function
ArrayArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the array type is compatible with the element type.
ArrayArgumentValidator(int) - Constructor for class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
ArrayBackedBinaryStream - Class in org.hibernate.engine.jdbc.internal
Implementation of BinaryStream backed by a byte[] array.
ArrayBackedBinaryStream(byte[]) - Constructor for class org.hibernate.engine.jdbc.internal.ArrayBackedBinaryStream
Constructs a ArrayBackedBinaryStream
ArrayBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for primitive arrays, whose mapping model type is Array.
ArrayBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.ArrayBinder
 
arrayClass(Class<T>) - Static method in class org.hibernate.internal.util.ReflectHelper
 
ArrayCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
ArrayCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
arrayConcat(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates arrays with each other in order.
arrayConcat(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayConcat(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayConcat(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayConcat(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates arrays with each other in order.
arrayConcat(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayConcat(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayConcat(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayConcat(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates arrays with each other in order.
arrayConcat(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayConcat(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayConcat(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayConcat_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 and HSQLDB array_concat() function
arrayConcat_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_concat() function
arrayConcat_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_concat() function
ArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
Concatenation function for array and an element.
ArrayConcatElementFunction(String, String, String, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayConcatElementFunction
 
ArrayConcatFunction - Class in org.hibernate.dialect.function.array
Concatenation function for arrays.
ArrayConcatFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.array.ArrayConcatFunction
 
ArrayConstructorFunction - Class in org.hibernate.dialect.function.array
 
ArrayConstructorFunction(boolean, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayConstructorFunction
 
arrayContains(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains an element.
arrayContains(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContains(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContains(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContains(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains an element.
arrayContains(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContains(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContains(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContains(T[], Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains an element.
arrayContains(T[], Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContains(T[], Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContains(T[], Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContains_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_contains() function
arrayContains_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_contains() function
arrayContains_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_contains() function
arrayContains_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array contains operator
arrayContainsAll(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAll(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAll(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAllNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAllNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
ArrayContainsArgumentTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionArgumentTypeResolver that resolves the argument types for the array_contains function.
ArrayContainsArgumentTypeResolver() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
 
ArrayContainsArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the arguments for the array_contains function.
ArrayContainsArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
 
arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains a nullable element.
arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContainsNullable(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContainsNullable(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains a nullable element.
arrayContainsNullable(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsNullable(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContainsNullable(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContainsNullable(T[], Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains a nullable element.
arrayContainsNullable(T[], Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsNullable(T[], Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContainsNullable(T[], Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayContainsOperatorFunction - Class in org.hibernate.dialect.function.array
Special array contains function that also applies a cast to the element argument.
ArrayContainsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayContainsOperatorFunction
 
ArrayContainsUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array contains function by using unnest.
ArrayContainsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayContainsUnnestFunction
 
ArrayConverter<T,S,E,F> - Class in org.hibernate.type.descriptor.converter.internal
Given a BasicValueConverter for array elements, handles conversion to and from an array of the converted element type.
ArrayConverter(BasicValueConverter<E, F>, JavaType<T>, JavaType<S>) - Constructor for class org.hibernate.type.descriptor.converter.internal.ArrayConverter
 
ArrayDdlTypeImpl - Class in org.hibernate.type.descriptor.sql.internal
 
ArrayDdlTypeImpl(Dialect, boolean) - Constructor for class org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl
 
arrayFill(Expression<T>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(Expression<T>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(Expression<T>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayFill(Expression<T>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(Expression<T>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayFill(Expression<T>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill(T, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(T, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(T, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayFill(T, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill(T, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(T, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(T, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayFill(T, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Cockroach array_fill() function
arrayFill_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_fill() function
arrayFill_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQLDB array_fill() function
arrayFill_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_fill() function
arrayFill_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
PostgreSQL array_fill() function
arrayFromString(JavaType<X>, JdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
 
arrayFromString(JavaType<X>, XmlArrayJdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
arrayGet(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of an array by 1-based index.
arrayGet(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayGet(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayGet(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayGet(Expression<T[]>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of an array by 1-based index.
arrayGet(Expression<T[]>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayGet(Expression<T[]>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayGet(Expression<T[]>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayGet_bracket() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_get() function via bracket syntax
arrayGet_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_get() function via bracket syntax
arrayGet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_get() function
arrayGet_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_get() function
ArrayGetUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array get function by using unnest.
ArrayGetUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArrayGetUnnestFunction
 
ArrayHelper - Class in org.hibernate.dialect.function.array
 
ArrayHelper - Class in org.hibernate.internal.util.collections
 
ArrayHelper() - Constructor for class org.hibernate.dialect.function.array.ArrayHelper
 
arrayIncludes(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array.
arrayIncludes(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludes(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIncludes(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludes(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array.
arrayIncludes(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludes(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIncludes(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludes(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array.
arrayIncludes(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludes(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIncludes(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayIncludesArgumentTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionArgumentTypeResolver that resolves the argument types for the array_includes function.
ArrayIncludesArgumentTypeResolver() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentTypeResolver
 
ArrayIncludesArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the arguments for the array_includes function.
ArrayIncludesArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
arrayIncludesNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array with nullable elements.
arrayIncludesNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludesNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIncludesNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludesNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array with nullable elements.
arrayIncludesNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludesNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIncludesNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludesNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array with nullable elements.
arrayIncludesNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludesNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIncludesNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayIncludesOperatorFunction - Class in org.hibernate.dialect.function.array
Special array includes implementation that uses the PostgreSQL @> operator.
ArrayIncludesOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesOperatorFunction
 
ArrayIncludesUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array includes function by using unnest.
ArrayIncludesUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
 
ArrayInitializer - Class in org.hibernate.sql.results.graph.collection.internal
 
ArrayInitializer(NavigablePath, PluralAttributeMapping, InitializerParent<?>, LockMode, DomainResult<?>, DomainResult<?>, boolean, AssemblerCreationState, Fetch, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.ArrayInitializer
 
ArrayInitializerProducer - Class in org.hibernate.sql.results.graph.collection.internal
 
ArrayInitializerProducer(PluralAttributeMapping, Fetch, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.ArrayInitializerProducer
 
ArrayInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ArrayInListContext
 
arrayInternal(Class<Y>, List<? extends SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersects(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersects(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayIntersects(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersects(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersects(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersects(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayIntersects(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersects(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersects(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersects_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_intersects() function
arrayIntersects_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_intersects() function
arrayIntersects_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_intersects() function
arrayIntersects_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array intersects operator
arrayIntersectsNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayIntersectsNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersectsNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersectsNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersectsNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayIntersectsNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersectsNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersectsNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersectsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayIntersectsNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersectsNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayIntersectsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayIntersectsOperatorFunction - Class in org.hibernate.dialect.function.array
Array intersects function that uses the PostgreSQL && operator.
ArrayIntersectsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIntersectsOperatorFunction
 
ArrayIntersectsUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the intersects function by using unnest.
ArrayIntersectsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIntersectsUnnestFunction
 
ArrayJavaType<T> - Class in org.hibernate.type.descriptor.java
Descriptor for T[] handling.
ArrayJavaType(BasicType<T>) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
 
ArrayJavaType(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
 
ArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for ARRAY handling.
ArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
ArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
Factory for ArrayJdbcType.
ArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
 
arrayLength(Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the length of an array.
arrayLength(Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayLength(Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayLength(Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayLength_cardinality() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQLDB, CockroachDB and PostgreSQL array_length() function
arrayLength_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_length() function
arrayList(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
arrayLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
arrayLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
arrayLiteral(T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates an array literal with the array constructor function.
arrayLiteral(T...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayLiteral(T...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayLiteral(T...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Deprecated.
Use ImmutableObjectArrayMutabilityPlan.get() for object arrays, or implement a dedicated mutability plan for primitive arrays (see for example ShortPrimitiveArrayJavaType's mutability plan).
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
Deprecated.
 
arrayOverlaps(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlaps(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlaps(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlapsNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlapsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayPosition(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in an array.
arrayPosition(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPosition(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPosition(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPosition(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in an array.
arrayPosition(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPosition(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPosition(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPosition_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_position() function
arrayPosition_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_position() function
arrayPosition_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_position() function
arrayPosition_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_position() function
arrayPositions(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositions(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositions(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPositions(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPositions(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositions(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositions(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPositions(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPositions_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_positions() function
arrayPositions_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_positions() function
arrayPositions_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_positions() function
arrayPositions_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_positions() function
arrayPositionsList(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositionsList(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositionsList(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPositionsList(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPositionsList(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositionsList(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositionsList(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPositionsList(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPrepend(Expression<T>, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to array.
arrayPrepend(Expression<T>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPrepend(Expression<T>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPrepend(Expression<T>, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPrepend(T, Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to array.
arrayPrepend(T, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPrepend(T, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayPrepend(T, Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPrepend_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 and HSQLDB array_prepend() function
arrayPrepend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_prepend() function
arrayPrepend_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_prepend() function
arrayRemove() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_remove() function
arrayRemove(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element removed.
arrayRemove(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemove(Expression<T[]>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayRemove(Expression<T[]>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemove(Expression<T[]>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element removed.
arrayRemove(Expression<T[]>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemove(Expression<T[]>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayRemove(Expression<T[]>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemove_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_remove() function
arrayRemove_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_remove() function
arrayRemove_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_remove() function
arrayRemoveIndex(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with the element at the given 1-based index removed.
arrayRemoveIndex(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemoveIndex(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayRemoveIndex(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemoveIndex(Expression<T[]>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with the element at the given 1-based index removed.
arrayRemoveIndex(Expression<T[]>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemoveIndex(Expression<T[]>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayRemoveIndex(Expression<T[]>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemoveIndex_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_remove_index() function
arrayRemoveIndex_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_remove_index() function
arrayRemoveIndex_unnest(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL, CockroachDB and PostgreSQL array_remove_index() function
ArrayRemoveIndexUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array remove index function by using unnest.
ArrayRemoveIndexUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayRemoveIndexUnnestFunction
 
arrayReplace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_replace() function
arrayReplace(Expression<T[]>, Expression<T>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression<T[]>, Expression<T>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression<T[]>, Expression<T>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayReplace(Expression<T[]>, Expression<T>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace(Expression<T[]>, Expression<T>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression<T[]>, Expression<T>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression<T[]>, Expression<T>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayReplace(Expression<T[]>, Expression<T>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace(Expression<T[]>, T, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression<T[]>, T, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression<T[]>, T, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayReplace(Expression<T[]>, T, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace(Expression<T[]>, T, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression<T[]>, T, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression<T[]>, T, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayReplace(Expression<T[]>, T, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_replace() function
arrayReplace_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_replace() function
arrayReplace_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_replace() function
ArrayReplaceUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array replace function by using unnest.
ArrayReplaceUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArrayReplaceUnnestFunction
 
arraysEqual(Object[], Object[]) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
arraySet(Expression<T[]>, Expression<Integer>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression<T[]>, Expression<Integer>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression<T[]>, Expression<Integer>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySet(Expression<T[]>, Expression<Integer>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet(Expression<T[]>, Expression<Integer>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression<T[]>, Expression<Integer>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression<T[]>, Expression<Integer>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySet(Expression<T[]>, Expression<Integer>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet(Expression<T[]>, Integer, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression<T[]>, Integer, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression<T[]>, Integer, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySet(Expression<T[]>, Integer, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet(Expression<T[]>, Integer, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression<T[]>, Integer, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression<T[]>, Integer, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySet(Expression<T[]>, Integer, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_set() function
arraySet_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_set() function
arraySet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_set() function
arraySet_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_set() function
ArraySetUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array set function by using unnest.
ArraySetUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArraySetUnnestFunction
 
arraySlice() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_slice() function
arraySlice(Expression<T[]>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression<T[]>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression<T[]>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySlice(Expression<T[]>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice(Expression<T[]>, Expression<Integer>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression<T[]>, Expression<Integer>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression<T[]>, Expression<Integer>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySlice(Expression<T[]>, Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice(Expression<T[]>, Integer, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression<T[]>, Integer, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression<T[]>, Integer, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySlice(Expression<T[]>, Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice(Expression<T[]>, Integer, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression<T[]>, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression<T[]>, Integer, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arraySlice(Expression<T[]>, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_slice() function
arraySlice_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_slice() function
arraySlice_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_slice() function
ArraySliceUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array slice function by using unnest.
ArraySliceUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.ArraySliceUnnestFunction
 
ArraysOfSameTypeArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates all arguments are of the same array type.
ArraysOfSameTypeArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
 
ArraysTools - Class in org.hibernate.envers.internal.tools
 
ArraysTools() - Constructor for class org.hibernate.envers.internal.tools.ArraysTools
 
arrayToString(Expression<? extends Object[]>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null array elements with a separator, as specified by the arguments.
arrayToString(Expression<? extends Object[]>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression<? extends Object[]>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayToString(Expression<? extends Object[]>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(Expression<? extends Object[]>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null array elements with a separator, as specified by the arguments.
arrayToString(Expression<? extends Object[]>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression<? extends Object[]>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayToString(Expression<? extends Object[]>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
arrayToString(MappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
 
arrayToString(JavaType<?>, JdbcType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
 
arrayToString(JavaType<?>, JdbcType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
arrayToString_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_to_string() function
arrayToString_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_to_string() function
arrayToString_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_to_string() function
arrayToString_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_to_string() function
ArrayToStringFunction - Class in org.hibernate.dialect.function.array
 
ArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayToStringFunction
 
arrayTrim(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy without the last N elements, specified by the second argument.
arrayTrim(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayTrim(Expression<T[]>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayTrim(Expression<T[]>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayTrim(Expression<T[]>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy without the last N elements, specified by the second argument.
arrayTrim(Expression<T[]>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayTrim(Expression<T[]>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayTrim(Expression<T[]>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayTrim_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_trim() function
arrayTrim_trim_array() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQLDB, CockroachDB and PostgreSQL array_trim() function
arrayTrim_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
PostgreSQL array_trim() emulation for versions before 14
ArrayTupleType - Class in org.hibernate.metamodel.model.domain.internal
 
ArrayTupleType(SqmBindableType<?>[]) - Constructor for class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(String, String, Class<?>) - Constructor for class org.hibernate.type.ArrayType
 
ArrayViaArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves the array type based on an argument.
ArrayViaArgumentReturnTypeResolver(int) - Constructor for class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
 
ArrayViaElementArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves an array type based on the arguments, which are supposed to be of the element type.
ARROW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ARROW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
as(Class<T>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
as(Class<T>) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
 
as(Class<X>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
as(Class<X>) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
as(Class<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
AS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
AS(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
AS(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
AS(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
AS_NEEDED - Enum constant in enum class org.hibernate.ConnectionAcquisitionMode
A Connection is acquired only when (and if) it's actually needed.
AS4_TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
AS7_TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
asAttributeMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
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.hql.internal.FullyQualifiedReflectivePathTerminal
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asBigDecimal() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asBigInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asBigInteger() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asBigInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asbinary - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The asBinary function, cfr.
asBlob(LobCreator) - Method in interface org.hibernate.engine.jdbc.BinaryStream
Use the given LobCreator to create a Blob with the same data as this binary stream.
asBlob(LobCreator) - Method in class org.hibernate.engine.jdbc.internal.ArrayBackedBinaryStream
 
asBlob(LobCreator) - Method in class org.hibernate.engine.jdbc.internal.StreamBackedBinaryStream
 
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 class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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<?>, boolean) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
asc(Expression<?>, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asc(Expression<?>, Nulls) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
asc(SingularAttribute<T, ?>) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, with smaller values first.
asc(Class<T>, String) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, with smaller values first.
asc(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the ascending value of the CTE attribute.
asc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ASC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ASC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ASC - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
ASC - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
ASC() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ASC() - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
ASCENDING - Enum constant in enum class org.hibernate.query.SortDirection
 
ascii() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Very widely supported, but we don't treat this as a "standard" function because it's hard to emulate on any database that doesn't have it (e.g.
asClassFileLocator() - Method in interface org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerClassLocator
 
asClassFileLocator() - Method in class org.hibernate.bytecode.enhance.internal.bytebuddy.ModelTypePool
 
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
 
asCompositeOwner(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to CompositeOwner (using this is highly preferrable over a direct cast)
asCompositeTracker() - Method in interface org.hibernate.engine.spi.CompositeTracker
 
asCompositeTracker() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asCompositeTracker(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to CompositeTracker (using this is highly preferrable over a direct cast)
asDouble() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asDouble() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asDouble() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asDouble() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asEmbeddableFunctionTableReference() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
asEmbeddableFunctionTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
asEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
asEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
A utility method to avoid casting explicitly to EmbeddableInitializer
asEmbeddedAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
A utility method to avoid casting explicitly to EmbeddedAttributeMapping
asEmbeddedAttributeMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
asEntityInitializer() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
asEntityInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
A utility method to avoid casting explicitly to EntityInitializer
asEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
asEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
asEntityMutationOperationGroup() - Method in interface org.hibernate.sql.model.EntityMutationOperationGroup
 
asEntityMutationOperationGroup() - Method in interface org.hibernate.sql.model.MutationOperationGroup
Attempt to cast to the frequently uses subtype EntityMutationOperationGroup; returns null if this is not possible.
asEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
asEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Cast this session to EventSource if possible.
asEventSource() - Method in class org.hibernate.internal.SessionImpl
 
asewkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asewkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asExpression(SelectClause) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
asFetchParent() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
asFetchParent() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
asFetchParent() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
asFetchParent() - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
 
asFetchParent() - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityFetch
 
asFetchParent() - Method in interface org.hibernate.sql.results.graph.Fetch
Utility method to avoid instanceof checks.
asFloat() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asFloat() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asFloat() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asFloat() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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.
asHibernateProxy(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to HibernateProxy (using this is highly preferrable over a direct cast)
asHibernateProxyOrNull(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to an HibernateProxy, or return null in case it is not an instance of HibernateProxy
asImmutable() - Method in class org.hibernate.type.BasicTypeReference
 
asin(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse sine of its argument.
asin(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asin(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
asInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asInteger() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asInteger() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asInteger(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
 
asList() - Method in class org.hibernate.sql.results.internal.InitializersList
Deprecated.
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.hql.internal.FullyQualifiedReflectivePathTerminal
 
asLong() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asLong() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asLong() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asLong(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret the binary representation of a long.
asLong(byte[], int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret the binary representation of a long.
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
 
asManagedEntity(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to ManagedEntity (using this is highly preferrable over a direct cast)
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
 
asManagedType(DomainType<T>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
asMap() - Method in class org.hibernate.spatial.BaseSqmFunctionDescriptors
 
asMap() - Method in class org.hibernate.spatial.dialect.oracle.OracleSDOFunctionDescriptors
 
asMap() - Method in class org.hibernate.spatial.dialect.oracle.OracleSQLMMFunctionDescriptors
 
asMap() - Method in interface org.hibernate.spatial.KeyedSqmFunctionDescriptors
Return the SqmFunctionDescriptors as map of FunctionKey to SqmFunctionDescriptor
asMetaAttribute() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
asPersistentAttributeInterceptable() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
Special internal contract to optimize type checking
asPersistentAttributeInterceptable() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asPersistentAttributeInterceptable(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to PersistentAttributeInterceptable (using this is highly preferrable over a direct cast)
asPersistentAttributeInterceptableOrNull(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
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
 
asProperties(Map<?, ?>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
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.
asReader() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
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
asSelfDirtinessTracker(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Cast the object to SelfDirtinessTracker (using this is highly preferrable over a direct cast)
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.envers.internal.entities.RevisionTypeType
 
assemble(Serializable, Object) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, Object) - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
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.internal.ConvertedBasicTypeImpl
 
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.boot.model.process.internal.UserTypeMutabilityPlanAdapter
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.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(Serializable, SharedSessionContract) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
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 class org.hibernate.sql.results.graph.collection.internal.CollectionAssembler
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.UnfetchedCollectionAssembler
 
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.embeddable.internal.EmbeddableAssembler
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityAssembler
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentReader
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerConstructorImpl
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerInjectionImpl
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerListImpl
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerMapImpl
 
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
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.internal.NullValueAssembler
 
assembledJavaType - Variable in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
AssemblerCreationState - Interface in org.hibernate.sql.results.graph
 
assemblers - Variable in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableInitializerImpl
 
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
assertAssignable(String, SqmPath<?>, SqmTypedNode<?>, BindingContext) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertComparable(Expression<?>, Expression<?>, BindingContext) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertDuration(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertFetchableIndexes() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.Builder
 
AssertionFailure - Exception in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - Constructor for exception org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message and underlying cause.
assertNumeric(SqmExpression<?>, UnaryArithmeticOperator) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertOperable(SqmExpression<?>, SqmExpression<?>, BinaryArithmeticOperator) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
assertString(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
asSessionImplementor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
No longer useful, since Java made downcasting safer
Assignable - Interface in org.hibernate.sql.ast.tree.update
 
assignCheckConstraintsToTable(Dialect, TypeConfiguration) - Method in class org.hibernate.mapping.PersistentClass
 
Assigned - Class in org.hibernate.generator
A Generator that doesn't generate.
Assigned - Class in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
replaced by Assigned
Assigned() - Constructor for class org.hibernate.generator.Assigned
 
Assigned() - Constructor for class org.hibernate.id.Assigned
Deprecated.
 
ASSIGNED_GENERATOR_NAME - Static variable in class org.hibernate.boot.model.internal.GeneratorBinder
 
ASSIGNED_IDENTIFIER_GENERATOR_CREATOR - Static variable in class org.hibernate.boot.model.internal.GeneratorBinder
 
assignment() - Method in class org.hibernate.grammars.hql.HqlParser
 
assignment() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
assignment(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
Assignment - Class in org.hibernate.sql.ast.tree.update
 
Assignment(Assignable, Expression) - Constructor for class org.hibernate.sql.ast.tree.update.Assignment
 
AssignmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
assignments - Variable in class org.hibernate.sql.Update
 
association - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
association - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFetchProfileImpl.JaxbFetchImpl
 
association() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
The association whose default fetch strategy is being overridden.
Association - Class in org.hibernate.engine.profile
Identifies the association referenced by a Fetch.
Association - Interface in org.hibernate.metamodel.mapping
Commonality for an association, mainly details relative to the foreign-key
Association(EntityPersister, String) - Constructor for class org.hibernate.engine.profile.Association
Constructs an association defining what is to be fetched.
ASSOCIATION_OVERRIDE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ASSOCIATION_OVERRIDES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
AssociationKey - Record Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey - Record Class in org.hibernate.metamodel.mapping
Used as part of circularity detection
AssociationKey(String, List<String>) - Constructor for record class org.hibernate.metamodel.mapping.AssociationKey
Creates an instance of a AssociationKey record class.
AssociationKey(EntityKey, String) - Constructor for record class org.hibernate.engine.spi.AssociationKey
Creates an instance of a AssociationKey record class.
AssociationOverrideJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AssociationOverrideJpaAnnotation(AssociationOverride, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AssociationOverrideJpaAnnotation
Used in creating annotation instances from JDK variant
AssociationOverrideJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AssociationOverrideJpaAnnotation
Used in creating annotation instances from Jandex variant
AssociationOverrideJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AssociationOverrideJpaAnnotation
Used in creating dynamic annotation instances (e.g.
associationOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
associationOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
associationOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
AssociationOverridesJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AssociationOverridesJpaAnnotation(AssociationOverrides, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AssociationOverridesJpaAnnotation
Used in creating annotation instances from JDK variant
AssociationOverridesJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AssociationOverridesJpaAnnotation
Used in creating annotation instances from Jandex variant
AssociationOverridesJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AssociationOverridesJpaAnnotation
Used in creating dynamic annotation instances (e.g.
associationQueries - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
associationQueries - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
associationQueryMap - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
associationQueryMap - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
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 class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
asString() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asString() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
asString() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asString() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asString() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asString() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asString() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asString(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
 
asSubQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
assvg - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
assvgaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
ASTERISK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ASTERISK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ASTERISK() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
ASTERISK() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
astext - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The asText function, cfr.
aswkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
aswkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
AsWrappedExpression<B> - Class in org.hibernate.query.sqm.sql.internal
 
AsWrappedExpression(Expression, BasicType<B>) - Constructor for class org.hibernate.query.sqm.sql.internal.AsWrappedExpression
 
AsWrapperSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
atan(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse tangent of its argument.
atan(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
atan2(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse tangent of y over x.
atan2(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
atan2(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
atan2(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
atan2(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
atan2(Number, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2(Number, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
atan2_atn2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL atan2 is misspelled
AtomikosJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
AtomikosJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform
 
attemptingToBindFactoryToJndi(String) - Method in interface org.hibernate.internal.SessionFactoryRegistryMessageLogger
 
attemptingToUnbindFactoryFromJndi(String) - Method in interface org.hibernate.internal.SessionFactoryRegistryMessageLogger
 
attemptToAssociateProxyWithTwoOpenSessions(String, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
attemptToStartAlreadyStartedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
attemptToStopAlreadyStoppedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
ATTR_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
ATTR_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
ATTR_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
ATTR_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
attribute - Variable in class org.hibernate.graph.internal.AttributeNodeImpl
 
attribute() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
Returns the value of the attribute record component.
attribute() - Method in interface org.hibernate.query.Order
For an order based on an entity attribute, the metamodel object representing the attribute.
attribute(String, Expression<?>) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
Passes the given Expression as value for the XML attribute with the given name.
attribute(String, Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
attribute(String, Expression<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
Attribute - Interface in org.hibernate.envers.boot.model
Contract for a mapping attribute.
Attribute - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by AttributeMapping
ATTRIBUTE - Enum constant in enum class org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
ATTRIBUTE_ACCESSOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ATTRIBUTE_BINDER_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ATTRIBUTE_OVERRIDE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ATTRIBUTE_OVERRIDES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
 
AttributeAccessor - Annotation Interface in org.hibernate.annotations
Specifies an attribute access strategy to use.
AttributeAccessorAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AttributeAccessorAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeAccessorAnnotation
Used in creating annotation instances from Jandex variant
AttributeAccessorAnnotation(AttributeAccessor, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeAccessorAnnotation
Used in creating annotation instances from JDK variant
AttributeAccessorAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeAccessorAnnotation
Used in creating dynamic annotation instances (e.g.
AttributeAccessorBinder - Class in org.hibernate.binder.internal
Configures the PropertyAccessStrategy for an attribute.
AttributeAccessorBinder() - Constructor for class org.hibernate.binder.internal.AttributeAccessorBinder
 
AttributeAnalysis - Interface in org.hibernate.persister.entity.mutation
Results of analyzing an attribute in terms of handling update operations
AttributeAnalysis.DirtynessStatus - Enum Class in org.hibernate.persister.entity.mutation
Dirty-ness status of each attribute: it's useful to differentiate when it's definitely dirty, when it's definitely not dirty, and when we need to treat it like dirty but there is no certainty - for example because we didn't actually load the value from the database.
AttributeBinder<A extends Annotation> - Interface in org.hibernate.binder
Allows a user-written annotation to drive some customized model binding.
AttributeBinderType - Annotation Interface in org.hibernate.annotations
Associates a user-defined annotation with an AttributeBinder, allowing the annotation to drive some custom model binding.
AttributeBinderTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AttributeBinderTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
Used in creating annotation instances from Jandex variant
AttributeBinderTypeAnnotation(AttributeBinderType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
Used in creating annotation instances from JDK variant
AttributeBinderTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
Used in creating dynamic annotation instances (e.g.
AttributeClassification - Enum Class in org.hibernate.metamodel
AttributeContainer - Interface in org.hibernate.envers.boot.model
Defines a contract for the Envers mapping model in terms of being able to contain attributes.
AttributeContainer - Interface in org.hibernate.mapping
Identifies a mapping model object which may have attributes (fields or properties).
AttributeContainer<J> - Interface in org.hibernate.metamodel.model.domain.internal
 
AttributeContainer.InFlightAccess<J> - Interface in org.hibernate.metamodel.model.domain.internal
Used during creation of the type
AttributeContext<X> - Interface in org.hibernate.metamodel.internal
Bundle's a Hibernate property mapping together with the JPA metamodel information of the attribute owner.
AttributeConversionInfo - Class in org.hibernate.boot.model.internal
Describes a conversion
AttributeConversionInfo(Convert, AnnotationTarget) - Constructor for class org.hibernate.boot.model.internal.AttributeConversionInfo
 
AttributeConversionInfo(Class<? extends AttributeConverter>, boolean, String, AnnotationTarget) - Constructor for class org.hibernate.boot.model.internal.AttributeConversionInfo
 
AttributeConverterManager - Class in org.hibernate.boot.model.convert.internal
 
AttributeConverterManager() - Constructor for class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
AttributeConverterMutabilityPlanImpl<T,S> - Class in org.hibernate.type.descriptor.converter.internal
The default MutabilityPlan for a converted value assumes, in the absence of additional evidence, that the value is mutable, so that dirty checking, deep copying, and second-level caching all work correctly in the case where it really is mutable.
AttributeConverterMutabilityPlanImpl(JpaAttributeConverter<T, S>, boolean) - Constructor for class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
 
AttributeExtractionException(String) - Constructor for exception org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException
 
AttributeExtractionException(String, Throwable) - Constructor for exception org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeExtractionException
 
AttributeFactory - Class in org.hibernate.metamodel.internal
A factory for building Attribute instances.
AttributeFactory(MetadataContext) - Constructor for class org.hibernate.metamodel.internal.AttributeFactory
 
attributeInitialized(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
Callback from the enhanced class that an attribute has been read or written
attributeInitialized(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
attributeInitialized(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
attributeInitialized(String) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
Deprecated.
 
attributeInitialized(String) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
Deprecated.
Just as the method it overrides. Interceptors that deal with lazy state should implement BytecodeLazyAttributeInterceptor
attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
AttributeListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
AttributeMapping - Interface in org.hibernate.boot.jaxb.hbm.spi
 
AttributeMapping - Interface in org.hibernate.metamodel.mapping
Describes an attribute at the mapping model level.
AttributeMappingIterator() - Constructor for class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.AttributeMappingIterator
 
attributeMappings - Variable in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
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<X,Y> - Interface in org.hibernate.metamodel.internal
Basic contract for describing an attribute.
AttributeMetadata - Interface in org.hibernate.metamodel.mapping
 
attributeName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
 
attributeName() - Method in class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
 
attributeName() - Method in interface org.hibernate.query.Order
For an order based on an entity attribute, the name of the attribute.
attributeName(String) - Method in class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
 
attributeName(ModelPart) - Static method in class org.hibernate.query.results.internal.ResultsHelper
 
AttributeNature - Enum Class in org.hibernate.boot.models
An enum defining the nature (categorization) of a persistent attribute.
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
attributeNode(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
AttributeNode<J> - Interface in org.hibernate.graph
Represents a fetched attribute in an entity graph.
AttributeNodeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
AttributeNodeImpl<J,E,K> - Class in org.hibernate.graph.internal
Implementation of AttributeNode.
AttributeNodeImplementor<J,E,K> - Interface in org.hibernate.graph.spi
Integration version of the AttributeNode contract.
attributeNodes() - Method in class org.hibernate.boot.models.annotations.internal.NamedEntityGraphJpaAnnotation
 
attributeNodes() - Method in class org.hibernate.boot.models.annotations.internal.NamedSubgraphJpaAnnotation
 
attributeNodes(NamedAttributeNode[]) - Method in class org.hibernate.boot.models.annotations.internal.NamedEntityGraphJpaAnnotation
 
attributeNodes(NamedAttributeNode[]) - Method in class org.hibernate.boot.models.annotations.internal.NamedSubgraphJpaAnnotation
 
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
AttributeOverrideJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AttributeOverrideJpaAnnotation(AttributeOverride, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation
Used in creating annotation instances from JDK variant
AttributeOverrideJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation
Used in creating annotation instances from Jandex variant
AttributeOverrideJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation
Used in creating dynamic annotation instances (e.g.
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
AttributeOverridesJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
AttributeOverridesJpaAnnotation(AttributeOverrides, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeOverridesJpaAnnotation
Used in creating annotation instances from JDK variant
AttributeOverridesJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeOverridesJpaAnnotation
Used in creating annotation instances from Jandex variant
AttributeOverridesJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.AttributeOverridesJpaAnnotation
Used in creating dynamic annotation instances (e.g.
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributePath - Class in org.hibernate.boot.model.source.spi
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributePath() - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributePath(AttributePath, String) - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
AttributeProcessor - Class in org.hibernate.boot.models.xml.internal
Helper for handling persistent attributes defined in mapping XML in metadata-complete mode
AttributeProcessor() - Constructor for class org.hibernate.boot.models.xml.internal.AttributeProcessor
 
AttributeProcessor.MemberAdjuster - Interface in org.hibernate.boot.models.xml.internal
 
attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributeQualifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
attributeResult(String, SingularAttribute<?, ?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.internal.Builders
 
attributeResult(String, String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.internal.Builders
 
AttributeRole - Class in org.hibernate.boot.model.source.spi
An attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributeRole(String) - Constructor for class org.hibernate.boot.model.source.spi.AttributeRole
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
attributes() - Element in annotation interface org.hibernate.annotations.Struct
The ordered set of attributes of the UDT, as they appear physically in the DDL.
attributes() - Method in class org.hibernate.boot.models.annotations.internal.StructAnnotation
 
attributes() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
Returns the value of the attributes record component.
attributes(String[]) - Method in class org.hibernate.boot.models.annotations.internal.StructAnnotation
 
AttributesHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
AttributesHelper() - Constructor for class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
AttributesHelper.Callback - Interface in org.hibernate.boot.model.source.internal.hbm
 
AttributeSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of persistent attribute descriptions.
AttributeSource - Interface in org.hibernate.persister.walking.spi
 
AttributeSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of AttributeSource references.
attributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
attributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
attributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
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 extends AuditQuery> - 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
 
AuditedPropertiesHolder - Interface in org.hibernate.envers.configuration.internal.metadata.reader
Implementations hold other audited properties.
AuditedPropertiesReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
Reads persistent properties form a PersistentPropertiesSource and adds the ones that are audited to a AuditedPropertiesHolder, filling all the auditing data.
AuditedPropertiesReader(EnversMetadataBuildingContext, PersistentPropertiesSource, AuditedPropertiesHolder) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
AuditedPropertiesReader(EnversMetadataBuildingContext, PersistentPropertiesSource, AuditedPropertiesHolder, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
AuditEntity - Class in org.hibernate.envers.query
 
AuditEntityConfigurationRegistry - Class in org.hibernate.envers.configuration.internal.metadata
A registry of audited and not-audited entity runtime configurations.
AuditEntityConfigurationRegistry() - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
AuditEntityNameRegister - Class in org.hibernate.envers.configuration.internal.metadata
A register of all audit entity names used so far.
AuditEntityNameRegister() - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
 
AuditException - Exception in org.hibernate.envers.exception
 
AuditException(String) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditException(Throwable) - Constructor for exception org.hibernate.envers.exception.AuditException
 
AuditFunction - Class in org.hibernate.envers.query.criteria
Create restrictions or projections using a function.
AuditFunction(String, List<Object>) - Constructor for class org.hibernate.envers.query.criteria.AuditFunction
 
AuditId<T> - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId(String) - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
auditJoinTable() - Element in annotation interface org.hibernate.envers.AuditOverride
New AuditJoinTable used for this field (or property).
AuditJoinTable - Annotation Interface in org.hibernate.envers
 
AuditJoinTableData - Class in org.hibernate.envers.configuration.internal.metadata.reader
A data class that represents an AuditJoinTable annotation.
AuditJoinTableData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
Creates a data descriptor that uses default values
AuditJoinTableData(AuditJoinTable) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
 
AuditMappedBy - Annotation Interface in org.hibernate.envers
Annotation to specify a "fake" bi-directional relation.
AuditMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
 
AuditMetadataGenerator(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOrder.OrderData - Class in org.hibernate.envers.query.order
 
AuditOverride - Annotation Interface in org.hibernate.envers
The AuditingOverride annotation is used to override the auditing behavior of a superclass or single property inherited from MappedSuperclass type, or attribute inside an embedded component.
AuditOverrideData - Class in org.hibernate.envers.configuration.internal.metadata.reader
A boot-time descriptor that represents a AuditOverride annotation.
AuditOverrideData(AuditOverride) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.AuditOverrideData
 
AuditOverrides - Annotation Interface in org.hibernate.envers
The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
auditParents() - Element in annotation interface org.hibernate.envers.Audited
Deprecated.
Use @AuditOverride(forClass=SomeEntity.class) instead.
AuditProcess - Class in org.hibernate.envers.internal.synchronization
 
AuditProcess(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.internal.synchronization.AuditProcess
 
AuditProcessManager - Class in org.hibernate.envers.internal.synchronization
 
AuditProcessManager(RevisionInfoGenerator) - Constructor for class org.hibernate.envers.internal.synchronization.AuditProcessManager
 
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 - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
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
 
AuditReaderImpl - Class in org.hibernate.envers.internal.reader
 
AuditReaderImpl(EnversService, Session, SessionImplementor) - Constructor for class org.hibernate.envers.internal.reader.AuditReaderImpl
 
AuditReaderImplementor - Interface in org.hibernate.envers.internal.reader
An interface exposed by a VersionsReader to library-facing classes.
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 - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
auditStrategy - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Deprecated.
use AuditStrategy instead.
AuditStrategy - Interface in org.hibernate.envers.strategy.spi
A strategy abstraction for how to audit entity changes.
AuditStrategyContext - Interface in org.hibernate.envers.strategy.spi
A contract to initialize an AuditStrategy
AuditStrategyRegistrationProvider - Class in org.hibernate.envers.boot.internal
Provides the audit strategy implementations to the StrategySelector service.
AuditStrategyRegistrationProvider() - Constructor for class org.hibernate.envers.boot.internal.AuditStrategyRegistrationProvider
 
AuditTable - Annotation Interface in org.hibernate.envers
 
AuditTableData - Class in org.hibernate.envers.configuration.internal.metadata
Holds information necessary to create an audit table: its name, schema and catalog, as well as the audit entity name.
AuditTableData(String, String, String, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
AuditWorkUnit - Interface in org.hibernate.envers.internal.synchronization.work
TODO: refactor constructors into factory methods
augment(CriteriaBuilder, CommonAbstractCriteria, Root<T>) - Method in interface org.hibernate.query.specification.MutationSpecification.Augmentation
 
augment(CriteriaBuilder, CriteriaQuery<T>, Root<T>) - Method in interface org.hibernate.query.specification.SelectionSpecification.Augmentation
 
augment(MutationSpecification.Augmentation<T>) - Method in class org.hibernate.query.specification.internal.MutationSpecificationImpl
 
augment(MutationSpecification.Augmentation<T>) - Method in interface org.hibernate.query.specification.MutationSpecification
Add an augmentation to the specification.
augment(SelectionSpecification.Augmentation<T>) - Method in class org.hibernate.query.specification.internal.SelectionSpecificationImpl
 
augment(SelectionSpecification.Augmentation<T>) - Method in interface org.hibernate.query.specification.SelectionSpecification
Add an augmentation to the specification.
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.H2Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
AuthException - Exception in org.hibernate.exception
A JDBCException indicating an authentication or authorization failure.
AuthException(String, SQLException) - Constructor for exception org.hibernate.exception.AuthException
Constructor for AuthException.
AuthException(String, SQLException, String) - Constructor for exception org.hibernate.exception.AuthException
Constructor for AuthException.
AUTO - Enum constant in enum class org.hibernate.annotations.CacheLayout
Uses either CacheLayout.SHALLOW or CacheLayout.FULL, depending on whether an entity or collection is second level cacheable.
AUTO - Enum constant in enum class org.hibernate.annotations.FlushModeType
Deprecated.
Corresponds to FlushMode.AUTO.
AUTO - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
Stores the time zone either with TimeZoneStorageType.NATIVE if Dialect.getTimeZoneSupport() is TimeZoneSupport.NATIVE, otherwise uses the TimeZoneStorageType.COLUMN strategy.
AUTO - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
AUTO - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
 
AUTO - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
AUTO - Enum constant in enum class org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called, and is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO - Enum constant in enum class org.hibernate.jpa.CachingType
Implicit setting.
AUTO - Enum constant in enum class org.hibernate.sql.exec.spi.JdbcLockStrategy
Use a dialect-specific check to determine how to apply locks.
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, specifies that the Session should be closed automatically at the end of each transaction.
AUTO_EVICT_COLLECTION_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
Enables the automatic eviction of a bidirectional association's collection cache when an element in the ManyToOne collection is added, updated, or removed without properly managing the change on the OneToMany side.
AUTO_FLUSH - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
AUTO_FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
AUTO_REGISTER - Static variable in class org.hibernate.envers.boot.internal.EnversIntegrator
 
AUTO_SESSION_EVENTS_LISTENER - Static variable in interface org.hibernate.cfg.SessionEventSettings
Defines a default SessionEventListener to be applied to newly-opened Sessions.
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl
 
AutoApplicableConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Contract for handling auto-apply checks for JPA converters.
AutoApplicableConverterDescriptorBypassedImpl - Class in org.hibernate.boot.model.convert.internal
An implementation of AutoApplicableConverterDescriptor that always reports no auto-apply match
AutoApplicableConverterDescriptorStandardImpl - Class in org.hibernate.boot.model.convert.internal
Standard implementation of AutoApplicableConverterDescriptor
AutoApplicableConverterDescriptorStandardImpl(ConverterDescriptor<?, ?>) - Constructor for class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorStandardImpl
 
autoApply - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
 
autoApply - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
 
autoApply() - Element in annotation interface org.hibernate.annotations.ConverterRegistration
Should the registered converter be auto applied for converting values of its reported domain type?
autoApply() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Returns the value of the autoApply record component.
autoApply() - Method in class org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation
 
autoApply() - Method in class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
 
autoApply() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
Returns the value of the autoApply record component.
autoApply(boolean) - Method in class org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation
 
autoApply(boolean) - Method in class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
 
autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClear(boolean) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
autoClear(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically cleared on a failed transaction?
autoClear(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
autoClose() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoClose flag from the original session should be used to create the new session.
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose(boolean) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically closed after transaction completion?
autoClose(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AUTOCOMMIT - Static variable in interface org.hibernate.cfg.JdbcSettings
Controls the autocommit mode of JDBC connections obtained from any ConnectionProvider implementation which respects this setting, including every built-in implementation except for DatasourceConnectionProviderImpl.
autoCommitMode - Variable in class org.hibernate.engine.jdbc.connections.internal.DatabaseConnectionInfoImpl
 
autoEnabled - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
 
autoEnabled() - Element in annotation interface org.hibernate.annotations.FilterDef
Specifies that the filter auto-enabled, so that it is not necessary to call SharedSessionContract.enableFilter(String).
autoEnabled() - Method in class org.hibernate.boot.models.annotations.internal.FilterDefAnnotation
 
autoEnabled(boolean) - Method in class org.hibernate.boot.models.annotations.internal.FilterDefAnnotation
 
AutoFlushEvent - Class in org.hibernate.event.spi
Event class for automatic stateful session flush.
AutoFlushEvent(Set<String>, boolean, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEvent(Set<String>, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set<String>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushIfRequired(Set<String>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>) - Method in class org.hibernate.internal.SessionImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.internal.SessionImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
autoImport - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
autoImport - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
autoImport - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
autoJoinTransactions() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions(boolean) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
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
 
automaticDialect(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
autonomous - Variable in class org.hibernate.dialect.OracleDialect
 
autoPreFlush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoPreFlush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
autoPreFlush() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
autoPreFlush() - Method in class org.hibernate.internal.SessionImpl
 
autoPreFlush() - Method in class org.hibernate.internal.StatelessSessionImpl
 
AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
An auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL create and drop statements in the mapping metadata.
AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
Additional, optional interface for AuxiliaryDatabaseObjects that want to allow expansion of allowable dialects via mapping.
AuxiliaryDatabaseObjectBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
AuxiliaryDatabaseObjectBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.AuxiliaryDatabaseObjectBinder
 
AvailableHints - Interface in org.hibernate.jpa
Combined set of Hibernate and Jakarta Persistence hints.
AvailableSettings - Interface in org.hibernate.cfg
Enumerates the configuration properties supported by Hibernate, including properties defined by the JPA specification.
avg(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
avg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
avg(Expression<N>, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression<N>, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression<N>, JpaPredicate) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
avg(Expression<N>, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an avg aggregate function expression.
avg(Expression<N>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression<N>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
avg(Expression<N>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression<N>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression<N>, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
AVG - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AVG - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
avg_castingNonDoubleArguments(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AvgFunction - Class in org.hibernate.dialect.function
 
AvgFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.dialect.function.AvgFunction
 
AvgFunction.ReturnTypeResolver - Class in org.hibernate.dialect.function
 
AvgFunction.Validator - Class in org.hibernate.dialect.function
 
AzureSQLServerDialect - Class in org.hibernate.dialect
A SQL dialect for Azure SQL Server.
AzureSQLServerDialect() - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
 
AzureSQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
 

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
backtrack(EntityGraphTraversalState.TraversalResult) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
Backtrack to previous entity graph status before last traversal.
backtrack(EntityGraphTraversalState.TraversalResult) - Method in class org.hibernate.sql.results.internal.StandardEntityGraphTraversalStateImpl
 
BadVersionException(String) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.AbstractEventReader.BadVersionException
 
BadVersionException(String) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException
 
bag - Variable in class org.hibernate.collection.spi.PersistentBag
Deprecated, for removal: This API element is subject to removal in a future version.
bag() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent bags of a given element type.
Bag - Class in org.hibernate.mapping
A mapping model object representing a collection of type Collection which may contain duplicates.
Bag - Annotation Interface in org.hibernate.annotations
Specifies that an attribute of type List is semantically a bag, that is, that the order of the list elements is not significant, and should not be persistent.
Bag(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Bag
Annotation binding
Bag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
hbm.xml binding
BAG - Enum constant in enum class org.hibernate.boot.internal.LimitedCollectionClassification
 
BAG - Enum constant in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <bag/> element
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
 
BagAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
BagAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BagAnnotation
Used in creating annotation instances from Jandex variant
BagAnnotation(Bag, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BagAnnotation
Used in creating annotation instances from JDK variant
BagAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BagAnnotation
Used in creating dynamic annotation instances (e.g.
bagAsList() - Method in class org.hibernate.collection.spi.PersistentBag
 
bagAsList() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
BagAttributeImpl<X,E> - Class in org.hibernate.metamodel.model.domain.internal
 
BagAttributeImpl(PluralAttributeBuilder<X, Collection<E>, E, ?>, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.BagAttributeImpl
 
BagBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for bags, whose mapping model type is Bag.
BagBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.BagBinder
 
BagInitializer - Class in org.hibernate.sql.results.graph.collection.internal
Initializer for both PersistentBag and PersistentIdentifierBag collections
BagInitializer(NavigablePath, PluralAttributeMapping, InitializerParent<?>, LockMode, DomainResult<?>, DomainResult<?>, boolean, AssemblerCreationState, Fetch, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.BagInitializer
 
BagInitializerProducer - Class in org.hibernate.sql.results.graph.collection.internal
 
BagInitializerProducer(PluralAttributeMapping, Fetch, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.BagInitializerProducer
 
BagPersistentAttribute<D,E> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA CollectionAttribute descriptor
BagSemantics<BE extends Collection<E>,E> - Interface in org.hibernate.collection.spi
 
BagType - Class in org.hibernate.type
 
BagType(String, String) - Constructor for class org.hibernate.type.BagType
 
BarePrimaryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
base - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
BASE - Static variable in annotation interface org.hibernate.internal.log.SubSystemLogging
Base category name for sub-system style logging
BASE_TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
BaseAttributeMetadata<X,Y> - Class in org.hibernate.metamodel.internal
 
BaseAttributeMetadata(Property, ManagedDomainType<X>, Member, AttributeClassification) - Constructor for class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
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
 
BaseExecutionContext - Class in org.hibernate.sql.exec.internal
 
BaseExecutionContext(SharedSessionContractImplementor) - Constructor for class org.hibernate.sql.exec.internal.BaseExecutionContext
 
baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
baseline(MetadataSources, BootstrapContext) - Static method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
BaselineAttributeInformation - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement, though see AttributeMapping and AttributeMetadata
BaselineAttributeInformation(boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
BaselineAttributeInformation.Builder - Class in org.hibernate.tuple
Deprecated.
 
BaselineSessionEventsListenerBuilder - Class in org.hibernate.internal
Deprecated, for removal: This API element is subject to removal in a future version.
This class is no longer needed and will be removed.
BaselineSessionEventsListenerBuilder(Class<? extends SessionEventListener>) - Constructor for class org.hibernate.internal.BaselineSessionEventsListenerBuilder
Deprecated.
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
BaseLocalSequencePart() - Constructor for class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer.BaseLocalSequencePart
 
BaseNaturalIdLoadAccessImpl<T> - Class in org.hibernate.loader.internal
Base support for load-by-natural-id
BaseNaturalIdLoadAccessImpl(LoadAccessContext, EntityMappingType) - Constructor for class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
BaseSemanticQueryWalker - Class in org.hibernate.query.sqm.spi
Base support for an SQM walker
BaseSemanticQueryWalker() - Constructor for class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
baseSessionBuilder() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
BaseSessionEventListener - Class in org.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
Just implement SessionEventListener directly.
BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
Deprecated.
 
BaseSqmFunctionDescriptors - Class in org.hibernate.spatial
 
BaseSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.BaseSqmFunctionDescriptors
 
BaseSqmToSqlAstConverter<T extends Statement> - Class in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter(SqlAstCreationContext, SqmStatement<?>, QueryOptions, LoadQueryInfluencers, DomainParameterXref, QueryParameterBindings, boolean) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
BaseSqmToSqlAstConverter.AdditionalInsertValues - Class in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector - Class in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter.SqmAliasedNodeCollector - Interface in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker - Class in org.hibernate.query.sqm.sql
 
BaseUserTypeSupport<T> - Class in org.hibernate.usertype
 
BaseUserTypeSupport() - Constructor for class org.hibernate.usertype.BaseUserTypeSupport
 
BaseXMLEventReader - Class in org.hibernate.boot.jaxb.internal.stax
Base for XMLEventReader that implements the BaseXMLEventReader.getElementText() and BaseXMLEventReader.nextTag() APIs in a way that is agnostic from the rest of the XMLEventReader implementation.
BaseXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
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.internal.FormatStyle
Formatting for SELECT, INSERT, UPDATE and DELETE statements
BASIC - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
Type is supported only in WHERE ... LIKE
BASIC - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
 
BASIC - Enum constant in enum class org.hibernate.metamodel.ValueClassification
The mapped value is a basic value (String, Date, etc).
BASIC - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
BASIC - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
BASIC - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
Deprecated.
BasicArrayType<T,E> - Class in org.hibernate.type
A type that maps between ARRAY and T[]
BasicArrayType(BasicType<E>, JdbcType, JavaType<T>) - 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.
BasicAttributeColumnsAndFormulasSource - Class in org.hibernate.boot.model.source.internal.hbm
ColumnAndFormulaSource implementation handling basic attribute mappings.
BasicAttributeColumnsAndFormulasSource(JaxbHbmBasicAttributeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
BasicAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
BasicAttributeMapping(String, NavigableRole, int, int, AttributeMetadata, FetchTiming, FetchStyle, String, String, SelectablePath, boolean, String, String, String, Long, Integer, Integer, Integer, boolean, boolean, boolean, boolean, boolean, JdbcMapping, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
BasicAttributeProcessing - Class in org.hibernate.boot.models.xml.internal.attr
 
BasicAttributeProcessing() - Constructor for class org.hibernate.boot.models.xml.internal.attr.BasicAttributeProcessing
 
BasicAttributePropertySource - Class in org.hibernate.boot.model.source.internal.hbm
PropertySource implementation handling basic attribute mappings.
BasicAttributePropertySource(JaxbHbmBasicAttributeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
 
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
BasicBatchKey - Record Class in org.hibernate.engine.jdbc.batch.internal
Normal implementation of BatchKey
BasicBatchKey(String) - Constructor for record class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
Creates an instance of a BasicBatchKey record class.
BasicBinder<J> - Class in org.hibernate.type.descriptor.jdbc
Convenience base implementation of ValueBinder
BasicBinder(JavaType<J>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicBinder
 
BasicCacheKeyImplementation - Class in org.hibernate.cache.internal
Key produced by DefaultCacheKeysFactory; this is the specialized implementation for the case in which the disassembled identifier is not an array and the tenantId is not being defined.
BasicCacheKeyImplementation(Serializable, String, int) - Constructor for class org.hibernate.cache.internal.BasicCacheKeyImplementation
Being an internal contract the arguments are not being checked.
BasicCacheKeyImplementation(Object, Serializable, Type, String) - Constructor for class org.hibernate.cache.internal.BasicCacheKeyImplementation
Being an internal contract the arguments are not being checked.
basicClass() - Element in annotation interface org.hibernate.annotations.TypeRegistration
The basic type described by the TypeRegistration.userType().
basicClass() - Method in class org.hibernate.boot.models.annotations.internal.TypeRegistrationAnnotation
 
basicClass(Class<?>) - Method in class org.hibernate.boot.models.annotations.internal.TypeRegistrationAnnotation
 
BasicCollectionInitializor<T extends Collection> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a non-indexed java collection (set or list, eventually sorted).
BasicCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends T>, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
BasicCollectionJavaType<C extends Collection<E>,E> - Class in org.hibernate.type.descriptor.java.spi
Descriptor for handling persistent collections.
BasicCollectionJavaType(ParameterizedType, JavaType<E>, CollectionSemantics<C, E>) - Constructor for class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
BasicCollectionMapper<T extends Collection> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
BasicCollectionMapper(Configuration, CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
BasicCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicCollectionType<C extends Collection<E>,E> - Class in org.hibernate.type
A type that maps between ARRAY and Collection<T>
BasicCollectionType(BasicType<E>, JdbcType, BasicCollectionJavaType<C, E>) - Constructor for class org.hibernate.type.BasicCollectionType
 
BasicConnectionCreator - Class in org.hibernate.engine.jdbc.connections.internal
Template (as in template pattern) support for ConnectionCreator implementors.
BasicConnectionCreator(ServiceRegistryImplementor, String, Properties, boolean, Integer, String) - Constructor for class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
BasicDialectResolver - Class in org.hibernate.engine.jdbc.dialect.spi
Intended as support for custom resolvers which match a single db name (with optional version info).
BasicDialectResolver(String, int, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA BasicType contract.
BasicDotIdentifierConsumer - Class in org.hibernate.query.hql.internal
A DotIdentifierConsumer used to interpret paths outside any specific context.
BasicDotIdentifierConsumer(SemanticPathPart, SqmCreationState) - Constructor for class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
BasicDotIdentifierConsumer(SqmCreationState) - Constructor for class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
BasicDotIdentifierConsumer.BaseLocalSequencePart - Class in org.hibernate.query.hql.internal
 
BasicEntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Mapping for a simple, single-column identifier
BasicEntityIdentifierMappingImpl - Class in org.hibernate.metamodel.mapping.internal
Mapping of a simple identifier
BasicEntityIdentifierMappingImpl(EntityPersister, Supplier<?>, String, String, String, String, Long, Integer, Integer, boolean, boolean, BasicType<?>, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
BasicExtractor<J> - Class in org.hibernate.type.descriptor.jdbc
Convenience base implementation of ValueExtractor
BasicExtractor(JavaType<J>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
BasicFetch<T> - Class in org.hibernate.sql.results.graph.basic
Fetch for a basic-value
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, FetchTiming, DomainResultCreationState, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter<T, ?>, FetchTiming, boolean, DomainResultCreationState, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of basic SQL statements (DML + query).
BasicFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
BasicHolder(Class<?>) - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
BasicIdAttributeProcessing - Class in org.hibernate.boot.models.xml.internal.attr
 
BasicIdAttributeProcessing() - Constructor for class org.hibernate.boot.models.xml.internal.attr.BasicIdAttributeProcessing
 
BasicJavaType<T> - Interface in org.hibernate.type.descriptor.java
Specializes JavaType for "basic" values, in the sense of Type.PersistenceType.BASIC.
BasicJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
BasicJdbcLiteralFormatter(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
 
BasicJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
BasicJpaAnnotation(Basic, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BasicJpaAnnotation
Used in creating annotation instances from JDK variant
BasicJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BasicJpaAnnotation
Used in creating annotation instances from Jandex variant
BasicJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BasicJpaAnnotation
Used in creating dynamic annotation instances (e.g.
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
 
BasicMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for basic properties: immutable types (including enums).
BasicMetadataGenerator() - Constructor for class org.hibernate.envers.configuration.internal.metadata.BasicMetadataGenerator
 
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.
BasicProxyFactoryImpl - Class in org.hibernate.bytecode.internal.bytebuddy
 
BasicProxyFactoryImpl(Class, Class, ByteBuddyState) - Constructor for class org.hibernate.bytecode.internal.bytebuddy.BasicProxyFactoryImpl
 
BasicResult<T> - Class in org.hibernate.sql.results.graph.basic
DomainResult for a basic-value
BasicResult(int, String, JdbcMapping) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JdbcMapping, NavigablePath, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, BasicValueConverter<T, ?>, NavigablePath, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
 
BasicResultAssembler(int, JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultAssembler(int, JavaType<J>, BasicValueConverter<J, ?>, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultGraphNode<J> - Interface in org.hibernate.sql.results.graph.basic
DomainResult for basic values
BasicSelectingDelegate - Class in org.hibernate.id.insert
Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
BasicSelectingDelegate(EntityPersister) - Constructor for class org.hibernate.id.insert.BasicSelectingDelegate
 
BasicSQLExceptionConverter - Class in org.hibernate.engine.jdbc.dialect.spi
A helper to centralize conversion of SQLExceptions to JDBCExceptions.
BasicSQLExceptionConverter() - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
 
BasicSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
BasicSqmPathSource(String, SqmPathSource<J>, BasicDomainType<J>, JavaType<?>, Bindable.BindableType, boolean) - Constructor for class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
BasicType<T> - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeImpl<J> - Class in org.hibernate.metamodel.model.domain.internal
 
BasicTypeImpl<J> - Class in org.hibernate.type.internal
 
BasicTypeImpl(JavaType<J>, JdbcType) - Constructor for class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
BasicTypeImpl(JavaType<J>, JdbcType) - Constructor for class org.hibernate.type.internal.BasicTypeImpl
 
BasicTypeReference<T> - Class in org.hibernate.type
A basic type reference.
BasicTypeReference(String, Class<? extends T>, int) - Constructor for class org.hibernate.type.BasicTypeReference
 
BasicTypeReference(String, Class<? extends T>, int, BasicValueConverter<T, ?>) - Constructor for class org.hibernate.type.BasicTypeReference
 
BasicTypeRegistration - Class in org.hibernate.boot.spi
 
BasicTypeRegistration(BasicType<?>) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(BasicType<?>, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(UserType<?>, String[], TypeConfiguration) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistry - Class in org.hibernate.type
A registry of BasicType instances
BasicTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.BasicTypeRegistry
 
BasicValue - Class in org.hibernate.mapping
 
BasicValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.BasicValue
 
BasicValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.BasicValue
 
BasicValue(BasicValue) - Constructor for class org.hibernate.mapping.BasicValue
 
BasicValue.Resolution<J> - Interface in org.hibernate.mapping
Resolved form of BasicValue as part of interpreting the boot-time model into the run-time model
BasicValueBinder - Class in org.hibernate.boot.model.internal
A stateful binder responsible for creating instances of BasicValue.
BasicValueBinder(BasicValueBinder.Kind, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.BasicValueBinder
 
BasicValueBinder(BasicValueBinder.Kind, Component, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.BasicValueBinder
 
BasicValueBinder.Kind - Enum Class in org.hibernate.boot.model.internal
 
BasicValueConverter<D,R> - Interface in org.hibernate.type.descriptor.converter.spi
Support for basic-typed value conversions.
BasicValuedCollectionPart - Class in org.hibernate.metamodel.mapping.internal
Models a basic collection element/value or index/key
BasicValuedCollectionPart(CollectionPersister, CollectionPart.Nature, SelectableMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
BasicValuedMapping - Interface in org.hibernate.metamodel.mapping
Any basic-typed ValueMapping.
BasicValuedModelPart - Interface in org.hibernate.metamodel.mapping
Describes a ModelPart which is a basic value, either a Basic attribute a basic-valued collection part
BasicValuedPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
BasicValuedPathInterpretation(ColumnReference, NavigablePath, BasicValuedModelPart, TableGroup) - Constructor for class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
BasicValuedPathInterpretation(ColumnReference, NavigablePath, BasicValuedModelPart, TableGroup, String) - Constructor for class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Represents a batch of statements to be executed together.
BATCH - Enum constant in enum class org.hibernate.engine.FetchStyle
Initializes a number of indicated data items (entities or collections) in a series of grouped sql selects using an in-style sql restriction to define the batch size.
BATCH_LOGGER - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BATCH_MESSAGE_LOGGER - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BATCH_PROPERTY - Static variable in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
Marker value for batch properties, needed by the EmbeddableInitializer to instantiate the embeddable instance in case all the other properties are null.
BATCH_SIZE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.BatchSettings
Deprecated.
Batch.StaleStateMapper - Interface in org.hibernate.engine.jdbc.batch.spi
 
BatchBuilder - Interface in org.hibernate.engine.jdbc.batch.spi
A builder for Batch instances.
BatchBuilderImpl - Class in org.hibernate.engine.jdbc.batch.internal
A builder for Batch instances.
BatchBuilderImpl(int) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
Constructs a BatchBuilderImpl
BatchBuilderInitiator - Class in org.hibernate.engine.jdbc.batch.internal
Initiator for the BatchBuilder service
BatchBuilderInitiator() - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
batchContainedStatementsOnRelease() - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BatchedTooManyRowsAffectedException - Exception in org.hibernate.jdbc
Much like TooManyRowsAffectedException, indicates that more rows than what we were expecting were affected.
BatchedTooManyRowsAffectedException(String, int, int, int) - Constructor for exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
BatchEntityInsideEmbeddableSelectFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
BatchEntityInsideEmbeddableSelectFetchInitializer(InitializerParent<?>, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
BatchEntityInsideEmbeddableSelectFetchInitializer.BatchEntityInsideEmbeddableSelectFetchInitializerData - Class in org.hibernate.sql.results.graph.entity.internal
 
BatchEntityInsideEmbeddableSelectFetchInitializerData(BatchEntityInsideEmbeddableSelectFetchInitializer, RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer.BatchEntityInsideEmbeddableSelectFetchInitializerData
 
BatchEntitySelectFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
BatchEntitySelectFetchInitializer(InitializerParent<?>, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
BatchEntitySelectFetchInitializer.BatchEntitySelectFetchInitializerData - Class in org.hibernate.sql.results.graph.entity.internal
 
BatchEntitySelectFetchInitializerData(BatchEntitySelectFetchInitializer, RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer.BatchEntitySelectFetchInitializerData
 
batchExplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates explicit execution of the batch via a call to Batch.execute().
BatchFailedException - Exception in org.hibernate.jdbc
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for exception org.hibernate.jdbc.BatchFailedException
 
BatchFetchQueue - Class in org.hibernate.engine.spi
Keeps track of: entity and collection keys that are available for batch fetching details related to queries which load entities with sub-select-fetchable collections
BatchFetchQueue(PersistenceContext) - Constructor for class org.hibernate.engine.spi.BatchFetchQueue
Constructs a queue for the given context.
BatchImpl - Class in org.hibernate.engine.jdbc.batch.internal
Standard implementation of Batch
BatchImpl(BatchKey, PreparedStatementGroup, int, JdbcCoordinator) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates an implicit execution of the batch.
BatchInitializeEntitySelectFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
Loads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.
BatchInitializeEntitySelectFetchInitializer(InitializerParent<?>, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
BatchInitializeEntitySelectFetchInitializer.BatchInitializeEntitySelectFetchInitializerData - Class in org.hibernate.sql.results.graph.entity.internal
 
BatchInitializeEntitySelectFetchInitializerData(BatchInitializeEntitySelectFetchInitializer, RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer.BatchInitializeEntitySelectFetchInitializerData
 
BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
Unique key for batch identification.
BatchKeyAccess - Interface in org.hibernate.engine.jdbc.mutation.spi
Provides access to a BatchKey as part of creating an executor.
BatchLoader - Interface in org.hibernate.loader.ast.spi
Commonality for loading a loadable in "batch" (more than one key at a time)
BatchLoaderFactory - Interface in org.hibernate.loader.ast.spi
Factory for BatchLoader instances
BatchLoaderFactoryInitiator - Class in org.hibernate.loader.ast.internal
BatchLoaderFactoryInitiator() - Constructor for class org.hibernate.loader.ast.internal.BatchLoaderFactoryInitiator
 
BatchObserver - Interface in org.hibernate.engine.jdbc.batch.spi
An observer contract for batch events.
BatchSettings - Interface in org.hibernate.cfg
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
batchSize - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
batchSize() - Method in record class org.hibernate.BatchSize
Returns the value of the batchSize record component.
BatchSize - Record Class in org.hibernate
Specify a batch size, that is, how many entities should be fetched in each request to the database, for an invocation of Session.findMultiple(Class, List, FindOption...).
BatchSize - Annotation Interface in org.hibernate.annotations
Specifies a maximum batch size for batch fetching of the annotated entity or collection.
BatchSize(int) - Constructor for record class org.hibernate.BatchSize
Creates an instance of a BatchSize record class.
BatchSizeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
BatchSizeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BatchSizeAnnotation
Used in creating annotation instances from Jandex variant
BatchSizeAnnotation(BatchSize, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BatchSizeAnnotation
Used in creating annotation instances from JDK variant
BatchSizeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.BatchSizeAnnotation
Used in creating dynamic annotation instances (e.g.
BatchSizeBinder - Class in org.hibernate.binder.internal
Binder for the BatchSize annotation.
BatchSizeBinder() - Constructor for class org.hibernate.binder.internal.BatchSizeBinder
 
BEAN_CONTAINER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Identifies a BeanContainer to be used.
beanContainer(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
Obtain a BeanContainer to be used for instantiating generators.
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
 
BeanInfoHelper - Class in org.hibernate.internal.util.beans
Utility for helping deal with BeanInfo
BeanInfoHelper(Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper(Class, Class) - Constructor for class org.hibernate.internal.util.beans.BeanInfoHelper
 
BeanInfoHelper.BeanInfoDelegate - Interface in org.hibernate.internal.util.beans
 
BeanInfoHelper.ReturningBeanInfoDelegate<T> - Interface in org.hibernate.internal.util.beans
 
BeanInjection - Class in org.hibernate.sql.results.graph.instantiation.internal
 
BeanInjection(BeanInjector, DomainResultAssembler) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.BeanInjection
 
BeanInstanceProducer - Interface in org.hibernate.resource.beans.spi
Contract for producing a bean instance
BeanIntrospectionException - Exception in org.hibernate.internal.util.beans
Indicates a problem dealing with BeanInfo via the BeanInfoHelper delegate.
BeanIntrospectionException(String) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanIntrospectionException(String, Throwable) - Constructor for exception org.hibernate.internal.util.beans.BeanIntrospectionException
 
BeanLifecycleStrategy - Interface in org.hibernate.resource.beans.container.spi
Models how the lifecycle for a bean should be managed.
beanManagerInitialized(BeanManager) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl
 
beanManagerInitialized(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
 
BEANS_MSG_LOGGER - Static variable in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
BeansMessageLogger - Interface in org.hibernate.resource.beans.internal
 
BeanValidationEventListener - Class in org.hibernate.boot.beanvalidation
Event listener used to enable Bean Validation for insert/update/delete events.
BeanValidationEventListener(ValidatorFactory, Map<String, Object>, ClassLoaderService) - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationEventListener
 
BeanValidationIntegrator - Class in org.hibernate.boot.beanvalidation
In Integrator for Bean Validation.
BeanValidationIntegrator() - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
 
before() - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
before() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
 
before(DialectOverride.Version) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
BEFORE - Enum constant in enum class org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
The class lookup will be done in the thread context ClassLoader prior to the other ClassLoaders.
BEFORE_FLUSH - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just before the session is flushed
BEFORE_INSERT_AFTER_DELETE - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just before the insertion of the parent entity and just after deletion
BEFORE_MERGE - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just before merging from a transient parent entity into the object in the session cache
BEFORE_REFRESH - Enum constant in enum class org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after locking a transient parent entity into the session cache
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.internal.ConvertedBasicTypeImpl
 
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 class org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl
 
beforeBeanManagerDestroyed(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
 
beforeCompletion() - Method in class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
beforeCompletion() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
beforeCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
beforeCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
 
beforeCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
beforeCompletion() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackTarget
Callback of before-completion.
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 class org.hibernate.action.internal.BulkOperationCleanupAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.CollectionAction
 
beforeExecutions() - Method in class org.hibernate.action.internal.EntityAction
 
beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
Called before executing any actions.
beforeFirst() - Method in class org.hibernate.internal.EmptyScrollableResults
 
beforeFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
beforeFirst() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result.
beforeFirst() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
beforeFirst(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
beforeFirst(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
beforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called prior to the initialization of this yet-uninitialized collection.
beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this before beginning a two-phase load
beforeQuery() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
beforeQueryHandlingFetchProfiles() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
beforeScript(ScriptSourceInput) - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
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 class org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl
 
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.jdbc.internal.JdbcCoordinatorImpl
 
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 class org.hibernate.internal.AbstractSharedSessionContract
 
beforeTransactionCompletion() - Method in class org.hibernate.internal.SessionImpl
 
beforeTransactionCompletion() - Method in class org.hibernate.internal.StatelessSessionImpl
 
beforeTransactionCompletion() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
beforeTransactionCompletion() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A before-completion callback to the owner.
beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a transaction is about to be completed, to trigger release of the JDBC connection if needed, that is, if ConnectionReleaseMode.BEFORE_TRANSACTION_COMPLETION is enabled.
beforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A before-completion callback from the coordinator to its owner.
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
BeforeTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during before transaction completion.
BeforeUseAction - Enum Class in org.hibernate.query.sqm.mutation.spi
Actions to perform in regards to a temporary table prior to each use.
begin() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
begin() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
begin() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
begin() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
begin() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Begin the resource transaction
begin() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
Call begin on the underlying transaction object
begin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
begin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
begin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
begin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Begin the physical transaction
beginCacheGetEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginCacheGetEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCachePutEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginCachePutEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCollectionRecreateEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginCollectionRecreateEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCollectionRemoveEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginCollectionRemoveEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCollectionUpdateEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginCollectionUpdateEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginDirtyCalculationEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginDirtyCalculationEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityDeleteEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginEntityDeleteEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityInsertEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginEntityInsertEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityLockEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginEntityLockEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityUpdateEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginEntityUpdateEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityUpsertEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginEntityUpsertEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginFlushEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginFlushEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcBatchExecutionEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginJdbcBatchExecutionEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcConnectionAcquisitionEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginJdbcConnectionAcquisitionEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcConnectionReleaseEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginJdbcConnectionReleaseEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcPreparedStatementCreationEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginJdbcPreparedStatementCreationEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcPreparedStatementExecutionEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginJdbcPreparedStatementExecutionEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginPartialFlushEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginPartialFlushEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginPrePartialFlush() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
beginSessionClosedEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginSessionOpenEvent() - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.internal.AbstractSharedSessionContract
 
beginTransaction() - Method in interface org.hibernate.SharedSessionContract
Begin a unit of work and return the associated Transaction object.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the best estimate of the entity name of the given entity instance, which is not involved in an association, by also considering information held in the proxy, and whether the object is already associated with this session.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.SessionFactoryImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
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.
bestGuessEntityName(Object, EntityEntry) - Method in class org.hibernate.internal.SessionImpl
 
between(int, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
between(Expression<? extends Y>, Y, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
between(SingularAttribute<T, U>, U, U) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to fall between the given values.
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
BETWEEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BETWEEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BETWEEN() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
BETWEEN() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
BETWEEN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BetweenAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
BetweenAuditExpression(String, PropertyNameGetter, Object, Object) - Constructor for class org.hibernate.envers.query.criteria.internal.BetweenAuditExpression
 
BetweenPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
BetweenPredicate(Expression, Expression, Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
BetweenPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
BiDirectionalFetch - Interface in org.hibernate.sql.results.graph
 
BIG_DECIMAL - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
BIG_DECIMAL - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
BIG_DECIMAL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigDecimal to JDBC NUMERIC.
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
BIG_DECIMAL_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
BIG_DECIMAL_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
BIG_INTEGER - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
BIG_INTEGER - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
BIG_INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigInteger to JDBC NUMERIC.
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
BIG_INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
BIG_INTEGER_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
BigDecimalHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
BigDecimalJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for BigDecimal handling.
BigDecimalJavaType() - Constructor for class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
BIGGEST_LOB - Enum constant in enum class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
 
BIGINT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type BIGINT.
BigIntegerHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
BigIntegerJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for BigInteger handling.
BigIntegerJavaType() - Constructor for class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
BigIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BIGINT handling.
BigIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
BINARY - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
 
BINARY - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
BINARY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type BINARY.
BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY.
BINARY_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BINARY_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BINARY_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
BINARY_WRAPPER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte[] to JDBC VARBINARY.
BinaryArithmeticExpression - Class in org.hibernate.sql.ast.tree.expression
 
BinaryArithmeticExpression(Expression, BinaryArithmeticOperator, Expression, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
BinaryArithmeticOperator - Enum Class in org.hibernate.query.sqm
Enumeration of standard binary arithmetic operators
BinaryFloatDdlType - Class in org.hibernate.type.descriptor.sql.internal
 
BinaryFloatDdlType(String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType
 
BinaryFloatDdlType(Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType
 
BinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BINARY handling.
BinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
 
binaryLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
binaryLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
BinaryLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
BinaryStream - Interface in org.hibernate.engine.jdbc
Wraps a binary stream to also provide the length which is needed when binding.
bind() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
bind() - Method in class org.hibernate.boot.model.internal.TableBinder
 
bind(A, MetadataBuildingContext, Component) - Method in interface org.hibernate.binder.TypeBinder
Perform some custom configuration of the model relating to the given annotated embeddable class.
bind(A, MetadataBuildingContext, PersistentClass) - Method in interface org.hibernate.binder.TypeBinder
Perform some custom configuration of the model relating to the given annotated entity class.
bind(A, MetadataBuildingContext, PersistentClass, Property) - Method in interface org.hibernate.binder.AttributeBinder
Perform some custom configuration of the model relating to the given annotated Property of the given entity class or embeddable class.
bind(File) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from a File reference
bind(InputStream) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from an input stream
bind(InputStream, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
bind(InputStream, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an InputStream
bind(String) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from a named URL resource
bind(String, Object) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Binds a value into JNDI by name.
bind(URL) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from a URL
bind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(CallableStatement, X, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a callable statement by name
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
bind(PreparedStatement, int) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
bind(PreparedStatement, int) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Bind this holder's internal value to the given result set.
bind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement by index
bind(Source, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
bind(Source, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an XML source.
bind(AttributeAccessor, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.binder.internal.AttributeAccessorBinder
 
bind(BatchSize, MetadataBuildingContext, Component) - Method in class org.hibernate.binder.internal.BatchSizeBinder
 
bind(BatchSize, MetadataBuildingContext, PersistentClass) - Method in class org.hibernate.binder.internal.BatchSizeBinder
 
bind(BatchSize, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.binder.internal.BatchSizeBinder
 
bind(Collate, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.binder.internal.CollateBinder
 
bind(Comment, MetadataBuildingContext, Component) - Method in class org.hibernate.binder.internal.CommentBinder
 
bind(Comment, MetadataBuildingContext, PersistentClass) - Method in class org.hibernate.binder.internal.CommentBinder
 
bind(Comment, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.binder.internal.CommentBinder
 
bind(Comments, MetadataBuildingContext, Component) - Method in class org.hibernate.binder.internal.CommentsBinder
 
bind(Comments, MetadataBuildingContext, PersistentClass) - Method in class org.hibernate.binder.internal.CommentsBinder
 
bind(Comments, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.binder.internal.CommentsBinder
 
bind(DiscriminatorOptions, MetadataBuildingContext, Component) - Method in class org.hibernate.binder.internal.DiscriminatorOptionsBinder
 
bind(DiscriminatorOptions, MetadataBuildingContext, PersistentClass) - Method in class org.hibernate.binder.internal.DiscriminatorOptionsBinder
 
bind(TenantId, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.binder.internal.TenantIdBinder
 
bind(InputStreamAccess) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from an input stream
bind(Session) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Binds the given session to the current context for its session factory.
bind(Session) - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
Associates the given session with the current thread of execution.
BIND - Enum constant in enum class org.hibernate.query.criteria.ValueHandlingMode
 
Bindable<T> - Interface in org.hibernate.envers.boot.model
Defines a contract for objects that are bindable.
Bindable - Interface in org.hibernate.metamodel.mapping
Contract for things at the domain mapping level that can be bound into a JDBC PreparedStatement.
Bindable.JdbcValuesBiConsumer<X,Y> - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values, along with two values of type X and Y.
Bindable.JdbcValuesConsumer - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values.
BindableType<J> - Interface in org.hibernate.type
Represents a type of argument which can be bound to a positional or named query parameter.
bindAsParam - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMultiTenancyImpl
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTenantIdImpl
 
bindAsParameter() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
bindClass(ClassDetails, Map<ClassDetails, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
Bind an annotated class.
bindCollection(PropertyHolder, Nullability, PropertyData, EntityBinder, boolean, MetadataBuildingContext, Map<ClassDetails, InheritanceState>, MemberDetails, AnnotatedJoinColumns) - Static method in class org.hibernate.boot.model.internal.CollectionBinder
The first pass at binding a collection.
bindColumn(MappingDocument, ColumnSource, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindColumnOrFormula(MappingDocument, RelationalValueSource, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindColumns(MappingDocument, List<ColumnSource>, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindColumnsAndFormulas(MappingDocument, List<RelationalValueSource>, SimpleValue, boolean, RelationalObjectBinder.ColumnNamingDelegate) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
bindCriteriaParameter(SqmJpaCriteriaParameterWrapper<T>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
bindDefaults(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindEntityClass(ClassDetails, Map<ClassDetails, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.EntityBinder
Bind an entity class.
bindEntityHierarchy(EntityHierarchySourceImpl) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
binder() - Element in annotation interface org.hibernate.annotations.AttributeBinderType
 
binder() - Element in annotation interface org.hibernate.annotations.TypeBinderType
 
binder() - Method in class org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
 
binder() - Method in class org.hibernate.boot.models.annotations.internal.TypeBinderTypeAnnotation
 
binder(Class<? extends AttributeBinder<?>>) - Method in class org.hibernate.boot.models.annotations.internal.AttributeBinderTypeAnnotation
 
binder(Class<? extends TypeBinder<?>>) - Method in class org.hibernate.boot.models.annotations.internal.TypeBinderTypeAnnotation
 
Binder<T> - Interface in org.hibernate.boot.jaxb.spi
Contract for performing JAXB binding.
Binder - Interface in org.hibernate.id.insert
 
BinderHelper - Class in org.hibernate.boot.model.internal
 
bindFetchProfilesForClass(AnnotationTarget, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindFetchProfilesForPackage(String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindFilterDef(FilterDef, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.FilterDefBinder
 
bindFilterDefs(AnnotationTarget, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.FilterDefBinder
 
bindForeignKey(PersistentClass, PersistentClass, AnnotatedJoinColumns, SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.TableBinder
 
bindForeignKeyNameAndDefinition(SimpleValue, MemberDetails, ForeignKey, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.ToOneBinder
 
bindFormulas(MappingDocument, List<DerivedValueSource>, OneToOne) - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
Binding<T> - Class in org.hibernate.boot.jaxb.spi
Represents a JAXB binding, as well as keeping information about the origin of the processed XML
Binding - Class in org.hibernate.engine.jdbc.mutation.spi
Binding of a value for a PreparedStatement parameter by position.
Binding(String, Object, JdbcValueDescriptor) - Constructor for class org.hibernate.engine.jdbc.mutation.spi.Binding
 
Binding(T, Origin) - Constructor for class org.hibernate.boot.jaxb.spi.Binding
 
BindingContext - Interface in org.hibernate.type
A context within which a BindableType can be resolved to an instance of SqmExpressible.
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
 
BindingTypeHelper - Class in org.hibernate.type.internal
 
bindLimitParameters(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Default implementation of binding parameter values needed by the LIMIT clause.
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the offset/limit clause come at the start of the SELECT statement, or at the end of the query?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Usually, the offset comes before the limit, but occasionally the offset is specified after the limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
bindListOrArrayIndex(MappingDocument, IndexedPluralAttributeSource, List) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
bindManyToManyInverseForeignKey(PersistentClass, AnnotatedJoinColumns, SimpleValue, boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
Bind the inverse foreign key of a ManyToMany, that is, the columns specified by @JoinTable(inverseJoinColumns=...), which are the columns that reference the target entity of the many-to-many association.
bindNamedStoredProcedureQuery(NamedStoredProcedureQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext, AnnotationTarget, boolean) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQuery(String, SQLSelect, ClassDetails, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext, AnnotationTarget) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindOneToManySecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.CollectionBinder
Bind a OneToMany association.
bindOneToOne(MappingDocument, SingularAttributeSourceOneToOne, OneToOne) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
bindPackage(ClassLoaderService, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindParameters(Object, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
bindParameters(Object, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
 
bindParameters(PreparedStatement) - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.internal.FilterJdbcParameter
 
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 class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.sql.exec.internal.VersionTypeSeedParameterSpecification
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinder
Bind the appropriate value in the JDBC statement
bindParameterValue(JdbcMapping, PreparedStatement, Object, int, ExecutionContext) - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
bindPartitionColumnValueBindings(Object[], SharedSessionContractImplementor, JdbcValueBindings) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
bindQueries(AnnotationTarget, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindQuery(NamedQuery, MetadataBuildingContext, boolean, AnnotationTarget) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindQuery(String, HQLSelect, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext, AnnotationTarget) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindSoftDeleteIndicator(SoftDelete, SoftDeletable, Table, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.SoftDeleteHelper
Creates and binds the column and value for modeling the soft-delete in the database
bindSqlResultSetMapping(SqlResultSetMapping, MetadataBuildingContext, boolean) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindStarToManySecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
bindStarToManySecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.IdBagBinder
 
bindValue(Object, String, String, ParameterUsage) - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl
 
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 - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
BLOB - Enum constant in enum class org.hibernate.engine.jdbc.env.internal.LobTypes
 
BLOB - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type BLOB.
BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Blob to JDBC BLOB.
BLOB_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
BLOB_INSTANCE - Static variable in class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
 
BlobAndClobCreator - Class in org.hibernate.engine.jdbc.env.internal
LobCreator which can use Connection.createBlob() and Connection.createClob(), but NClob references are created locally.
BlobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Blob instances.
BlobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Blob handling.
BlobJavaType() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType
 
BlobJavaType.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BlobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BLOB handling.
BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
BlobProxy - Class in org.hibernate.engine.jdbc.proxy
Manages aspects of representing Blob objects.
BOOLEAN - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
BOOLEAN - Enum constant in enum class org.hibernate.query.sqm.CastType
 
BOOLEAN - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates that the argument should be of type SqlTypes.BOOLEAN or a logical expression (predicate)
BOOLEAN - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
BOOLEAN - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type BOOLEAN.
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BOOLEAN.
BooleanDecoder - Class in org.hibernate.dialect
Utility for decoding boolean representations.
BooleanDecoder() - Constructor for class org.hibernate.dialect.BooleanDecoder
 
BooleanExpressionPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
BooleanExpressionPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
 
BooleanExpressionPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
 
BooleanExpressionPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
BooleanJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Boolean handling.
BooleanJavaType() - Constructor for class org.hibernate.type.descriptor.java.BooleanJavaType
 
BooleanJavaType(char, char) - Constructor for class org.hibernate.type.descriptor.java.BooleanJavaType
 
BooleanJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BOOLEAN handling.
BooleanJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
booleanLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
booleanLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
BooleanLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
BooleanPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for boolean[] handling.
BooleanPrimitiveArrayJavaType(JavaType<Boolean>) - Constructor for class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
BOOT_LOGGER - Static variable in interface org.hibernate.boot.BootLogging
 
BOOT_LOGGER - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
 
BOOT_QUERY_LOGGER - Static variable in interface org.hibernate.boot.query.BootQueryLogging
 
BootLogging - Interface in org.hibernate.boot
Logging related to Hibernate bootstrapping
BootModelPreprocessor - Class in org.hibernate.boot.jaxb.hbm.transform
 
BootModelPreprocessor() - Constructor for class org.hibernate.boot.jaxb.hbm.transform.BootModelPreprocessor
 
bootModelProperty() - Method in record class org.hibernate.boot.jaxb.hbm.transform.PropertyInfo
Returns the value of the bootModelProperty record component.
BootQueryLogging - Interface in org.hibernate.boot.query
 
Bootstrap - Class in org.hibernate.jpa.boot.spi
Entry into the bootstrap process.
BootstrapContext - Interface in org.hibernate.boot.spi
Defines a context for things available during the process of bootstrapping a SessionFactory which are expected to be cleaned up after the SessionFactory is built.
BootstrapContextImpl - Class in org.hibernate.boot.internal
 
BootstrapContextImpl(StandardServiceRegistry, MetadataBuildingOptions) - Constructor for class org.hibernate.boot.internal.BootstrapContextImpl
 
BootstrapServiceRegistry - Interface in org.hibernate.boot.registry
Provides the most basic services such as class loading.
BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for BootstrapServiceRegistry instances.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
 
BootstrapServiceRegistryImpl - Class in org.hibernate.boot.registry.internal
ServiceRegistry implementation containing specialized "bootstrap" services, specifically: ClassLoaderService IntegratorService StrategySelector
BootstrapServiceRegistryImpl() - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(boolean, ClassLoaderService, LinkedHashSet<Integrator>) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(boolean, ClassLoaderService, StrategySelector, IntegratorService) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(ClassLoaderService, LinkedHashSet<Integrator>) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BootstrapServiceRegistryImpl(ClassLoaderService, StrategySelector, IntegratorService) - Constructor for class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
Constructs a BootstrapServiceRegistryImpl.
BOTH - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Both catalog and schema are supported.
BOTH - Enum constant in enum class org.hibernate.jpa.CachingType
Both CachingType.DATA and CachingType.QUERY are enabled.
BOTH - Enum constant in enum class org.hibernate.query.sqm.TrimSpec
 
BOTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BOTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BOTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BOTH() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
BottomType - Class in org.hibernate.type
A type that is assignable to every non-primitive type, that is, the type of null.
boundary - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The boundery function, cfr.
BoundedConcurrentHashMap<K,V> - Class in org.hibernate.internal.util.collections
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
BoundedConcurrentHashMap(int, int) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and LRU eviction policy.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction) - Constructor for class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
BoundedConcurrentHashMap.Eviction - Enum Class in org.hibernate.internal.util.collections
 
BoundedConcurrentHashMap.EvictionPolicy<K,V> - Interface in org.hibernate.internal.util.collections
 
BREADTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BREADTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BREADTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BREADTH() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
BREADTH_FIRST - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Use breadth first for a recursive CTE.
breakDownJdbcValue(Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
 
breakDownJdbcValues(int, X, Y, Object, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Breaks down the domain value to its constituent JDBC values.
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddableValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleTableGroupProducer
 
breakDownJdbcValues(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
A short hand form of ModelPart.breakDownJdbcValues(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor), that passes 0 as offset and null for the two values X and Y.
breakDownKeyJdbcValues(Object, Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
breakDownKeyJdbcValues(Object, EntityTableMapping.KeyValueConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
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.
BufferedXMLEventReader - Class in org.hibernate.boot.jaxb.internal.stax
Buffers XML events for later re-reading Note, copied from the uPortal project by permission of author.
BufferedXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Create new buffering reader, no buffering is done until BufferedXMLEventReader.mark(int) is called.
BufferedXMLEventReader(XMLEventReader, int) - Constructor for class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Create new buffering reader.
bufferSize() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
build() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
build() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
build() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
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.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
build() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.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 class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
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.internal.ExtractedDatabaseMetaDataImpl.Builder
 
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 class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
build() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance
build() - Method in class org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
 
build() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.Builder
 
build() - Method in class org.hibernate.query.sqm.produce.function.internal.SetReturningFunctionTypeResolverBuilder
 
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 class org.hibernate.sql.results.graph.internal.ImmutableFetchList.Builder
 
build() - Method in class org.hibernate.sql.results.internal.InitializersList.Builder
 
build() - Method in interface org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilder
 
build() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilderImpl
 
build() - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
build() - Method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.Builder
 
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
Builds the given query, appending results to the given string buffer, and adding all query parameter values that are used to the map provided.
build(StringBuilder, Map<String, Object>) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
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
 
build(PluralAttributeMetadata<?, Y, ?>, boolean, MetadataContext) - Static method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
buildAndExecuteQuery() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
buildAndFillTable(String, String, Identifier, boolean, UniqueConstraint[], MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.TableBinder
 
buildAndFillTable(String, String, Identifier, boolean, UniqueConstraint[], MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.boot.model.internal.TableBinder
 
buildAnyValue(Column, Formula, AnnotatedJoinColumns, PropertyData, OnDeleteAction, boolean, Nullability, PropertyHolder, EntityBinder, boolean, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
buildArchiveDescriptor(URL) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
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 class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
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
buildArgumentDomainResult(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationArgument
 
buildAttribute(ManagedDomainType<X>, Property) - Method in class org.hibernate.metamodel.internal.AttributeFactory
Build a normal attribute.
buildAttribute(ManagedDomainType<X>, Property, MetadataContext) - Static method in class org.hibernate.metamodel.internal.AttributeFactory
 
buildAttributeConversionInfoMap(ClassDetails) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
buildAttributeSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
buildAttributeSources(AttributesHelper.Callback) - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
buildAttributeSources(AttributesHelper.Callback) - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
buildBaseline() - Method in class org.hibernate.internal.BaselineSessionEventsListenerBuilder
Deprecated.
 
buildBaselineList() - Method in class org.hibernate.internal.BaselineSessionEventsListenerBuilder
Deprecated.
 
buildBasicAttributeMapping(String, NavigableRole, int, int, Property, ManagedMappingType, BasicType, String, String, SelectablePath, boolean, String, String, String, Long, Integer, Integer, Integer, boolean, boolean, boolean, boolean, PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildBasicProxyFactory(Class) - Method in class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl
 
buildBasicProxyFactory(Class) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBatch(BatchKey, Integer, String, SessionImplementor, String) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
Intended for use from tests
buildBatch(BatchKey, Integer, Supplier<PreparedStatementGroup>, JdbcCoordinator) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
buildBatch(BatchKey, Integer, Supplier<PreparedStatementGroup>, JdbcCoordinator) - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchBuilder
Build a batch.
buildBootstrapJdbcConnectionAccess(ServiceRegistryImplementor) - Static method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
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
 
buildCallbackRegistry(SessionFactoryOptions, ServiceRegistry, Collection<PersistentClass>) - Static method in class org.hibernate.jpa.event.internal.CallbacksFactory
 
buildCleanupSynch() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
buildCollectionChangeSet(Object, Collection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
buildCollectionChangeSet(Object, Collection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
buildCollectionChangeSet(Object, Collection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
buildCollectionChangeSet(Object, Collection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
buildColumnFromAnnotation(Column, FractionalSeconds, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnFromNoAnnotation(FractionalSeconds, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnFromOrderColumn(OrderColumn, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.IndexColumn
JPA 2 @OrderColumn processing.
buildColumnOrFormulaFromAnnotation(Column, Formula, FractionalSeconds, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnReferenceExpression(TableGroup, ModelPart, SqlExpressionResolver, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildColumnsFromAnnotations(Column[], FractionalSeconds, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnsFromAnnotations(Column[], Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnsOrFormulaFromAnnotation(Column[], Formula, FractionalSeconds, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnSource(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
Given a RelationalValueSourceHelper.ColumnsAndFormulasSource, build a single RelationalValueSource which is required to be a column.
buildColumnSources(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
Given a RelationalValueSourceHelper.ColumnsAndFormulasSource, build the corresponding list of ColumnSource.
buildConcreteQueryPlan(SqmSelectStatement<R>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
buildConcreteQueryPlan(SqmSelectStatement<T>, Class<T>, TupleMetadata, QueryOptions) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
buildCriteria(CriteriaBuilder) - Method in class org.hibernate.query.specification.internal.MutationSpecificationImpl
 
buildCriteria(CriteriaBuilder) - Method in class org.hibernate.query.specification.internal.SelectionSpecificationImpl
 
buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.QuerySpecification
Build a criteria query satisfying this specification, using the given CriteriaBuilder.
buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SelectionSpecification
Build a criteria query satisfying this specification, using the given CriteriaBuilder.
buildCurrentReturnState(boolean, int) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
buildCurrentReturnState(boolean, int) - Method in class org.hibernate.result.internal.OutputsImpl
 
buildCustomSql(JaxbHbmCustomSqlDmlType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
Given a user-specified description of how to perform custom SQL, build the CustomSql representation.
buildDatabaseInformation(ServiceRegistry, DdlTransactionIsolator, SqlStringGenerationContext, SchemaManagementTool) - Static method in class org.hibernate.tool.schema.internal.Helper
 
buildDatabaseStructure(Type, Properties, JdbcEnvironment, boolean, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
buildDatabaseTarget(JdbcContext, boolean) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
buildDdlTransactionIsolator(JdbcContext) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
buildDdlTransactionIsolator(JdbcContext) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
buildDdlTransactionIsolator(JdbcContext) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
buildDefaultBytecodeProvider() - Static method in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
 
buildDelayedAction(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
buildDelayedAction(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Build a delayed Runnable for performing schema dropping.
buildDelayedCollectionFetch(NavigablePath, PluralAttributeMapping, FetchParent, DomainResult<?>, boolean) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
For Hibernate Reactive
buildDeleteAllOperation(MutatingTableReference) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
buildDeleteCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildDialect(Map<String, Object>, DialectResolutionInfoSource) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
buildDialect(Map<String, Object>, DialectResolutionInfoSource) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
buildDiscriminatorColumn(DiscriminatorColumn, DiscriminatorFormula, Column, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedDiscriminatorColumn
 
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in interface org.hibernate.cache.spi.RegionFactory
Create a named Region for holding domain model data
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildEagerCollectionFetch(NavigablePath, PluralAttributeMapping, TableGroup, boolean, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
For Hibernate Reactive
buildEagerCollectionFetch(NavigablePath, PluralAttributeMapping, TableGroup, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
For Hibernate Reactive
buildEmbeddableForeignKeyDescriptor(EmbeddableValuedModelPart, Value, ManagedMappingType, TableGroupProducer, boolean, boolean[], boolean[], Dialect, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildEmbeddedAttributeMapping(String, int, int, Property, DependantValue, int, ManagedMappingType, CompositeType, String, String[], PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
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
buildEmbeddedAttributeMapping(String, int, int, Property, ManagedMappingType, CompositeType, String, String[], PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildEncapsulatedCompositeIdentifierMapping(EntityPersister, Property, String, String, String[], CompositeType, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildEntityAssembler(EntityInitializer<?>) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
Used By Hibernate Reactive
buildEntityAssembler(EntityInitializer<?>) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
Used by Hibernate Reactive
buildEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, Property, boolean, RuntimeModelCreationContext) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity
buildEntityDelayedFetch(FetchParent, ToOneAttributeMapping, NavigablePath, DomainResult<?>, boolean, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
buildEntityDelayedFetchInitializer(InitializerParent<?>, NavigablePath, ToOneAttributeMapping, boolean, DomainResult<?>, BasicFetch<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
buildEntityFetchJoined(FetchParent, AbstractEntityCollectionPart, TableGroup, NavigablePath, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
For Hibernate Reactive
buildEntityFetchJoined(FetchParent, ToOneAttributeMapping, TableGroup, DomainResult<?>, boolean, NavigablePath, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
buildEntityFetchSelect(FetchParent, ToOneAttributeMapping, NavigablePath, DomainResult<?>, boolean, boolean, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
buildEntitySelectFetchInitializer(InitializerParent<?>, ToOneAttributeMapping, EntityPersister, DomainResult<?>, NavigablePath, boolean, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
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(int, String, String, String, Dialect) - Static method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
builder(int, String, String, Dialect) - Static method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
builder(int, String, Dialect) - Static method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
builder(int, CapacityDependentDdlType.LobKind, String, String, String, Dialect) - Static method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
builder(int, CapacityDependentDdlType.LobKind, String, String, Dialect) - Static method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
builder(int, CapacityDependentDdlType.LobKind, String, Dialect) - Static method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
builder(Identifier) - Static method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
Builder() - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
Builder() - Constructor for class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
Builder() - Constructor for class org.hibernate.sql.exec.internal.JdbcCallImpl.Builder
 
Builder() - Constructor for class org.hibernate.sql.results.internal.InitializersList.Builder
 
Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
Builder(int) - Constructor for class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.Builder
 
Builder(int) - Constructor for class org.hibernate.sql.results.internal.InitializersList.Builder
 
Builder(String) - Constructor for class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.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) - Constructor for class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.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(Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
Builder(EffectiveMappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
Builder(EffectiveMappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
Builder(EffectiveMappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
Builder(JdbcEnvironment, boolean, JdbcConnectionAccess) - Constructor for class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
Builder(CallbackRegistry, boolean) - Constructor for class org.hibernate.event.service.internal.EventListenerRegistryImpl.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(ServiceRegistry) - Constructor for class org.hibernate.boot.model.source.internal.annotations.AdditionalManagedResourcesImpl.Builder
 
Builder(FetchableContainer) - Constructor for class org.hibernate.sql.results.graph.internal.ImmutableFetchList.Builder
 
BUILDER - Static variable in interface org.hibernate.cfg.BatchSettings
Names the BatchBuilder implementation to use.
Builders - Class in org.hibernate.query.results.internal
Commonly helpful creators for ResultBuilder and FetchBuilder references.
Builders() - Constructor for class org.hibernate.query.results.internal.Builders
 
buildExceptionFromInstantiationError(AttributeConversionInfo, Exception) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
buildExecutionDelegate(MultiTableSqmMutationConverter, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, DomainParameterXref, TableGroup, Map<String, TableReference>, List<Assignment>, Predicate, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
buildExecutionDelegate(SqmInsertStatement<?>, MultiTableSqmMutationConverter, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, DomainParameterXref, TableGroup, Map<String, TableReference>, List<Assignment>, InsertSelectStatement, ConflictClause, JdbcParameter, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler
For Hibernate Reactive
buildExecutionOptions(Map<String, Object>, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildExtendedReturn() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
buildExtendedReturn() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
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
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteFetchBuilderBasicPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteFetchBuilderEntityValuedModelPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.DelayedFetchBuilderBasicPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderStandard
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitAttributeFetchBuilder
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderBasic
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderEmbeddable
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderEntity
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderEntityPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderPlural
 
buildFetch(FetchParent, Fetchable, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard
 
buildFormulaFromAnnotation(Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildFunctionReturn() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
buildFunctionReturn() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildGenerationTargets(TargetDescriptor, JdbcContext, Map<String, Object>, boolean) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
buildGenerationTargets(TargetDescriptor, JdbcContext, Map<String, Object>, boolean) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
Resolves the targets to which to send the DDL commands based on configuration
buildGetGeneratedKeysDelegate(EntityPersister) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The delegate for dealing with IDENTITY columns using Statement.getGeneratedKeys().
buildGetGeneratedKeysDelegate(EntityPersister) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
buildGetGeneratedKeysDelegate(EntityPersister) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
buildGetGeneratedKeysDelegate(EntityPersister) - Method in class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
 
buildGetterSetterCache() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
buildGroupsForOperation(GroupsPerOperation.Operation, Map<String, Object>, ClassLoaderAccess) - Static method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
 
buildHierarchies() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder
buildHqlLexer(String) - Method in class org.hibernate.query.hql.internal.HqlParseTreeBuilder
 
buildHqlParser(String, HqlLexer) - Method in class org.hibernate.query.hql.internal.HqlParseTreeBuilder
 
buildIdAttribute(IdentifiableDomainType<X>, Property) - Method in class org.hibernate.metamodel.internal.AttributeFactory
Build the identifier attribute descriptor
buildIdentifierAttribute(PersistentClass, Generator) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
Generates the attribute representation of the identifier for a given entity mapping.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
The IdentifierHelper indicated by this dialect for handling identifier conversions.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.CockroachDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DB2Dialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.HANADialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.MariaDBDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.MySQLDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.OracleDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SQLServerDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SybaseDialect
 
buildInferredSelectClause(SqmFromClause) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
buildingContext - Variable in class org.hibernate.boot.model.internal.AbstractEntityIdGeneratorResolver
 
buildInheritanceJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, AnnotatedJoinColumns, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
Called for InheritanceType.JOINED entities.
buildInheritanceStates(List<ClassDetails>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
For the mapped entities build some temporary data-structure containing information about the inheritance status of a class.
buildInsertCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildInsertQuery(String, 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
 
buildJdbcCall() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl.Builder
 
buildJoinColumns(JoinColumn[], String, Map<String, Join>, PropertyHolder, PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
buildJoinColumnsOrFormulas(JoinColumnOrFormula[], String, Map<String, Join>, PropertyHolder, PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], String, Map<String, Join>, PropertyHolder, PropertyData, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
buildJoinFormula(JoinFormula, AnnotatedJoinColumns) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, PropertyData, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
Called for join tables in ManyToMany associations.
buildKeyExpression() - Method in class org.hibernate.query.sqm.mutation.internal.TableKeyExpressionCollector
 
buildLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
Build a LobCreator using the given context
buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
 
buildMappingProducer(SelectStatement, SessionFactoryImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
 
buildMappingProducer(SelectStatement, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
Provide the JdbcValuesMappingProducer to use for the given SQL AST
buildMergeCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildMetadata() - Method in class org.hibernate.boot.MetadataSources
Shorthand form of calling MetadataSources.getMetadataBuilder() and using its MetadataBuilder.build() method in cases where the application wants to accept the defaults.
buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
 
buildMetadataInstance(MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
Builds the complete and immutable Metadata instance from the collected info.
buildModelMutationTranslator(TableMutation<O>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildModelMutationTranslator(TableMutation<O>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use translator for dealing with model mutations
buildModelTypePool(ClassLoader) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.ModelTypePool
Creates a new empty EnhancerClassLocator instance which will load any application classes that need being reflected on from the ClassLoader passed as parameter.
buildModelTypePool(ClassFileLocator) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.ModelTypePool
Similar to ModelTypePool.buildModelTypePool(ClassLoader) except the application classes are not necessarily sourced from a standard classloader: it accepts a ClassFileLocator, which offers some more flexibility.
buildModelTypePool(ClassFileLocator, CoreTypePool) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.ModelTypePool
Similar to ModelTypePool.buildModelTypePool(ClassFileLocator) but allows specifying an existing CoreTypePool to be used as parent pool.
buildMultiIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used by Hibernate Reactive
buildMutation() - Method in class org.hibernate.generator.values.internal.TableUpdateReturningBuilder
 
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
buildNamedQuery(String, Function<NamedSqmQueryMemento<T>, Q>, Function<NamedNativeQueryMemento<T>, Q>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
buildNamedQueryRepository() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
buildNamedQueryRepository() - Method in class org.hibernate.boot.internal.MetadataImpl
 
buildNamedQueryRepository() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildNonEncapsulatedCompositeIdentifierMapping(EntityPersister, String, String[], PersistentClass, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildOptimizer(OptimizerDescriptor, Class<?>, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildOptions() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
buildOrObtainSession() - Method in class org.hibernate.context.internal.JTASessionContext
Strictly provided for subclassing purposes; specifically to allow long-session support.
buildOrObtainSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Strictly provided for sub-classing purposes; specifically to allow long-session support.
buildOutput() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildPluralAttributeMapping(String, int, int, Property, ManagedMappingType, PropertyAccess, CascadeStyle, FetchMode, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildPluralAttributeMapping(String, int, int, Property, ManagedMappingType, PropertyAccess, CascadeStyle, FetchMode, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
buildPluralAttributeMapping(String, int, int, Property, ManagedMappingType, PropertyAccess, CascadeStyle, FetchMode, MappingModelCreationProcess, Function<PluralAttributeMappingImpl, PluralAttributeMappingImpl>) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
For Hibernate Reactive
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyChainedImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyCompositeUserTypeImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyGetterImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyIndexBackRefImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
 
buildPropertyAccess(Class<?>, String, boolean) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategy
Build a PropertyAccess for the indicated property
buildPropertyHolder(Collection, String, ClassDetails, MemberDetails, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
build a property holder on top of a collection
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext, Map<ClassDetails, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(PersistentClass, Map<String, Join>, MetadataBuildingContext, Map<ClassDetails, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
May only be called during the second pass phase.
buildPropertyHolder(ClassDetails, PersistentClass, EntityBinder, MetadataBuildingContext, Map<ClassDetails, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
 
buildProxy(Class<?>, Class<?>[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
buildProxyFactory(SessionFactoryImplementor) - Method in class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl
 
buildProxyFactory(SessionFactoryImplementor) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.
buildQuery() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
buildQueryBuilderCommon(SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
Build the common aspects of a QueryBuilder used by both query and query-remove strings.
buildQueryBuilderCommon(SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
buildQueryBuilderCommon(SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
buildQueryBuilderCommon(SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
buildQueryBuilderCommon(SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
buildQueryBuilderCommon(SessionFactoryImplementor) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
Create a named Region for holding query result sets.
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildRegistry(Map<String, EventType<?>>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl.Builder
 
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 class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicModelPart
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicValuedConverted
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicValuedStandard
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderCollectionStandard
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityJpa
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityStandard
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderInstantiation
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderAttribute
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderBasicConverted
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderBasicStandard
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntity
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityCalculated
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderInstantiation
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderBasic
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderEmbeddable
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderEntity
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.query.results.internal.implicit.ImplicitResultClassBuilder
 
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 class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
 
buildResultSetMapping(String, boolean, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
Provide a dynamically built JdbcValuesMappingProducer
buildResultSetOutput(Supplier<List<?>>) - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildResultSetOutput(List<?>) - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildRootNavigablePath(String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildRowMutationOperations() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
buildScriptTarget(TargetDescriptor, String) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
buildSelectEagerCollectionFetch(NavigablePath, PluralAttributeMapping, DomainResult<?>, FetchParent) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
For Hibernate Reactive
buildSelector(ClassLoaderService) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
Builds the selector.
buildSelectQuery(String, SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSelectQueryPlan() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
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
buildSemanticModel(HqlParser.StatementContext, Class<R>, SqmCreationOptions, SqmCreationContext, String) - Static method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
Main entry point into analysis of HQL/JPQL parse tree - producing a semantic model of the query.
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 class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
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 class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
buildSessionFactory() - Method in class org.hibernate.boot.internal.MetadataImpl
 
buildSessionFactory() - Method in interface org.hibernate.boot.Metadata
Short-hand form of building a SessionFactory through the builder without any additional option overrides.
buildSessionFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildSessionFactory() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactoryOptions() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
buildSessionFactoryOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
buildSessionFactoryOptions() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
Build the SessionFactoryOptions that will ultimately be passed to the constructor of SessionFactoryImpl.
buildSessionFactoryServiceRegistry(SessionFactoryImplementor, SessionFactoryOptions) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryBuilderImpl
 
buildSingleIdEntityLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
buildSingularAssociationAttributeMapping(String, NavigableRole, int, int, Property, ManagedMappingType, EntityPersister, EntityType, PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
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
buildSingularAssociationAttributeMapping(String, NavigableRole, int, int, Property, ManagedMappingType, EntityPersister, EntityType, PropertyAccess, CascadeStyle, MappingModelCreationProcess, Function<ToOneAttributeMapping, ToOneAttributeMapping>) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.CockroachDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Dialect
An instance of SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HANADialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HSQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MariaDBDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MySQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.OracleDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServerDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASEDialect
 
buildStandardServiceInitiatorList() - Static method in class org.hibernate.service.internal.StandardSessionFactoryServiceInitiators
 
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildStdoutTarget(String) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
buildStringToBooleanCast(String, String) - Method in class org.hibernate.dialect.Dialect
 
buildStringToBooleanCastDecode(String, String) - Method in class org.hibernate.dialect.Dialect
 
buildStringToBooleanDecode(String, String) - Method in class org.hibernate.dialect.Dialect
 
buildSubNavigablePath(SqmPath<?>, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildSubNavigablePath(NavigablePath, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildTableMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Builds the EntityTableMapping descriptors for the tables mapped by this entity.
buildTableStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildTimestampsCache(CacheImplementor, TimestampsRegion) - Method in class org.hibernate.cache.internal.StandardTimestampsCacheFactory
 
buildTimestampsCache(CacheImplementor, TimestampsRegion) - Method in interface org.hibernate.cache.spi.TimestampsCacheFactory
Build the TimestampsCache.
buildTimestampsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
buildTimestampsRegion(String, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
Create a named Region for holding timestamps used to determine when a cached query result set is stale.
buildTimestampsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.Options) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.Options) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
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
 
buildTupleMetadata(SqmStatement<?>, Class<R>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
buildUnloadedProxy(Class<?>, Class<?>[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
buildUnloadedProxy(TypePool, TypeDefinition, Collection<? extends TypeDefinition>) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
Do not remove: used by Quarkus
buildUpdateCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildUpdateCountOutput(int) - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildUpdateQuery(String, SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildValueSource(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
buildValueSources(MappingDocument, String, RelationalValueSourceHelper.ColumnsAndFormulasSource) - Static method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
buildVersionAttribute(IdentifiableDomainType<X>, Property) - Method in class org.hibernate.metamodel.internal.AttributeFactory
Build the version attribute descriptor
buildVersionProperty(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
buildWriteFragment(String, JdbcMapping, MutatingTableReference, ColumnReference, ParameterUsage, Consumer<Object>) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
 
buildXsdDescriptor(String, String, String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
BuiltInPropertyAccessStrategies - Enum Class in org.hibernate.property.access.spi
Describes the built-in externally-nameable PropertyAccessStrategy implementations.
BULK_ID_STRATEGY_GLOBAL_TEMPORARY_CREATE_TABLES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
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.
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.
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.
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.
BulkInsertionCapableIdentifierGenerator - Interface in org.hibernate.id
Specialized contract for IdentifierGenerator implementations capable of being used in conjunction with HQL insert statements.
BulkOperationCleanupAction - Class in org.hibernate.action.internal
An ActionQueue Executable for ensuring shared cache cleanup in relation to performed bulk HQL queries.
BulkOperationCleanupAction(SharedSessionContractImplementor, Set<String>) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on a set of affected table spaces.
BulkOperationCleanupAction(SharedSessionContractImplementor, EntityPersister...) - Constructor for class org.hibernate.action.internal.BulkOperationCleanupAction
Constructs an action to cleanup "affected cache regions" based on the affected entity persisters.
by(int, SortDirection) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position, in the given direction.
by(int, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position in the given direction, with the specified case-sensitivity.
by(int, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position in the given direction, with the specified precedence for null values.
by(SingularAttribute<T, ?>, SortDirection) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, in the given direction.
by(SingularAttribute<T, ?>, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, in the given direction, with the specified case-sensitivity.
by(SingularAttribute<T, ?>, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, in the given direction, with the specified precedence for null values.
by(Class<T>, String, SortDirection) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.
by(Class<T>, String, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction, with the specified case-sensitivity.
by(Class<T>, String, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.
BY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
byArgument(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
byId(Class<T>) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve an instance of the given entity type by its primary key.
byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byId(String) - Method in class org.hibernate.internal.SessionImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve an instance of the named entity type by its primary key.
byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleIds(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
byMultipleIds(Class<T>) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple instances of the given entity type by their primary key values, using batching.
byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleIds(String) - Method in class org.hibernate.internal.SessionImpl
 
byMultipleIds(String) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple instances of the named entity type by their primary key values, using batching.
byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleNaturalId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
byMultipleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple instances of the given entity type by their by natural id values, using batching.
byMultipleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
byMultipleNaturalId(String) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple instances of the named entity type by their by natural id values, using batching.
byName(String) - Static method in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byNaturalId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve an instance of the given entity type by its natural id, which may be a composite natural id.
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve an instance of the named entity type by its natural id, which may be a composite natural id.
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve an instance of the given entity type by its natural id, which must be a simple (non-composite) value.
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
bySimpleNaturalId(String) - Method in class org.hibernate.internal.SessionImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve an instance of the named entity type by its natural id, which must be a simple (non-composite) value.
BYTE - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayInputStreamAccess - Class in org.hibernate.boot.archive.internal
An InputStreamAccess implementation based on a byte array
ByteArrayInputStreamAccess(String, byte[]) - Constructor for class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
 
ByteArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Byte[] handling, which disallows null elements.
ByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
ByteArraySerializer() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
 
ByteBuddyInterceptor - Class in org.hibernate.proxy.pojo.bytebuddy
 
ByteBuddyInterceptor(String, Class<?>, Class<?>[], Object, Method, Method, CompositeType, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
 
ByteBuddyProxyFactory - Class in org.hibernate.proxy.pojo.bytebuddy
 
ByteBuddyProxyFactory(ByteBuddyProxyHelper) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
ByteBuddyProxyHelper - Class in org.hibernate.proxy.pojo.bytebuddy
 
ByteBuddyProxyHelper(ByteBuddyState) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
ByteBuddyState - Class in org.hibernate.bytecode.internal.bytebuddy
A utility to hold all ByteBuddy related state, as in the current version of Hibernate the Bytecode Provider state is held in a static field, yet ByteBuddy is able to benefit from some caching and general state reuse.
ByteBuddyState() - Constructor for class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
 
ByteBuddyState.ProxyDefinitionHelpers - Class in org.hibernate.bytecode.internal.bytebuddy
Shared proxy definition helpers.
BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.BytecodeSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed, Hibernate ORM will use the BytecodeProvider implementation it finds on the classpath loading it via the standard ServiceLoader mechanism. Currently, there is only a single implementation which is included in Hibernate ORM, so it's not possible to override this. See HHH-17643
BYTECODE_PROVIDER_INSTANCE - Static variable in interface org.hibernate.cfg.BytecodeSettings
This is similar to the now deprecated legacy property hibernate.bytecode.provider except it's used specifically to pass an existing instance of a BytecodeProvider; this happens to also allow to override the implementation, but is primarily intended to allow reusing a specific instance; this could be useful when the implementation benefits from internal caches.
BYTECODE_PROVIDER_NAME_BYTEBUDDY - Static variable in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
Deprecated, for removal: This API element is subject to removal in a future version.
Register a BytecodeProvider through Java services.
BytecodeEnhancementMetadata - Interface in org.hibernate.bytecode.spi
Encapsulates bytecode enhancement information about a particular entity.
BytecodeEnhancementMetadataNonPojoImpl - Class in org.hibernate.bytecode.internal
BytecodeEnhancementMetadata implementation for non-POJO models, mainly RepresentationMode.MAP
BytecodeEnhancementMetadataNonPojoImpl(String) - Constructor for class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
BytecodeEnhancementMetadataPojoImpl - Class in org.hibernate.bytecode.internal
BytecodeEnhancementMetadata implementation for POJO models
BytecodeInterceptorLogging - Interface in org.hibernate.bytecode.enhance.spi.interceptor
Logging related to bytecode enhancement interceptors
BytecodeLazyAttributeInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
BytecodeLogging - Interface in org.hibernate.bytecode
 
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
BytecodeProviderImpl - Class in org.hibernate.bytecode.internal.bytebuddy
 
BytecodeProviderImpl - Class in org.hibernate.bytecode.internal.none
This BytecodeProvider represents the "no-op" enhancer; mostly useful as an optimisation when not needing any byte code optimisation applied, for example when the entities have been enhanced at compile time.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
Constructs a ByteBuddy BytecodeProvider instance which attempts to auto-detect the target JVM version from the currently running one, with a fallback on Java 11.
BytecodeProviderImpl() - Constructor for class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
 
BytecodeProviderImpl(ClassFileVersion) - Constructor for class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
Constructs a ByteBuddy BytecodeProvider instance which aims to produce code compatible with the specified target JVM version.
BytecodeProviderImpl.GetPropertyNames - Class in org.hibernate.bytecode.internal.bytebuddy
 
BytecodeProviderInitiator - Class in org.hibernate.bytecode.internal
 
BytecodeProviderInitiator() - Constructor for class org.hibernate.bytecode.internal.BytecodeProviderInitiator
 
BytecodeSettings - Interface in org.hibernate.cfg
Settings which control the BytecodeProvider used for bytecode enhancement and reflection optimization.
ByteJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Byte handling.
ByteJavaType() - Constructor for class org.hibernate.type.descriptor.java.ByteJavaType
 
BytesHelper - Class in org.hibernate.internal.util
 

C

c - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
C3P0_ACQUIRE_INCREMENT - Static variable in interface org.hibernate.cfg.C3p0Settings
Number of connections acquired when pool is exhausted
C3P0_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.C3p0Settings
A setting prefix used to indicate settings that target the hibernate-c3p0 integration
C3P0_IDLE_TEST_PERIOD - Static variable in interface org.hibernate.cfg.C3p0Settings
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in interface org.hibernate.cfg.C3p0Settings
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in interface org.hibernate.cfg.C3p0Settings
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in interface org.hibernate.cfg.C3p0Settings
Minimum size of C3P0 connection pool
C3P0_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for c3p0 connection pooling
C3P0_TIMEOUT - Static variable in interface org.hibernate.cfg.C3p0Settings
Maximum idle time for C3P0 connection pool
C3p0Settings - Interface in org.hibernate.cfg
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Cache - Interface in org.hibernate
An API for directly querying and managing the second-level cache.
Cache - Annotation Interface in org.hibernate.annotations
Marks a root entity or collection for second-level caching, and specifies: a named cache region in which to store the state of instances of the entity or collection, and an appropriate cache concurrency policy, given the expected data access patterns affecting the entity or collection.
CACHE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CACHE_KEYS_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
Deprecated.
this is only honored for hibernate-infinispan
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
The RegionFactory implementation, either: a short strategy name, for example, jcache or infinispan, an instance of RegionFactory, a Class object representing a class that implements RegionFactory, or the name of a class implementing RegionFactory.
CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
The CacheProvider region name prefix
CacheabilityInfluencers - Interface in org.hibernate.query.sqm.spi
 
cacheable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
cacheable() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
Whether the query results are cacheable.
cacheable() - Element in annotation interface org.hibernate.annotations.NamedQuery
Whether the query results are cacheable.
cacheable() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheable() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
cacheable(boolean) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheable(boolean) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
CACHEABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
CacheableDataStatistics - Interface in org.hibernate.stat
 
CacheableFileXmlSource - Class in org.hibernate.boot.jaxb.internal
 
CacheableFileXmlSource(Origin, File, File, boolean) - Constructor for class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
CacheableJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CacheableJpaAnnotation(Cacheable, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CacheableJpaAnnotation
Used in creating annotation instances from JDK variant
CacheableJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CacheableJpaAnnotation
Used in creating annotation instances from Jandex variant
CacheableJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CacheableJpaAnnotation
Used in creating dynamic annotation instances (e.g.
CacheAccessTypeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
CacheAccessTypeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.CacheAccessTypeConverter
 
CacheAccessTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.internal
JAXB marshalling for Hibernate's AccessType
CacheAccessTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.internal.CacheAccessTypeMarshalling
 
cacheAfterInsert(EntityDataAccess, Object) - Method in class org.hibernate.action.internal.EntityInsertAction
 
cacheAfterUpdate(EntityDataAccess, Object, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
CacheAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CacheAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CacheAnnotation
Used in creating annotation instances from Jandex variant
CacheAnnotation(Cache, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CacheAnnotation
Used in creating annotation instances from JDK variant
CacheAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CacheAnnotation
Used in creating dynamic annotation instances (e.g.
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.
cachedEntityKey - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
cachedFileNotFound(String, FileNotFoundException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cachedFileObsolete(File) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CachedJdbcValuesMetadata - Class in org.hibernate.sql.results.jdbc.internal
 
CachedJdbcValuesMetadata(String[], BasicType<?>[]) - Constructor for class org.hibernate.sql.results.jdbc.internal.CachedJdbcValuesMetadata
 
CachedNaturalIdValueSource - Enum Class in org.hibernate.engine.spi
The type of action from which the cache call is originating.
cacheEntityState(Object, String, Object[]) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
CacheEntry - Interface in org.hibernate.cache.spi.entry
A cached instance of a persistent class
CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
Strategy for how cache entries are "structured" for storing into the cache.
CacheException - Exception in org.hibernate.cache
Something went wrong in the cache.
CacheException(String) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(String, Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(Throwable) - Constructor for exception org.hibernate.cache.CacheException
Constructs a CacheException.
cacheGetEnd(boolean) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cacheGetEnd(boolean) - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cacheGetEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
cacheGetStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cacheGetStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cacheGetStart() - Method in interface org.hibernate.SessionEventListener
 
CacheHelper - Class in org.hibernate.engine.internal
 
cacheHqlInterpretation(Object, HqlInterpretation<R>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
cacheHqlInterpretation(Object, HqlInterpretation<R>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
cacheHqlInterpretation(Object, HqlInterpretation<R>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
CacheImplementor - Interface in org.hibernate.cache.spi
An SPI supported by any Hibernate service that provides an implementation of the Cache API.
CacheInitiator - Class in org.hibernate.engine.spi
Initiator for second level cache support
CacheInitiator() - Constructor for class org.hibernate.engine.spi.CacheInitiator
 
cacheInsert(EntityPersister, Object) - Method in class org.hibernate.action.internal.EntityInsertAction
 
CacheKeyImplementation - Class in org.hibernate.cache.internal
Allows multiple entity classes / collection roles to be stored in the same cache region.
CacheKeyImplementation(Object, Serializable, Type, String, String) - Constructor for class org.hibernate.cache.internal.CacheKeyImplementation
Construct a new key for a collection or entity instance.
CacheKeyImplementation(Object, String, String, int) - Constructor for class org.hibernate.cache.internal.CacheKeyImplementation
Construct a new key for a collection or entity instance.
cacheKeyInstance() - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.FetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteFetchBuilderBasicPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteFetchBuilderEntityValuedModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicValuedConverted
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicValuedStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderCollectionStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityJpa
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.CompleteResultBuilderInstantiation
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.complete.DelayedFetchBuilderBasicPart
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.internal.dynamic.DynamicFetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderLegacy
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderStandard
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.internal.dynamic.DynamicResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderAttribute
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderBasicConverted
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderBasicStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityCalculated
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderEntityStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.dynamic.DynamicResultBuilderInstantiation
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitAttributeFetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderBasic
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderEmbeddable
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderEntity
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderEntityPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitFetchBuilderPlural
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderBasic
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderEmbeddable
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitModelPartResultBuilderEntity
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.implicit.ImplicitResultClassBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.internal.ResultSetMappingImpl
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
cacheKeyInstance(DynamicFetchBuilderContainer) - Method in class org.hibernate.query.results.internal.dynamic.DynamicFetchBuilderStandard
 
CacheKeysFactory - Interface in org.hibernate.cache.spi
A factory for keys into the second-level cache.
CacheLayout - Enum Class in org.hibernate.annotations
Describes the data layout used for storing an object into the query cache.
cacheLazy() - Method in record class org.hibernate.boot.CacheRegionDefinition
Returns the value of the cacheLazy record component.
CacheLoadHelper - Class in org.hibernate.loader.internal
Some logic which originally resided in DefaultLoadEventListener and in DefaultInitializeCollectionEventListener but was moved here to make it reusable.
CacheLoadHelper.PersistenceContextEntry - Record Class in org.hibernate.loader.internal
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
cacheMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
cacheMode() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
The cache interaction mode for this query.
cacheMode() - Element in annotation interface org.hibernate.annotations.NamedQuery
The cache interaction mode for this query.
cacheMode() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheMode() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
CacheMode - Enum Class in org.hibernate
Controls how the session interacts with the second-level cache or query cache.
CacheModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
CacheModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.CacheModeConverter
 
CacheModeHelper - Class in org.hibernate.jpa.internal.util
Helper to deal with conversions between CacheMode and CacheRetrieveMode/CacheStoreMode .
CacheModeMarshalling - Class in org.hibernate.boot.jaxb.mapping.internal
JAXB marshalling for Hibernate's CacheMode
CacheModeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.internal.CacheModeMarshalling
 
cacheNonSelectQueryPlan(QueryInterpretationCache.Key, NonSelectQueryPlan) - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
cacheNonSelectQueryPlan(QueryInterpretationCache.Key, NonSelectQueryPlan) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
cacheNonSelectQueryPlan(QueryInterpretationCache.Key, NonSelectQueryPlan) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
cachePutEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cachePutEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cachePutEnd() - Method in interface org.hibernate.SessionEventListener
 
cachePutStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
cachePutStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
cachePutStart() - Method in interface org.hibernate.SessionEventListener
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
cacheRegion() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
If the query results are cacheable, the name of the query cache region.
cacheRegion() - Element in annotation interface org.hibernate.annotations.NamedQuery
If the query results are cacheable, the name of the query cache region.
cacheRegion() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheRegion() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
cacheRegion(String) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheRegion(String) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
CacheRegionDefinition - Record Class in org.hibernate.boot
Models the definition of caching settings for a particular region.
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType, String, String, String, boolean) - Constructor for record class org.hibernate.boot.CacheRegionDefinition
Creates an instance of a CacheRegionDefinition record class.
CacheRegionDefinition.CacheRegionType - Enum Class in org.hibernate.boot
 
CacheRegionStatistics - Interface in org.hibernate.stat
Second-level cache statistics of a specific region.
CacheRegionStatisticsImpl - Class in org.hibernate.stat.internal
Second level cache statistics of a specific region
cacheResolution(Object, Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
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 class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
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.
cacheRetrieveMode() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheRetrieveMode() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
cacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
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.
cacheStoreMode() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheStoreMode() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
cacheStoreMode(CacheStoreMode) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
cacheStoreMode(CacheStoreMode) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
CacheTransactionSynchronization - Interface in org.hibernate.cache.spi
Defines a context object that a RegionFactory is asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created.
CacheUtils - Class in org.hibernate.cache.spi.support
 
CacheUtils() - Constructor for class org.hibernate.cache.spi.support.CacheUtils
 
caching - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
caching - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
caching(CachingType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Enable or disable the second-level and query caches.
Caching - Class in org.hibernate.boot.model.source.spi
Models the caching options for an entity, natural id, or collection.
Caching() - Constructor for class org.hibernate.boot.model.source.spi.Caching
 
Caching(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.source.spi.Caching
 
Caching(String, AccessType, boolean, boolean) - Constructor for class org.hibernate.boot.model.source.spi.Caching
 
cachingAccessType(AccessType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
If data caching is enabled, configure the type of concurrency access that should be applied if not explicitly specified on a cache region.
cachingCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling of proxies.
CachingType - Enum Class in org.hibernate.jpa
 
calculateBatchPartitions(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Calculate the batch partitions needed to handle the mappedBatchSize.
calculateHashCode(Object) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
calculateHashCode(Object) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
calculateHashCode(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Calculate the hash-code of a natural-id value
CALENDAR - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
CALENDAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIMESTAMP.
CALENDAR_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC DATE.
CALENDAR_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIME.
CalendarComparator - Class in org.hibernate.internal.util.compare
 
CalendarComparator() - Constructor for class org.hibernate.internal.util.compare.CalendarComparator
 
CalendarDateJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
CalendarDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
CalendarJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling.
CalendarJavaType() - Constructor for class org.hibernate.type.descriptor.java.CalendarJavaType
 
CalendarJavaType.CalendarMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
 
CalendarTimeJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the time portion.
CalendarTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
CALL - Enum constant in enum class org.hibernate.sql.ast.Clause
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
callable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCustomSqlImpl
 
callable() - Element in annotation interface org.hibernate.annotations.SQLDelete
Is the statement callable (aka a CallableStatement)?
callable() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
Is the statement callable (aka a CallableStatement)?
callable() - Element in annotation interface org.hibernate.annotations.SQLInsert
Is the statement callable (aka a CallableStatement)?
callable() - Element in annotation interface org.hibernate.annotations.SQLUpdate
Is the statement callable (aka a CallableStatement)?
callable() - Method in record class org.hibernate.boot.model.CustomSql
Returns the value of the callable record component.
callable() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAllAnnotation
 
callable() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAnnotation
 
callable() - Method in class org.hibernate.boot.models.annotations.internal.SQLInsertAnnotation
 
callable() - Method in class org.hibernate.boot.models.annotations.internal.SQLUpdateAnnotation
 
callable() - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
callable(boolean) - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAllAnnotation
 
callable(boolean) - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAnnotation
 
callable(boolean) - Method in class org.hibernate.boot.models.annotations.internal.SQLInsertAnnotation
 
callable(boolean) - Method in class org.hibernate.boot.models.annotations.internal.SQLUpdateAnnotation
 
callable(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
CALLABLE_NAMED_PARAMS_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
When enabled, specifies that Hibernate should attempt to map parameter names given in a ProcedureCall or StoredProcedureQuery to named parameters of the JDBC CallableStatement.
CallableStatementSupport - Interface in org.hibernate.procedure.spi
 
Callback - Interface in org.hibernate.jpa.event.spi
Represents a JPA entity lifecycle callback method.
Callback - Interface in org.hibernate.sql.exec.spi
Callback to allow SQM interpretation to trigger certain things within ORM.
CALLBACK - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
 
CALLBACK - Enum constant in enum class org.hibernate.boot.models.JpaEventListenerStyle
The event method is declared on the entity class.
CallbackDefinition - Interface in org.hibernate.jpa.event.spi
 
CallbackDefinitionResolver - Class in org.hibernate.jpa.event.internal
Resolves JPA callback definitions
CallbackDefinitionResolver() - Constructor for class org.hibernate.jpa.event.internal.CallbackDefinitionResolver
 
CallbackException - Exception in org.hibernate
Deprecated.
Methods of Interceptor are no longer required to throw this exception type.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Deprecated.
Creates a CallbackException using the given underlying cause.
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Deprecated.
Creates a CallbackException using the given message.
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Deprecated.
Creates a CallbackException using the given message and underlying cause.
CallbackImpl - Class in org.hibernate.sql.exec.internal
 
CallbackImpl() - Constructor for class org.hibernate.sql.exec.internal.CallbackImpl
 
CallbackNoOp - Class in org.hibernate.sql.exec.internal
Implementation of Callback that does nothing
CallbackNoOp() - Constructor for class org.hibernate.sql.exec.internal.CallbackNoOp
 
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.
CallbacksFactory - Class in org.hibernate.jpa.event.internal
The intent of this class is to use a lighter implementation when standard JPA entity lifecycle callbacks are disabled via SessionFactoryOptions.areJPACallbacksEnabled().
CallbacksFactory() - Constructor for class org.hibernate.jpa.event.internal.CallbacksFactory
 
CallbackType - Enum Class in org.hibernate.jpa.event.spi
 
callConfigure(GeneratorCreationContext, Generator, Map<String, Object>, Value) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
If the given Generator also implements Configurable, call its configure() method.
callingJoinTransactionOnNonJtaEntityManager() - Method in interface org.hibernate.internal.CoreMessageLogger
 
callInitialize(A, MemberDetails, GeneratorCreationContext, Generator) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
 
callInTransaction(Function<EntityManager, R>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
callInTransaction(Function<EntityManager, R>) - Method in class org.hibernate.internal.SessionFactoryImpl
 
callOwner(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
callWithConnection(ConnectionFunction<C, T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
callWithConnection(ConnectionFunction<C, T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
CamelCaseToUnderscoresNamingStrategy - Class in org.hibernate.boot.model.naming
Deprecated, for removal: This API element is subject to removal in a future version.
CamelCaseToUnderscoresNamingStrategy() - Constructor for class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Deprecated.
 
canBatchTruncate() - Method in class org.hibernate.dialect.Dialect
Does the truncate table statement accept multiple tables?
canBatchTruncate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
Is it acceptable to combine this expectation with JDBC statement batching? If this method returns false, the use of batch updates is disabled.
canBeBatched() - Method in class org.hibernate.jdbc.Expectation.OutParameter
 
canBeBatched(BatchKey, int) - Method in interface org.hibernate.sql.model.PreparableMutationOperation
Series of opt-out checks for whether the operation can be handled as part of a batch.
canBeInstantiated() - Method in class org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard
 
canBeInstantiated() - Method in interface org.hibernate.metamodel.spi.EntityInstantiator
Can this entity be instantiated?
canBeNamed() - Method in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Can the source be named.
canCacheTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransactionByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransactionByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
cancel() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
cancel() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Cancel the building processing.
cancelLastQuery() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
cancelLastQuery() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Attempt to cancel the last query sent to the JDBC driver.
cancelLastQuery() - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
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 class org.hibernate.internal.SessionImpl
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
canCreateCatalog() - Method in class org.hibernate.dialect.Dialect
Does this dialect support creating and dropping catalogs?
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
Here we interpret "catalog" as a MySQL database.
canCreateSchema() - Method in class org.hibernate.dialect.Dialect
Does this dialect support creating and dropping schema?
canCreateSchema() - Method in class org.hibernate.dialect.MySQLDialect
MySQL does support the create schema command, but it's a synonym for create database.
canCreateSchema() - Method in class org.hibernate.dialect.OracleDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.SpannerDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.SybaseDialect
 
canDetectHibernateMappingFiles() - Method in class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
canDetectHibernateMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanOptions
Deprecated.
With move to unified schema, this setting is now deprecated and will be removed once support for reading hbm.xml files is fully removed.
canDetectUnlistedClassesInNonRoot() - Method in class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
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 class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
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 class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
canDirtyCheck(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Is this strategy capable of telling whether the given entity is dirty? A return of true means that CustomEntityDirtinessStrategy.isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) will be called next as the definitive means to determine whether the entity is dirty.
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.metamodel.mapping.internal.DiscriminatorTypeImpl
 
canDoExtraction() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
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 class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
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 class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
canDoSetting() - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Can the given instance of this type actually set the parameter value by name
canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
This feature is no longer supported
CannotBecomeEntityGraphException - Exception in org.hibernate.graph
Indicates an illegal attempt to make a Graph become an EntityGraph via Graph.makeRootGraph(String, boolean).
CannotBecomeEntityGraphException(String) - Constructor for exception org.hibernate.graph.CannotBecomeEntityGraphException
 
CannotContainSubGraphException - Exception in org.hibernate.graph
Indicates an attempt was made to add a (key)? subgraph to an attribute type that does not support (key)? subgraphs.
CannotContainSubGraphException(String) - Constructor for exception org.hibernate.graph.CannotContainSubGraphException
 
CannotForceNonNullableException - Exception in org.hibernate.boot.model.internal
Indicates an internal attempt to mark a column as non-nullable (because it's part of a primary key, for example) when we cannot force that column to be non-nullable.
CannotForceNonNullableException(String) - Constructor for exception org.hibernate.boot.model.internal.CannotForceNonNullableException
 
cannotResolveNonNullableTransientDependencies(String, Set<String>, Set<String>) - Method in interface org.hibernate.internal.CoreMessageLogger
 
canReadFromCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canReadFromCache() - Method in interface org.hibernate.persister.entity.EntityPersister
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canRegisterSynchronization() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy
Can a synchronization be registered?
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
canRegisterSynchronization() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
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
 
canUseCachedReferences() - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
canUseEmbeddedIdentifierInstanceAsEntity - Variable in class org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl.EntityInitializerData
 
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 class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
canUseParentTableGroup(TableGroupProducer, NavigablePath, ValuedModelPart) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
canUseParentTableGroup(TableGroupProducer, NavigablePath, ValuedModelPart) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
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
 
CapacityDependentDdlType - Class in org.hibernate.type.descriptor.sql.internal
Descriptor for a SQL type.
CapacityDependentDdlType.Builder - Class in org.hibernate.type.descriptor.sql.internal
 
CapacityDependentDdlType.LobKind - Enum Class in org.hibernate.type.descriptor.sql.internal
 
capitalizeFirst(String) - Static method in class org.hibernate.envers.internal.tools.StringTools
Capitalizes first letter of the string
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
cascade() - Method in class org.hibernate.boot.models.annotations.internal.ManyToManyJpaAnnotation
 
cascade() - Method in class org.hibernate.boot.models.annotations.internal.ManyToOneJpaAnnotation
 
cascade() - Method in class org.hibernate.boot.models.annotations.internal.OneToManyJpaAnnotation
 
cascade() - Method in class org.hibernate.boot.models.annotations.internal.OneToOneJpaAnnotation
 
cascade() - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
 
cascade(CascadeType[]) - Method in class org.hibernate.boot.models.annotations.internal.ManyToManyJpaAnnotation
 
cascade(CascadeType[]) - Method in class org.hibernate.boot.models.annotations.internal.ManyToOneJpaAnnotation
 
cascade(CascadeType[]) - Method in class org.hibernate.boot.models.annotations.internal.OneToManyJpaAnnotation
 
cascade(CascadeType[]) - Method in class org.hibernate.boot.models.annotations.internal.OneToOneJpaAnnotation
 
cascade(CascadeType[]) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
 
cascade(CascadingAction<T>, CascadePoint, EventSource, EntityPersister, Object) - Static method in class org.hibernate.engine.internal.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(CascadingAction<T>, CascadePoint, EventSource, EntityPersister, Object, T) - Static method in class org.hibernate.engine.internal.Cascade
Cascade an action from the parent entity instance to all its children.
cascade(EventSource, Object, String, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Cascade the action to the child object.
Cascade - Class in org.hibernate.engine.internal
Delegate responsible for, in conjunction with the various actions, implementing cascade processing.
Cascade - Annotation Interface in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
Use the JPA-defined CascadeType
CASCADE - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
Cascade deletion of the parent to the child.
CASCADE - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
CASCADE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CASCADE_DELETE_REVISION - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Deletion of a revision entity will cause a foreign key constraint database error when at least one audit record exists for that revision.
cascadeAfterDelete(EventSource, EntityPersister, Object, DeleteContext) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
cascadeAfterSave(EventSource, EntityPersister, Object, C) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Handles calls needed to perform post-save cascades.
cascadeAfterSave(EventSource, EntityPersister, Object, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeAll - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
CascadeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CascadeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CascadeAnnotation
Used in creating annotation instances from Jandex variant
CascadeAnnotation(Cascade, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CascadeAnnotation
Used in creating annotation instances from JDK variant
CascadeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CascadeAnnotation
Used in creating dynamic annotation instances (e.g.
cascadeBeforeDelete(EventSource, EntityPersister, Object, DeleteContext) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
cascadeBeforeSave(EventSource, EntityPersister, Object, C) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Handles the calls needed to perform pre-save cascades for the given entity.
cascadeBeforeSave(EventSource, EntityPersister, Object, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Cascade behavior is redefined by this subclass, disable superclass behavior
cascadeDetach - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeLock - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeMerge - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeNow(CascadePoint) - Method in enum class org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadeOnMerge(EventSource, EntityPersister, Object, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Perform any cascades needed as part of this copy event.
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
CascadePoint - Enum Class in org.hibernate.engine.internal
Describes the point at which a cascade is occurring
cascadeRefresh - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeReplicate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
CascadeStyle - Interface in org.hibernate.engine.spi
A contract for defining the aspects of cascading various persistence actions.
CascadeStyles - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.MultipleCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyleSource - Interface in org.hibernate.boot.model.source.spi
Describes sources which define cascading.
CascadeType - Enum Class in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
Use the JPA-defined CascadeType. This enumeration will be removed to alleviate the duplication in naming.
CascadingAction<T> - Interface in org.hibernate.engine.spi
A session action that may be cascaded from parent entity to its children
CascadingActions - Class in org.hibernate.engine.spi
 
CascadingActions.BaseCascadingAction<T> - Class in org.hibernate.engine.spi
 
CascadingFetchProfile - Enum Class in org.hibernate.loader.ast.spi
 
CASE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CASE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
CaseExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
CaseInsensitiveDictionary<V> - Class in org.hibernate.internal.util.collections
Wraps a ConcurrentHashMap having all keys as Strings and ensures all keys are lowercased.
CaseInsensitiveDictionary() - Constructor for class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
CaseLeastGreatestEmulation - Class in org.hibernate.dialect.function
Some databases don't have a function like least() or greatest(), and on those platforms we emulate the function using case.
CaseLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
caseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
caseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
CaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
CaseOtherwiseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
CaseSearchedExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSearchedExpression(MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression(MappingModelExpressible, List<CaseSearchedExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
caseSensitive() - Method in interface org.hibernate.query.Order
For a lexicographic order based on textual values, whether case is significant.
CaseSimpleExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSimpleExpression(MappingModelExpressible, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression(MappingModelExpressible, Expression, List<CaseSimpleExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
CaseStatementDiscriminatorExpression(TableGroup) - Constructor for class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl.CaseStatementDiscriminatorExpression
 
CaseStatementDiscriminatorMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
CaseStatementDiscriminatorMappingImpl(JoinedSubclassEntityPersister, String[], int[], String[], String[], boolean[], DiscriminatorType<?>) - Constructor for class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
CaseStatementDiscriminatorMappingImpl.CaseStatementDiscriminatorExpression - Class in org.hibernate.metamodel.mapping.internal
 
cast(Class<T>, Object) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
cast(Class<X>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
cast(Class<X>) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
cast(Class<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
cast(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
cast(JpaExpression<T>, Class<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
cast(JpaExpression<T>, Class<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cast(JpaExpression<T>, Class<X>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
cast(JpaExpression<T>, Class<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
cast(JpaExpression<T>, JpaCastTarget<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
cast(JpaExpression<T>, JpaCastTarget<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cast(JpaExpression<T>, JpaCastTarget<X>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
cast(JpaExpression<T>, JpaCastTarget<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CAST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CAST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CAST() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
CAST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
castAs(DomainType<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
castFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
castFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
castFunction() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
CastFunction - Class in org.hibernate.dialect.function
ANSI SQL-inspired cast() function, where the target types are enumerated by CastType, and portability is achieved by delegating to Dialect.castPattern(CastType, CastType).
CastFunction(Dialect, int) - Constructor for class org.hibernate.dialect.function.CastFunction
 
CastFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
CastingConcatFunction - Class in org.hibernate.dialect.function
 
CastingConcatFunction(Dialect, String, boolean, SqlAstNodeRenderingMode, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.CastingConcatFunction
 
castNonNull(T) - Static method in class org.hibernate.internal.util.NullnessUtil
A method that suppresses warnings from the Nullness Checker.
castNonNull(T, String) - Static method in class org.hibernate.internal.util.NullnessUtil
Suppress warnings from the Nullness Checker, with a custom error message.
castNonNullDeep(T[]) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][]) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][]) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][]) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][][]) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][][], String) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][][], String) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][][], String) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[][], String) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNonNullDeep(T[], String) - Static method in class org.hibernate.internal.util.NullnessUtil
Like castNonNull, but whereas that method only checks and casts the reference itself, this traverses all levels of the argument array.
castNumberToString(Expression, int, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Casts a number expression to a string with the given precision and scale.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.DB2Dialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a cast() function call.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.H2Dialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.HANADialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.HSQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.MariaDBDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.MySQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.OracleDialect
type or Types.TIME type, and its default behavior for casting dates and timestamps to and from strings is just awful.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.SQLServerDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.SybaseDialect
 
CastStrEmulation - Class in org.hibernate.dialect.function
The HQL str() function is now considered a synonym for cast(x as String).
CastStrEmulation(String, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.dialect.function.CastStrEmulation
 
CastStrEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.CastStrEmulation
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableValueColumnContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueReturningClauseContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableValueColumnContext
 
castTarget(Class<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
castTarget(Class<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
castTarget(Class<X>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
castTarget(Class<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
castTarget(Class<X>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
castTarget(Class<X>, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
castTarget(Class<X>, int, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
castTarget(Class<X>, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
castTarget(Class<X>, long) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
castTarget(Class<X>, long) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
castTarget(Class<X>, long) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
castTarget(Class<X>, long) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CastTarget - Class in org.hibernate.sql.ast.tree.expression
 
CastTarget(JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTarget(JdbcMapping, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTarget(JdbcMapping, String, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
CastTargetReturnTypeResolver - Class in org.hibernate.dialect.function.json
 
CastTargetReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
 
castTargetType() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
castTargetType() - Method in class org.hibernate.grammars.hql.HqlParser
 
CastTargetTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
castType(int) - Method in class org.hibernate.dialect.CockroachDialect
 
castType(int) - Method in class org.hibernate.dialect.Dialect
The SQL type to use in cast( ... as ... ) expressions when casting to the target type represented by the given JDBC type code.
castType(int) - Method in class org.hibernate.dialect.H2Dialect
 
castType(int) - Method in class org.hibernate.dialect.MySQLDialect
 
castType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
castType(int) - Method in class org.hibernate.dialect.SpannerDialect
 
castType(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
CastType - Enum Class in org.hibernate.query.sqm
Defines the set of basic types which should be accepted by the cast() function on every platform.
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
catalog - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
 
catalog() - Element in annotation interface org.hibernate.annotations.Struct
(Optional) The catalog of the UDT.
catalog() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
Returns the value of the catalog record component.
catalog() - Method in class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
 
catalog() - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
catalog() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
catalog() - Method in class org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation
 
catalog() - Method in class org.hibernate.boot.models.annotations.internal.StructAnnotation
 
catalog() - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
 
catalog() - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
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 class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
 
catalog(String) - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
catalog(String) - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
catalog(String) - Method in class org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation
 
catalog(String) - Method in class org.hibernate.boot.models.annotations.internal.StructAnnotation
 
catalog(String) - Method in class org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
 
catalog(String) - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
catalog(String) - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
CATALOG - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only catalog is supported
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
CATALOG - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
catalogExists(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
catalogExists(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given catalog already exists.
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Does the given catalog exist yet?
catalogWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Interpret the incoming catalog, returning the incoming value if it is non-null.
CATEGORY - Static variable in interface org.hibernate.internal.log.DeprecationLogger
 
CATEGORY - Static variable in interface org.hibernate.internal.log.IncubationLogger
 
cbrt() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
CdiBasedBeanContainer - Interface in org.hibernate.resource.beans.container.internal
 
CdiBeanContainerBuilder - Class in org.hibernate.resource.beans.container.internal
Helper class for building a CDI-based BeanContainer.
CdiBeanContainerBuilder() - Constructor for class org.hibernate.resource.beans.container.internal.CdiBeanContainerBuilder
 
CdiBeanContainerDelayedAccessImpl - Class in org.hibernate.resource.beans.container.internal
 
CdiBeanContainerExtendedAccessImpl - Class in org.hibernate.resource.beans.container.internal
 
CdiBeanContainerImmediateAccessImpl - Class in org.hibernate.resource.beans.container.internal
 
ceiling(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
ceiling(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ceiling(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ceiling_ceil() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
ceilingPowerOfTwo(int) - Static method in class org.hibernate.internal.util.MathHelper
Returns the smallest power of two number that is greater than or equal to value.
centroid - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
CFG_DTD - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
CFG_XML_FILE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
Allows access to any cfg.xml files specified for bootstrapping.
CfgXmlAccessServiceImpl - Class in org.hibernate.boot.cfgxml.internal
 
CfgXmlAccessServiceImpl(Map<?, ?>) - Constructor for class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl
 
CfgXmlAccessServiceInitiator - Class in org.hibernate.boot.cfgxml.internal
 
CfgXmlAccessServiceInitiator() - Constructor for class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
 
cfgXsd() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
ChainedPropertyAccessImpl - Class in org.hibernate.property.access.internal
 
ChainedPropertyAccessImpl(PropertyAccess...) - Constructor for class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
channelNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
channelNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
channelNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
channelNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
CHAR - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
Type is valid only in WHERE ... LIKE
CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
CHAR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type CHAR.
CHAR() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
CHAR(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC VARCHAR.
char_chr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CHARACTER - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
CHARACTER - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
CHARACTER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character to JDBC CHAR(1).
CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC VARCHAR.
CHARACTER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
CHARACTER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
CHARACTER_NCHAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character to JDBC NCHAR(1).
CharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Character[] handling, which disallows null elements.
CharacterArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
CharacterJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Character handling.
CharacterJavaType() - Constructor for class org.hibernate.type.descriptor.java.CharacterJavaType
 
characterLength_len() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
characterLength_length(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
characterLength_length(SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle-style
CharacterStream - Interface in org.hibernate.engine.jdbc
Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.
CharacterStreamImpl - Class in org.hibernate.engine.jdbc.internal
Implementation of CharacterStream
CharacterStreamImpl(Reader, long) - Constructor for class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
Constructs a CharacterStreamImpl
CharacterStreamImpl(String) - Constructor for class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
Constructs a CharacterStreamImpl
charAt(int) - Method in class org.hibernate.internal.util.SubSequence
 
CharBooleanConverter - Class in org.hibernate.type
Abstract supertype of converters which map Boolean to Character.
CharBooleanConverter() - Constructor for class org.hibernate.type.CharBooleanConverter
 
CharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for CHAR handling.
CharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
CharSequenceHelper - Class in org.hibernate.internal.util
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
check() - Element in annotation interface org.hibernate.annotations.SQLDelete
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Element in annotation interface org.hibernate.annotations.SQLInsert
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Element in annotation interface org.hibernate.annotations.SQLUpdate
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAllAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.SQLInsertAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.SQLUpdateAnnotation
 
check() - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
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 class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
check(CheckConstraint[]) - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
check(CheckConstraint[]) - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
check(CheckConstraint[]) - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
check(CheckConstraint[]) - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
check(CheckConstraint[]) - Method in interface org.hibernate.boot.models.annotations.spi.CheckConstraintCollector
 
check(String, Type) - Method in interface org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.AttributeTypeValidator
 
check(ResultCheckStyle) - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAllAnnotation
 
check(ResultCheckStyle) - Method in class org.hibernate.boot.models.annotations.internal.SQLDeleteAnnotation
 
check(ResultCheckStyle) - Method in class org.hibernate.boot.models.annotations.internal.SQLInsertAnnotation
 
check(ResultCheckStyle) - Method in class org.hibernate.boot.models.annotations.internal.SQLUpdateAnnotation
 
check(ResultCheckStyle) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
Check - Annotation Interface in org.hibernate.annotations
Deprecated.
CHECK - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
A check constraint violation.
CHECK - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CHECK_CONSTRAINT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.ValidationSettings
Enable nullability checking, raises an exception if an attribute marked as not null is null at runtime.
CHECK_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
CheckAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CheckAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CheckAnnotation
Used in creating annotation instances from Jandex variant
CheckAnnotation(Check, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CheckAnnotation
Used in creating annotation instances from JDK variant
CheckAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CheckAnnotation
Used in creating dynamic annotation instances (e.g.
checkArgumentType(int, String, FunctionParameterType, JdbcType, Type) - Static method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
 
checkAudited(Property, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkAudited(MemberDetails, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkAudited(MemberDetails, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication(Set<String>, String) - Method in class org.hibernate.mapping.Component
 
checkColumnDuplication(Set<String>, String) - Method in interface org.hibernate.mapping.Value
Checks if this value contains any duplicate column.
CheckConstraint - Class in org.hibernate.mapping
Represents a table or column level check constraint.
CheckConstraint(String) - Constructor for class org.hibernate.mapping.CheckConstraint
 
CheckConstraint(String, String) - Constructor for class org.hibernate.mapping.CheckConstraint
 
CheckConstraint(String, String, String) - Constructor for class org.hibernate.mapping.CheckConstraint
 
CheckConstraintCollector - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which define check-constraints
CheckConstraintJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CheckConstraintJpaAnnotation(CheckConstraint, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
Used in creating annotation instances from JDK variant
CheckConstraintJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
Used in creating annotation instances from Jandex variant
CheckConstraintJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
Used in creating dynamic annotation instances (e.g.
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
 
checkExportIdentifier(Exportable, Set<String>) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
checkGetAndIsVariants(Class<?>, String, Method, Method) - Static method in class org.hibernate.internal.util.ReflectHelper
 
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.
checkId(Object, EntityPersister, EntityEntry, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Make sure user didn't mangle the id.
checkIfTransactionInProgress(SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
checkInit() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
checkInstantiation(TypeConfiguration) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
checkMappedByType(String, Value, String, PropertyHolder, Map<String, PersistentClass>) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
checkMatch(SqmDeleteOrUpdateStatement<?>) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
checkModified(SessionImplementor, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
checkMutationQuery(String, SqmStatement<?>) - Static method in class org.hibernate.internal.AbstractSharedSessionContract
 
checkNamedQueries(QueryEngine) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
checkNamedQueries(QueryEngine) - Method in interface org.hibernate.query.named.NamedObjectRepository
Perform a validity check on all named queries
checkNotNull(Object, String) - Static method in class org.hibernate.envers.internal.tools.ArgumentsTools
 
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Throws PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.engine.spi.ActionQueue
Throws PropertyValueException if there are any unresolved entity insert actions that depend on non-nullable associations with a transient entity.
checkNoUnresolvedActionsAfterOperation() - Method in class org.hibernate.internal.SessionImpl
 
checkNoUnresolvedActionsBeforeOperation() - Method in class org.hibernate.internal.SessionImpl
 
checkNullability(Object[], EntityPersister) - Method in class org.hibernate.engine.internal.Nullability
Check nullability of the entity properties
checkNullability(Object[], EntityPersister, boolean) - Method in class org.hibernate.engine.internal.Nullability
Deprecated, for removal: This API element is subject to removal in a future version.
checkOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check whether the session is open, and if not: mark the current transaction, if any, for rollback only, and throw an IllegalStateException.
checkOpen(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check whether the session is open, and if not: if markForRollbackIfClosed = true, mark the current transaction, if any, for rollback only, and throw an IllegalStateException.
checkOpen(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
checkOpen(boolean) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
checkOpenOrWaitingForAutoClose() - Method in class org.hibernate.internal.SessionImpl
 
checkOpenOrWaitingForAutoClose() - Method in interface org.hibernate.loader.internal.LoadAccessContext
Callback to check whether the session is "active"
checkPositive(Number, String) - Static method in class org.hibernate.envers.internal.tools.ArgumentsTools
 
checkPropertyColumnDuplication(Set<String>, List<Property>, String) - Static method in class org.hibernate.mapping.MappingHelper
 
checkPropertyConsistency() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
checkPropertyNotARelation(EnversService, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
checkQueryReturnType(SqmQueryPart<?>, Class<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
checkResult(PreparedStatementDetails, int, int) - Method in interface org.hibernate.engine.jdbc.mutation.OperationResultChecker
Check the result of a JDBC operation
checkResults(OperationResultChecker, PreparedStatementDetails, int, int) - Static method in class org.hibernate.engine.jdbc.mutation.internal.ModelMutationHelper
 
checkResultType(Class<R>, SqmSelectionQueryImpl<R>) - Static method in class org.hibernate.internal.AbstractSharedSessionContract
 
Checks - Annotation Interface in org.hibernate.annotations
Deprecated.
since Check is deprecated.
CHECKS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ChecksAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ChecksAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ChecksAnnotation
Used in creating annotation instances from Jandex variant
ChecksAnnotation(Checks, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ChecksAnnotation
Used in creating annotation instances from JDK variant
ChecksAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ChecksAnnotation
Used in creating dynamic annotation instances (e.g.
checkSelectionQuery(String, HqlInterpretation<?>) - Static method in class org.hibernate.internal.AbstractSharedSessionContract
 
checkSessionFactoryOpen() - Method in class org.hibernate.internal.SessionImpl
 
checkStyle() - Method in record class org.hibernate.boot.model.CustomSql
Returns the value of the checkStyle record component.
checkToMany() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
checkToOne() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
checkTransactionNeededForLock(LockMode) - Method in class org.hibernate.internal.SessionImpl
 
checkTransactionNeededForUpdateOperation(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkTransactionNeededForUpdateOperation(String) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check if an active Transaction is available before performing an update operation against the database.
checkTransactionNeededForUpdateOperation(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
checkTransactionSynchStatus() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
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.
checkUsingModifiedFlag(Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
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
 
CircularBiDirectionalFetchImpl - Class in org.hibernate.sql.results.internal.domain
 
CircularBiDirectionalFetchImpl(FetchTiming, NavigablePath, FetchParent, ToOneAttributeMapping, NavigablePath, DomainResult<?>) - Constructor for class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
CircularFetchImpl - Class in org.hibernate.sql.results.internal.domain
 
CircularFetchImpl(ToOneAttributeMapping, FetchTiming, NavigablePath, FetchParent, boolean, NavigablePath, DomainResult<?>, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
CircularFetchImpl(CircularFetchImpl) - Constructor for class org.hibernate.sql.results.internal.domain.CircularFetchImpl
Used from Hibernate Reactive
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.boot.models.xml.internal.SimpleTypeInterpretation
 
CLASS - Enum constant in enum class org.hibernate.query.sqm.DynamicInstantiationNature
The target names a Class to be instantiated.
CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Class to JDBC VARCHAR.
CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
Entity cache configuration properties follow the pattern hibernate.classcache.packagename.ClassName usage[, region] where usage is the cache strategy used and region the cache region name
ClassAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
Boot-time audit data for a specific entity class.
ClassAuditingData(PersistentClass) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
classCacheOrCollectionCache - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
ClassDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a class file.
ClassDescriptor.Categorization - Enum Class in org.hibernate.boot.archive.scan.spi
 
classes - Variable in class org.hibernate.boot.jaxb.configuration.spi.JaxbPersistenceImpl.JaxbPersistenceUnitImpl
Managed class to be included in the persistence unit and to scan for annotations.
classes() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
 
classes() - Method in class org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation
 
classes(ConstructorResult[]) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
 
classes(ConstructorResult[]) - Method in class org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation
 
ClassesAuditingData - Class in org.hibernate.envers.configuration.internal
A helper class holding auditing meta-data for all persistent classes during boot-time.
ClassesAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
classForName(String) - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
classForName(String) - Method in class org.hibernate.boot.model.internal.ClassLoaderAccessLazyImpl
 
classForName(String) - Method in class org.hibernate.boot.models.internal.ClassLoaderServiceLoading
 
classForName(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
classForName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a class by name.
classForName(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
Obtain a Class reference by name
classForName(String) - Static method in class org.hibernate.internal.util.ReflectHelper
Deprecated.
Depending on context, either ClassLoaderService or ClassLoaderAccess should be preferred
classForName(String) - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
Obtain a Java class object with the given fully-qualified name.
classForName(String, Class<?>) - Static method in class org.hibernate.internal.util.ReflectHelper
Perform resolution of a class name.
classForTypeName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
classification() - Element in annotation interface org.hibernate.annotations.CollectionTypeRegistration
The collection classification for which the supplied type applies
classification() - Method in class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationAnnotation
 
classification(CollectionClassification) - Method in class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationAnnotation
 
classInstantiation(Class<R>, List<? extends SqmSelectableNode<?>>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
ClassJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Class handling.
ClassJavaType() - Constructor for class org.hibernate.type.descriptor.java.ClassJavaType
 
ClassLoaderAccess - Interface in org.hibernate.boot.spi
During the process of building the metamodel, access to the ClassLoader is strongly discouraged.
ClassLoaderAccessHelper - Class in org.hibernate.envers.boot.registry.classloading
Utility class that facilitates loading of a class.
ClassLoaderAccessImpl - Class in org.hibernate.boot.internal
Standard implementation of ClassLoaderAccess
ClassLoaderAccessImpl(ClassLoader, ClassLoaderService) - Constructor for class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
ClassLoaderAccessImpl(ClassLoader, ServiceRegistry) - Constructor for class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
ClassLoaderAccessImpl(ClassLoaderService) - Constructor for class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
ClassLoaderAccessLazyImpl - Class in org.hibernate.boot.model.internal
A ClassLoaderAccess implementation based on lazy access to MetadataBuildingOptions
ClassLoaderAccessLazyImpl(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.internal.ClassLoaderAccessLazyImpl
 
CLASSLOADERS - Static variable in interface org.hibernate.cfg.EnvironmentSettings
Specifies a collection of the ClassLoader instances Hibernate should use for classloading and resource loading.
ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
A service for interacting with class loaders.
ClassLoaderService.Work<T> - Interface in org.hibernate.boot.registry.classloading.spi
 
ClassLoaderServiceImpl - Class in org.hibernate.boot.registry.classloading.internal
Standard implementation of the service for interacting with class loaders
ClassLoaderServiceImpl() - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with standard set-up
ClassLoaderServiceImpl(ClassLoader) - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader
ClassLoaderServiceImpl(Collection<ClassLoader>, TcclLookupPrecedence) - Constructor for class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Constructs a ClassLoaderServiceImpl with the given ClassLoader instances
ClassLoaderServiceLoading - Class in org.hibernate.boot.models.internal
Adapts ClassLoaderService to the ClassLoading contract
ClassLoaderServiceLoading(ClassLoaderService) - Constructor for class org.hibernate.boot.models.internal.ClassLoaderServiceLoading
 
ClassLoadingException - Exception in org.hibernate.boot.registry.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassmateContext - Class in org.hibernate.boot.spi
Exposes the Classmate TypeResolver and MemberResolver.
ClassmateContext() - Constructor for class org.hibernate.boot.spi.ClassmateContext
 
ClassMetadataCache(Class<?>) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.ClassMetadataCache
 
CLASSPATH_EXTENSION_URL_BASE - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
ClassPropertyHolder - Class in org.hibernate.boot.model.internal
 
ClassPropertyHolder(PersistentClass, ClassDetails, Map<String, Join>, MetadataBuildingContext, Map<ClassDetails, InheritanceState>) - Constructor for class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, ClassDetails, EntityBinder, MetadataBuildingContext, Map<ClassDetails, InheritanceState>) - Constructor for class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ClassTransformer - Interface in org.hibernate.bytecode.spi
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer(jakarta.persistence.spi.ClassTransformer) method.
Clause - Enum Class in org.hibernate.sql.ast
Used to indicate which query clause we are currently processing
CLAUSE - Enum constant in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
ClauseLevelDocumentExpression(int) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResultImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCompositeUserTypeRegistrationImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl.JaxbDefinitionImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGenericIdGeneratorImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbHqlImportImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClassImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJavaTypeRegistrationImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClassImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraphImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeRegistrationImpl
 
CLEAN - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
 
Cleaner - Interface in org.hibernate.tool.schema.spi
An object that produces the SQL required to truncate the tables in a schema.
cleaningUpConnectionPool(String) - Method in interface org.hibernate.internal.log.ConnectionInfoLogger
 
cleanTemporaryTableRows(TemporaryTable, TemporaryTableExporter, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Static method in class org.hibernate.dialect.temptable.TemporaryTableHelper
 
cleanup() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
cleanup() - Method in class org.hibernate.sql.results.spi.LoadContexts
Release internal state associated with *all* result sets.
cleanup() - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
cleanup() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
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
 
cleanup() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
cleanUpCollectionTables(EntityMappingType, BiFunction<TableReference, PluralAttributeMapping, Predicate>, JdbcParameterBindings, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.SqmMutationStrategyHelper
 
cleanupFromSynchronizations() - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
cleanupOnClose() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
cleanupOnClose() - Method in class org.hibernate.internal.SessionImpl
clear all the internal collections, just to help the garbage collector, does not clear anything that is needed during the afterTransactionCompletion() phase
CleanupSync(Object, JTASessionContext) - Constructor for class org.hibernate.context.internal.JTASessionContext.CleanupSync
 
CleanupSync(SessionFactory) - Constructor for class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
clear() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
clear() - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
clear() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
clear() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
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.internal.EntityEntryContext
Clear this context of all managed entities.
clear() - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
Clear the resolution cache
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 class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
clear() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
clear() - Method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
clear() - Method in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
clear() - Method in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
clear() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Deprecated.
Use EventListenerGroup.clearListeners() instead, which doesn't also reset the registered DuplicationStrategys.
clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called to clear any data stored in this EntityCopyObserver.
clear() - Method in class org.hibernate.event.spi.MergeContext
Clears the MergeContext.
clear() - Method in class org.hibernate.internal.SessionImpl
 
clear() - Method in class org.hibernate.internal.util.collections.AbstractPagedArray
 
clear() - Method in class org.hibernate.internal.util.collections.AbstractPagedArray.Page
Clears the contents of the page.
clear() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that all Segment entries have been cleared.
clear() - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
clear() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
clear() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
clear() - Method in class org.hibernate.internal.util.collections.InstanceIdentityMap
 
clear() - Method in interface org.hibernate.internal.util.collections.Stack
Remove all elements from the stack
clear() - Method in class org.hibernate.internal.util.collections.StandardStack
 
clear() - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in interface org.hibernate.Session
Completely clear the persistence context.
clear() - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
clear() - Method in class org.hibernate.stat.internal.StatisticsImpl
reset all statistics
clear() - Method in class org.hibernate.stat.internal.StatsNamedContainer
 
clear() - Method in interface org.hibernate.stat.Statistics
Reset all statistics.
CLEAR - Static variable in class org.hibernate.event.spi.EventType
 
clearBatch(PreparedStatementDetails) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
clearBatch(PreparedStatementDetails) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractPreparedStatementGroup
 
clearCache() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
clearCache(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Clear data from the cache
clearCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove all state of the collections-by-key map.
clearDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
ClearEvent - Class in org.hibernate.event.spi
Event class for Session.clear().
ClearEvent(EventSource) - Constructor for class org.hibernate.event.spi.ClearEvent
 
ClearEventListener - Interface in org.hibernate.event.spi
Listener for notification of Session.clear()
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
clearEventListeners() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
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
 
clearExpansions() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
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
 
clearRegistrations() - Method in class org.hibernate.internal.SessionFactoryRegistry
 
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 class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
clearSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Clears all synchronizations from this registry.
CLOB - Enum constant in enum class org.hibernate.boot.models.xml.internal.SimpleTypeInterpretation
 
CLOB - Enum constant in enum class org.hibernate.engine.jdbc.env.internal.LobTypes
 
CLOB - Enum constant in enum class org.hibernate.query.sqm.CastType
 
CLOB - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
CLOB - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type CLOB.
CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Clob to JDBC CLOB.
CLOB_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
CLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
CLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
ClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Clob instances.
ClobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Clob handling.
ClobJavaType() - Constructor for class org.hibernate.type.descriptor.java.ClobJavaType
 
ClobJavaType.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
MutabilityPlan for Clob values
ClobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for CLOB handling.
ClobJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
ClobProxy - Class in org.hibernate.engine.jdbc.proxy
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.proxy.ClobProxy
Constructor used to build Clob from a reader.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.proxy.ClobProxy
Constructor used to build Clob from string data.
CLOCK_SETTING_NAME - Static variable in class org.hibernate.generator.internal.CurrentTimestampGeneration
Configuration property name to set a custom Clock for Hibernate ORM to use when generating VM based timestamp values for e.g.
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
 
clone(Serializable) - Static method in class org.hibernate.internal.util.SerializationHelper
Deep clone an object using serialization.
clone(Map<?, ?>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
Cloneable<T> - Interface in org.hibernate.envers.boot.model
Contract for an object that is cloneable.
close() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
close() - Method in class org.hibernate.cache.internal.DisabledCaching
 
close() - Method in class org.hibernate.cache.internal.EnabledCaching
 
close() - Method in interface org.hibernate.cache.spi.CacheImplementor
Close this "cache", releasing all underlying resources.
close() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
close() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
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 class org.hibernate.internal.AbstractScrollableResults
 
close() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
close() - Method in class org.hibernate.internal.EmptyScrollableResults
 
close() - Method in class org.hibernate.internal.SessionFactoryImpl
Closes the session factory, releasing all held resources.
close() - Method in class org.hibernate.internal.SessionImpl
 
close() - Method in interface org.hibernate.procedure.ProcedureCall
Release the underlying JDBC CallableStatement
close() - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
close() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
close() - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
close() - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
close() - Method in class org.hibernate.query.internal.ScrollableResultsIterator
 
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 class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
close() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
close() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Closes the logical connection, making it inactive and forcing release of any held resources.
close() - Method in interface org.hibernate.ScrollableResults
Release resources immediately.
close() - Method in interface org.hibernate.service.ServiceRegistry
 
close() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
 
close() - Method in interface org.hibernate.SessionFactory
Destroy this SessionFactory and release all its resources, including caches and connection pools.
close() - Method in interface org.hibernate.SharedSessionContract
End the session by releasing the JDBC connection and cleaning up.
close() - Method in interface org.hibernate.StatelessSession
Close the stateless session and release the JDBC connection.
CLOSE_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
CLOSE_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
CLOSE_PAREN() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
CLOSE_PARENTHESIS - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
CloseableIterator<T> - Interface in org.hibernate.query.spi
Unification of Iterator and AutoCloseable
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
closeConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Release a connection from Hibernate use.
closeConnection(Connection, Throwable) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
closed - Variable in class org.hibernate.internal.AbstractSharedSessionContract
 
closed(U, U) - Static method in interface org.hibernate.query.range.Range
A closed range containing all values greater than or equal to the given lower bound, and less than or equal to the given upper bound.
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as closing for quoting SQL identifiers
closedCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling around calls to EntityManager.close(), EntityManager.isOpen(), EntityManagerFactory.close() and EntityManagerFactory.isOpen()
closeQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to close a quoted identifier.
closeQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
closeQuote() - Method in class org.hibernate.dialect.SpannerDialect
 
closeQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
closeSession() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
closeSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being closed.
closeStatement() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
closeStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being closed.
closeWithoutOpenChecks() - Method in class org.hibernate.internal.SessionImpl
 
closingFactory() - Method in interface org.hibernate.internal.CoreMessageLogger
 
closingLogicalConnection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
closingUnreleasedBatch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
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 class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
coalesce() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(String, String...) - Static method in class org.hibernate.internal.util.StringHelper
 
coalesce(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
coalesce(Expression<? extends Y>, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(T...) - Static method in class org.hibernate.internal.util.NullnessHelper
Operates like SQL coalesce expression, returning the first non-empty value
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
 
coalesceSuppliedValues(Function<T, Boolean>, Supplier<T>...) - Static method in class org.hibernate.internal.util.NullnessHelper
Operates like SQL coalesce expression, returning the first non-empty value
coalesceSuppliedValues(Supplier<T>...) - Static method in class org.hibernate.internal.util.NullnessHelper
Operates like SQL coalesce expression, returning the first non-empty value
COCKROACH_VERSION_STRING - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies a custom CockroachDB version string.
CockroachArrayFillFunction - Class in org.hibernate.dialect.function.array
Implement the array fill function by using generate_series.
CockroachArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.CockroachArrayFillFunction
 
CockroachDB202SpatialDialect - Class in org.hibernate.spatial.dialect.cockroachdb
Deprecated.
Spatial Dialects are no longer needed. Use the standard CockroachDB dialects
CockroachDB202SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.cockroachdb.CockroachDB202SpatialDialect
Deprecated.
 
CockroachDBAggregateSupport - Class in org.hibernate.dialect.aggregate
 
CockroachDBAggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
CockroachDbContributor - Class in org.hibernate.spatial.dialect.cockroachdb
 
CockroachDbContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
CockroachDBIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
CockroachDBIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
CockroachDBJsonExistsFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_exists function.
CockroachDBJsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonExistsFunction
 
CockroachDBJsonQueryFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_query function.
CockroachDBJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonQueryFunction
 
CockroachDBJsonRemoveFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_remove function.
CockroachDBJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonRemoveFunction
 
CockroachDBJsonTableFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_table function.
CockroachDBJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
 
CockroachDBJsonValueFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_value function.
CockroachDBJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonValueFunction
 
CockroachDialect - Class in org.hibernate.dialect
A SQL dialect for CockroachDB 23.1 and above.
CockroachDialect() - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DatabaseVersion, PostgreSQLDriverKind) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DialectResolutionInfo, String) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect.sql.ast
A SQL AST translator for Cockroach.
CockroachSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
 
code - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
coerce(X, JavaType.CoercionContext) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
coerceId(Object, SessionFactoryImplementor) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
coerceToTimestamp - Variable in class org.hibernate.dialect.function.GenerateSeriesFunction
 
coerceToTimestamp - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
 
coerceWrappingError(CoercionHelper.Coercer<T>) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
CoercingResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
A BasicResultAssembler which does type coercion to handle cases where the expression type and the expected result JavaType are different (e.g.
CoercingResultAssembler(int, JavaType<J>, BasicValueConverter<J, ?>, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.CoercingResultAssembler
 
CoercionException - Exception in org.hibernate.type.descriptor.java
A problem converting between JDBC types and Java types.
CoercionException(String) - Constructor for exception org.hibernate.type.descriptor.java.CoercionException
 
CoercionException(String, Throwable) - Constructor for exception org.hibernate.type.descriptor.java.CoercionException
 
CoercionHelper - Class in org.hibernate.type.descriptor.java
Helper for type coercions.
CoercionHelper.Coercer<T> - Interface in org.hibernate.type.descriptor.java
 
COLL_LOAD_LOGGER - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
Static access to the logging instance
collapse(String) - Static method in class org.hibernate.internal.util.StringHelper
Collapses a name.
collapseQualifier(String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
Given a qualifier, collapse it.
collapseQualifierBase(String, String) - Static method in class org.hibernate.internal.util.StringHelper
collate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Use the 'collate' operator which exists on at least Postgres, MySQL, Oracle, and SQL Server
collate(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
collate(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collate(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
Collate - Annotation Interface in org.hibernate.annotations
Specifies a collation to use when generating DDL for the column mapped by the annotated field or property.
COLLATE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLLATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLLATE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
COLLATE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
COLLATE() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
COLLATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
collate_quoted() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL requires quotes around certain collations
CollateAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollateAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollateAnnotation
Used in creating annotation instances from Jandex variant
CollateAnnotation(Collate, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollateAnnotation
Used in creating annotation instances from JDK variant
CollateAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollateAnnotation
Used in creating dynamic annotation instances (e.g.
CollateBinder - Class in org.hibernate.binder.internal
Handles Collate annotations.
CollateBinder() - Constructor for class org.hibernate.binder.internal.CollateBinder
 
collateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
collateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CollateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
collation() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
collation() - Method in class org.hibernate.grammars.hql.HqlParser
 
Collation - Class in org.hibernate.sql.ast.tree.expression
 
Collation(String) - Constructor for class org.hibernate.sql.ast.tree.expression.Collation
 
COLLATION - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
A collation, used by the collate() function
CollationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollationContext
 
COLLATIONS - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
CollationSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
collectAllParameters(Consumer<QueryParameter<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
collectBatchLoadableCollectionKeys(int, IndexedConsumer<T>, T, PluralAttributeMapping) - Method in class org.hibernate.engine.spi.BatchFetchQueue
collectBatchLoadableEntityIds(int, IndexedConsumer<T>, T, EntityMappingType) - Method in class org.hibernate.engine.spi.BatchFetchQueue
collectCheckConstraints(List<JaxbCheckConstraintImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collectCollectionTypeRegistration(CollectionClassification, Class<? extends UserCollectionType>, Map<String, String>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectCollectionTypeRegistration(CollectionClassification, ClassDetails, Map<String, String>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectCollectionTypeRegistrations(List<JaxbCollectionUserTypeRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectCollectionTypeRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectColumnNames(String) - Static method in class org.hibernate.sql.Template
 
collectColumnNames(String, Dialect, TypeConfiguration) - Static method in class org.hibernate.sql.Template
 
collectCompositeUserTypeRegistration(Class<?>, Class<? extends CompositeUserType<?>>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectCompositeUserTypeRegistration(ClassDetails, ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectCompositeUserTypeRegistrations(List<JaxbCompositeUserTypeRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectCompositeUserTypeRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectConverter(ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectConverterRegistration(ConversionRegistration) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectConverterRegistrations(List<JaxbConverterRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectConverterRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectConverters(List<JaxbConverterImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectEmbeddableInstantiatorRegistration(Class<?>, Class<? extends EmbeddableInstantiator>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectEmbeddableInstantiatorRegistration(ClassDetails, ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectEmbeddableInstantiatorRegistrations(List<JaxbEmbeddableInstantiatorRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectEmbeddableInstantiatorRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectEntityListenerRegistrations(List<JaxbEntityListenerImpl>, ModelsContext) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectFilterDefinition(String, String, boolean, boolean, Map<String, ClassDetails>, Map<String, ClassDetails>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectFilterDefinitions(List<JaxbFilterDefImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectFilterDefinitions(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectGenericGenerator(GenericGenerator) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectGenericGenerator(GenericGeneratorRegistration) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractQuery
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
collectIdGenerators(JaxbEntityMappingsImpl) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectIdGenerators(ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectIdGenerators(MemberDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectIdGenerators(MemberDetails) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrar
 
collectImportRename(String, String) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectImportRename(ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectIndexes(List<JaxbIndexImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collectIndexes(List<JaxbIndexImpl>, ModelsContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collection - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
collection - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
collection - Variable in class org.hibernate.collection.spi.PersistentBag
The actual bag.
collection - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
The actual bag.
collection(Class<C>) - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent collections of the given type.
Collection - Class in org.hibernate.mapping
A mapping model object representing a collection.
Collection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Collection
Annotation binding
Collection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
hbm.xml binding
Collection(Collection) - Constructor for class org.hibernate.mapping.Collection
 
COLLECTION - Enum constant in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
COLLECTION - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
 
COLLECTION - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate collection role was encountered
COLLECTION - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
Collection cache configuration properties follow the pattern hibernate.collectioncache.packagename.ClassName.role usage[, region] where usage is the cache strategy used and region the cache region name
COLLECTION_CLASSIFICATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_CLASSIFICATION - Static variable in interface org.hibernate.boot.models.XmlAnnotations
 
COLLECTION_ELEMENT - Enum constant in enum class org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
COLLECTION_ID - Enum constant in enum class org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
COLLECTION_ID - Enum constant in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <collection-id/> element
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_PERSISTER_CONSTRUCTOR_ARGS - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for CollectionPersister implementations
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
 
CollectionAction - Class in org.hibernate.action.internal
Any action relating to insert/update/delete of a collection
CollectionAction(CollectionPersister, PersistentCollection<?>, Object, EventSource) - Constructor for class org.hibernate.action.internal.CollectionAction
 
collectionAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
CollectionAggregateFunctionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
CollectionAggregateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
collectionAppend(Expression<C>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to basic collection.
collectionAppend(Expression<C>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionAppend(Expression<C>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionAppend(Expression<C>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionAppend(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to basic collection.
collectionAppend(Expression<C>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionAppend(Expression<C>, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionAppend(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionAssembler - Class in org.hibernate.sql.results.graph.collection.internal
 
CollectionAssembler(PluralAttributeMapping, CollectionInitializer<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.CollectionAssembler
 
collectionAttributeMapping - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
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
CollectionBatchLoaderArrayParam - Class in org.hibernate.loader.ast.internal
CollectionBatchLoader using a SQL ARRAY parameter to pass the key values.
CollectionBatchLoaderArrayParam(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.CollectionBatchLoaderArrayParam
 
CollectionBatchLoaderInPredicate - Class in org.hibernate.loader.ast.internal
CollectionBatchLoader for batch fetching using a SQL IN predicate.
CollectionBatchLoaderInPredicate(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.CollectionBatchLoaderInPredicate
 
CollectionBinder - Class in org.hibernate.boot.model.internal
Base class for stateful binders responsible for producing mapping model objects of type Collection.
CollectionBinder(Supplier<ManagedBean<? extends UserCollectionType>>, boolean, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.CollectionBinder
 
CollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Cacheable representation of persistent collections
CollectionCacheEntry(PersistentCollection<?>, CollectionPersister) - Constructor for class org.hibernate.cache.spi.entry.CollectionCacheEntry
Constructs a CollectionCacheEntry
collectionCacheHit(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
collectionCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a hit.
CollectionCacheInvalidator - Class in org.hibernate.cache.internal
Allows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany).
CollectionCacheInvalidator() - Constructor for class org.hibernate.cache.internal.CollectionCacheInvalidator
 
collectionCacheMiss(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
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 class org.hibernate.stat.internal.StatisticsImpl
 
collectionCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into second level cache.
CollectionChangeWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
CollectionChangeWorkUnit(SessionImplementor, String, String, EnversService, Object, Object) - Constructor for class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
collectionClass - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
CollectionClassification - Enum Class in org.hibernate.metamodel
Classifications of the plurality.
CollectionClassification - Annotation Interface in org.hibernate.boot.internal
Used in mapping dynamic models to signify the type of collection to use for a plural attribute
CollectionClassificationMarshalling - Class in org.hibernate.boot.jaxb.mapping.internal
JAXB marshalling for CollectionClassification
CollectionClassificationMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.internal.CollectionClassificationMarshalling
 
CollectionClassificationXmlAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionClassificationXmlAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionClassificationXmlAnnotation
Used in creating annotation instances from Jandex variant
CollectionClassificationXmlAnnotation(CollectionClassification, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionClassificationXmlAnnotation
Used in creating annotation instances from JDK variant
CollectionClassificationXmlAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionClassificationXmlAnnotation
Used in creating dynamic annotation instances (e.g.
collectionConcat(C, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates basic collections with each other in order.
collectionConcat(C, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionConcat(C, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionConcat(C, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates basic collections with each other in order.
collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionConcat(Expression<C>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionConcat(Expression<C>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates basic collections with each other in order.
collectionConcat(Expression<C>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionConcat(Expression<C>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionConcat(Expression<C>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainingSubInitializers - Variable in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableInitializerImpl
 
collectionContains(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains an element.
collectionContains(Expression<? extends Collection<E>>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContains(Expression<? extends Collection<E>>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionContains(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains an element.
collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionContains(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContains(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains an element.
collectionContains(Collection<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContains(Collection<E>, Expression<E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionContains(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains a nullable element.
collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionContainsNullable(Expression<? extends Collection<E>>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains a nullable element.
collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionContainsNullable(Expression<? extends Collection<E>>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsNullable(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains a nullable element.
collectionContainsNullable(Collection<E>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsNullable(Collection<E>, Expression<E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionContainsNullable(Collection<E>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionConverter<X extends Collection<Object>,Y> - Class in org.hibernate.type.descriptor.converter.internal
Handles conversion to/from a collection of a converted element type.
CollectionConverter(BasicValueConverter<Object, Object>, BasicCollectionJavaType<X, ?>, JavaType<Y>) - Constructor for class org.hibernate.type.descriptor.converter.internal.CollectionConverter
 
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
CollectionDataCachingConfigImpl - Class in org.hibernate.cache.cfg.internal
 
CollectionDataCachingConfigImpl(Collection, AccessType) - Constructor for class org.hibernate.cache.cfg.internal.CollectionDataCachingConfigImpl
 
CollectionDomainResult - Class in org.hibernate.sql.results.graph.collection.internal
 
CollectionDomainResult(NavigablePath, PluralAttributeMapping, String, TableGroup, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
CollectionElementLoaderByIndex - Class in org.hibernate.loader.ast.internal
 
CollectionElementLoaderByIndex(PluralAttributeMapping, int, LoadQueryInfluencers, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
 
CollectionElementLoaderByIndex(PluralAttributeMapping, LoadQueryInfluencers, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
CollectionEntry - Class in org.hibernate.engine.spi
We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionEntry(PersistentCollection<?>, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For initialized detached collections
CollectionEntry(PersistentCollection<?>, CollectionPersister, Object, boolean) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For collections just loaded from the database
CollectionEntry(CollectionPersister, Object) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For uninitialized detached collections
CollectionEntry(CollectionPersister, PersistentCollection<?>) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionFetch - Class in org.hibernate.sql.results.graph.collection.internal
 
CollectionFetch(NavigablePath, PluralAttributeMapping, FetchParent) - Constructor for class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
collectionFill(Expression<T>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(Expression<T>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(Expression<T>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionFill(Expression<T>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFill(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(Expression<T>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionFill(Expression<T>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFill(T, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(T, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(T, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionFill(T, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFill(T, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(T, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(T, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionFill(T, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFunctionMisuse() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionFunctionMisuse() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
CollectionFunctionMisuseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of the basic collection by 1-based index.
collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionGet(Expression<? extends Collection<E>>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionGet(Expression<? extends Collection<E>>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of the basic collection by 1-based index.
collectionGet(Expression<? extends Collection<E>>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionGet(Expression<? extends Collection<E>>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionGet(Expression<? extends Collection<E>>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionHelper - Class in org.hibernate.internal.util.collections
Various helper util methods for handling collections.
collectionId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
CollectionId - Annotation Interface in org.hibernate.annotations
Describe the identifier for an id-bag.
CollectionIdAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdAnnotation(CollectionId, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdAnnotation
Used in creating annotation instances from JDK variant
CollectionIdAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionIdentifierDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for the collection identifier.
CollectionIdentifierDescriptorImpl - Class in org.hibernate.metamodel.mapping.internal
 
CollectionIdentifierDescriptorImpl(CollectionPersister, String, String, BasicType<?>) - Constructor for class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
CollectionIdJavaClass - Annotation Interface in org.hibernate.annotations
Specifies the Java class to use for the id of an id-bag mapping.
CollectionIdJavaClassAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdJavaClassAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJavaClassAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdJavaClassAnnotation(CollectionIdJavaClass, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJavaClassAnnotation
Used in creating annotation instances from JDK variant
CollectionIdJavaClassAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJavaClassAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionIdJavaType - Annotation Interface in org.hibernate.annotations
Form of JavaType for describing the id of an id-bag mapping.
CollectionIdJavaTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdJavaTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJavaTypeAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdJavaTypeAnnotation(CollectionIdJavaType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJavaTypeAnnotation
Used in creating annotation instances from JDK variant
CollectionIdJavaTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJavaTypeAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionIdJdbcType - Annotation Interface in org.hibernate.annotations
Form of JdbcType for describing the id of an id-bag mapping.
CollectionIdJdbcTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdJdbcTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdJdbcTypeAnnotation(CollectionIdJdbcType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeAnnotation
Used in creating annotation instances from JDK variant
CollectionIdJdbcTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionIdJdbcTypeCode - Annotation Interface in org.hibernate.annotations
Form of JdbcTypeCode for describing the id of an id-bag mapping.
CollectionIdJdbcTypeCodeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdJdbcTypeCodeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeCodeAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdJdbcTypeCodeAnnotation(CollectionIdJdbcTypeCode, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeCodeAnnotation
Used in creating annotation instances from JDK variant
CollectionIdJdbcTypeCodeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdJdbcTypeCodeAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionIdMutability - Annotation Interface in org.hibernate.annotations
Form of Mutability for describing the id of an id-bag mapping
CollectionIdMutabilityAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdMutabilityAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdMutabilityAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdMutabilityAnnotation(CollectionIdMutability, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdMutabilityAnnotation
Used in creating annotation instances from JDK variant
CollectionIdMutabilityAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdMutabilityAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionIdSource - Interface in org.hibernate.boot.model.source.spi
 
CollectionIdType - Annotation Interface in org.hibernate.annotations
Form of Type for describing the id of an id-bag mapping.
CollectionIdTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionIdTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdTypeAnnotation
Used in creating annotation instances from Jandex variant
CollectionIdTypeAnnotation(CollectionIdType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdTypeAnnotation
Used in creating annotation instances from JDK variant
CollectionIdTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionIdTypeAnnotation
Used in creating dynamic annotation instances (e.g.
collectionIncludes(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection.
collectionIncludes(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludes(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIncludes(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection.
collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIncludes(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection.
collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIncludes(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection with nullable elements.
collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIncludesNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection with nullable elements.
collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIncludesNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection with nullable elements.
collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIncludesNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionInfoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(CollectionPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(CollectionPersister, PersistentCollection<?>, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(CollectionPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
CollectionInitializer<Data extends InitializerData> - Interface in org.hibernate.sql.results.graph.collection
Initializer implementation for initializing collections (plural attributes)
CollectionInitializerData(RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer.CollectionInitializerData
 
CollectionInitializerProducer - Interface in org.hibernate.collection.spi
Functional contract to create a CollectionInitializer.
collectionIntersects(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection.
collectionIntersects(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersects(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIntersects(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection.
collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIntersects(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection.
collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIntersects(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersectsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionIntersectsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersectsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIntersectsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersectsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionIntersectsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersectsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIntersectsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersectsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionIntersectsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersectsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionIntersectsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionJavaType<C> - Class in org.hibernate.type.descriptor.java.spi
Extension of the general JavaType for "collection types"
CollectionJavaType(Class<? extends C>, CollectionSemantics<C, ?>) - Constructor for class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
collectionKey - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer.CollectionInitializerData
 
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
 
collectionKeyResultAssembler - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
refers to the collection's container value - which collection-key?
collectionKeyValue - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer.CollectionInitializerData
 
collectionLength(Expression<? extends Collection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the length of a basic collection.
collectionLength(Expression<? extends Collection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionLength(Expression<? extends Collection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionLength(Expression<? extends Collection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionLiteral(E...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a basic collection literal with the array constructor function.
collectionLiteral(E...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionLiteral(E...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionLiteral(E...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionLoader - Interface in org.hibernate.loader.ast.spi
A loader (initialization) for collections
CollectionLoaderNamedQuery - Class in org.hibernate.loader.ast.internal
 
CollectionLoaderNamedQuery(CollectionPersister, NamedQueryMemento<?>) - Constructor for class org.hibernate.loader.ast.internal.CollectionLoaderNamedQuery
 
CollectionLoaderSingleKey - Class in org.hibernate.loader.ast.internal
Main implementation of CollectionLoader for handling a load of a single collection-key
CollectionLoaderSingleKey(PluralAttributeMapping, LoadQueryInfluencers, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
 
CollectionLoaderSubSelectFetch - Class in org.hibernate.loader.ast.internal
A one-time use CollectionLoader for applying a subselect fetch.
CollectionLoaderSubSelectFetch(PluralAttributeMapping, DomainResult<?>, SubselectFetch, SharedSessionContractImplementor) - Constructor for class org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
 
CollectionLoadingLogger - Interface in org.hibernate.sql.results.graph.collection
 
CollectionMappedByResolver - Class in org.hibernate.envers.configuration.internal.metadata
Helper class that provides a way to resolve the mappedBy attribute for collections.
CollectionMappedByResolver() - Constructor for class org.hibernate.envers.configuration.internal.metadata.CollectionMappedByResolver
 
CollectionMappingType<C> - Interface in org.hibernate.metamodel.mapping
MappingType descriptor for the collection Java type (List, Set, etc)
CollectionMetadataContext - Interface in org.hibernate.envers.configuration.internal.metadata
Metadata building context used for collections to hold per-collection state.
CollectionMutationTarget - Interface in org.hibernate.persister.collection.mutation
 
CollectionNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for CollectionDataAccess using the AccessType.NONSTRICT_READ_WRITE access type.
CollectionNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
 
CollectionOperationCoordinator - Interface in org.hibernate.persister.collection.mutation
Base contract for coordination of collection mutation operations
collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionPart - Interface in org.hibernate.metamodel.mapping
Hibernate understands mapping a collection into 4 parts The key - the foreign-key defining the association to the owner The element - for Maps this is analogous to the value The index - the List/array index or Map key The collection-id - this is only relevant for id-bag mappings
CollectionPart.Nature - Enum Class in org.hibernate.metamodel.mapping
 
CollectionPartPath - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPath
collectionPath - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a mapped collection role.
collectionPosition(Expression<? extends Collection<? extends E>>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in a basic collection.
collectionPosition(Expression<? extends Collection<? extends E>>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPosition(Expression<? extends Collection<? extends E>>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPosition(Expression<? extends Collection<? extends E>>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in a basic collection.
collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPosition(Expression<? extends Collection<? extends E>>, Expression<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPositions(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPositions(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPositionsList(Expression<? extends Collection<? super T>>, Expression<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPositionsList(Expression<? extends Collection<? super T>>, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPrepend(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to basic collection.
collectionPrepend(E, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPrepend(E, Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPrepend(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPrepend(Expression<? extends E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to basic collection.
collectionPrepend(Expression<? extends E>, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPrepend(Expression<? extends E>, Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionPrepend(Expression<? extends E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionPropertyHolder - Class in org.hibernate.boot.model.internal
 
CollectionPropertyHolder(Collection, String, ClassDetails, MemberDetails, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
CollectionProxy<U,T extends Collection<U>> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
CollectionProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
CollectionProxy(Initializor<T>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
CollectionQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
CollectionReadOnlyAccess - Class in org.hibernate.cache.spi.support
Standard support for CollectionDataAccess using the AccessType.READ_ONLY access type.
CollectionReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionReadOnlyAccess
 
CollectionReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for CollectionDataAccess using the AccessType.READ_WRITE access type.
CollectionReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
CollectionRecreateAction - Class in org.hibernate.action.internal
The action for recreating a collection
CollectionRecreateAction(PersistentCollection<?>, CollectionPersister, Object, EventSource) - Constructor for class org.hibernate.action.internal.CollectionRecreateAction
Constructs a CollectionRecreateAction
collectionRemove(Expression<C>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element removed.
collectionRemove(Expression<C>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemove(Expression<C>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionRemove(Expression<C>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionRemove(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element removed.
collectionRemove(Expression<C>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemove(Expression<C>, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionRemove(Expression<C>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionRemoveAction - Class in org.hibernate.action.internal
The action for removing a collection
CollectionRemoveAction(Object, CollectionPersister, Object, boolean, EventSource) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection from a specified owner.
CollectionRemoveAction(PersistentCollection<?>, CollectionPersister, Object, boolean, EventSource) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection from its loaded owner.
CollectionRemoveAction(CollectionPersister, Object, EventSource) - Constructor for class org.hibernate.action.internal.CollectionRemoveAction
Removes a persistent collection for an unloaded proxy.
collectionRemoveIndex(Expression<C>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with the element at the given 1-based index removed.
collectionRemoveIndex(Expression<C>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemoveIndex(Expression<C>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionRemoveIndex(Expression<C>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionRemoveIndex(Expression<C>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with the element at the given 1-based index removed.
collectionRemoveIndex(Expression<C>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemoveIndex(Expression<C>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionRemoveIndex(Expression<C>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression<C>, E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression<C>, E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression<C>, E, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionReplace(Expression<C>, E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionReplace(Expression<C>, E, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionReplace(Expression<C>, Expression<? extends E>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionReplace(Expression<C>, Expression<? extends E>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionResultDescriptor(JaxbHbmNativeQueryCollectionLoadReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
CollectionResultGraphNode - Interface in org.hibernate.sql.results.graph.collection
 
CollectionRowDeleteBuilder - Class in org.hibernate.sql.model.ast.builder
Custom table delete builder for many-to-many collection join tables that handles row deletes
CollectionRowDeleteBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
 
CollectionRowDeleteByUpdateSetNullBuilder<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
Custom table update builder for one-to-many collections that handles row deletes
CollectionRowDeleteByUpdateSetNullBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder
 
Collections - Class in org.hibernate.engine.internal
Implements book-keeping for the collection persistence by reachability algorithm
CollectionSecondPass - Class in org.hibernate.boot.model.internal
Collection second pass
CollectionSecondPass(Collection) - Constructor for class org.hibernate.boot.model.internal.CollectionSecondPass
 
CollectionSemantics<CE,E> - Interface in org.hibernate.collection.spi
Each instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.
CollectionSemanticsResolver - Interface in org.hibernate.collection.spi
Resolve the collection semantics for the given mapped collection.
collectionSet(Expression<C>, Expression<Integer>, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression<C>, Expression<Integer>, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression<C>, Expression<Integer>, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSet(Expression<C>, Expression<Integer>, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSet(Expression<C>, Expression<Integer>, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSet(Expression<C>, Integer, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression<C>, Integer, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression<C>, Integer, E) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSet(Expression<C>, Integer, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSet(Expression<C>, Integer, Expression<? extends E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSizeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionSizeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
CollectionSizeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
collectionSlice(Expression<C>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression<C>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression<C>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSlice(Expression<C>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSlice(Expression<C>, Expression<Integer>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression<C>, Expression<Integer>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression<C>, Expression<Integer>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSlice(Expression<C>, Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSlice(Expression<C>, Integer, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression<C>, Integer, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression<C>, Integer, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSlice(Expression<C>, Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSlice(Expression<C>, Integer, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression<C>, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression<C>, Integer, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionSlice(Expression<C>, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionStatistics - Interface in org.hibernate.stat
Collection-related statistics.
CollectionStatisticsImpl - Class in org.hibernate.stat.internal
Collection related statistics
collectionTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
CollectionTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for collection tables of plural attributes.
CollectionTableGroup(boolean, NavigablePath, PluralAttributeMapping, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
CollectionTableJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionTableJpaAnnotation(CollectionTable, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
Used in creating annotation instances from JDK variant
CollectionTableJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
Used in creating annotation instances from Jandex variant
CollectionTableJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionTableMapping - Class in org.hibernate.persister.collection.mutation
 
CollectionTableMapping(String, String[], boolean, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails) - Constructor for class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
CollectionTags(String, String) - Constructor for record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
Creates an instance of a CollectionTags record class.
collectionToList(Collection<X>) - Static method in class org.hibernate.envers.internal.tools.Tools
 
collectionToString(Expression<? extends Collection<?>>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null basic collection elements with a separator, as specified by the arguments.
collectionToString(Expression<? extends Collection<?>>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression<? extends Collection<?>>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionToString(Expression<? extends Collection<?>>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionToString(Expression<? extends Collection<?>>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null basic collection elements with a separator, as specified by the arguments.
collectionToString(Expression<? extends Collection<?>>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression<? extends Collection<?>>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionToString(Expression<? extends Collection<?>>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionTracker - Interface in org.hibernate.bytecode.enhance.spi
Interface to be implemented by collection trackers that hold the expected size od collections, a simplified Map<String, int>.
CollectionTransactionAccess - Class in org.hibernate.cache.spi.support
 
CollectionTransactionAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionTransactionAccess
 
collectionTrim(Expression<C>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy without the last N elements, specified by the second argument.
collectionTrim(Expression<C>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionTrim(Expression<C>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionTrim(Expression<C>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionTrim(Expression<C>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy without the last N elements, specified by the second argument.
collectionTrim(Expression<C>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionTrim(Expression<C>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
collectionTrim(Expression<C>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType - Annotation Interface in org.hibernate.annotations
Names a custom collection type for a persistent collection.
CollectionType(String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeAnnotation
Used in creating annotation instances from Jandex variant
CollectionTypeAnnotation(CollectionType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeAnnotation
Used in creating annotation instances from JDK variant
CollectionTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionTypeRegistration - Class in org.hibernate.boot.models.spi
Registration for a UserCollectionType
CollectionTypeRegistration - Annotation Interface in org.hibernate.annotations
Allows to register a UserCollectionType to use as the default for the specified classification of collection.
CollectionTypeRegistration(CollectionClassification, ClassDetails, Map<String, String>) - Constructor for class org.hibernate.boot.models.spi.CollectionTypeRegistration
 
CollectionTypeRegistrationAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionTypeRegistrationAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationAnnotation
Used in creating annotation instances from Jandex variant
CollectionTypeRegistrationAnnotation(CollectionTypeRegistration, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationAnnotation
Used in creating annotation instances from JDK variant
CollectionTypeRegistrationAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionTypeRegistrationDescriptor(Class<? extends UserCollectionType>, Map<String, String>) - Constructor for class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
CollectionTypeRegistrations - Annotation Interface in org.hibernate.annotations
Repeatable container for CollectionTypeRegistration
CollectionTypeRegistrationsAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CollectionTypeRegistrationsAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationsAnnotation
Used in creating annotation instances from Jandex variant
CollectionTypeRegistrationsAnnotation(CollectionTypeRegistrations, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationsAnnotation
Used in creating annotation instances from JDK variant
CollectionTypeRegistrationsAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CollectionTypeRegistrationsAnnotation
Used in creating dynamic annotation instances (e.g.
CollectionUpdateAction - Class in org.hibernate.action.internal
The action for updating a collection
CollectionUpdateAction(PersistentCollection<?>, CollectionPersister, Object, boolean, EventSource) - Constructor for class org.hibernate.action.internal.CollectionUpdateAction
Constructs a CollectionUpdateAction
collectionUserTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
collectionValueKey - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer.ImmediateCollectionInitializerData
The value of the collection side of the collection key (FK).
collectionValueKeyResultAssembler - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
refers to the rows entry in the collection.
collectionValueNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionValueNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
CollectionValueNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
CollectionWrapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
 
CollectionWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
 
CollectionWrapper(Collection<E>) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
 
CollectionWrapper(Collection<Object>) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
 
collectJavaTypeRegistration(JavaTypeRegistration) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJavaTypeRegistration(ClassDetails, ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJavaTypeRegistrations(List<JaxbJavaTypeRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJavaTypeRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJdbcTypeRegistration(Integer, ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJdbcTypeRegistrations(List<JaxbJdbcTypeRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJdbcTypeRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectJoinFetch(JaxbHbmNativeQueryJoinReturnType, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
collectParameters(List<JaxbConfigurationParameterImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collectParameters(List<JaxbConfigurationParameterImpl>, ModelsContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collectParameters(List<JaxbStoredProcedureParameterImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
collectParameters(List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Static method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
collectParameters(Value, Dialect, RootClass, BiConsumer<String, String>, ConfigurationService) - Static method in class org.hibernate.boot.model.internal.GeneratorParameters
 
collectParameters(Value, Dialect, RootClass, Map<String, Object>, ConfigurationService) - Static method in class org.hibernate.boot.model.internal.GeneratorParameters
Collect the parameters which should be passed to Configurable.configure(GeneratorCreationContext, Properties).
collectParameters(SqmStatement<?>) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
collectParameters(SqmStatement<?>, Consumer<SqmParameter<?>>) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
collectPath(String) - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
 
collectQueryHints(List<JaxbQueryHintImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
collectQueryReferences(JaxbEntityMappingsImpl, XmlDocumentContext) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectResultClasses(List<String>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
collectResultMappings(List<String>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.QueryProcessing
 
collectSequenceGenerator(SequenceGeneratorRegistration) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectSequenceGenerator(ClassDetails, SequenceGenerator) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectSequenceGenerator(MemberDetails, SequenceGenerator) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectSequenceGenerators(List<JaxbSequenceGeneratorImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectSqlFragmentAliases(List<JaxbFilterImpl.JaxbAliasesImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.FilterProcessing
 
collectStatistics(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Configures whether Hibernate should collect Statistics.
collectTableGenerator(TableGeneratorRegistration) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectTableGenerator(ClassDetails, TableGenerator) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectTableGenerator(MemberDetails, TableGenerator) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectTableGenerators(List<JaxbTableGeneratorImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectTableMappings() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
collectTableMappings() - Method in class org.hibernate.boot.internal.MetadataImpl
 
collectTableMappings() - Method in interface org.hibernate.boot.Metadata
 
collectTableMappings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
collectTableReference(TableReferenceJoin, BiConsumer<String, TableReference>) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
collectTableReference(TableReference, BiConsumer<String, TableReference>) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
collectUniqueConstraints(List<JaxbUniqueConstraintImpl>, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collectUniqueConstraints(List<JaxbUniqueConstraintImpl>, ModelsContext) - Static method in class org.hibernate.boot.models.xml.internal.XmlAnnotationHelper
 
collectUserTypeRegistration(Class<?>, Class<? extends UserType<?>>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectUserTypeRegistration(ClassDetails, ClassDetails) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectUserTypeRegistrations(List<JaxbUserTypeRegistrationImpl>) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectUserTypeRegistrations(AnnotationTarget) - Method in class org.hibernate.boot.models.internal.GlobalRegistrationsImpl
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.query.results.internal.complete.EntityResultImpl
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.query.sqm.sql.internal.SqmMapEntryResult
 
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 class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
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 class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationResultImpl
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
COLON - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
COLON - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
COLON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLON() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectAggFunctionContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.SlicedPathAccessFragmentContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
COLON(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COLON(int) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
colonSyntax - Variable in class org.hibernate.dialect.function.json.JsonObjectFunction
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingDiscriminatorImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverrideImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionIdImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResultImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMultiTenancyImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
 
column() - Element in annotation interface org.hibernate.annotations.CollectionId
The column containing the collection id.
column() - Element in annotation interface org.hibernate.annotations.JoinColumnOrFormula
The column to use in the join condition.
column() - Method in class org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation
 
column() - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdAnnotation
 
column() - Method in class org.hibernate.boot.models.annotations.internal.FieldResultJpaAnnotation
 
column() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnOrFormulaAnnotation
 
column(Column) - Method in class org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation
 
column(Column) - Method in class org.hibernate.boot.models.annotations.internal.CollectionIdAnnotation
 
column(JoinColumn) - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnOrFormulaAnnotation
 
column(String) - Method in class org.hibernate.boot.models.annotations.internal.FieldResultJpaAnnotation
 
Column - Class in org.hibernate.envers.boot.model
An implementation of Selection that represents a logical column.
Column - Class in org.hibernate.mapping
A mapping model object representing a column of a relational database table.
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.envers.boot.model.Column
Create a column with just a name.
Column(String) - Constructor for class org.hibernate.mapping.Column
 
Column(String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
Create a column with just a name.
Column(String, Long, Integer, Integer, String, String, String) - Constructor for class org.hibernate.envers.boot.model.Column
Creates a column without a non-quoted name.
Column(String, Long, Integer, Integer, String, String, String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
Creates a column
Column(Column) - Constructor for class org.hibernate.envers.boot.model.Column
Copy constructor that performs a deep-copy.
COLUMN - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
Stores the time zone in a separate column; works in conjunction with TimeZoneColumn.
COLUMN - Enum constant in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
COLUMN - Enum constant in enum class org.hibernate.dialect.RowLockStrategy
Use a column name.
COLUMN - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN - Enum constant in enum class org.hibernate.envers.boot.model.Selection.SelectionType
 
COLUMN - Enum constant in enum class org.hibernate.type.TimeZoneStorageStrategy
Stores the time zone in a separate column.
COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
COLUMN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLUMN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLUMN - Static variable in class org.hibernate.id.IncrementGenerator
A parameter identifying the column holding the id.
COLUMN() - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
COLUMN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COLUMN_BINDING - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN_DEFAULT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
An extractor which uses ResultSetMetaData.getColumnName(int)
COLUMN_ORDERING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
Used to specify the ColumnOrderingStrategy class to use.
COLUMN_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
COLUMN_TRANSFORMER - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLUMN_TRANSFORMERS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ColumnAliasExtractor - Interface in org.hibernate.dialect
Strategy for extracting the unique column alias out of a ResultSetMetaData.
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
ColumnBindingDefaults - Interface in org.hibernate.boot.model.source.spi
 
ColumnComparator(Metadata) - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.ColumnComparator
 
ColumnContainer - Interface in org.hibernate.envers.boot.model
Contract for a container of columns.
ColumnDefault - Annotation Interface in org.hibernate.annotations
Specifies that a column has a default value specified in DDL.
ColumnDefaultAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ColumnDefaultAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnDefaultAnnotation
Used in creating annotation instances from Jandex variant
ColumnDefaultAnnotation(ColumnDefault, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnDefaultAnnotation
Used in creating annotation instances from JDK variant
ColumnDefaultAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnDefaultAnnotation
Used in creating dynamic annotation instances (e.g.
ColumnDefaultsBasicImpl - Class in org.hibernate.boot.jaxb.hbm.transform
 
ColumnDefaultsBasicImpl() - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
ColumnDefaultsProperty - Class in org.hibernate.boot.jaxb.hbm.transform
 
ColumnDefaultsProperty(Property) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsProperty
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumnImpl
 
columnDefinition() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.OrderColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnJpaAnnotation
 
columnDefinition() - Method in class org.hibernate.boot.models.annotations.internal.TimeZoneColumnAnnotation
 
columnDefinition() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.DiscriminatorColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.MapKeyColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.OrderColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnJpaAnnotation
 
columnDefinition(String) - Method in class org.hibernate.boot.models.annotations.internal.TimeZoneColumnAnnotation
 
columnDefinition(String) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
 
columnDefinitions - Variable in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
ColumnDetails - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.AlternateTableCapable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Definable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Mutable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Nullable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.SecondSizable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Sizable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Uniqueable - Interface in org.hibernate.boot.models.annotations.spi
 
columnFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
columnFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
ColumnFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
columnInformation(TableInformation, ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
ColumnInformationImpl - Class in org.hibernate.tool.schema.extract.internal
JDBC column metadata
ColumnInformationImpl(TableInformation, Identifier, int, String, int, int, Boolean) - Constructor for class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
ColumnJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ColumnJpaAnnotation(Column, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
Used in creating annotation instances from JDK variant
ColumnJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
Used in creating annotation instances from Jandex variant
ColumnJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
Used in creating dynamic annotation instances (e.g.
columnList - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
 
columnList() - Method in class org.hibernate.boot.models.annotations.internal.IndexJpaAnnotation
 
columnList(String) - Method in class org.hibernate.boot.models.annotations.internal.IndexJpaAnnotation
 
columnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraintImpl
 
columnName - Variable in class org.hibernate.sql.InFragment
 
columnName() - Element in annotation interface org.hibernate.annotations.SoftDelete
(Optional) The name of the column.
columnName() - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
columnName(String) - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
ColumnNameIterator - Class in org.hibernate.envers.configuration.internal.metadata
Utility class to build a column name iterator over different column collection types.
ColumnNameIterator() - Constructor for class org.hibernate.envers.configuration.internal.metadata.ColumnNameIterator
 
columnNames() - Method in class org.hibernate.boot.models.annotations.internal.UniqueConstraintJpaAnnotation
 
columnNames(String[]) - Method in class org.hibernate.boot.models.annotations.internal.UniqueConstraintJpaAnnotation
 
ColumnOrderingStrategy - Interface in org.hibernate.boot.model.relational
A pluggable contract that allows ordering of columns within Table, Constraint and UserDefinedObjectType.
ColumnOrderingStrategyLegacy - Class in org.hibernate.boot.model.relational
A no-op implementation.
ColumnOrderingStrategyLegacy() - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
ColumnOrderingStrategyStandard - Class in org.hibernate.boot.model.relational
Standard implementation that orders columns by size and name following roughly this ordering: order by max(physicalSizeBytes, 4), physicalSizeBytes > 2048, name
ColumnOrderingStrategyStandard() - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
ColumnOrderingStrategyStandard.ColumnComparator - Class in org.hibernate.boot.model.relational
 
ColumnOrderingStrategyStandard.TemporaryTableColumnComparator - Class in org.hibernate.boot.model.relational
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
ColumnQualifierCollectorSqlAstWalker - Class in org.hibernate.sql.ast.internal
 
ColumnQualifierCollectorSqlAstWalker() - Constructor for class org.hibernate.sql.ast.internal.ColumnQualifierCollectorSqlAstWalker
 
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
 
ColumnReferenceCheckingSqlAstWalker - Class in org.hibernate.query.sqm.mutation.internal.temptable
Visitor to determine if all visited column references use the same qualifier.
ColumnReferenceCheckingSqlAstWalker(String) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.ColumnReferenceCheckingSqlAstWalker
 
ColumnReferenceKey(String, SelectablePath, JdbcMapping) - Constructor for class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
 
ColumnReferenceMappingImpl(ColumnInformation, ColumnInformation) - Constructor for class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
 
ColumnReferenceQualifier - Interface in org.hibernate.sql.ast.tree.from
 
columnRenamed(Column) - Method in class org.hibernate.mapping.Table
 
columnResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
columnResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
 
ColumnResultJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ColumnResultJpaAnnotation(ColumnResult, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnResultJpaAnnotation
Used in creating annotation instances from JDK variant
ColumnResultJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnResultJpaAnnotation
Used in creating annotation instances from Jandex variant
ColumnResultJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnResultJpaAnnotation
Used in creating dynamic annotation instances (e.g.
columns - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingKeyImpl
 
columns - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResultImpl
 
columns - Variable in class org.hibernate.sql.Insert
 
columns - Variable in class org.hibernate.sql.SimpleSelect
 
columns() - Element in annotation interface org.hibernate.annotations.Columns
The aggregated columns.
columns() - Method in class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
 
columns() - Method in class org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation
 
columns() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
 
columns() - Method in class org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation
 
columns() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
Returns the value of the columns record component.
columns() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
Returns the value of the columns record component.
columns(Column[]) - Method in class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
 
columns(ColumnResult[]) - Method in class org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation
 
columns(ColumnResult[]) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation
 
columns(ColumnResult[]) - Method in class org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation
 
Columns - Annotation Interface in org.hibernate.annotations
Support an array of columns.
Columns(SqmJsonTableFunction<?>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
COLUMNS - Static variable in class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
 
COLUMNS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLUMNS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLUMNS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLUMNS() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsClauseContext
 
COLUMNS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COLUMNS() - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
ColumnsAndFormulasSourceContainer - Interface in org.hibernate.boot.model.source.spi
 
ColumnsAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ColumnsAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
Used in creating annotation instances from Jandex variant
ColumnsAnnotation(Columns, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
Used in creating annotation instances from JDK variant
ColumnsAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnsAnnotation
Used in creating dynamic annotation instances (e.g.
columnsClause() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
Returns the value of the columnsClause record component.
columnsClause() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
Returns the value of the columnsClause record component.
ColumnSource - Interface in org.hibernate.boot.model.source.spi
Contract for source information pertaining to a physical column definition specific to a particular attribute context.
ColumnTransformer - Annotation Interface in org.hibernate.annotations
Specifies custom SQL expressions used to read and write to the column mapped by the annotated persistent attribute in all generated SQL involving the annotated persistent attribute.
ColumnTransformerAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ColumnTransformerAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnTransformerAnnotation
Used in creating annotation instances from Jandex variant
ColumnTransformerAnnotation(ColumnTransformer, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnTransformerAnnotation
Used in creating annotation instances from JDK variant
ColumnTransformerAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnTransformerAnnotation
Used in creating dynamic annotation instances (e.g.
ColumnTransformers - Annotation Interface in org.hibernate.annotations
Plural annotation for @ColumnTransformer.
ColumnTransformersAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ColumnTransformersAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnTransformersAnnotation
 
ColumnTransformersAnnotation(ColumnTransformers, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnTransformersAnnotation
 
ColumnTransformersAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ColumnTransformersAnnotation
 
columnType(int) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.CockroachDialect
 
columnType(int) - Method in class org.hibernate.dialect.DB2Dialect
 
columnType(int) - Method in class org.hibernate.dialect.DB2zDialect
 
columnType(int) - Method in class org.hibernate.dialect.Dialect
The database column type name for a given JDBC type code defined in Types or SqlTypes.
columnType(int) - Method in class org.hibernate.dialect.H2Dialect
 
columnType(int) - Method in class org.hibernate.dialect.HANADialect
 
columnType(int) - Method in class org.hibernate.dialect.HSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.MySQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.OracleDialect
 
columnType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.SpannerDialect
 
columnType(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
columnType(int) - Method in class org.hibernate.dialect.SybaseASEDialect
 
ColumnTypeInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
ColumnValueBinding - Class in org.hibernate.sql.model.ast
Represents the binding of a value to a column.
ColumnValueBinding(ColumnReference, ColumnWriteFragment) - Constructor for class org.hibernate.sql.model.ast.ColumnValueBinding
 
ColumnValueBindingBuilder - Class in org.hibernate.sql.model.ast.builder
Builder for ColumnValueBinding instances
ColumnValueBindingBuilder() - Constructor for class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
 
ColumnValueBindingList - Class in org.hibernate.sql.model.ast
 
ColumnValueBindingList(MutatingTableReference, ColumnValueParameterList, ParameterUsage) - Constructor for class org.hibernate.sql.model.ast.ColumnValueBindingList
 
ColumnValueParameter - Class in org.hibernate.sql.model.ast
Parameter descriptor specific to mutations.
ColumnValueParameter(ColumnReference, ParameterUsage) - Constructor for class org.hibernate.sql.model.ast.ColumnValueParameter
 
ColumnValueParameterList - Class in org.hibernate.sql.model.ast
An array list for ColumnValueParameter that implements SelectableConsumer to add new parameters.
ColumnValueParameterList(TableReference, ParameterUsage, int) - Constructor for class org.hibernate.sql.model.ast.ColumnValueParameterList
 
ColumnValuesTableMutationBuilder<M extends TableMutation<?>> - Interface in org.hibernate.sql.model.ast.builder
Common operations of TableUpdateBuilder and TableInsertBuilder.
ColumnWriteFragment - Class in org.hibernate.sql.model.ast
Models a column's value expression within the SQL AST.
ColumnWriteFragment(String, List<ColumnValueParameter>, JdbcMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
 
ColumnWriteFragment(String, JdbcMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
 
ColumnWriteFragment(String, ColumnValueParameter, JdbcMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
 
combine(List<O>...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
combine(List<O>, List<O>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
combine(List<T>, List<T>...) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
combine(T, T) - Static method in class org.hibernate.internal.util.ExceptionHelper
 
combinePredicates(SqmPredicate, Predicate...) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(SqmPredicate, List<SqmPredicate>) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(SqmPredicate, JpaPredicate...) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(SqmPredicate, SqmPredicate) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(Predicate, Predicate) - Static method in class org.hibernate.sql.ast.spi.SqlAstTreeHelper
 
combinePredicates(Predicate, Predicate) - Static method in interface org.hibernate.sql.ast.tree.predicate.Predicate
combineUntyped(List, List) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
COMMA() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlpiFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
COMMA(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
COMMA_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
COMMA_SEPARATOR_CHAR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
CommandAcceptanceException - Exception in org.hibernate.tool.schema.spi
Indicates a problem accepting/executing a schema management command.
CommandAcceptanceException(String) - Constructor for exception org.hibernate.tool.schema.spi.CommandAcceptanceException
 
CommandAcceptanceException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.CommandAcceptanceException
 
commandBlock() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
commandBlock() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
commandBlock(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
CommandBlockContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
CommandContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
 
comment - Variable in class org.hibernate.sql.Delete
 
comment - Variable in class org.hibernate.sql.Insert
 
comment - Variable in class org.hibernate.sql.SimpleSelect
 
comment - Variable in class org.hibernate.sql.Update
 
comment() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
A comment added to the SQL query.
comment() - Element in annotation interface org.hibernate.annotations.NamedQuery
A comment added to the generated SQL query.
comment() - Element in annotation interface org.hibernate.annotations.SoftDelete
(Optional) A comment to be applied to the column.
comment() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
(Optional) A comment to be applied to the column.
comment() - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
comment() - Method in class org.hibernate.boot.models.annotations.internal.TimeZoneColumnAnnotation
 
comment() - Method in interface org.hibernate.boot.models.annotations.spi.Commentable
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.NamedNativeQueryAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.NamedQueryAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
 
comment(String) - Method in class org.hibernate.boot.models.annotations.internal.TimeZoneColumnAnnotation
 
comment(String) - Method in interface org.hibernate.boot.models.annotations.spi.Commentable
 
Comment - Annotation Interface in org.hibernate.annotations
Deprecated.
COMMENT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
Commentable - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which contain SQL comments
CommentAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CommentAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CommentAnnotation
Used in creating annotation instances from Jandex variant
CommentAnnotation(Comment, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CommentAnnotation
Used in creating annotation instances from JDK variant
CommentAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CommentAnnotation
Used in creating dynamic annotation instances (e.g.
CommentBinder - Class in org.hibernate.binder.internal
Handles Comment annotations.
CommentBinder() - Constructor for class org.hibernate.binder.internal.CommentBinder
 
Comments - Annotation Interface in org.hibernate.annotations
Deprecated.
COMMENTS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CommentsAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CommentsAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CommentsAnnotation
Used in creating annotation instances from Jandex variant
CommentsAnnotation(Comments, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CommentsAnnotation
Used in creating annotation instances from JDK variant
CommentsAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CommentsAnnotation
Used in creating dynamic annotation instances (e.g.
CommentsBinder - Class in org.hibernate.binder.internal
Handles the Comments annotation.
CommentsBinder() - Constructor for class org.hibernate.binder.internal.CommentsBinder
 
commit() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
commit() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
commit() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
commit() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Commit the resource transaction
commit() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
Call commit on the underlying transaction object
commit() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
commit() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
commit() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
commit() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Commit the physical transaction
COMMIT - Enum constant in enum class org.hibernate.annotations.FlushModeType
Deprecated.
Corresponds to FlushMode.COMMIT.
COMMIT - Enum constant in enum class org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called.
COMMITTED - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been completed successfully.
COMMITTING - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase.
CommonAttributeProcessing - Class in org.hibernate.boot.models.xml.internal.attr
 
CommonAttributeProcessing() - Constructor for class org.hibernate.boot.models.xml.internal.attr.CommonAttributeProcessing
 
commonCollectionMapperData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
CommonCollectionMapperData - Class in org.hibernate.envers.internal.entities.mapper.relation
Data that is used by all collection mappers, regardless of the type.
CommonCollectionMapperData(String, PropertyData, MiddleIdData, RelationQueryGenerator, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
CommonFunctionFactory - Class in org.hibernate.dialect.function
Enumeratoes common function template definitions.
CommonFunctionFactory(FunctionContributions) - Constructor for class org.hibernate.dialect.function.CommonFunctionFactory
 
CommonPluralAttributeProcessing - Class in org.hibernate.boot.models.xml.internal.attr
 
CommonPluralAttributeProcessing() - Constructor for class org.hibernate.boot.models.xml.internal.attr.CommonPluralAttributeProcessing
 
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.
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)
ComparableComparator<T extends Comparable> - Class in org.hibernate.internal.util.compare
Delegates to Comparable
ComparableComparator() - Constructor for class org.hibernate.internal.util.compare.ComparableComparator
 
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() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
comparator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
compare(byte[], byte[]) - Method in class org.hibernate.internal.util.compare.RowVersionComparator
 
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(Comparable, Comparable) - Method in class org.hibernate.internal.util.compare.ComparableComparator
 
compare(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ComponentArrayComparator
 
compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Compare the 2 values
compare(Object, Object) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
compare(Object, Object) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
compare(Object, Object) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
compare(Object, Object) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
compare(Object, Object) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
compare(Object, Object) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddedEntityIdentifierMapping
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
 
compare(Object, Object) - Method in class org.hibernate.type.EntityType
 
compare(Object, Object) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
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(ZonedDateTime, ZonedDateTime) - Method in class org.hibernate.internal.util.ZonedDateTimeComparator
 
compare(ZoneOffset, ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
 
compare(Calendar, Calendar) - Method in class org.hibernate.internal.util.compare.CalendarComparator
 
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(DelayedPostInsertIdentifier) - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
 
compareTo(Namespace.Name) - Method in record class org.hibernate.boot.model.relational.Namespace.Name
 
compareTo(ComparableExecutable) - Method in class org.hibernate.action.internal.CollectionAction
 
compareTo(ComparableExecutable) - Method in class org.hibernate.action.internal.EntityAction
 
compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
compareTo(SqmParameter) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
compareTo(SqmParameter<T>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
comparison() - Method in record class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
Returns the value of the comparison record component.
comparisonOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
comparisonOperator() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
ComparisonOperator - Enum Class in org.hibernate.query.sqm
Enumerates the binary comparison operators.
ComparisonOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
ComparisonPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ComparisonPredicate(Expression, ComparisonOperator, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
ComparisonPredicate(Expression, ComparisonOperator, Expression, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
ComparisonPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
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 class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
complete() - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Callback after all parsing is complete
complete() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, CollectionPersister, boolean) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, CollectionPersister, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, EntityPersister, boolean, boolean) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCollectionRecreateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeCollectionRecreateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCollectionRemoveEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeCollectionRemoveEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCollectionUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeCollectionUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeDirtyCalculationEvent(DiagnosticEvent, SharedSessionContractImplementor, EntityPersister, EntityEntry, int[]) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeDirtyCalculationEvent(DiagnosticEvent, SharedSessionContractImplementor, EntityPersister, EntityEntry, int[]) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityDeleteEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeEntityDeleteEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityInsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeEntityInsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityLockEvent(DiagnosticEvent, Object, String, LockMode, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeEntityLockEvent(DiagnosticEvent, Object, String, LockMode, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeEntityUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityUpsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeEntityUpsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
CompleteFetchBuilder - Interface in org.hibernate.query.results.internal.complete
 
CompleteFetchBuilderBasicPart - Class in org.hibernate.query.results.internal.complete
 
CompleteFetchBuilderBasicPart(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.results.internal.complete.CompleteFetchBuilderBasicPart
 
CompleteFetchBuilderEmbeddableValuedModelPart - Class in org.hibernate.query.results.internal.complete
CompleteFetchBuilder for embeddable-valued ModelParts
CompleteFetchBuilderEmbeddableValuedModelPart(NavigablePath, EmbeddableValuedModelPart, List<String>) - Constructor for class org.hibernate.query.results.internal.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
CompleteFetchBuilderEntityValuedModelPart - Class in org.hibernate.query.results.internal.complete
CompleteFetchBuilder for entity-valued ModelParts
CompleteFetchBuilderEntityValuedModelPart(NavigablePath, EntityValuedFetchable, List<String>) - Constructor for class org.hibernate.query.results.internal.complete.CompleteFetchBuilderEntityValuedModelPart
 
completeFlushEvent(DiagnosticEvent, FlushEvent) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeFlushEvent(DiagnosticEvent, FlushEvent) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeFlushEvent(DiagnosticEvent, FlushEvent, boolean) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeJdbcBatchExecutionEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcConnectionAcquisitionEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeJdbcConnectionAcquisitionEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcConnectionReleaseEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeJdbcConnectionReleaseEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcPreparedStatementCreationEvent(DiagnosticEvent, String) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeJdbcPreparedStatementCreationEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcPreparedStatementExecutionEvent(DiagnosticEvent, String) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeJdbcPreparedStatementExecutionEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completePartialFlushEvent(DiagnosticEvent, AutoFlushEvent) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completePartialFlushEvent(DiagnosticEvent, AutoFlushEvent) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completePrePartialFlush(DiagnosticEvent, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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
 
CompleteResultBuilder - Interface in org.hibernate.query.results.internal.complete
 
CompleteResultBuilderBasicModelPart - Class in org.hibernate.query.results.internal.complete
CompleteResultBuilder for basic-valued ModelParts
CompleteResultBuilderBasicModelPart(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicModelPart
 
CompleteResultBuilderBasicValued - Interface in org.hibernate.query.results.internal.complete
Nominal extension to ResultBuilder for cases involving scalar results
CompleteResultBuilderBasicValuedConverted<O,R> - Class in org.hibernate.query.results.internal.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `<return-scalar/>` as part of a `<resultset/>` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedConverted(String, ManagedBean<? extends AttributeConverter<O, R>>, JavaType<? extends AttributeConverter<O, R>>, BasicJavaType<O>, BasicValuedMapping) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicValuedConverted
 
CompleteResultBuilderBasicValuedStandard - Class in org.hibernate.query.results.internal.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `<return-scalar/>` as part of a `<resultset/>` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedStandard(String, BasicValuedMapping, JavaType<?>) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderBasicValuedStandard
 
CompleteResultBuilderCollection - Interface in org.hibernate.query.results.internal.complete
 
CompleteResultBuilderCollectionStandard - Class in org.hibernate.query.results.internal.complete
 
CompleteResultBuilderCollectionStandard(String, NavigablePath, PluralAttributeMapping) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderCollectionStandard
 
CompleteResultBuilderCollectionStandard(String, NavigablePath, PluralAttributeMapping, String[], String[], String[]) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderCollectionStandard
 
CompleteResultBuilderEntityJpa - Class in org.hibernate.query.results.internal.complete
CompleteResultBuilderEntityValued implementation specific to JPA.
CompleteResultBuilderEntityJpa(NavigablePath, EntityMappingType, LockMode, FetchBuilderBasicValued, HashMap<Fetchable, FetchBuilder>) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityJpa
 
CompleteResultBuilderEntityStandard - Class in org.hibernate.query.results.internal.complete
 
CompleteResultBuilderEntityStandard(String, NavigablePath, EntityMappingType, LockMode, FetchBuilderBasicValued, HashMap<Fetchable, FetchBuilder>) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderEntityStandard
 
CompleteResultBuilderEntityValued - Interface in org.hibernate.query.results.internal.complete
 
CompleteResultBuilderInstantiation - Class in org.hibernate.query.results.internal.complete
ResultBuilder for dynamic instantiation results (ConstructorResult
CompleteResultBuilderInstantiation(JavaType<?>, List<ResultBuilder>) - Constructor for class org.hibernate.query.results.internal.complete.CompleteResultBuilderInstantiation
 
completeSessionClosedEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
completeSessionClosedEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeSessionOpenEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in class org.hibernate.event.monitor.internal.EmptyEventMonitor
 
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 - Enum constant in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <component/> element
Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
 
Component.ValueGenerationPlan - Class in org.hibernate.mapping
 
ComponentArrayComparator - Class in org.hibernate.type.descriptor.java
Comparator for component arrays.
ComponentArrayComparator(JavaType<Object>[]) - Constructor for class org.hibernate.type.descriptor.java.ComponentArrayComparator
 
ComponentAuditedPropertiesReader - Class in org.hibernate.envers.configuration.internal.metadata.reader
Reads the audited properties for components.
ComponentAuditedPropertiesReader(EnversMetadataBuildingContext, PersistentPropertiesSource, AuditedPropertiesHolder) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
ComponentAuditedPropertiesReader(EnversMetadataBuildingContext, PersistentPropertiesSource, AuditedPropertiesHolder, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
ComponentAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
Audit mapping meta-data for component.
ComponentAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
componentCount() - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
componentCount() - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleType
 
componentCount() - Method in interface org.hibernate.query.sqm.tuple.TupleType
 
componentDescription - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
ComponentDescription - Class in org.hibernate.envers.internal.entities
 
ComponentDescription.ComponentType - Enum Class in org.hibernate.envers.internal.entities
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for components.
ComponentPropertyHolder - Class in org.hibernate.boot.model.internal
PropertyHolder for composites (Embeddable/Embedded).
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext, Map<ClassDetails, InheritanceState>) - Constructor for class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
ComponentPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
 
ComponentPropertyMapper(PropertyData, Class, EmbeddableInstantiator) - Constructor for class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
ComponentType - Class in org.hibernate.type
Handles embedded mappings.
ComponentType(Component, int[]) - Constructor for class org.hibernate.type.ComponentType
 
ComponentType(Component, int[], boolean) - Constructor for class org.hibernate.type.ComponentType
 
ComponentTypeInfo - Class in org.hibernate.boot.jaxb.hbm.transform
 
ComponentTypeInfo(Component) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ComponentTypeInfo
 
composite(List<ArgumentsValidator>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(ArgumentsValidator...) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
COMPOSITE - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
 
COMPOSITE - Enum constant in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
COMPOSITE - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
COMPOSITE_ID - Enum constant in enum class org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <composite-id/> element
COMPOSITE_OWNER - Static variable in class org.hibernate.property.access.internal.AccessStrategyHelper
 
COMPOSITE_TRACKER_MASK - Static variable in class org.hibernate.property.access.internal.AccessStrategyHelper
 
COMPOSITE_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COMPOSITE_TYPE_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COMPOSITE_TYPE_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
compositeId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
compositeIdClass - Variable in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
compositeIdClassDoesNotOverrideEquals(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
compositeIdClassDoesNotOverrideHashCode(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CompositeIdentifier - Class in org.hibernate.envers.boot.model
Represents an identifier based on a composite-id mapping.
CompositeIdentifier(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.boot.model.CompositeIdentifier
 
CompositeIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Mapping for a composite identifier
CompositeIdentifierSingularAttributeSourceBasicImpl - Class in org.hibernate.boot.model.source.internal.hbm
Descriptor for <key-property/>
CompositeIdentifierSingularAttributeSourceBasicImpl(MappingDocument, AttributeSourceContainer, JaxbHbmCompositeKeyBasicAttributeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
CompositeIdentifierSingularAttributeSourceManyToOneImpl - Class in org.hibernate.boot.model.source.internal.hbm
Descriptor for <key-many-to-one/> mapping
CompositeIdentifierSingularAttributeSourceManyToOneImpl(MappingDocument, AttributeSourceContainer, JaxbHbmCompositeKeyManyToOneType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
CompositeIdentifierSource - Interface in org.hibernate.boot.model.source.spi
Common contract for composite identifiers.
compositeIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeMapKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
CompositeMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper
 
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<CompositeNestedGeneratedValueGenerator.GenerationPlan>) - 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
 
CompositeOwnerTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep references to composite owners
CompositeOwnerTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
CompositeSqmPathSource<J> - Interface in org.hibernate.metamodel.model.domain.internal
 
CompositeTracker - Interface in org.hibernate.engine.spi
 
CompositeType - Interface in org.hibernate.type
Represents a composite type, a type which itself has typed attributes.
CompositeType - Annotation Interface in org.hibernate.annotations
Specifies a custom CompositeUserType for the annotated attribute mapping.
CompositeTypeAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CompositeTypeAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeAnnotation
Used in creating annotation instances from Jandex variant
CompositeTypeAnnotation(CompositeType, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeAnnotation
Used in creating annotation instances from JDK variant
CompositeTypeAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeAnnotation
Used in creating dynamic annotation instances (e.g.
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.
CompositeTypeRegistrationAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CompositeTypeRegistrationAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationAnnotation
Used in creating annotation instances from Jandex variant
CompositeTypeRegistrationAnnotation(CompositeTypeRegistration, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationAnnotation
Used in creating annotation instances from JDK variant
CompositeTypeRegistrationAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationAnnotation
Used in creating dynamic annotation instances (e.g.
CompositeTypeRegistrations - Annotation Interface in org.hibernate.annotations
CompositeTypeRegistrationsAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
CompositeTypeRegistrationsAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationsAnnotation
Used in creating annotation instances from Jandex variant
CompositeTypeRegistrationsAnnotation(CompositeTypeRegistrations, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationsAnnotation
Used in creating annotation instances from JDK variant
CompositeTypeRegistrationsAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.CompositeTypeRegistrationsAnnotation
Used in creating dynamic annotation instances (e.g.
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.
CompositeUserTypeJavaTypeWrapper<J> - Class in org.hibernate.type.internal
 
CompositeUserTypeJavaTypeWrapper(CompositeUserType<J>) - Constructor for class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper<J> - Class in org.hibernate.type.internal
 
CompositeUserTypeRegistration - Class in org.hibernate.boot.models.spi
Registration for a CompositeUserType
CompositeUserTypeRegistration(ClassDetails, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.CompositeUserTypeRegistration
 
compositeUserTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
CompositeValueGenerationException - Exception in org.hibernate.tuple.entity
 
CompositeValueGenerationException(String) - Constructor for exception org.hibernate.tuple.entity.CompositeValueGenerationException
 
CompoundNaturalIdLoader<T> - Class in org.hibernate.loader.ast.internal
NaturalIdLoader implementation for compound natural-ids
CompoundNaturalIdLoader(CompoundNaturalIdMapping, EntityMappingType) - Constructor for class org.hibernate.loader.ast.internal.CompoundNaturalIdLoader
 
CompoundNaturalIdMapping - Class in org.hibernate.metamodel.mapping.internal
Multi-attribute NaturalIdMapping implementation
CompoundNaturalIdMapping(EntityMappingType, List<SingularAttributeMapping>, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
CompoundNaturalIdMapping.DomainResultImpl - Class in org.hibernate.metamodel.mapping.internal
 
computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
Compute aggregated expression in the context of each entity instance separately.
computeIfAbsent(int, K1, Function<K1, V>) - Method in class org.hibernate.internal.util.collections.LazyIndexedMap
Both the index and the original key are requested for efficiency reasons.
computeIfAbsent(LockMode, Function<LockMode, V>) - Method in class org.hibernate.internal.util.collections.LockModeEnumMap
 
concat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
concat(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
concat(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
concat(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(String, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
concat(String, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(String, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
concat(String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(List<Expression<String>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(List<Expression<String>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(List<Expression<String>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
concat_pipeOperator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Almost every database
concat_pipeOperator(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
ConcatenationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
ConcatPipeFunction - Class in org.hibernate.dialect.function
A concat function with a pattern for clob arguments.
ConcatPipeFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ConcatPipeFunction
 
CONCRETE_PROXY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
concreteDescriptor - Variable in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityInitializer.DiscriminatedEntityInitializerData
 
concreteDescriptor - Variable in class org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl.EntityInitializerData
 
concreteDescriptor - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
concreteEmbeddableType - Variable in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableInitializerImpl.EmbeddableInitializerData
 
ConcreteProxy - Annotation Interface in org.hibernate.annotations
Annotating ConcreteProxy on the root entity class of an inheritance hierarchy will allow types of that hierarchy to always produce proxies that resolve to the concrete subtype class.
ConcreteProxyAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConcreteProxyAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConcreteProxyAnnotation
Used in creating annotation instances from Jandex variant
ConcreteProxyAnnotation(ConcreteProxy, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConcreteProxyAnnotation
Used in creating annotation instances from JDK variant
ConcreteProxyAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConcreteProxyAnnotation
Used in creating dynamic annotation instances (e.g.
ConcreteSqmSelectQueryPlan<R> - Class in org.hibernate.query.sqm.internal
Standard implementation of SelectQueryPlan for SQM-backed implementations of Query, that is, for HQL/JPQL or for CriteriaQuery.
ConcreteSqmSelectQueryPlan(SqmSelectStatement<?>, String, DomainParameterXref, Class<R>, TupleMetadata, QueryOptions) - Constructor for class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
concurrentEntries(Map<K, V>) - Static method in class org.hibernate.internal.util.collections.IdentityMap
Return the map entries (as instances of Map.Entry in a collection that is safe from concurrent modification).
concurrentMap(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements.
concurrentMap(int, float) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Create a properly sized ConcurrentHashMap based on the given expected number of elements and an explicit load factor
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
condition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl
 
condition() - Element in annotation interface org.hibernate.annotations.Filter
The filter condition, a SQL expression used for filtering the rows returned by a query when the filter is enabled.
condition() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
The filter condition, a SQL expression used for filtering the rows returned by a query when the filter is enabled.
condition() - Method in class org.hibernate.boot.models.annotations.internal.FilterAnnotation
 
condition() - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
 
condition(String) - Method in class org.hibernate.boot.models.annotations.internal.FilterAnnotation
 
condition(String) - Method in class org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
 
CONDITIONAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONDITIONAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONDITIONAL() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
CONDITIONAL() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
conditionallyExecuteBatch(BatchKey) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
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
ConfigHelper - Class in org.hibernate.internal.util
Deprecated.
Use ClassLoaderService instead
ConfigLoader - Class in org.hibernate.boot.cfgxml.internal
Loads cfg.xml files.
ConfigLoader(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
ConfigParameterContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
ConfigParameterContainer - Interface in org.hibernate.envers.boot.model
Contract for a model object that stores configuration parameters
ConfigParameterHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
configParameters - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
Configurable - Interface in org.hibernate.id
A Generator that supports "configuration".
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
configuration - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
configuration - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
configuration() - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
Returns the value of the configuration record component.
Configuration - Class in org.hibernate.cfg
A convenience API making it easier to bootstrap an instance of Hibernate.
Configuration - Class in org.hibernate.envers.configuration
Envers configuration.
Configuration() - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using a default BootstrapServiceRegistry and a newly instantiated MetadataSources.
Configuration(Properties, EnversService, InFlightMetadataCollector) - Constructor for class org.hibernate.envers.configuration.Configuration
 
Configuration(MetadataSources) - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using the given MetadataSources, and a BootstrapServiceRegistry obtained from the MetadataSources.
Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using the given BootstrapServiceRegistry and a newly instantiated MetadataSources.
ConfigurationBinder - Class in org.hibernate.boot.jaxb.internal
 
ConfigurationBinder(ResourceStreamLocator) - Constructor for class org.hibernate.boot.jaxb.internal.ConfigurationBinder
 
ConfigurationEventReader - Class in org.hibernate.boot.jaxb.internal.stax
 
ConfigurationEventReader(XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.ConfigurationEventReader
 
ConfigurationException - Exception in org.hibernate.internal.util.config
TODO : javadoc
ConfigurationException(String) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.hibernate.internal.util.config.ConfigurationException
 
ConfigurationHelper - Class in org.hibernate.internal.util.config
Collection of helper methods for dealing with configuration settings.
ConfigurationHelper - Class in org.hibernate.jpa.internal.util
 
ConfigurationHelper() - Constructor for class org.hibernate.jpa.internal.util.ConfigurationHelper
 
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.
ConfigurationServiceImpl - Class in org.hibernate.engine.config.internal
The standard ConfigurationService implementation.
ConfigurationServiceImpl(Map<String, Object>) - Constructor for class org.hibernate.engine.config.internal.ConfigurationServiceImpl
Constructs a ConfigurationServiceImpl
ConfigurationServiceInitiator - Class in org.hibernate.engine.config.internal
ConfigurationServiceInitiator() - Constructor for class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
configurationXsd() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
configure() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(Map<String, Object>) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
configure(Map<String, Object>) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
configure(Map<String, Object>) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
configure(Map<String, Object>) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
configure(Map<String, Object>) - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
configure(Map<String, Object>) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(EnversMetadataBuildingContext) - Method in class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
configure(GeneratorCreationContext, Properties) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as XML <param> elements and @Parameter annotations.
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.IncrementGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.NativeGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.SelectGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.UUIDGenerator
Deprecated.
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
configure(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Configures this structure with the given arguments.
configure(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.IdentifierGenerator
Deprecated, for removal: This API element is subject to removal in a future version.
since it overrides a deprecated method
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
Noop default implementation.
configureConnectionPool(String) - Method in interface org.hibernate.internal.log.ConnectionInfoLogger
 
configuredInterceptor(Interceptor, boolean, SessionFactoryOptions) - Static method in class org.hibernate.internal.SessionFactoryImpl
 
configuredInterceptor(Interceptor, SessionFactoryOptions) - Static method in class org.hibernate.internal.SessionFactoryImpl
configureListeners(EventType<T>, Consumer<EventListenerGroup<T>>) - Method in interface org.hibernate.event.spi.EventEngineContributions
Perform an action against the listener group for the specified event-type
configureService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
ConfigXsdSupport - Class in org.hibernate.boot.xsd
Support for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.
ConfigXsdSupport() - Constructor for class org.hibernate.boot.xsd.ConfigXsdSupport
 
CONFLICT - Enum constant in enum class org.hibernate.sql.ast.Clause
 
CONFLICT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONFLICT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONFLICT() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
CONFLICT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
conflictAction() - Method in class org.hibernate.grammars.hql.HqlParser
 
conflictAction() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
ConflictActionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConflictActionContext
 
conflictClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
conflictClause() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
ConflictClause - Class in org.hibernate.sql.ast.tree.insert
 
ConflictClause(String, List<String>, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.insert.ConflictClause
 
ConflictClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
conflictOnConstraint(String) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Sets the unique constraint name for which a constraint violation is allowed.
conflictOnConstraint(String) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintAttributes(SingularAttribute<T, ?>...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Shorthand for calling JpaConflictClause.conflictOnConstraintPaths(List) with paths resolved for the given attributes against the insert target.
conflictOnConstraintAttributes(SingularAttribute<T, ?>...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintAttributes(String...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Shorthand for calling JpaConflictClause.conflictOnConstraintPaths(List) with paths resolved for the given attributes against the insert target.
conflictOnConstraintAttributes(String...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintPaths(Path<?>...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
conflictOnConstraintPaths(Path<?>...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintPaths(List<? extends Path<?>>) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Sets the paths which are part of a unique constraint, for which a constraint violation is allowed.
conflictOnConstraintPaths(List<? extends Path<?>>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictTarget() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
conflictTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
ConflictTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
conjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
conjunction() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
conjunction() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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 class org.hibernate.stat.internal.StatisticsImpl
 
connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a connection being obtained from ConnectionProvider
connection() - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
connection() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session.
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
connection(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
connection(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options.
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options.
CONNECTION_CREATOR_FACTORY - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
CONNECTION_FINDER - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialects
CONNECTION_HANDLING - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies how Hibernate should manage JDBC connections in terms of acquisition and release, either: an instance of the enumeration PhysicalConnectionHandlingMode, or the name of one of its instances.
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
This setting is only supported by C3P0ConnectionProvider and DriverManagerConnectionProviderImpl.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a ConnectionProvider to use for obtaining JDBC connections, either: a short strategy name like agroal, hikaricp, c3p0, an instance of ConnectionProvider, a Class object representing a class that implements ConnectionProvider, or the name of a class that implements ConnectionProvider.
CONNECTION_PROVIDER_DISABLES_AUTOCOMMIT - Static variable in interface org.hibernate.cfg.JdbcSettings
Indicates that connections obtained from the configured ConnectionProvider have auto-commit already disabled when they are acquired.
ConnectionAccessLogger - Interface in org.hibernate.internal.log
 
ConnectionAcquisitionMode - Enum Class in org.hibernate
Indicates the manner in which JDBC connections are acquired.
ConnectionCreatorFactoryImpl - Class in org.hibernate.engine.jdbc.connections.internal
The default factory for ConnectionCreator instances.
connectionFinder(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
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 class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
Specifies the connection handling modes for the session.
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
Deprecated.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
Deprecated.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
Deprecated.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SessionBuilder
Deprecated.
This operation exposes the SPI type PhysicalConnectionHandlingMode and is therefore a layer-breaker. Use SessionBuilder.connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) instead.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
ConnectionInfoLogger - Interface in org.hibernate.internal.log
 
ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A contract for obtaining JDBC connections and, optionally, for pooling connections.
ConnectionProviderConfigurationException - Exception in org.hibernate.engine.jdbc.connections.spi
Occurs when there is a problem configuring a ConnectionProvider.
ConnectionProviderConfigurationException(String) - Constructor for exception org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
 
ConnectionProviderConfigurationException(String, Throwable) - Constructor for exception org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
 
connectionProviderDisablesAutoCommitEnabled() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ConnectionProviderInitiator - Class in org.hibernate.engine.jdbc.connections.internal
Instantiates and configures an appropriate ConnectionProvider.
ConnectionProviderInitiator() - Constructor for class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
ConnectionProviderInitiator.SettingConsumer - Interface in org.hibernate.engine.jdbc.connections.internal
 
ConnectionProviderJdbcConnectionAccess(ConnectionProvider) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
Deprecated.
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
ConnectionReleaseMode - Enum Class in org.hibernate
Enumerates various policies for releasing JDBC connections.
ConnectionValidator - Interface in org.hibernate.engine.jdbc.connections.internal
Contract for validating JDBC connections.
CONSIDER_LIKE_DIRTY - Enum constant in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
 
consistentInstance(EntityInitializerImpl.EntityInitializerData) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl
 
constrained - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
constraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCheckConstraintImpl
 
constraint() - Method in class org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
 
constraint(String) - Method in class org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation
 
Constraint - Class in org.hibernate.mapping
A mapping model object representing a constraint on a relational database table.
CONSTRAINT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONSTRAINT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONSTRAINT() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
CONSTRAINT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
constraintMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKeyImpl
 
ConstraintModeMarshalling - Class in org.hibernate.boot.jaxb.mapping.internal
JAXB marshalling for JPA's ConstraintMode
ConstraintModeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.internal.ConstraintModeMarshalling
 
constraints() - Element in annotation interface org.hibernate.annotations.Check
Deprecated.
The check constraint, written in native SQL.
constraints() - Method in class org.hibernate.boot.models.annotations.internal.CheckAnnotation
 
constraints(String) - Method in class org.hibernate.boot.models.annotations.internal.CheckAnnotation
 
constraintString() - Method in class org.hibernate.mapping.CheckConstraint
constraintString(Dialect) - Method in class org.hibernate.mapping.CheckConstraint
 
ConstraintViolationException - Exception in org.hibernate.exception
A JDBCException indicating that the requested DML operation resulted in violation of a defined data integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, ConstraintViolationException.ConstraintKind, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, ConstraintViolationException.ConstraintKind, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException.ConstraintKind - Enum Class in org.hibernate.exception
Enumerates the kinds of integrity constraint violation recognized by Hibernate.
construct(Class<Y>, Selection<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
construct(Class<Y>, Selection<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
construct(Class<Y>, Selection<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
construct(Class<Y>, List<? extends Selection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class<Y>, List<? extends Selection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
construct(Class<Y>, List<? extends Selection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
construct(Class<Y>, List<? extends Selection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CONSTRUCTION - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
Geometry [, OBJECT]* -> Geometry
constructor - Variable in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoIndirecting
 
constructor - Variable in class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordStandard
 
CONSTRUCTOR_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
 
ConstructorResultJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConstructorResultJpaAnnotation(ConstructorResult, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation
Used in creating annotation instances from JDK variant
ConstructorResultJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation
Used in creating annotation instances from Jandex variant
ConstructorResultJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation
Used in creating dynamic annotation instances (e.g.
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, EntityKey, T) - Method in interface org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader.ResolutionConsumer
 
consume(int, TableDetails.KeyColumn) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumnConsumer
Callback a particular key column
consume(int, X, Y, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesBiConsumer
Consume a JDBC-level jdbcValue.
consume(int, X, Y, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer
Consume a JDBC-level jdbcValue.
consume(Object, EntityTableMapping.KeyColumn) - Method in interface org.hibernate.persister.entity.mutation.EntityTableMapping.KeyValueConsumer
 
consume(String, int, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.MutabilityOrderedTableConsumer
 
consume(String, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
 
consume(JaxbCfgHibernateConfiguration) - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Consumes the JAXB representation of a cfg.xml file and builds the LoadedConfig representation.
consume(JaxbCfgMappingReferenceType) - Static method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
consume(Binding<JaxbEntityMappingsImpl>, PersistenceUnitMetadata) - Static method in class org.hibernate.boot.models.xml.internal.XmlDocumentImpl
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<Object>) - Method in class org.hibernate.sql.results.spi.ManagedResultConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<T>) - Method in class org.hibernate.sql.results.spi.SingleResultConsumer
 
consumeAttributeJoin(SqmAttributeJoin<?, ?>, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeCrossJoin(HqlParser.CrossJoinContext, SqmRoot<T>) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
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 class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
consumeIdentifier(String, boolean, boolean) - Method in class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
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
 
consumeJoin(HqlParser.JoinContext, SqmRoot<X>) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
consumeJpaCollectionJoin(HqlParser.JpaCollectionJoinContext, SqmRoot<?>) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
Deprecated syntax dating back to EJB-QL prior to EJB 3, required by JPA, never documented in Hibernate
consumePluralPartJoin(SqmPluralPartJoin<?, ?>, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeSetting(String, String) - Method in interface org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator.SettingConsumer
 
consumeSetting(Map<String, Object>, ConnectionProviderInitiator.SettingConsumer, String...) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
consumeSingleSqmParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeSqmParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeSqmParameter(SqmParameter<?>, MappingModelExpressible<?>, BiConsumer<Integer, JdbcParameter>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeTreat(String, boolean) - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
consumeTreat(String, boolean) - Method in class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
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.
container() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
ContainerManagedLifecycleStrategy - Class in org.hibernate.resource.beans.container.internal
A BeanLifecycleStrategy to use when CDI compliance is required (i.e.
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(int[], int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
contains(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends 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<? extends Geometry>, 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<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
contains(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
contains(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(SingularAttribute<T, String>, String) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to contain the given substring.
contains(SingularAttribute<T, String>, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to contain the given substring, explicitly specifying case sensitivity.
contains(Class, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
contains(Class, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
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) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
contains(Object) - Method in class org.hibernate.internal.SessionImpl
 
contains(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
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) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
contains(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
contains(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
contains(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
contains(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
contains(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
contains(String, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
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 class org.hibernate.internal.SessionImpl
 
contains(String, Object) - Method in interface org.hibernate.Session
Determine if the given entity is associated with this session.
contains(Collection<? super T>, T) - Static method in class org.hibernate.Hibernate
Determine if the given persistent collection contains the given element, without fetching its state from the database.
contains(ImmutableBitSet) - Method in class org.hibernate.internal.util.ImmutableBitSet
 
contains(Property) - Method in interface org.hibernate.mapping.AttributeContainer
 
contains(Property) - Method in class org.hibernate.mapping.Join
 
contains(Property) - Method in class org.hibernate.mapping.PersistentClass
 
contains(TableMapping) - Method in class org.hibernate.persister.entity.mutation.TableSet
 
contains(T[], T) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
CONTAINS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONTAINS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONTAINS - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The first geometry spatially contains the second
CONTAINS() - Method in class org.hibernate.grammars.hql.HqlParser.ContainsPredicateContext
 
CONTAINS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
containsAffectedTableName(String) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
containsAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
containsAll(Collection<?>) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
containsAll(T[], T[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
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.embeddable.internal.AggregateEmbeddableResultImpl
 
containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
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
 
containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult
 
containsAnyNonScalarResults() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationResultImpl
 
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(String, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
containsCollection(String, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
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.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
containsCollectionFetches() - Method in class org.hibernate.query.results.internal.complete.EntityResultImpl
 
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.collection.internal.CollectionDomainResult
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
containsCollectionFetches() - Method in interface org.hibernate.sql.results.graph.FetchList
 
containsCollectionFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
 
containsCollectionFetches(QueryOptions) - Static method in class org.hibernate.query.sqm.internal.AppliedGraphs
 
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(Class<?>, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
containsEntity(Class<?>, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
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(String, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
containsEntity(String, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
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.
containsEntityName(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
containsFetchProfileDefinition(String) - Method in class org.hibernate.query.sql.internal.SqlTranslationEngineImpl
 
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.
containsJoinFetchedCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
containsKey(int, Object) - Method in class org.hibernate.internal.util.collections.InstanceIdentityMap
Returns true if this map contains a mapping for the specified instance id.
containsKey(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
containsKey(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
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.internal.util.collections.BoundedConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsKey(Object) - Method in class org.hibernate.internal.util.collections.InstanceIdentityMap
 
containsKey(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsKey(String) - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
containsKey(String) - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
containsMultipleCollectionFetches() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
containsNullifiableEntityKey(Supplier<EntityKey>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Checks if a certain EntityKey was registered as nullifiable on this PersistenceContext.
containsOnlyInnerJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
ContainsPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ContainsPredicateContext
 
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.
containsQuery(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
containsQuery(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
containsReference(QueryParameter<?>) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
containsReference(QueryParameter<?>) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
containsReference(QueryParameter<?>) - Method in interface org.hibernate.query.ParameterMetadata
Is this parameter reference registered in this collection?
containsScript(URL) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputAggregate
 
containsScript(URL) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromFile
 
containsScript(URL) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
 
containsScript(URL) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
 
containsScript(URL) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
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.metamodel.internal.AbstractCompositeIdentifierMapping
 
containsTableReference(String) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
containsTableReference(String) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
containsTableReference(String) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
containsTableReference(String) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
containsTableReference(String) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
containsTableReference(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
containsTableReference(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
containsTableReference(String) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
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.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
containsValue(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
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.internal.util.collections.BoundedConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
containsValue(Object) - Method in class org.hibernate.internal.util.collections.InstanceIdentityMap
 
containsValue(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
containsWork() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
containsWork() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
FILTER element; used to apply a filter.
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
The sql-query element declares a named SQL query string
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
content - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectScopeImpl
 
content() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
Returns the value of the content record component.
content(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
Passes the given Expressions as value for the XML content of this element.
content(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
content(List<? extends Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
Passes the given Expressions as value for the XML content of this element.
content(List<? extends Expression<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
context - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
ContextProvidingValidationEventHandler - Class in org.hibernate.boot.jaxb.internal
ValidationEventHandler implementation providing easier access to where (line/column) an error occurred.
ContextProvidingValidationEventHandler() - Constructor for class org.hibernate.boot.jaxb.internal.ContextProvidingValidationEventHandler
 
contextualClobCreationFailed(Throwable) - Method in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
ContextualJdbcConnectionAccess - Class in org.hibernate.internal
 
ContextualJdbcConnectionAccess(Object, SessionEventListener, MultiTenantConnectionProvider<Object>, SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.ContextualJdbcConnectionAccess
 
contextualNClobCreationFailed(Throwable) - Method in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
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.envers.boot.internal.TypeContributorImpl
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.contributor.SpatialTypeContributor
 
contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.envers.boot.internal.EnversServiceContributor
 
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(AdditionalMappingContributions, InFlightMetadataCollector, ResourceStreamLocator, MetadataBuildingContext) - Method in class org.hibernate.envers.boot.internal.AdditionalMappingContributorImpl
 
contribute(EventEngineContributions) - Method in interface org.hibernate.event.spi.EventEngineContributor
Apply the contributions
contribute(SessionFactoryServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.SessionFactoryServiceContributor
Contribute services to the indicated registry builder.
contributeAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
contributeAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.model.TypeContributions
Register an AttributeConverter class.
contributeAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a materialized AuxiliaryDatabaseObject
contributeBinding(InputStream) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute mappings from the InputStream containing an XML mapping document.
contributeBinding(JaxbHbmHibernateMapping) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Deprecated.
hbm.xml mapping file support is deprecated. Use extended orm.xml bindings instead.
contributeBinding(JaxbEntityMappingsImpl) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute mappings in the form of (extended) orm.xml JAXB bindings
contributeCockroachTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
contributeEntity(Class<?>) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a presumably annotated entity class.
contributeEventType(String, Class<T>) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type.
contributeEventType(String, Class<T>, T...) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type with a default listener.
contributeFunctions(FunctionContributions) - Method in interface org.hibernate.boot.model.FunctionContributor
Contribute functions
contributeFunctions(FunctionContributions) - Method in class org.hibernate.dialect.Dialect
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.envers.boot.internal.FunctionContributorImpl
 
contributeFunctions(FunctionContributions) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.contributor.SpatialFunctionContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
 
contributeJavaType(JavaType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
Add the given JavaType to the JavaTypeRegistry of the eventual TypeConfiguration.
contributeJavaTypes(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
contributeJdbcType(JdbcType) - Method in interface org.hibernate.boot.model.TypeContributions
Add the given JdbcType to the JdbcTypeRegistry of the eventual TypeConfiguration.
contributeJdbcTypeConstructor(JdbcTypeConstructor) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
 
contributeManagedClass(ClassDetails) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a ClassDetails representing a "managed class" (entity, embeddable, converter, etc)
contributePostgreSQLTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
Allow for extension points to override this only
contributeSequence(Sequence) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a materialized Sequence
contributeStrategyImplementations(NamedStrategyContributions) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributor
Allows registration of named strategy implementations.
contributeStrategyImplementor(Class<T>, Class<? extends T>, String...) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributions
Registers a named implementor of a particular strategy contract.
contributeTable(Table) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a materialized Table
contributeType(BasicType<?>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
Deprecated.
contributeType(BasicType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
See discussion of TypeContributor in User Guide.
contributeType(BasicType<?>, String...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
Deprecated.
contributeType(BasicType<?>, String...) - Method in interface org.hibernate.boot.model.TypeContributions
contributeType(CompositeUserType<?>) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
contributeType(CompositeUserType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
Register a CompositeUserType as the implicit (auto-applied) type for values of type CompositeUserType.returnedClass().
contributeType(UserType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
Register a UserType as the implicit (auto-applied) type for values of type UserType.returnedClass().
contributeType(UserType<?>, String[]) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
Deprecated.
contributeType(UserType<?>, String...) - Method in interface org.hibernate.boot.model.TypeContributions
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DB2Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
A callback which allows the Dialect to contribute types.
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.HANADialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseASEDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseDialect
 
CONTRIBUTOR_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 in org.hibernate.query.sqm.sql
Indicates a problem converting an SQM tree to a SQL AST
ConversionException(String) - Constructor for exception org.hibernate.query.sqm.sql.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.sql.ConversionException
 
conversionFactor(TemporalUnit, Dialect) - Method in enum class org.hibernate.query.common.TemporalUnit
 
conversionFactorFull(TemporalUnit, Dialect) - Method in enum class org.hibernate.query.common.TemporalUnit
 
ConversionRegistration - Class in org.hibernate.boot.models.spi
A registered conversion.
ConversionRegistration(Class<?>, Class<? extends AttributeConverter<?, ?>>, boolean, AnnotationDescriptor<? extends Annotation>) - Constructor for class org.hibernate.boot.models.spi.ConversionRegistration
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
Convert an untyped Object reference to the Converter's type.
convert(Object) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
Converts an oracle to a JTS Geometry
convert(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(RuntimeException) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(RuntimeException, LockOptions) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
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) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
convert(SQLException, String) - Method in class org.hibernate.result.internal.OutputsImpl
 
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 class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.SQLStateConversionDelegate
 
convert(SQLException, String, String) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
Convert the given SQLException to a subtype of JDBCException, if possible.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
Convert the given SQLException to a subtype of JDBCException.
convert(SQLException, Supplier<String>, 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) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
convert(HibernateException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA specification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(HibernateException, LockOptions) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
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
convertCommitException(RuntimeException) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
converted(String, Class<O>, Class<R>, AttributeConverter<O, R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.internal.Builders
 
converted(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.internal.Builders
 
converted(String, Class<R>, AttributeConverter<?, R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.internal.Builders
 
converted(String, Class<R>, Class<? extends AttributeConverter<?, R>>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.internal.Builders
 
ConvertedBasicArrayType<T,S,E> - Class in org.hibernate.type
Given a BasicValueConverter for an array type,
ConvertedBasicArrayType(BasicType<E>, JdbcType, JavaType<T>, BasicValueConverter<T, S>) - Constructor for class org.hibernate.type.ConvertedBasicArrayType
 
ConvertedBasicCollectionType<C extends Collection<E>,E> - Class in org.hibernate.type
A converted basic array type.
ConvertedBasicCollectionType(BasicType<E>, JdbcType, BasicCollectionJavaType<C, E>, BasicValueConverter<C, ?>) - Constructor for class org.hibernate.type.ConvertedBasicCollectionType
 
ConvertedBasicType<J> - Interface in org.hibernate.type
Extension for implementations of BasicType which have an implied conversion.
ConvertedBasicTypeImpl<J> - Class in org.hibernate.type.internal
 
ConvertedBasicTypeImpl(String, String, JdbcType, BasicValueConverter<J, ?>) - Constructor for class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
ConvertedBasicTypeImpl(String, JdbcType, BasicValueConverter<J, ?>) - Constructor for class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
 
converter() - Element in annotation interface org.hibernate.annotations.ConverterRegistration
The converter class to register
converter() - Element in annotation interface org.hibernate.annotations.SoftDelete
(Optional) Conversion to apply to determine the appropriate value to store in the database.
converter() - Method in class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
 
converter() - Method in class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
 
converter() - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
converter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
 
converter(Class<? extends AttributeConverter<Boolean, ?>>) - Method in class org.hibernate.boot.models.annotations.internal.SoftDeleteAnnotation
 
converter(Class<? extends AttributeConverter>) - Method in class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
 
CONVERTER - Enum constant in enum class org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
CONVERTER - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
CONVERTER_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CONVERTER_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ConverterAutoApplyHandler - Interface in org.hibernate.boot.model.convert.spi
Manages resolution of auto-applied AttributeConverter references for specific mappings
converterClass() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
Returns the value of the converterClass record component.
converterDescriptor() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Returns the value of the converterDescriptor record component.
ConverterDescriptor<X,Y> - Interface in org.hibernate.boot.model.convert.spi
Boot-time descriptor of a JPA converter.
ConverterDescriptors - Class in org.hibernate.boot.model.convert.internal
Factory for ConverterDescriptor.
ConverterDescriptors() - Constructor for class org.hibernate.boot.model.convert.internal.ConverterDescriptors
 
ConverterHelper - Class in org.hibernate.boot.model.convert.internal
Helpers related to handling converters
ConverterHelper() - Constructor for class org.hibernate.boot.model.convert.internal.ConverterHelper
 
ConverterJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConverterJpaAnnotation(Converter, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation
Used in creating annotation instances from JDK variant
ConverterJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation
Used in creating annotation instances from Jandex variant
ConverterJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation
Used in creating dynamic annotation instances (e.g.
ConverterRegistration - Record Class in org.hibernate.boot.models.spi
 
ConverterRegistration - Annotation Interface in org.hibernate.annotations
Registers an AttributeConverter.
ConverterRegistration(ClassDetails, Boolean) - Constructor for record class org.hibernate.boot.models.spi.ConverterRegistration
Creates an instance of a ConverterRegistration record class.
ConverterRegistrationAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConverterRegistrationAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
Used in creating annotation instances from Jandex variant
ConverterRegistrationAnnotation(ConverterRegistration, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
Used in creating annotation instances from JDK variant
ConverterRegistrationAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterRegistrationAnnotation
Used in creating dynamic annotation instances (e.g.
converterRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
ConverterRegistrations - Annotation Interface in org.hibernate.annotations
 
ConverterRegistrationsAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConverterRegistrationsAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterRegistrationsAnnotation
Used in creating annotation instances from Jandex variant
ConverterRegistrationsAnnotation(ConverterRegistrations, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterRegistrationsAnnotation
Used in creating annotation instances from JDK variant
ConverterRegistrationsAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConverterRegistrationsAnnotation
Used in creating dynamic annotation instances (e.g.
ConverterRegistry - Interface in org.hibernate.boot.model.convert.spi
A registry for JPA converters.
converters - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
converterType() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Returns the value of the converterType record component.
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
ConvertJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConvertJpaAnnotation(Convert, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
Used in creating annotation instances from JDK variant
ConvertJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
Used in creating annotation instances from Jandex variant
ConvertJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation
Used in creating dynamic annotation instances (e.g.
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
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.projection.internal.EntityAuditProjection
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
converts - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
converts - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
converts - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
CONVERTS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ConvertsJpaAnnotation - Class in org.hibernate.boot.models.annotations.internal
 
ConvertsJpaAnnotation(Converts, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation
Used in creating annotation instances from JDK variant
ConvertsJpaAnnotation(Map<String, Object>, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation
Used in creating annotation instances from Jandex variant
ConvertsJpaAnnotation(ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation
Used in creating dynamic annotation instances (e.g.
convertSqlException(String, SQLException) - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
convertSQLException(SQLException, String) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.CharBooleanConverter
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToDomainValue(Object) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.CharBooleanConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
The API method Query.setFirstResult(int) accepts a zero-based offset.
convertToLockMode(LockModeType) - Static method in class org.hibernate.internal.util.LockModeConverter
Convert from JPA defined LockModeType to Hibernate-specific LockMode.
convertToLockModeType(LockMode) - Static method in class org.hibernate.internal.util.LockModeConverter
Convert from the Hibernate-specific LockMode to the JPA defined LockModeType.
convertToMap() - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
Deprecated, for removal: This API element is subject to removal in a future version.
Higly inefficient - do not use; this exists to support other deprecated methods and will be removed.
convertToRelationalValue(Object) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
convertToSqlAst(NavigablePath, String, boolean, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
 
convertToSqlAst(NavigablePath, String, boolean, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
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
 
coordinateScan(ManagedResourcesImpl, BootstrapContext, XmlMappingBinderAccess) - Method in class org.hibernate.boot.model.process.internal.ScanningCoordinator
 
coordinateWork(WorkExecutorVisitable<T>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
coordinateWork(WorkExecutorVisitable<T>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Perform the requested work handling exceptions, coordinating and handling return processing.
CoordinatingEntityNameResolver - Class in org.hibernate.internal
 
CoordinatingEntityNameResolver(SessionFactoryImplementor, Interceptor) - Constructor for class org.hibernate.internal.CoordinatingEntityNameResolver
 
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.internal.DomainParameterXref
 
copy() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
copy() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
Make a copy
copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
copy(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Deprecated.
Copy the options in the first given instance of LockOptions to the second given instance.
copy(ManagedMappingType, TableGroupProducer) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
copy(SqmCopyContext) - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
 
copy(SqmCopyContext) - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddedDiscriminatorSqmPath
 
copy(SqmCopyContext) - Method in class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
copy(SqmCopyContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
copy(SqmCopyContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmNode
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmQuery
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmStatement
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
copyCteStatements(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
copyCteStatements(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
copyFetchedFlag() - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
Returns whether the fetch flag for attribute joins should be copied over.
copyFrom(HqlParser.CollectionAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
copyFrom(HqlParser.ExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
copyFrom(HqlParser.FromRootContext) - Method in class org.hibernate.grammars.hql.HqlParser.FromRootContext
 
copyFrom(HqlParser.InListContext) - Method in class org.hibernate.grammars.hql.HqlParser.InListContext
 
copyFrom(HqlParser.JoinTargetContext) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTargetContext
 
copyFrom(HqlParser.JsonTableColumnContext) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnContext
 
copyFrom(HqlParser.OrderedQueryContext) - Method in class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
copyFrom(HqlParser.ParameterContext) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
copyFrom(HqlParser.PredicateContext) - Method in class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
copyFrom(HqlParser.PrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
copyFrom(HqlParser.QueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
copyFrom(HqlParser.XmltableColumnContext) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnContext
 
copyFrom(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
copyInsertionTargetPaths(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
copyParameterBindings(QueryParameterBindings) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
copyParameters(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
copyPassingExpressions(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, SimpleValue, SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
copyRegistrationMap() - Method in class org.hibernate.boot.internal.TypeDefinitionRegistryStandardImpl
 
copyRegistrationMap() - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
copyTo(AbstractSqmFrom<O, T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
copyTo(AbstractSqmJoin<L, R>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
copyTo(AbstractSqmPath<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
copyTo(SqmRoot<E>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
copyTo(AbstractJpaTupleElement<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
copyTo(SqmQueryPart<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.BasicValue
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
copyValues(EntityPersister, Object, Object, SessionImplementor, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
copyValues(EntityPersister, Object, Object, SessionImplementor, MergeContext, ForeignKeyDirection) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
copyWhereClause(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
copyWithoutValues(SessionFactoryImplementor) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
copyWithoutValues(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
CoreLogging - Class in org.hibernate.internal
Quite sad, really, when you need helpers for generating loggers...
CoreMessageLogger - Interface in org.hibernate.internal
The jboss-logging MessageLogger for the hibernate-core module.
CorePrefixFilter - Class in org.hibernate.bytecode.enhance.internal.bytebuddy
We differentiate between core classes and application classes during symbol resolution for the purposes of entity enhancement.
CorePrefixFilter(String...) - Constructor for class org.hibernate.bytecode.enhance.internal.bytebuddy.CorePrefixFilter
 
CoreTypePool - Class in org.hibernate.bytecode.enhance.internal.bytebuddy
A TypePool which only loads, and caches, types whose package name starts with certain chosen prefixes.
CoreTypePool() - Constructor for class org.hibernate.bytecode.enhance.internal.bytebuddy.CoreTypePool
Construct a new CoreTypePool with its default configuration.
CoreTypePool(String...) - Constructor for class org.hibernate.bytecode.enhance.internal.bytebuddy.CoreTypePool
Deprecated.
used by Quarkus
CoreTypePool(CorePrefixFilter) - Constructor for class org.hibernate.bytecode.enhance.internal.bytebuddy.CoreTypePool
 
corr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
correlate(CollectionJoin<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(Join<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(Join<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(ListJoin<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(ListJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(MapJoin<X, K, V>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(MapJoin<X, K, V>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(Root<Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(Root<Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(SetJoin<X, Y>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(SetJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(JpaCrossJoin<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(JpaCrossJoin<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(JpaEntityJoin<T, X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(JpaEntityJoin<T, X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
CorrelatedPluralTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for correlated plural attributes.
CorrelatedPluralTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer<Predicate>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
CorrelatedTableGroup - Class in org.hibernate.sql.ast.tree.from
A virtual TableReference for correlated roots.
CorrelatedTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer<Predicate>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
correspondingEntityName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyDiscriminatorValueMappingImpl
 
cos(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the cosine of its argument.
cos(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cos(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
cosh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
cosh(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the hyperbolic cosine of its argument.
cosh(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cosh(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
cosh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
cot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
couldNotBindJndiListener() - Method in interface org.hibernate.internal.SessionFactoryRegistryMessageLogger
 
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 class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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 class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
count(Expression<?>, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a count aggregate function expression.
count(Expression<?>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
count(Expression<?>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
count(Expression<?>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
count(Expression<?>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
count(Expression<?>, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
count(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
count(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
COUNT - Enum constant in enum class org.hibernate.annotations.ResultCheckStyle
Deprecated.
Row count checking.
COUNT - Enum constant in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Deprecated.
Perform row count checking.
COUNT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COUNT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COUNT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COUNT() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
countDistinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
countDistinct(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
countDistinct(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
countDistinct(Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
 
countNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
countNonNull(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
 
countTrue(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
countUnquoted(String, char) - Static method in class org.hibernate.internal.util.StringHelper
 
covarPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
coveredby - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
covers - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
crc32() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Deprecated.
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl
 
create() - 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(boolean) - Method in class org.hibernate.relational.internal.SchemaManagerImpl
 
create(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator<?>>, List<ProvidedService<?>>, Map<String, Object>) - Static method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Constructs a StandardServiceRegistryImpl.
create(CriteriaDelete<T>) - Static method in interface org.hibernate.query.specification.MutationSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria delete, allowing the addition of restrictions.
create(CriteriaQuery<T>) - Static method in interface org.hibernate.query.specification.SelectionSpecification
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery for the given criteria query, allowing the addition of sorting and restrictions.
create(CriteriaUpdate<T>) - Static method in interface org.hibernate.query.specification.MutationSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria update, allowing the addition of restrictions.
create(Class<? extends RegionFactory>) - Method in class org.hibernate.cache.internal.StrategyCreatorRegionFactoryImpl
 
create(Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
 
create(Class<T>) - Static method in interface org.hibernate.query.specification.SelectionSpecification
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery for the given entity type, allowing the addition of sorting and restrictions.
create(Class<T>, String) - Static method in interface org.hibernate.query.specification.MutationSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on a base HQL statement, allowing the addition of restrictions.
create(Class<T>, String) - Static method in interface org.hibernate.query.specification.SelectionSpecification
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery based on a base HQL statement, allowing the addition of sorting and restrictions.
create(String, Class<T>, int) - Static method in class org.hibernate.event.spi.EventType
 
create(Driver, ServiceRegistryImplementor, String, Properties, Boolean, Integer, String, Map<String, Object>) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorFactoryImpl
 
create(LinkedHashSet<Integrator>, ClassLoaderService) - Static method in class org.hibernate.integrator.internal.IntegratorServiceImpl
 
create(Map<?, ?>) - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
 
create(Map<?, ?>, ClassLoader, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
 
create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
create(BootstrapServiceRegistry, List<StandardServiceInitiator<?>>, List<ProvidedService<?>>, Map<String, Object>) - Static method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Constructs a StandardServiceRegistryImpl.
create(ServiceRegistryImplementor, List<SessionFactoryServiceInitiator<?>>, List<ProvidedService<?>>, SessionFactoryImplementor, SessionFactoryOptions) - Static method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
CREATE - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Drop the schema and recreate it on SessionFactory startup.
CREATE - Enum constant in enum class org.hibernate.engine.internal.Nullability.NullabilityCheckType
 
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_BLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Callback for performing contextual BLOB creation
CREATE_CLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Callback for performing contextual CLOB creation
CREATE_DROP - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Drop the schema and recreate it on SessionFactory startup.
CREATE_DROP - Enum constant in enum class org.hibernate.tool.schema.Action
Drop the schema and then recreate it on SessionFactory startup.
CREATE_ID_TABLES - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
CREATE_ID_TABLES - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Callback for performing contextual NCLOB creation
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.env.internal.StandardLobCreator
Callback for performing contextual NCLOB creation
CREATE_ONFLUSH - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE_ONLY - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Create the schema on SessionFactory startup.
CREATE_ONLY - Enum constant in enum class org.hibernate.tool.schema.Action
Create the schema.
createActionQueue() - Method in class org.hibernate.internal.SessionImpl
 
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 class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityFetch
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.Fetch
Create the assembler for this fetch
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
createAssembler(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
createAssociatedTableGroup(boolean, NavigablePath, boolean, String, SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
createAssociationQuery(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
createAssociationQuery(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionAssociationQuery
 
createAssociationQuery(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.RevisionsOfEntityAssociationQuery
 
createBagInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createBasePart() - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
createBasePart() - Method in class org.hibernate.query.hql.internal.QualifiedJoinPredicatePathConsumer
 
createBatch(int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerDelayedAccessImpl
 
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl
 
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerImmediateAccessImpl
 
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(Class<B>, BeanInstanceProducer, BeanContainer) - Method in class org.hibernate.resource.beans.container.internal.ContainerManagedLifecycleStrategy
 
createBean(Class<B>, BeanInstanceProducer, BeanContainer) - Method in class org.hibernate.resource.beans.container.internal.JpaCompliantLifecycleStrategy
 
createBean(Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerDelayedAccessImpl
 
createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl
 
createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerImmediateAccessImpl
 
createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(String, Class<B>, BeanInstanceProducer, BeanContainer) - Method in class org.hibernate.resource.beans.container.internal.ContainerManagedLifecycleStrategy
 
createBean(String, Class<B>, BeanInstanceProducer, BeanContainer) - Method in class org.hibernate.resource.beans.container.internal.JpaCompliantLifecycleStrategy
 
createBean(String, Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBindings(SessionFactoryImplementor) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
createBindings(SessionFactoryImplementor) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
createBindings(SessionFactoryImplementor) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create a Blob object after reading a byte[] array from a JDBC ResultSet.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.env.internal.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create a Blob object after reading an InputStream from a JDBC ResultSet.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.env.internal.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCaching(JaxbHbmCacheType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createCallback(ManagedBeanRegistry) - Method in class org.hibernate.jpa.event.internal.EmbeddableCallback.Definition
Deprecated.
 
createCallback(ManagedBeanRegistry) - Method in class org.hibernate.jpa.event.internal.EntityCallback.Definition
 
createCallback(ManagedBeanRegistry) - Method in class org.hibernate.jpa.event.internal.ListenerCallback.Definition
 
createCallback(ManagedBeanRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackDefinition
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create a Clob object after reading an InputStream from a JDBC ResultSet.
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.env.internal.NonContextualLobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createClob(String) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create a Clob object after reading a String from a JDBC ResultSet.
createClob(String) - Method in class org.hibernate.engine.jdbc.env.internal.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.boot.model.internal.SetBinder
 
createCollectionBatchLoader(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Method in class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory
 
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 class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
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
 
createCommonCollectionMapperData(CollectionMetadataContext, String, MiddleIdData, RelationQueryGenerator) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
createComponentJoin(Configuration) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
createComponentPrefix(String) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
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
 
createConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createCopy(SqmCopyContext, Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
createCorrelatedAggregateSubQuery(AbstractSqmSpecificPluralPartPath<?>, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
createCorrelation() - Method in interface org.hibernate.query.sqm.tree.domain.SqmSingularValuedJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
createCountQuery() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
createCountQuery() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
A query that returns the number of results of this query.
createCountQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
createCountQueryPlan() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
createCountStar(SessionFactoryImplementor, MultiTableSqmMutationConverter) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
Used by Hibernate Reactive
createCountStar(SessionFactoryImplementor, MultiTableSqmMutationConverter) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
createCriteriaDelete(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaDelete(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaDelete(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createCriteriaDelete(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaInsertSelect(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaInsertSelect(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaInsertSelect(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createCriteriaInsertSelect(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaInsertValues(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaInsertValues(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaInsertValues(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createCriteriaInsertValues(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaQuery(SqmStatement<T>, Class<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createCriteriaUpdate(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaUpdate(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaUpdate(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createCriteriaUpdate(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCteColumn(String, JdbcMapping) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createCteTable(CteTable, List<CteColumn>) - Static method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
createDeletedValueBinding(ColumnReference) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
createDeletedValueBinding(ColumnReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
Create a ColumnValueBinding for deleted indicator.
createDenormalizedTable(Identifier, Function<Identifier, DenormalizedTable>) - Method in class org.hibernate.boot.model.relational.Namespace
 
createDetachedInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
Obtain a detached, uninitialized persistent collection of the type represented by this object.
createDetachedProxy(SessionFactory, Class<E>, Object) - Static method in class org.hibernate.Hibernate
Obtain a detached, uninitialized reference (a proxy) for a persistent entity with the given identifier.
createDialect(DialectResolutionInfo) - Method in enum class org.hibernate.dialect.Database
Create a Dialect for the given metadata.
createDiscriminatorColumnReferenceKey(TableReference, EntityDiscriminatorMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Convenience form for creating a key from TableReference and EntityDiscriminatorMapping
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.mutation.internal.ExpressionDomainResultProducer
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.AsWrappedExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
createDomainResult(String, DomainResultCreationState) - Method in interface org.hibernate.query.sqm.sql.internal.DomainResultProducer
Produce the domain query
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.PluralValuedSimplePathInterpretation
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
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(String, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
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 class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Create a DomainResult for a specific reference to this ModelPart.
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleBasicValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEmbeddableValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleEntityValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tuple.internal.AnonymousTupleTableGroupProducer
 
createDomainResult(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
createDomainResultSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.internal.AsWrappedExpression
 
createDomainResultSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
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 class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory
 
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 class org.hibernate.engine.internal.ImmutableEntityEntryFactory
Deprecated.
 
createEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in class org.hibernate.engine.internal.MutableEntityEntryFactory
Deprecated.
 
createEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in interface org.hibernate.engine.spi.EntityEntryFactory
Deprecated.
Creates EntityEntry.
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createEntityGraph(Class<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.Session
Create a new mutable instance of EntityGraph, with only a root node, allowing programmatic definition of the graph from scratch.
createEntityGraph(Class<T>) - Method in interface org.hibernate.SessionFactory
Create an EntityGraph for the given entity type.
createEntityGraph(Class<T>) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable instance of EntityGraph, with only a root node, allowing programmatic definition of the graph from scratch.
createEntityGraph(Class<T>, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(Class<T>, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class<T>, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createEntityGraph(Class<T>, String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createEntityGraph(Class<T>, String) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable instance of EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or return null if there is no predefined graph with the given name.
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createEntityGraph(String) - Method in interface org.hibernate.Session
Create a new mutable instance of EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or return null if there is no predefined graph with the given name.
createEntityGraph(String) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable instance of EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or return null if there is no predefined graph with the given name.
createEntityGraph(Function<Class<T>, EntityDomainType<?>>, Function<String, EntityDomainType<?>>) - Method in interface org.hibernate.boot.model.NamedGraphCreator
 
createEntityJoin(Configuration) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
createEntityJoin(Configuration) - Method in class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionAssociationQuery
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
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 class org.hibernate.internal.SessionFactoryImpl
 
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 class org.hibernate.internal.SessionFactoryImpl
 
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 class org.hibernate.internal.SessionFactoryImpl
 
createEntityManager(SynchronizationType, Map<?, ?>) - Method in interface org.hibernate.SessionFactory
Create a new Session, with the given synchronization type and properties.
createEntityManager(Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(Map) - Method in class org.hibernate.internal.SessionFactoryImpl
 
createEntityManager(Map<?, ?>) - Method in interface org.hibernate.SessionFactory
Create a new Session, with the given properties.
createEntityManagerFactory() - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Create a new SessionFactory based on this configuration.
createEntityManagerFactory(PersistenceConfiguration) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createEntityMetamodel(PersistentClass, EntityPersister) - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
 
createEntityTable(EntityMappingType, Function<String, String>, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
 
createExecutor(BatchKeyAccess, MutationOperationGroup, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
 
createExecutor(BatchKeyAccess, MutationOperationGroup, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
Create an executor for the given operationGroup, potentially using batching
createExistsSubQuerySpec(String, Supplier<Consumer<SelectableConsumer>>, QuerySpec) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
createExpectation(Supplier<? extends Expectation>, boolean) - Static method in class org.hibernate.jdbc.Expectations
Create an instance of the given class implementing Expectation.
createExtractionContext(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, ExtractionContext.DatabaseObjectAccess) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(String, List<Column>, String, String) - Method in class org.hibernate.mapping.Table
Deprecated, for removal: This API element is subject to removal in a future version.
createForeignKey(String, List<Column>, String, String, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List<Column>, String, String, String, List<Column>) - Method in class org.hibernate.mapping.Table
 
createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.ToOne
 
createForeignKeyAnnotation(JaxbForeignKeyImpl, MutableMemberDetails, XmlDocumentContext) - Static method in class org.hibernate.boot.models.xml.internal.db.ForeignKeyProcessing
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
createForeignKeyConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
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<Column>) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String, List<Column>) - 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
 
createFromMetadata(Metadata, ExecutionOptions, Dialect, Formatter, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
createFromMetadata(Metadata, ExecutionOptions, ContributableMatcher, Dialect, Formatter, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
createFromScript(ScriptSourceInput, SqlScriptCommandExtractor, Formatter, Dialect, ExecutionOptions, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
createGeneratedValuesProcessor(EventType, List<AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createGenerator(Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
Deprecated, for removal: This API element is subject to removal in a future version.
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
 
createGeneratorFrom(IdentifierGeneratorDefinition, SimpleValue, Map<String, Object>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
 
createGeneratorFrom(IdentifierGeneratorDefinition, SimpleValue, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
 
createGraph(EntityType<T>) - Static method in class org.hibernate.graph.EntityGraphs
Create a new entity graph rooted at the given entity, without needing a reference to the session or session factory.
createGraphForDynamicEntity(EntityType<?>) - Static method in class org.hibernate.graph.EntityGraphs
Create a new entity graph rooted at the given dynamic entity, without needing a reference to the session or session factory.
createGraphForDynamicEntity(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createGraphForDynamicEntity(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
createGraphForDynamicEntity(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
createGraphForDynamicEntity(String) - Method in interface org.hibernate.SessionFactory
Create an EntityGraph which may be used from loading a dynamic entity with EntityManager.find(EntityGraph, Object, FindOption...).
createHqlInterpretation(String, Class<R>, HqlTranslator, StatisticsImplementor) - Static method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
createIdMap(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Creates map for storing identifier data.
createIdMatchingSubQuerySpec(NavigablePath, TableReference, Predicate, EntityPersister, SqlExpressionResolver, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithoutIdTableHelper
 
createIdSubQuery(CteStatement, ModelPart, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
createIdSubQueryPredicate(List<? extends Expression>, CteStatement, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
createIdSubQueryPredicate(List<? extends Expression>, CteStatement, ModelPart, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
createIdTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
 
createIdTable(EntityMappingType, Function<String, String>, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
 
createIdTableSelectQuerySpec(TemporaryTable, Function<SharedSessionContractImplementor, String>, EntityMappingType, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithTemporaryTableHelper
 
createIdTableSelectQuerySpec(TemporaryTable, ModelPart, Function<SharedSessionContractImplementor, String>, EntityMappingType, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithTemporaryTableHelper
 
createImplicit(String, TypeDetails, String, GenerationType) - Static method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should do discrimination implicitly joined subclass style inheritance when no discriminator info is provided.
createInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType
 
createInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType
 
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
createInformationExtractor(ExtractionContext) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createInitializer(EntityResultImpl, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.query.results.internal.complete.EntityResultImpl
 
createInitializer(CollectionDomainResult, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
createInitializer(CollectionFetch, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
createInitializer(AggregateEmbeddableFetchImpl, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
createInitializer(AggregateEmbeddableResultImpl<T>, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
createInitializer(EmbeddableExpressionResultImpl<T>, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
createInitializer(EmbeddableFetchImpl, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
createInitializer(EmbeddableForeignKeyResultImpl<T>, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
createInitializer(EmbeddableResultImpl<T>, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
createInitializer(EmbeddableResultImpl<T>, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResult
 
createInitializer(AbstractNonJoinedEntityFetch, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
createInitializer(DiscriminatedEntityFetch, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityFetch
 
createInitializer(DiscriminatedEntityResult<T>, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityResult
 
createInitializer(EntityFetchJoinedImpl, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
createInitializer(EntityResultImpl, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
createInitializer(InitializerParent<?>, ToOneAttributeMapping, EntityPersister, DomainResult<?>, NavigablePath, boolean, boolean, AssemblerCreationState) - Static method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializerBuilder
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.query.results.internal.complete.EntityResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingFetch
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityFetch
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityResult
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
createInitializer(InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
createInitializer(P, InitializerParent<?>, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.InitializerProducer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableInitializerImpl
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.DiscriminatedEntityInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
createInitializerData(RowProcessingState) - Method in class org.hibernate.sql.results.graph.internal.AbstractInitializer
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, CollectionClassification, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Create a producer for CollectionInitializer instances for the given collection semantics
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in class org.hibernate.collection.internal.StandardListSemantics
 
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