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

$

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

abort(Executor) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
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
 
AbstractAnnotatedMethod - Class in org.hibernate.processor.annotation
 
AbstractAnnotatedMethod(AnnotationMetaEntity, ExecutableElement, String, String) - Constructor for class org.hibernate.processor.annotation.AbstractAnnotatedMethod
 
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, DomainType<B>, Member, MetadataContext) - 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
 
AbstractBuilder(String) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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
 
AbstractCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
 
AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
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.
 
AbstractConverterDescriptor - Class in org.hibernate.boot.model.convert.internal
 
AbstractConverterDescriptor(Class<? extends AttributeConverter<?, ?>>, Boolean, ClassmateContext) - Constructor for class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
AbstractCriteriaMethod - Class in org.hibernate.processor.annotation
 
AbstractCriteriaMethod(AnnotationMetaEntity, ExecutableElement, String, String, String, boolean, String, String, List<String>, List<String>, List<String>, List<OrderBy>, boolean, boolean, List<Boolean>, List<Boolean>, String, boolean) - Constructor for class org.hibernate.processor.annotation.AbstractCriteriaMethod
 
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
 
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
 
AbstractDelegatingWrapperOptions - Class in org.hibernate.engine.spi
 
AbstractDelegatingWrapperOptions() - Constructor for class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
AbstractDeleteCoordinator - Class in org.hibernate.persister.entity.mutation
Template support for DeleteCoordinator implementations.
AbstractDeleteCoordinator(AbstractEntityPersister, 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
AbstractDomainModelDescriptor - Class in org.hibernate.testing.orm.domain
Convenience base class test domain models based on annotated classes
AbstractDomainModelDescriptor(Class...) - Constructor for class org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
 
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
 
AbstractDomainType(JavaType<J>) - Constructor for class org.hibernate.metamodel.model.domain.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 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.
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(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
AbstractEntityPersister.CacheEntryHelper - Interface in org.hibernate.persister.entity
Consolidated these onto a single helper because the 2 pieces work in tandem.
AbstractEntityResultGraphNode - Class in org.hibernate.sql.results.graph.entity
AbstractFetchParent sub-class for entity-valued graph nodes
AbstractEntityResultGraphNode(EntityValuedModelPart, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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.
AbstractFetchBuilderContainer<T extends AbstractFetchBuilderContainer<T>> - Class in org.hibernate.query.results.dynamic
 
AbstractFetchBuilderContainer() - Constructor for class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
AbstractFetchBuilderContainer(AbstractFetchBuilderContainer<T>) - Constructor for class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
AbstractFetchParent - Class in org.hibernate.sql.results.graph
 
AbstractFetchParent(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
 
AbstractFinderMethod - Class in org.hibernate.processor.annotation
 
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
 
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
 
AbstractGraph<J> - Class in org.hibernate.graph.internal
Base class for RootGraph and SubGraph implementations.
AbstractGraph(GraphImplementor<J>, boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraph
 
AbstractGraph(ManagedDomainType<J>, boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraph
 
AbstractGraphNode<J> - Class in org.hibernate.graph.internal
 
AbstractGraphNode(boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraphNode
 
AbstractHANADialect - Class in org.hibernate.dialect
Deprecated, for removal: This API element is subject to removal in a future version.
Will be replaced with HANADialect in the future.
AbstractHANADialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
AbstractHANADialect(HANAServerConfiguration, boolean) - Constructor for class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
AbstractHANADialect.HANABlobType - Class in org.hibernate.dialect
Deprecated.
 
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
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.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
 
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
Deprecated.
filterJdbcParameters is no longer used
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
Deprecated.
filterJdbcParameters is no longer used
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(SqmExpressible<? 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(SqmExpressible<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
AbstractJsonFormatMapper - Class in org.hibernate.type.format
 
AbstractJsonFormatMapper() - Constructor for class org.hibernate.type.format.AbstractJsonFormatMapper
 
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
Convenient base class for proxy-based LobCreator for handling wrapping.
AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.AbstractLobCreator
 
AbstractLockUpgradeEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity.
AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.internal.AbstractLockUpgradeEventListener
 
AbstractLogicalConnectionImplementor - Class in org.hibernate.resource.jdbc.internal
 
AbstractLogicalConnectionImplementor() - Constructor for class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
AbstractManagedType<J> - Class in org.hibernate.metamodel.model.domain
Functionality common to all implementations of ManagedType.
AbstractManagedType(String, JavaType<J>, ManagedDomainType<? super J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.AbstractManagedType
 
AbstractManagedType.InFlightAccessImpl - Class in org.hibernate.metamodel.model.domain
 
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
 
AbstractMultiTenantConnectionProvider<T> - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractMutationCoordinator - Class in org.hibernate.persister.entity.mutation
Base support for coordinating mutations against an entity
AbstractMutationCoordinator(AbstractEntityPersister, 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
 
AbstractMySQLDatabaseCleaner - Class in org.hibernate.testing.cleaner
 
AbstractMySQLDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
AbstractNamedQueryBuilder<T extends AbstractNamedQueryBuilder<T>> - Class in org.hibernate.boot.query
 
AbstractNamedQueryBuilder(String) - Constructor for class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
AbstractNamedQueryDefinition - Class in org.hibernate.boot.spi
 
AbstractNamedQueryDefinition(String, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
AbstractNamedQueryMemento - Class in org.hibernate.query.named
 
AbstractNamedQueryMemento(String, Class<?>, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento
 
AbstractNamedQueryMemento.AbstractBuilder<T extends AbstractNamedQueryMemento.AbstractBuilder> - Class in org.hibernate.query.named
 
AbstractNaturalIdDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractNaturalIdDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
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(SqmExpressible<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.
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
 
AbstractPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
AbstractPostgreSQLJsonPGObjectType - Class in org.hibernate.dialect
 
AbstractPostgreSQLJsonPGObjectType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
 
AbstractPostgreSQLStructJdbcType - Class in org.hibernate.dialect
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.
AbstractPostgreSQLStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.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 we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
AbstractPredicate(JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPredicate(JdbcMappingContainer, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPropertyHolder - Class in org.hibernate.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
 
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by EntityMappingType
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
AbstractQuery<R> - Class in org.hibernate.query.spi
 
AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
 
AbstractQueryMethod - Class in org.hibernate.processor.annotation
 
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.
AbstractReassociateEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ).
AbstractReassociateEventListener() - Constructor for class org.hibernate.event.internal.AbstractReassociateEventListener
 
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(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
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
 
AbstractScannerImpl - Class in org.hibernate.boot.archive.scan.spi
 
AbstractScannerImpl(ArchiveDescriptorFactory) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
AbstractScannerImpl.ArchiveContextImpl - Class in org.hibernate.boot.archive.scan.spi
 
AbstractScannerImpl.ArchiveDescriptorInfo - Class in org.hibernate.boot.archive.scan.spi
 
AbstractSchemaMigrator - Class in org.hibernate.tool.schema.internal
Base implementation of SchemaMigrator.
AbstractSchemaMigrator(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
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(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
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(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
AbstractSerializableProxy - Class in org.hibernate.proxy
Convenience base class for the serialized form of AbstractLazyInitializer.
AbstractSerializableProxy(String, Object, Boolean, String, 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 and 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 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<O,​T> - Class in org.hibernate.query.sqm.tree.domain
Models a join based on a mapped attribute reference.
AbstractSqmAttributeJoin(SqmFrom<?, O>, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
AbstractSqmAttributeJoin(SqmFrom<?, O>, NavigablePath, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
AbstractSqmDmlStatement<E> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<E>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmRoot<E>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
AbstractSqmExpression(SqmExpressible<? 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<?>>) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
Deprecated, for removal: This API element is subject to removal in a future version.
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(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmInsertStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmJoin(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
AbstractSqmNode - Class in org.hibernate.query.sqm.tree
Base implementation of a criteria node.
AbstractSqmNode(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmNode
 
AbstractSqmParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Common support for SqmParameter impls
AbstractSqmParameter(boolean, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
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<O,​C,​E> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPluralJoin(SqmFrom<?, O>, PluralPersistentAttribute<O, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPluralJoin(SqmFrom<?, O>, NavigablePath, PluralPersistentAttribute<O, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractSqmPredicate(SqmExpressible<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
AbstractSqmQualifiedJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmQualifiedJoin(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
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, FunctionKind, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPath<?>, PluralPersistentAttribute<?, ?, ?>, 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
 
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
 
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) - Method in interface org.hibernate.mapping.IndexedConsumer
Deprecated.
 
accept(int, T, U) - Method in interface org.hibernate.internal.util.IndexedBiConsumer
 
accept(int, T, U) - Method in interface org.hibernate.mapping.IndexedBiConsumer
Deprecated.
 
accept(Data, List<Object>) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
accept(String) - Method in class org.hibernate.testing.orm.JournalingGenerationTarget
 
accept(String) - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
accept(String) - Method in interface org.hibernate.tool.schema.internal.exec.GenerationTarget
Accept a command
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.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(Connection) - Method in interface org.hibernate.testing.transaction.TransactionUtil.JDBCTransactionFunction
 
accept(Connection) - Method in interface org.hibernate.testing.transaction.TransactionUtil.JDBCTransactionVoidFunction
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.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.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.LikeEscapeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.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.QueryOrderContext
 
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.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.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.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.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.id.ExportableColumn.ValueImpl
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.BasicValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
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.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.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.SqmTreatedRoot
 
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 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.SqmNamedParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
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.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.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 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.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.JaxbBasic
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCaching
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
access - Variable in class org.hibernate.processor.xml.jaxb.Basic
 
access - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
access - Variable in class org.hibernate.processor.xml.jaxb.Embeddable
 
access - Variable in class org.hibernate.processor.xml.jaxb.Embedded
 
access - Variable in class org.hibernate.processor.xml.jaxb.EmbeddedId
 
access - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
access - Variable in class org.hibernate.processor.xml.jaxb.EntityMappings
 
access - Variable in class org.hibernate.processor.xml.jaxb.Id
 
access - Variable in class org.hibernate.processor.xml.jaxb.ManyToMany
 
access - Variable in class org.hibernate.processor.xml.jaxb.ManyToOne
 
access - Variable in class org.hibernate.processor.xml.jaxb.MappedSuperclass
 
access - Variable in class org.hibernate.processor.xml.jaxb.OneToMany
 
access - Variable in class org.hibernate.processor.xml.jaxb.OneToOne
 
access - Variable in class org.hibernate.processor.xml.jaxb.PersistenceUnitDefaults
 
access - Variable in class org.hibernate.processor.xml.jaxb.Version
 
ACCESS - Static variable in class org.hibernate.processor.util.Constants
 
ACCESS_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessedDataClassification - Enum in org.hibernate.cache.spi.support
 
accessInputStream() - Method in 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.
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() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
AccessType - Enum in org.hibernate.boot.spi
Enumerates various access strategies for accessing entity values.
AccessType - Enum in org.hibernate.cache.spi.access
Enumerates the policies for managing concurrent access to the shared second-level cache.
AccessType - Enum in org.hibernate.processor.util
 
AccessType - Enum in org.hibernate.processor.xml.jaxb
Java class for access-type.
AccessTypeInformation - Class in org.hibernate.processor.util
Encapsulates the access type information for a single class.
AccessTypeInformation(String, AccessType, AccessType) - Constructor for class org.hibernate.processor.util.AccessTypeInformation
 
AccessTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for JPA's AccessType
AccessTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.AccessTypeMarshalling
 
Account - Class in org.hibernate.testing.orm.domain.helpdesk
 
Account - Class in org.hibernate.testing.orm.domain.userguide
 
Account() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account
 
Account() - Constructor for class org.hibernate.testing.orm.domain.userguide.Account
 
Account(Integer, Status, Status, Status) - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account
 
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() - Method in annotation type org.hibernate.annotations.NotFound
Specifies how to handle the case of an orphaned foreign key.
action() - Method in annotation type org.hibernate.annotations.OnDelete
The action to taken by the database when deletion of a row would cause the constraint to be violated.
Action - Enum in org.hibernate.tool.schema
Enumerates the actions that may be performed by the schema management tooling.
ACTION_COMPLETED_TXN - Static variable in class org.hibernate.testing.transaction.TransactionUtil2
 
ACTION_CREATE - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_CREATE_ONLY - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_CREATE_THEN_DROP - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_DROP - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_NONE - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_UPDATE - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_VALIDATE - Static variable in enum 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 - org.hibernate.annotations.SoftDeleteType
Tracks rows which are active.
ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been started, but not yet completed.
ACTIVE - org.hibernate.testing.orm.domain.helpdesk.Status
 
actualConnection() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter1
 
Adapter10 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter10() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter10
 
Adapter11 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter11() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter11
 
Adapter12 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter12() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter12
 
Adapter13 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter13() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter13
 
Adapter14 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter14() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter14
 
Adapter15 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter15() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter15
 
Adapter16 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter16() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter16
 
Adapter17 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter17() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter17
 
Adapter18 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter18() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter18
 
Adapter19 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter19() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter19
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter2
 
Adapter20 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter20() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter20
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.mapping.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, Long) - Method in class org.hibernate.processor.util.FileTimeStampChecker
 
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(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
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(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 - org.hibernate.envers.RevisionType
Indicates that the entity was added (persisted) at that revision.
ADD - org.hibernate.query.sqm.BinaryArithmeticOperator
 
ADD_GENERATED_ANNOTATION - Static variable in class org.hibernate.processor.HibernateProcessor
Whether the jakarta.annotation.Generated annotation should be added to the generated classes
ADD_GENERATION_DATE - Static variable in class org.hibernate.processor.HibernateProcessor
Assuming that HibernateProcessor.ADD_GENERATED_ANNOTATION is enabled, this option controls whether @Generated#date should be populated.
ADD_SUPPRESS_WARNINGS_ANNOTATION - Static variable in class org.hibernate.processor.HibernateProcessor
A comma-separated list of warnings to suppress, or simply true if @SuppressWarnings({"deprecation","rawtypes"}) should be added to the generated classes.
addAccessTypeInformation(String, AccessTypeInformation) - Method in class org.hibernate.processor.Context
 
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
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.generator.values.internal.GeneratedValuesMappingProducer
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.query.results.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.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClass(Class<?>) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClasses(Class<?>...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
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.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(AttributeConverterInfo) - Method in interface org.hibernate.boot.model.internal.AttributeConverterDefinitionCollector
Deprecated.
 
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(String) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraph) to this container by attribute name.
addAttributeNode(String) - Method in class org.hibernate.graph.internal.AbstractGraph
 
addAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(AttributeNodeImplementor<?>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
addAttributeNode(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraph) to this container by attribute reference.
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, SingularAttribute) - Method in 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<?>, Database, boolean) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.OracleEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.OracleOrdinalEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Add auxiliary database objects for this JdbcType to the Database object.
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleOrdinalEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Deprecated, for removal: This API element is subject to removal in a future version.
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(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addBasic(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
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.dynamic.DynamicResultBuilderInstantiation
 
addBasicByBasic(String, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicByComponent(SimpleComponent, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicByConvertedEnum(EnumValue, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicByEnum(EnumValue, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
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
 
addCall(Call) - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.PersistentClass
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.Property
 
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(CheckConstraint) - Method in class org.hibernate.mapping.Column
 
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.PersistentClass
 
addChild(EntityWithManyToOneWithoutJoinTable) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
addChildParent(Object, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.
addClasses(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClasses(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClassType(XClass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addClassType(XClass) - 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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.dynamic.DynamicFetchBuilderLegacy
 
addColumnAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
addColumnAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.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(List<Column>) - Method in class org.hibernate.mapping.Index
Deprecated, for removal: This API element is subject to removal in a future version.
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
 
addComponent(SimpleComponent) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addComponent(SimpleComponent) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addComponentByBasic(String, SimpleComponent) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addComponentByBasicOrdered(String, SimpleComponent) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
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.AbstractManagedType.InFlightAccessImpl
 
addConcreteGenericAttribute(PersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
addConfigOptions(Map) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
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
 
addConvertedEnum(EnumValue) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addConvertedEnum(EnumValue) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
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
addDataMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addDataMetaEntity(String, Metamodel) - Method in class org.hibernate.processor.Context
 
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
 
addDefaultJoinColumnName(PersistentClass, String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
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
 
addDelegate(SQLExceptionConversionDelegate) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
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.
addDependentAnnotation() - Method in class org.hibernate.processor.Context
 
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 class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDmlCtes(CteContainer, CteStatement, List<Map.Entry<List<CteColumn>, Assignment>>, boolean, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<List<JdbcParameter>>>, 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(JaxbEntityMappings) - Method in class org.hibernate.boot.model.internal.XMLContext
Add the JAXB binding to this context and return the list of added class names.
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
 
addElementToRedo(CharSequence) - Method in class org.hibernate.processor.Context
 
addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 entry to this context, associating them together
addEntityHolder(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntityHolder(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
addEntityNameMapping(String, String) - Method in class org.hibernate.processor.Context
 
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
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.
addEnum(EnumValue) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addEnum(EnumValue) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addEnumValue(String, String, String, String, String) - Method in class org.hibernate.processor.Context
 
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
 
addExtractedColumnInformation(TableInformation, ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
addExtraLazyComponent(SimpleComponent) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
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 class org.hibernate.mapping.FetchProfile
Deprecated, for removal: This API element is subject to removal in a future version.
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(Association, String) - Method in class org.hibernate.engine.profile.FetchProfile
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
addFetch(Association, Fetch.Style) - Method in class org.hibernate.engine.profile.FetchProfile
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
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(String, FetchBuilder) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addFetchBuilder(String, FetchBuilder) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
 
addFetchBuilder(String, FetchBuilder) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addFetchProfile(FetchProfile) - Method in 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
 
addFilter(Filter) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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.
addGeneratedAnnotation() - Method in class org.hibernate.processor.Context
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
Deprecated.
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.sql.Insert
 
addGeneratedDate() - Method in class org.hibernate.processor.Context
 
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
 
addHint(String, Object) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addHint(String, Object) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addHints(Map<String, Object>) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
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.complete.CompleteResultBuilderEntityStandard
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addIdentityColumn(String) - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
Deprecated.
 
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).
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
addIgnoredTable(String) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
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(Index, boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
addIndex(CollectionMetadataContext, RootPersistentEntity, QueryGeneratorBuilder) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addingOverrideFor(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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
 
addInjectAnnotation() - Method in class org.hibernate.processor.Context
 
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
 
AdditionalJaxbMappingProducer - Interface in org.hibernate.boot.spi
Deprecated.
AdditionalJaxbMappingProducerImpl - Class in org.hibernate.envers.boot.internal
 
AdditionalJaxbMappingProducerImpl() - Constructor for class org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl
 
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
 
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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, PropertyHolder, boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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(SecondaryTable, PropertyHolder, boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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
 
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(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String) - Method in class org.hibernate.graph.internal.SubGraphImpl
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addLazyFieldByGraph(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a legacy fetch builder
addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Adds the specified listener to the given JNDI namespace.
addListener(SessionEventListener...) - Method in 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
 
addLogger(Logger) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
addLoggerName(String) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
addManyToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addManyToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addManyToManyByComponent(String, SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
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
 
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
 
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
 
addMappings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addMetaAuxiliary(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMetaEntity(String, Metamodel) - Method in class org.hibernate.processor.Context
 
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, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - 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(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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNewCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a new collection (ie.
addNonLazyCollection(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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
addNonnullAnnotation() - Method in class org.hibernate.processor.Context
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addNumber(double) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addNumberByNumber(int, double) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
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
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
addOffspring(Animal) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
addOneToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addOneToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addOneToManyByBasic(String, SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addOneToManyByBasic(SimpleEntity, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
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
 
addOrderedBasic(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
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
 
addOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
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.
addParam(String, String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
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.NamedNativeQueryDefinitionBuilder
 
addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPhone(Phone) - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
addPluralSubgraph(PluralAttribute<? extends J, ?, AJ>) - Method in interface org.hibernate.graph.Graph
Add a subgraph rooted at a plural attribute, allowing further nodes to be added to the subgraph.
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.complete.CompleteResultBuilderEntityStandard
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property whose columns can later be defined using NativeQuery.ReturnProperty.addColumnAlias(java.lang.String)
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String, String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property mapped to a single column.
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, String...) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String, String...) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property mapped to multiple columns
addProperty(String, String...) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
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, XClass) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.mapping.Component
 
addProperty(Property, AnnotatedColumns, XClass) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - 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
 
addPropertyPath(String, Type, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
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
 
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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
 
addQueryHints(String, String) - Method in interface org.hibernate.dialect.hint.QueryHintHandler
Add query hints to the given query.
addQueryImport(String, Class<?>) - Method in class org.hibernate.boot.MetadataSources
 
addQuerySpace(String) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addQuerySpaces(Serializable...) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQuerySpaces(String...) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQuerySpaces(Set<String>) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addReferencedColumns(List<Column>) - Method in class org.hibernate.mapping.ForeignKey
 
addReferenceEntry(Object, Status) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.
Address - Class in org.hibernate.testing.orm.domain.animal
 
Address - Class in org.hibernate.testing.orm.domain.contacts
 
Address() - Constructor for class org.hibernate.testing.orm.domain.animal.Address
 
Address() - Constructor for class org.hibernate.testing.orm.domain.contacts.Address
 
Address(String, int) - Constructor for class org.hibernate.testing.orm.domain.contacts.Address
 
Address.Classification - Enum in org.hibernate.testing.orm.domain.contacts
 
Address.PostalCode - Class in org.hibernate.testing.orm.domain.contacts
 
AddressType - Enum in org.hibernate.testing.orm.domain.userguide
 
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
 
addResultBuilder(GeneratedValueBasicResultBuilder) - Method in class org.hibernate.generator.values.internal.GeneratedValuesMappingProducer
 
addResultBuilder(ResultBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a builder
addResultBuilder(ResultBuilder) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
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.
addResultType(Class<T>, NativeQueryImplementor<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
Deprecated, for removal: This API element is subject to removal in a future version.
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(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
 
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, boolean, 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
 
addSettings(Map<String, Object>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
addSharedSessionTransactionObserver(TransactionCoordinator) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
addSharedSessionTransactionObserver(TransactionCoordinator) - Method in class org.hibernate.internal.SessionImpl
 
addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addSortedBasic(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addSortedBasicByBasic(String, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addSortedBasicByBasicWithComparator(String, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addSortedBasicByBasicWithSortNaturalByDefault(String, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addSortedBasicWithComparator(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addSortedBasicWithSortNaturalByDefault(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addSortedManyToManyByBasicWithComparator(String, SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addSortedManyToManyByBasicWithSortNaturalByDefault(String, SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
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.DialectDelegateWrapper
 
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<T, ?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
addSqmJoin(SqmJoin<T, ?>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
Add an associated join
addSubclass(Subclass) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclass(Subclass) - Method in class org.hibernate.mapping.RootClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addSubclassSubgraph(Class<? extends T1>) - Method in class org.hibernate.graph.internal.RootGraphImpl
 
addSubclassSubgraph(Class<? extends T1>) - Method in interface org.hibernate.graph.RootGraph
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubExpression(Expression) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addSubGraph(Class<S>, SubGraph<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addSubGraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the named AttributeNode.
addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(SubGraphImplementor<? extends J>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addSubGraph(SubGraphImplementor<? extends J>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
addSubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the AttributeNode for the given attribute.
addSubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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.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
 
addSuppressWarningsAnnotation() - Method in class org.hibernate.processor.Context
 
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.NamedNativeQueryDefinitionBuilder
 
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(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.
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.derived.AnonymousTupleBasicValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.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(XClass, PropertyData) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addToOneAndIdProperty(XClass, 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.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
 
addTransactionScopedAnnotation() - Method in class org.hibernate.processor.Context
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
addTreat(X) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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
 
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
 
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
 
addUninitializedCachedEntity(EntityKey, Object, EntityPersister, LockMode, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.TwoPhaseLoad
 
addUninitializedCollection(CollectionPersister, PersistentCollection<?>, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.
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
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
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<BindableMappingDescriptor>) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addXmlMapping(Binding<?>) - Method in class org.hibernate.cfg.Configuration
Read mappings that were parsed using Configuration.getXmlMappingBinderAccess().
addYearsMonthsDaysHoursMinutesSeconds() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AdjustableBasicType<J> - Interface in org.hibernate.type
Extension contract for BasicType implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.
AdjustableJdbcType - Interface in org.hibernate.type.descriptor.jdbc
Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.
adjustDefaultNamespace(String, String) - Method in class org.hibernate.boot.model.relational.Database
 
adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
adjustFetchProfiles(Set<String>, Set<String>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
adjustJarFileEntryUrl(URL, URL) - Method in 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
 
adjustUserSuppliedValueCollectionOrderingFragment(String) - Static method in class org.hibernate.boot.model.internal.CollectionBinder
 
affectedByFilter - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
affectedTableNames - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
after() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
AFTER - 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 - 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 - 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 - 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 - org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after refreshing a parent entity
AFTER_STATEMENT - org.hibernate.ConnectionReleaseMode
Indicates that the JDBC connection should be aggressively released after each SQL statement is executed.
AFTER_TRANSACTION - org.hibernate.ConnectionReleaseMode
Indicates that the JDBC connection should be released after each transaction ends.
AFTER_UPDATE - 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
afterAll(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
afterBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Hook to allow tests to use the BootstrapServiceRegistry if they wish
AfterClassCallbackHandler - Class in org.hibernate.testing.junit4
 
AfterClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
AfterClassOnce - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest, SessionFactory, Jpa, SessionFactoryFunctionalTesting, ServiceRegistryFunctionalTesting, ...) and AfterAll. Alternatively to the Hibernate ORM test annotations, you can use @TestInstance(TestInstance.Lifecycle.PER_CLASS) directly on your test.
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
 
afterConfigurationBuilt(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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.
afterEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension
 
afterEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
afterEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.NotImplementedYetExtension
 
afterEach(ExtensionContext) - Method in class org.hibernate.testing.orm.logger.LoggerInspectionExtension
 
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 afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
Call this after finishing a two-phase load
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
afterLoad(SharedSessionContractImplementor, Object, Loadable) - Method in interface org.hibernate.loader.ast.spi.AfterLoadAction
Deprecated, for removal: This API element is subject to removal in a future version.
Use the updated form
AfterLoadAction - Interface in org.hibernate.loader.ast.spi
An action to be performed after an entity has been loaded.
afterMetadataBuilt(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterMetadataSourcesApplied(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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
 
afterOperation(boolean) - Method in interface org.hibernate.loader.internal.LoadAccessContext
 
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
 
afterSessionFactoryBuilt() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterStandardServiceRegistryBuilt(StandardServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Hook to allow tests to use the StandardServiceRegistry if they wish
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.
afterTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
afterTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
afterTest() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
afterTest() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
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
A after-begin callback from the coordinator to its owner.
afterTransactionBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A after-begin callback from the coordinator to its owner.
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionCompletion() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionConsumer
After transaction completion function
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionFunction
After transaction completion function
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionFunction
After transaction completion function
afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionVoidFunction
After transaction completion function
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 afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
AfterUseAction - Enum in org.hibernate.query.sqm.mutation.internal.temptable
Actions to perform in regard to a temporary table after each use.
AGG_COMP_ID - org.hibernate.testing.orm.domain.MappingFeature
 
AGGREGATE - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are compositions.
AGGREGATE - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an aggregated composite
AGGREGATE - org.hibernate.query.sqm.function.FunctionKind
 
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, 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.
aggregateComponentAssignmentExpression(String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentAssignmentExpression(String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentAssignmentExpression(String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
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, AggregateColumn, Column) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the custom read expression to use for column.
aggregateComponentCustomReadExpression(String, String, String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentCustomReadExpression(String, String, String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, AggregateColumn, Column) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
AggregateComponentSecondPass - Class in org.hibernate.boot.model.internal
 
AggregateComponentSecondPass(PropertyHolder, Component, XClass, 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
 
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.DB2AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
AGGREGATED_COMPOSITE - org.hibernate.id.EntityIdentifierNature
Composite identifier mapped to a single entity attribute by means of an actual component class used to aggregate the tuple values.
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 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.
AgroalConnectionProvider - Class in org.hibernate.agroal.internal
ConnectionProvider based on Agroal connection pool To use this ConnectionProvider set:
AgroalConnectionProvider() - Constructor for class org.hibernate.agroal.internal.AgroalConnectionProvider
 
agroalProviderClassNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
AgroalSettings - Interface in org.hibernate.cfg
 
algorithm() - Method in annotation type org.hibernate.annotations.UuidGenerator
Allows to provide a specific, generally custom, value generation implementation.
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
 
alias - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
alias() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The alias within the fragment.
alias(String) - Method in interface org.hibernate.query.criteria.JpaSelection
 
alias(String) - Method in class org.hibernate.query.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 - org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ALIAS - org.hibernate.dialect.SelectItemReferenceStrategy
Refer to the item via its alias.
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
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 - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
AliasedExpression - Class in org.hibernate.sql.ast.tree.expression
A wrapper for an expression that also renders an alias.
AliasedExpression(Expression, String) - Constructor for class org.hibernate.sql.ast.tree.expression.AliasedExpression
 
aliases - Variable in class org.hibernate.sql.SimpleSelect
 
aliases() - Method in annotation type org.hibernate.annotations.Filter
Explicitly specifies how aliases are interpolated into the Filter.condition() SQL expression.
aliases() - Method in annotation type org.hibernate.annotations.FilterJoinTable
Explicitly specifies how aliases are interpolated into the FilterJoinTable.condition() SQL expression.
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() - Static method in enum org.hibernate.testing.orm.domain.MappingFeature
 
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 - org.hibernate.annotations.CascadeType
Includes all types listed here.
ALL - org.hibernate.annotations.OptimisticLockType
Optimistic locking based on all fields of the entity.
ALL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
ALL - org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
 
ALL - org.hibernate.engine.OptimisticLockStyle
Optimistic locking via comparison of all columns.
ALL - org.hibernate.processor.xml.jaxb.PersistenceUnitCachingType
 
ALL - org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ALL - org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
ALL - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in class org.hibernate.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 - org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
allocationSize - Variable in class org.hibernate.processor.xml.jaxb.SequenceGenerator
 
allocationSize - Variable in class org.hibernate.processor.xml.jaxb.TableGenerator
 
ALLOW - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
De-duplication is allowed if the query and result type allow
ALLOW - 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_REFRESH_DETACHED_ENTITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed with no replacement from ORM version 7 onwards
ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, allows update operations outside a transaction.
allowAssignedIdentifiers() - Method in interface org.hibernate.generator.Generator
Determine if this generator allows identifier values to be manually assigned to the entity instance before persisting it.
allowAssignedIdentifiers() - Method in class org.hibernate.id.Assigned
 
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
 
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?
AllowNonPortable - Annotation Type 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 Type in org.hibernate.internal.build
Used to indicate to the Forbidden APIs library that a specific usage of Throwable.printStackTrace(PrintStream) is allowable.
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
 
allowSpecjSyntax() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
AllowSysOut - Annotation Type in org.hibernate.internal.build
Used to indicate to the Forbidden APIs library that a specific usage of System.out is allowable.
alphashape - 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 - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.ALWAYS.
ALWAYS - org.hibernate.annotations.GenerationTime
Deprecated.
Indicates that a new value is generated on insert and on update.
ALWAYS - org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called and before every query.
ALWAYS - org.hibernate.tuple.GenerationTiming
Deprecated.
Value generation that occurs when a row is inserted or updated in the database.
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on both insert and update.
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?
AlwaysSkip() - Constructor for class org.hibernate.testing.Skip.AlwaysSkip
Deprecated.
 
ambiguousPropertyMethods(String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
AMPERSAND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AMPERSAND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ANALYSIS - 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(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
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
 
Animal - Class in org.hibernate.testing.orm.domain.animal
 
Animal() - Constructor for class org.hibernate.testing.orm.domain.animal.Animal
 
Animal(String, float) - Constructor for class org.hibernate.testing.orm.domain.animal.Animal
 
ANIMAL - org.hibernate.testing.orm.domain.StandardDomainModel
 
AnimalDomainModel - Class in org.hibernate.testing.orm.domain.animal
 
AnimalDomainModel() - Constructor for class org.hibernate.testing.orm.domain.animal.AnimalDomainModel
 
annotatedClasses() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
annotatedClasses() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
annotatedClassNames() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
annotatedClassNames() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
AnnotatedClassType - Enum 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
 
annotatedElementSignature(JavaXMember) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
annotatedElementSignature(XProperty) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
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
 
annotatedPackageNames() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
annotatedPackageNames() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
ANNOTATION - 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.
AnnotationMeta - Class in org.hibernate.processor.annotation
 
AnnotationMeta() - Constructor for class org.hibernate.processor.annotation.AnnotationMeta
 
AnnotationMetaAttribute - Class in org.hibernate.processor.annotation
Captures all information about an annotated persistent attribute.
AnnotationMetaAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaAttribute
 
AnnotationMetaCollection - Class in org.hibernate.processor.annotation
 
AnnotationMetaCollection(AnnotationMetaEntity, Element, String, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaCollection
 
AnnotationMetadataSourceProcessorImpl - Class in org.hibernate.boot.model.source.internal.annotations
 
AnnotationMetadataSourceProcessorImpl(ManagedResources, MetadataBuildingContextRootImpl, IndexView) - Constructor for class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
Normal constructor used while processing mapping sources
AnnotationMetaEntity - Class in org.hibernate.processor.annotation
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).
AnnotationMetaEntity(TypeElement, Context, boolean, boolean) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaEntity
 
AnnotationMetaMap - Class in org.hibernate.processor.annotation
 
AnnotationMetaMap(AnnotationMetaEntity, Element, String, String, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaMap
 
AnnotationMetaPackage - Class in org.hibernate.processor.annotation
Class used to collect meta information about an annotated package.
AnnotationMetaPackage(PackageElement, Context) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaPackage
 
AnnotationMetaSingleAttribute - Class in org.hibernate.processor.annotation
 
AnnotationMetaSingleAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaSingleAttribute
 
AnnotationMetaType - Class in org.hibernate.processor.annotation
 
AnnotationMetaType(AnnotationMetaEntity) - Constructor for class org.hibernate.processor.annotation.AnnotationMetaType
 
ANNOTATIONS - 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.model.internal.MapKeyColumnDelegator
 
annotationType() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
annotationType() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
AnnotationValueGeneration<A extends Annotation> - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
AnonymousTupleBasicEntityIdentifierMapping - Class in org.hibernate.query.derived
 
AnonymousTupleBasicEntityIdentifierMapping(MappingType, String, SqmExpressible<?>, JdbcMapping, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
AnonymousTupleBasicValuedModelPart - Class in org.hibernate.query.derived
 
AnonymousTupleBasicValuedModelPart(MappingType, String, String, SqmExpressible<?>, JdbcMapping, int) - Constructor for class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
AnonymousTupleEmbeddableValuedModelPart - Class in org.hibernate.query.derived
 
AnonymousTupleEmbeddableValuedModelPart(SqmExpressible<?>, List<SqlSelection>, int, String, Set<String>, Set<Attribute<?, ?>>, DomainType<?>, String, EmbeddableValuedModelPart, int) - Constructor for class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
AnonymousTupleEmbeddedEntityIdentifierMapping - Class in org.hibernate.query.derived
 
AnonymousTupleEmbeddedEntityIdentifierMapping(SqmExpressible<?>, List<SqlSelection>, int, String, Set<String>, Set<Attribute<?, ?>>, DomainType<?>, CompositeIdentifierMapping) - Constructor for class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
AnonymousTupleEntityValuedModelPart - Class in org.hibernate.query.derived
 
AnonymousTupleEntityValuedModelPart(EntityIdentifierMapping, DomainType<?>, String, EntityValuedModelPart, int) - Constructor for class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
AnonymousTupleNonAggregatedEntityIdentifierMapping - Class in org.hibernate.query.derived
 
AnonymousTupleNonAggregatedEntityIdentifierMapping(SqmExpressible<?>, List<SqlSelection>, int, String, Set<String>, Set<Attribute<?, ?>>, DomainType<?>, String, NonAggregatedIdentifierMapping) - Constructor for class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
AnonymousTupleSimpleSqmPathSource<J> - Class in org.hibernate.query.derived
 
AnonymousTupleSimpleSqmPathSource(String, DomainType<J>, Bindable.BindableType) - Constructor for class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
AnonymousTupleSqmAssociationPathSource<O,​J> - Class in org.hibernate.query.derived
 
AnonymousTupleSqmAssociationPathSource(String, SqmPath<J>, SimpleDomainType<J>) - Constructor for class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
AnonymousTupleSqmPathSource<J> - Class in org.hibernate.query.derived
 
AnonymousTupleSqmPathSource(String, SqmPath<J>) - Constructor for class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
AnonymousTupleTableGroupProducer - Class in org.hibernate.query.derived
The table group producer for an anonymous tuple type.
AnonymousTupleTableGroupProducer(AnonymousTupleType<?>, String, List<SqlSelection>, FromClauseAccess) - Constructor for class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
AnonymousTupleType<T> - Class in org.hibernate.query.derived
 
AnonymousTupleType(SqmSelectableNode<?>[]) - Constructor for class org.hibernate.query.derived.AnonymousTupleType
 
AnonymousTupleType(SqmSubQuery<T>) - Constructor for class org.hibernate.query.derived.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 - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
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 - 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 Type 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 - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
ANY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <any/> element
ANY - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
ANY - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ANY - org.hibernate.metamodel.AttributeClassification
 
ANY - org.hibernate.metamodel.ValueClassification
ANY is a Hibernate-specific concept.
ANY - org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates a parameter that accepts any type
ANY - org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ANY - org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
ANY - org.hibernate.testing.orm.domain.MappingFeature
 
ANY - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
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 - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
ANY_KEY - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
Any.KeyValue - Class in org.hibernate.mapping
 
Any.MetaValue - Class in org.hibernate.mapping
 
AnyBinder - Class in org.hibernate.boot.model.internal
 
AnyBinder() - Constructor for class org.hibernate.boot.model.internal.AnyBinder
 
AnyDiscriminator - Annotation Type in org.hibernate.annotations
A simplified way to specify the type of the discriminator in an Any mapping, using the JPA-defined DiscriminatorType.
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>, 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 Type in org.hibernate.annotations
Specifies the mapping of a single any-valued discriminator value to its corresponding entity type.
AnyDiscriminatorValues - Annotation Type in org.hibernate.annotations
anyFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
anyFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
AnyFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
AnyKeyJavaClass - Annotation Type in org.hibernate.annotations
Specifies the Java class to use for the foreign key handling related to an Any mapping.
AnyKeyJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType used to describe the foreign-key part of an ANY mapping.
AnyKeyJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType used to describe the foreign key part of an Any mapping.
AnyKeyJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode used to describe the foreign key part of an Any mapping.
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
 
anyMapping(Type, Type, Map<Object, String>, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
AnyMappingDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model type
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, 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 - 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.loader.PropertyPath
Deprecated.
 
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.
appendArrayLiteral(SqlAppender, Object[], JdbcLiteralFormatter<Object>, WrapperOptions) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
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, Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
Deprecated, for removal: This API element is subject to removal in a future version.
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.DialectDelegateWrapper
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.OracleDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.CockroachDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.DB2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.DerbyDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.Dialect
Append the SQL literal expression representing the given boolean value to the given SqlAppender.
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.H2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.SpannerDialect
 
appendCacheStats(StringBuilder) - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
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 `.`.
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.DerbyDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
Translate the given datetime format string from the pattern language defined by Java's DateTimeFormatter to whatever pattern language is understood by the native datetime formatting function for this database (often the to_char() function).
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.H2Dialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.HSQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.OracleDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SpannerDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
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.DialectDelegateWrapper
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
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.DialectDelegateWrapper
 
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.AbstractHANADialect
Deprecated.
 
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.DialectDelegateWrapper
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
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
 
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) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
appendHqlString(StringBuilder) - Method in interface org.hibernate.metamodel.model.domain.DiscriminatorSqmPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
appendHqlString(StringBuilder) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
appendHqlString(StringBuilder, JavaType<T>, T) - Static method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
appendIdentitySelectToInsert(String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
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
 
appendIntervalLiteral(SqlAppender, Duration) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL interval representing the given Java Duration.
appendIntervalLiteral(SqlAppender, Duration) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
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) - Static method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
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.DialectDelegateWrapper
 
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.DialectDelegateWrapper
 
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
 
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
 
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
 
appendStringLiteral(StringBuilder, String) - Static method in class org.hibernate.query.internal.QueryLiteralHelper
 
appendTreatJoins(SqmFrom<?, ?>, StringBuilder) - 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.DialectDelegateWrapper
 
appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.MySQLCastingJsonJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
 
appendWriteExpression(String, SqlAppender, Dialect) - Method in class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
 
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() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
The name of the targeted table.
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
 
appliesTo(Class<? extends Dialect>) - Method in interface org.hibernate.testing.jdbc.leak.IdleConnectionCounter
Specifies which Dialect the counter applies to.
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
 
appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
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(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(Connection) - Method in interface org.hibernate.testing.cleaner.JdbcConnectionContext.ConnectionFunction
 
apply(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
apply(MetadataSources) - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
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(Dialect) - Method in interface org.hibernate.testing.orm.junit.DialectFeatureCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.CurrentTimestampHasMicrosecondPrecision
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoubleQuoteQuoting
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.ForceLobAsLastValue
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.IsJtds
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportCatalogCreation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportDropConstraints
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportFollowOnLocking
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitAndOffsetCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportNoWait
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportNullPrecedence
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportPartitionBy
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCascadeDeleteCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCaseInsensitiveLike
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCharCodeConversion
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSchemaCreation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCircularCascadeDeleteCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsColumnCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCommentOn
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExistsInSelectCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExpectedLobUsagePattern
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFilterClause
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFormat
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFullJoin
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGroupByGroupingSets
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGroupByRollup
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsHypotheticalSetFunctions
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsIdentityColumns
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsInverseDistributionFunctions
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJdbcDriverProxying
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonAggregate
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonComponentUpdate
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLobValueChangePropogation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLockTimeouts
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsMedian
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNationalizedData
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNationalizedDataTypes
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNClob
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNoColumnInsert
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOffsetInSubquery
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOrderByInCorrelatedSubquery
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOrderByInSubquery
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsPadWithChar
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsParametersInInsertSelectCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRecursiveCtes
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRepeat
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsReplace
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSequences
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSkipLocked
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStandardArrays
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStringAggregation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStructAggregate
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStructuralArrays
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryAsLeftHandSideInPredicate
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryInOnClause
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryInSelect
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTemporaryTable
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTimezoneTypes
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTruncateTable
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTruncateThroughCast
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnion
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUpsertOrMerge
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsValuesListForInsert
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWindowFunctions
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWithTies
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesInputStreamToInsertBlob
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesStandardCurrentTimestampFunction
 
apply(ModelPart, QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
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, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
apply(QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
apply(QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
apply(QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
Apply the SQL AST sort-specifications associated with this ordering-expression
apply(QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
apply(QuerySpec, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.OrderByFragment
Apply the ordering to the given SQL AST
apply(QuerySpec, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
apply(TestDescriptor) - Method in class org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhancementPostDiscoveryFilter
 
apply(Statement, FrameworkMethod, Object) - Method in class org.hibernate.testing.junit4.ClassLoadingIsolater
 
APPLY_CONSTRAINTS - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
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
 
applyAdditionalPossibleHints(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.query.results.TableGroupImpl
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
applyAliases(RowLockStrategy, TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliases(RowLockStrategy, QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliasSpecificLockModeHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyAliasSpecificLockModeHint(String, Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
applyAnticipatedType(BindableType<?>) - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
applyArchiveDescriptorFactory(ArchiveDescriptorFactory) - Method in 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
 
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
 
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
 
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
Deprecated.
: No longer used internally
applyBatchFetchStyle(BatchFetchStyle) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
: an appropriate style is selected
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyBeanManager(Object) - Method in 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
 
applyCacheableHint(boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyCacheModeHint(CacheMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
applyCacheRegionHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
applyCacheSettings(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyCacheSettings(Metadata) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
applyCacheSettings(Metadata, boolean, String) - Static method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyClassLoader(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoader for use in classloading and resource lookup.
applyClassLoaderService(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoaderService for use in classloading and resource lookup.
applyCollation(Expression, String, SqlAstCreationState) - Static method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
applyCollectionsInDefaultFetchGroup() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
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
 
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
 
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
 
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
 
applyContactsModel(MetadataSources) - Static method in class org.hibernate.testing.orm.domain.animal.AnimalDomainModel
 
applyContactsModel(MetadataSources) - Static method in class org.hibernate.testing.orm.domain.contacts.ContactsDomainModel
 
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
 
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(NullPrecedence) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyDefaultNullPrecedence(NullPrecedence) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyDefaultNullPrecedence(NullPrecedence) - 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(NullPrecedence) - 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
 
applyDiscoveredAttributeConverters(ConverterRegistry) - Method in class org.hibernate.boot.model.internal.XMLContext
 
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
 
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
 
applyDomainModel(MetadataSources) - Method in class org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
 
applyDomainModel(MetadataSources) - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
Apply the model classes to the given MetadataSources
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
 
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
 
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
 
applyEventToListener(T, U, X) - Method in interface org.hibernate.event.service.spi.EventActionWithParameter
 
applyFetchGraph(RootGraph) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
applyFetchGraph(RootGraph) - Method in interface org.hibernate.query.Query
Apply the given graph using fetch semantics.
applyFetchJoins(Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, List<HbmResultSetMappingDescriptor.HbmFetchDescriptor>) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
applyFetchSizeHint(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, 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.
applyFirstResult(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
applyForeignKeys(Table, TableInformation, Dialect, Metadata, Formatter, ExecutionOptions, SqlStringGenerationContext, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
applyFragment(String, FilterImpl, 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
 
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
Apply the given graph using the given semantic
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
 
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(IndexView) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
applyIndexView(IndexView) - Method in interface org.hibernate.boot.MetadataBuilder
Allows specifying a specific Jandex index to use for reading annotation information.
applyIndexView(IndexView) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyInferableType(SqmExpressible) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
applyInferableType(SqmExpressible<?>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
applyInferableType(SqmExpressible<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
Used to apply type information based on the expression's usage within the query.
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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
 
applyInterception(Object) - Method in class org.hibernate.metamodel.internal.PojoInstantiatorImpl
 
applyInterception(Object) - Method in class org.hibernate.tuple.PojoInstantiator
Deprecated.
 
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
 
applyJdbcBatchingForVersionedEntities(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyJdbcBatchingForVersionedEntities(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
This setting controls whether versioned entities will be included in JDBC batching.
applyJdbcBatchingForVersionedEntities(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyJdbcBatchSize(int) - Method in 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
 
applyJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
applyJpaCacheRetrieveModeHint(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyJpaCacheStoreModeHint(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyJpaCompliance(String) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
applyJpaCompliance(String, SemanticQueryBuilder<?>) - Static method in class org.hibernate.query.hql.internal.SqmTreeCreationHelper
Handle JPA requirement that variables (aliases) be case-insensitive
applyJpaFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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, AbstractEntityPersister, 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
 
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.Query
Apply the given graph using load semantics.
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.DialectDelegateWrapper
 
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
 
applyManagedClassNames(String...) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
applyMappingFiles(String...) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
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
 
applyMaxResults(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyMetadataBuilder(MetadataBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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
 
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
 
applyNaturalIdAttribute(PersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
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
 
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
 
applyOnlyLoadByKeyFilters() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
applyOnlyLoadByKeyFilters() - Method in class org.hibernate.query.results.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
 
applyOptimisticLocking(MutationGroupBuilder, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyOptimisticLocking(TableUpdateBuilderStandard<MutationOperation>, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
applyOptions(NamedCallableQueryMemento) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
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
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
applyPredicate(Predicate) - Method in class org.hibernate.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 class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
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
 
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.jpa.internal.util.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
 
applyQueryPlanCacheableHint(boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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.AbstractSqmQualifiedJoin
 
applyRestrictions(PersistentCollection<?>, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
 
applyResultListTransformer(ResultListTransformer<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyResultSetMapping(NamedResultSetMappingDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
applyRetailModel(MetadataSources) - Static method in class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
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
 
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
 
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.
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<?, ?>) - Static method in class org.hibernate.testing.util.ServiceRegistryUtil
 
applySettings(Map<Object, Object>) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
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.
applySettings(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
applySettings(StandardServiceRegistryBuilder) - Static method in class org.hibernate.testing.util.ServiceRegistryUtil
 
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
 
applySourceProcessOrdering(MetadataSourceType...) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
Deprecated.
applySourceProcessOrdering(MetadataSourceType...) - Method in interface org.hibernate.boot.MetadataBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
hbm.xml mappings are no longer supported, making this irrelevant
applySourceProcessOrdering(MetadataSourceType...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
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
 
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.derived.AnonymousTupleBasicValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.query.derived.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.derived.AnonymousTupleBasicValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.query.derived.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
 
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(org.hibernate.resource.jdbc.spi.StatementInspector)
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
 
applyTableCheck(Table, StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
applyTableTypeString(StringBuilder) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
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
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies how temporary tables should be created or dropped with respect to transaction handling.
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
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.JaxbFilterDef
 
applyToLoadByKey() - Method in annotation type org.hibernate.annotations.FilterDef
Specifies that the filter should be applied to operations which fetch an entity by its identifier.
applyToProperties(Properties, Object...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
applyTupleTransformer(TupleTransformer<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
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
 
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 Where restrictions
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.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
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
Deprecated, for removal: This API element is subject to removal in a future version.
ArchiveContext - Interface in org.hibernate.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveContextImpl(boolean, ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
archiveDescriptor - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
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.
ArchiveDescriptorInfo(ArchiveDescriptor, boolean) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveEntry - Interface in org.hibernate.boot.archive.spi
Represent an entry in the archive.
ArchiveEntryHandler - Interface in org.hibernate.boot.archive.spi
Handler for archive entries, based on the classified type of the entry
ArchiveException - Exception in org.hibernate.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveHelper - Class in org.hibernate.boot.archive.internal
Helper for dealing with archives
area - 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.HSQLSqlAstTranslator
 
areAllResultsPlainParametersOrStringLiterals(CaseSimpleExpression) - Method in class org.hibernate.dialect.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 class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
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 class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
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(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
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.derived.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 interface org.hibernate.metamodel.model.domain.BasicDomainType
 
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
 
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.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(SqmExpressible<?>, SqmExpressible<?>, SessionFactoryImplementor) - 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.
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 JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Class<Y>, List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(Class<Y>, List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
array(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
array(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array - Annotation Type 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 - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <array/> element
ARRAY - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ARRAY - org.hibernate.metamodel.CollectionClassification
An Object or primitive array.
ARRAY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type ARRAY.
array_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQL array() constructor function
array_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array() constructor function
array_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array() constructor function
array_spanner() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Google Spanner array() constructor function
arrayAgg(JpaOrder, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, Expression<? extends T>) - Method in 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
 
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
 
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
 
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
 
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.
Replaced with #arrayIncludes(Expression, T[])
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
 
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.
Replaced with #arrayIncludes(T[], Expression)
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
 
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
 
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.
Replaced with #arrayIncludesNullable(Expression, T[])
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
 
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.
Replaced with #arrayIncludesNullable(T[], Expression)
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
 
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
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
 
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
A mutability plan for arrays.
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
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
 
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.
Replaced with #arrayIntersects(Expression, T[])
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
 
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.
Replaced with #arrayIntersects(T[], Expression)
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
 
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
 
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.
Replaced with #arrayIntersectsNullable(Expression, T[])
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
 
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.
Replaced with #arrayIntersectsNullable(T[], Expression)
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
 
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_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(SqmExpressible<?>[]) - 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
 
ARTEFACT_PROCESSING_ORDER - Static variable in class org.hibernate.cfg.Configuration
Deprecated, for removal: This API element is subject to removal in a future version.
ARTIFACT_PROCESSING_ORDER - Static variable in interface org.hibernate.cfg.MappingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
hbm.xml mappings are no longer supported, making this attribute irrelevant
as(Class) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
as(Class<X>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
as(Class<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
AS - 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.NakedIdentifierContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
AS_NEEDED - org.hibernate.ConnectionAcquisitionMode
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 - org.hibernate.spatial.SpatialFunction
Deprecated.
The asBinary function, cfr.
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 class 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(SingularAttribute<T, ?>) - Static method in class 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 class 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 - 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
 
asElement(TypeMirror) - Static method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
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 - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asewkt - 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 - 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
 
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
asMap(Object[]) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
asMetaAttribute() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
asPairs(Map<String, String>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
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)
asSelfDirtinessTrackerOrNull(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
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.type.EnumType
Deprecated.
 
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 class org.hibernate.usertype.StaticUserTypeSupport
 
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.SerializableToBlobType
 
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, EventSource) - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Assemble the previously disassembled state represented by this entry into the given entity instance.
assemble(PersistentCollection<?>, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Assembles the collection from the cached state.
assemble(RowProcessingState) - Method in 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 - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply in-memory duplication checks, throwing a HibernateException when duplicates are found
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
assertAssignable(String, SqmPath<?>, SqmTypedNode<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertClassAssignability(Class<?>, Class<?>) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.orm.junit.ExtraAssertions
 
assertComparable(Expression<?>, Expression<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertDuration(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.internal.TypecheckUtil
 
assertExecuted(String) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertExecuted(String) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
assertExecutedCount(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertExecutedCount(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
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.
assertIsInsert(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertIsSelect(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertIsUpdate(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertJdbcTypeCode(int[], int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.orm.junit.ExtraAssertions
 
assertNoLeaks() - Method in class org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
 
assertNoLeaks() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
assertNoUpdate() - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertNumberOfJoins(int, int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertNumberOfJoins(int, SqlAstJoinType, int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertNumberOfOccurrenceInQuery(int, String, int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
assertNumberOfOccurrenceInQueryNoSpace(int, String, int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
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
 
assertTyping(Class<T>, Object) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
 
assertTyping(Class<T>, Object) - Static method in class org.hibernate.testing.orm.junit.ExtraAssertions
 
assertUpdate() - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
asSessionImplementor() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
asSessionImplementor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Cast this object to SessionImplementor, if possible.
Assignable - Interface in org.hibernate.sql.ast.tree.update
 
AssignableMatcher - Class in org.hibernate.testing.hamcrest
 
AssignableMatcher(Class<?>) - Constructor for class org.hibernate.testing.hamcrest.AssignableMatcher
 
assignableTo(Class) - Static method in class org.hibernate.testing.hamcrest.AssignableMatcher
 
assignCheckConstraintsToTable(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.mapping.PersistentClass
 
Assigned - Class in org.hibernate.id
An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
assignment() - Method in class org.hibernate.grammars.hql.HqlParser
 
assignment() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
assignment(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
Assignment - Class in org.hibernate.sql.ast.tree.update
 
Assignment(Assignable, Expression) - Constructor for class org.hibernate.sql.ast.tree.update.Assignment
 
AssignmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
assignments - Variable in class org.hibernate.sql.Update
 
association - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
association - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
 
association() - Method in annotation type 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.
AssociationAttribute - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for association attributes (to-one and plural mappings)
AssociationKey - Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey - Class in org.hibernate.metamodel.mapping
Used as part of circularity detection
AssociationKey(String, List<String>) - Constructor for class org.hibernate.metamodel.mapping.AssociationKey
 
AssociationKey(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
Constructs an AssociationKey
associationOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
associationOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
associationOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
associationOverride - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
associationOverride - Variable in class org.hibernate.processor.xml.jaxb.Embedded
 
associationOverride - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
AssociationOverride - Class in org.hibernate.processor.xml.jaxb
 
AssociationOverride() - Constructor for class org.hibernate.processor.xml.jaxb.AssociationOverride
 
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
Cast this object to StatelessSession, if possible.
asStatelessSession() - Method in class org.hibernate.internal.StatelessSessionImpl
 
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 - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
assvgaggr - 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 - org.hibernate.spatial.SpatialFunction
Deprecated.
The asText function, cfr.
aswkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
aswkt - 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
 
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 - 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 - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
AttributeAccessor - Annotation Type in org.hibernate.annotations
Specifies an attribute access strategy to use.
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 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 Type in org.hibernate.annotations
Associates a user-defined annotation with an AttributeBinder, allowing the annotation to drive some custom model binding.
AttributeClassification - Enum in org.hibernate.metamodel
AttributeContainer - Interface in org.hibernate.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, XAnnotatedElement) - Constructor for class org.hibernate.boot.model.internal.AttributeConversionInfo
 
AttributeConversionInfo(Class<? extends AttributeConverter<?, ?>>, boolean, String, XAnnotatedElement) - Constructor for class org.hibernate.boot.model.internal.AttributeConversionInfo
 
AttributeConverterDefinitionCollector - Interface in org.hibernate.boot.model.internal
Deprecated, for removal: This API element is subject to removal in a future version.
AttributeConverterInfo - Interface in org.hibernate.boot
Deprecated, for removal: This API element is subject to removal in a future version.
no longer used
AttributeConverterManager - Class in org.hibernate.boot.model.convert.internal
 
AttributeConverterManager() - Constructor for class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
AttributeConverterMutabilityPlanImpl<T> - 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, 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
 
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.JaxbConvert
 
attributeName - Variable in class org.hibernate.processor.xml.jaxb.Convert
 
attributeName(ModelPart) - Static method in class org.hibernate.query.results.ResultsHelper
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
attributeNode(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
AttributeNode<J> - Interface in org.hibernate.graph
Extends the JPA-defined AttributeNode with additional operations.
AttributeNodeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
AttributeNodeImpl<J> - Class in org.hibernate.graph.internal
Implementation of AttributeNode.
AttributeNodeImpl(PersistentAttribute<X, J>, boolean) - Constructor for class org.hibernate.graph.internal.AttributeNodeImpl
 
AttributeNodeImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the AttributeNode contract
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
attributeOverride - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
attributeOverride - Variable in class org.hibernate.processor.xml.jaxb.Embedded
 
attributeOverride - Variable in class org.hibernate.processor.xml.jaxb.EmbeddedId
 
attributeOverride - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
AttributeOverride - Class in org.hibernate.processor.xml.jaxb
 
AttributeOverride() - Constructor for class org.hibernate.processor.xml.jaxb.AttributeOverride
 
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributePath - Class in org.hibernate.boot.model.source.spi
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributePath() - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributePath(AttributePath, String) - Constructor for class org.hibernate.boot.model.source.spi.AttributePath
 
AttributePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributeQualifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
attributeResult(String, SingularAttribute<?, ?>) - Static method in class org.hibernate.query.results.Builders
 
attributeResult(String, String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
AttributeRole - Class in org.hibernate.boot.model.source.spi
An attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).
AttributeRole(String) - Constructor for class org.hibernate.boot.model.source.spi.AttributeRole
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
attributes - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
attributes - Variable in class org.hibernate.processor.xml.jaxb.Embeddable
 
attributes - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
attributes - Variable in class org.hibernate.processor.xml.jaxb.MappedSuperclass
 
attributes() - Method in annotation type org.hibernate.annotations.Struct
The ordered set of attributes of the UDT, as they appear physically in the DDL.
Attributes - Class in org.hibernate.processor.xml.jaxb
This element contains the entity field or property mappings.
Attributes() - Constructor for class org.hibernate.processor.xml.jaxb.Attributes
 
AttributesContainer - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for commonality between things which contain attributes.
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 Type in org.hibernate.envers
When applied to a class, indicates that all of its properties should be audited.
AUDITED - 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() - Method in annotation type org.hibernate.envers.AuditOverride
New AuditJoinTable used for this field (or property).
AuditJoinTable - Annotation Type 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 Type 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 Type 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 Type 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() - Method in annotation type 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 Type 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
augmentConfigurationSettings(Properties) - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
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.DialectDelegateWrapper
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
AUTO - org.hibernate.annotations.CacheLayout
Uses either CacheLayout.SHALLOW or CacheLayout.FULL, depending on whether an entity or collection is second level cacheable.
AUTO - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.AUTO.
AUTO - org.hibernate.annotations.TimeZoneStorageType
Stores the time zone either with TimeZoneStorageType.NATIVE if Dialect.getTimeZoneSupport() is TimeZoneSupport.NATIVE, otherwise uses the TimeZoneStorageType.COLUMN strategy.
AUTO - org.hibernate.annotations.UuidGenerator.Style
AUTO - org.hibernate.boot.beanvalidation.ValidationMode
 
AUTO - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
AUTO - 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 - org.hibernate.processor.xml.jaxb.GenerationType
 
AUTO - org.hibernate.processor.xml.jaxb.PersistenceUnitValidationModeType
 
AUTO - org.hibernate.sql.exec.spi.JdbcLockStrategy
Use a dialect specific check to determine how to apply locks.
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.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 - 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.JaxbHbmFilter
 
AutoApplicableConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Contract for handling auto-apply checks for JPA AttributeConverters
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.JaxbConverter
 
autoApply - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
 
autoApply - Variable in class org.hibernate.processor.xml.jaxb.Converter
 
autoApply() - Method in annotation type org.hibernate.annotations.ConverterRegistration
Should the registered converter be auto applied for converting values of its reported domain type?
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, which the built-in implementations do, except for DatasourceConnectionProviderImpl.
autoCommitMode - Variable in class org.hibernate.engine.jdbc.connections.internal.DatabaseConnectionInfoImpl
 
autoCommitMode(boolean) - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoEnabled() - Method in annotation type org.hibernate.annotations.FilterDef
Specifies that the filter auto-enabled, so that it is not necessary to call Session.enableFilter(String).
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
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>) - Method in class org.hibernate.internal.StatelessSessionImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>, boolean) - Method in class org.hibernate.internal.SessionImpl
 
autoFlushWillNotWork() - Method in interface org.hibernate.internal.CoreMessageLogger
 
AutoGenerationTypeStrategy - Class in org.hibernate.id.factory.internal
 
AutoGenerationTypeStrategy() - Constructor for class org.hibernate.id.factory.internal.AutoGenerationTypeStrategy
 
autoImport - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
autoImport - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
autoImport - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
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
 
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.JpaOrmXmlEventReader.BadVersionException
 
BadVersionException(String) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.MappingEventReader.BadVersionException
 
bag - Variable in class org.hibernate.collection.spi.PersistentBag
 
bag() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent bags of a given element type.
Bag - Class in org.hibernate.mapping
A mapping model object representing a collection of type Collection which may contain duplicates.
Bag - Annotation Type 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 - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <bag/> element
BAG - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
BAG - org.hibernate.metamodel.CollectionClassification
A non-unique, unordered collection.
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() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
The starting index value.
BASE - Static variable in annotation type 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, MetadataContext) - 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
 
BaseCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase
BaseCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
BaseCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
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
 
BaselineSessionEventsListenerBuilder(boolean, Class<? extends SessionEventListener>) - Constructor for class org.hibernate.internal.BaselineSessionEventsListenerBuilder
 
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
 
BaseNonConfigCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
Applies functional testing logic for core Hibernate testing on top of BaseUnitTestCase.
BaseNonConfigCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
BaseNonConfigCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
 
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
A no-op implementation of SessionEventListener.
BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
 
BaseSessionFactoryFunctionalTest - Class in org.hibernate.testing.orm.junit
Template (GoF pattern) based abstract class for tests bridging the legacy approach of SessionFactory building as a test fixture
BaseSessionFactoryFunctionalTest() - Constructor for class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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
 
BaseTransactionIsolationConfigTest - Class in org.hibernate.testing.common.connections
 
BaseTransactionIsolationConfigTest() - Constructor for class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
BaseUnitTest - Annotation Type in org.hibernate.testing.orm.junit
 
BaseUnitTestCase - Class in org.hibernate.testing.junit4
The base unit test adapter.
BaseUnitTestCase() - Constructor for class org.hibernate.testing.junit4.BaseUnitTestCase
 
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 - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
basic - Variable in class org.hibernate.processor.xml.jaxb.Attributes
 
basic - Variable in class org.hibernate.processor.xml.jaxb.EmbeddableAttributes
 
Basic - Class in org.hibernate.processor.xml.jaxb
 
Basic() - Constructor for class org.hibernate.processor.xml.jaxb.Basic
 
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are basic, simple values.
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The collection indexes are basic, simple values.
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
BASIC - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
BASIC - org.hibernate.engine.jdbc.internal.FormatStyle
Formatting for SELECT, INSERT, UPDATE and DELETE statements
BASIC - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is supported only in WHERE ... LIKE
BASIC - org.hibernate.metamodel.AttributeClassification
 
BASIC - org.hibernate.metamodel.ValueClassification
The mapped value is a basic value (String, Date, etc).
BASIC - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
BASIC - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
Deprecated.
BASIC - Static variable in class org.hibernate.processor.util.Constants
 
BASIC_ARRAY_TYPES - Static variable in class org.hibernate.processor.util.Constants
 
BASIC_REPOSITORY - Static variable in class org.hibernate.processor.util.Constants
 
BASIC_TYPES - Static variable in class org.hibernate.processor.util.Constants
 
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
 
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.JaxbAttributes
 
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
BasicBatchKey - Class in org.hibernate.engine.jdbc.batch.internal
Normal implementation of BatchKey
BasicBatchKey(String) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
Constructs a BasicBatchKey with Expectations.NONE
BasicBatchKey(String, Expectation) - Constructor for class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
Constructs a BasicBatchKey
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() - Method in annotation type org.hibernate.annotations.TypeRegistration
The basic type described by the TypeRegistration.userType().
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
 
BasicCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
Deprecated.
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
 
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
 
BasicEntity - Class in org.hibernate.testing.orm.domain.gambit
 
BasicEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
BasicEntity(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
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
 
BasicEntityPropertyMapping - Class in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by EntityMappingType
BasicEntityPropertyMapping(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.BasicEntityPropertyMapping
Deprecated.
 
BasicExpectation(int) - Constructor for class org.hibernate.jdbc.Expectations.BasicExpectation
Deprecated.
 
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
 
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
 
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
 
BasicParamExpectation(int, int) - Constructor for class org.hibernate.jdbc.Expectations.BasicParamExpectation
Deprecated.
 
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(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.insert.BasicSelectingDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
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
 
BasicTestingJdbcServiceImpl - Class in org.hibernate.testing.boot
Implementation of the JdbcServices contract for use by tests.
BasicTestingJdbcServiceImpl() - Constructor for class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
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 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
 
BasicValuedFetchBuilder - Interface in org.hibernate.query.results
 
BasicValuedMapping - Interface in org.hibernate.metamodel.mapping
Any basic-typed ValueMapping.
BasicValuedModelPart - Interface in org.hibernate.metamodel.mapping
Describes a ModelPart which is a basic value, either a Basic attribute a basic-valued collection part
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
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Represents a batch of statements to be executed together.
BATCH - org.hibernate.engine.FetchStyle
Initializes a number of indicated data items (entities or collections) in a series of grouped sql selects using an in-style sql restriction to define the batch size.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.FetchSettings
Deprecated.
An appropriate batch-fetch style is selected automatically
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_STRATEGY - Static variable in interface org.hibernate.cfg.BatchSettings
Deprecated.
BATCH_VERSIONED_DATA - Static variable in interface org.hibernate.cfg.BatchSettings
When enabled, specifies that versioned data should be included in batching.
batchBuilder - Variable in class org.hibernate.internal.FastSessionServices
 
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
 
batchContainedStatementsOnRelease() - Method in interface org.hibernate.internal.CoreMessageLogger
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.
BatchFetchQueueHelper - Class in org.hibernate.engine.internal
 
BatchFetchStyle - Enum in org.hibernate.loader
Deprecated.
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.JaxbEntity
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
batchSize - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
BatchSize - Annotation Type in org.hibernate.annotations
Specifies a maximum batch size for batch fetching of the annotated entity or collection.
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 - Interface in org.hibernate.resource.beans.container.spi
Represents a backend "bean container" - CDI, Spring, etc
BeanContainer.LifecycleOptions - Interface in org.hibernate.resource.beans.container.spi
 
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.
beanManagerButCdiNotAvailable(Object) - Method in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
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
Constructor used in an environment where validator factory is injected (JPA2).
BeanValidationIntegrator - Class in org.hibernate.boot.beanvalidation
In Integrator for Bean Validation.
BeanValidationIntegrator() - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
Deprecated.
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDelete
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDeleteAll
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLInsert
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLOrder
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLRestriction
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLSelect
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLUpdate
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
Deprecated.
 
before() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
BEFORE - 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 - org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just before the session is flushed
BEFORE_INSERT_AFTER_DELETE - org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just before the insertion of the parent entity and just after deletion
BEFORE_MERGE - 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 - org.hibernate.engine.internal.CascadePoint
A cascade point that occurs just after locking a transient parent entity into the session cache
BEFORE_TRANSACTION_COMPLETION - 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 class org.hibernate.type.SerializableToBlobType
 
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
 
BeforeClassCallbackHandler - Class in org.hibernate.testing.junit4
 
BeforeClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
BeforeClassOnce - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 along with one of the Hibernate ORM's class-level test annotations (BaseUnitTest, SessionFactory, Jpa, SessionFactoryFunctionalTesting, ServiceRegistryFunctionalTesting, ...) and BeforeAll. Alternatively to the Hibernate ORM test annotations, you can use @TestInstance(TestInstance.Lifecycle.PER_CLASS) directly on your test.
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.
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.NotImplementedYetExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
Call this before beginning a two-phase load
beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this before beginning a two-phase load
beforeQuery() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
beforeQueryHandlingFetchProfiles() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
beforeScript(ScriptSourceInput) - Method in interface org.hibernate.tool.schema.internal.exec.GenerationTarget
Called just before a script is executed using one or more calls to GenerationTarget.accept(String).
beforeScript(ScriptSourceInput) - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
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.
beforeTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
beforeTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionConsumer
Before transaction completion function
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionFunction
Before transaction completion function
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionFunction
Before transaction completion function
beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionVoidFunction
Before transaction completion function
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 in org.hibernate.query.sqm.mutation.internal.temptable
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.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
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.internal.EmptyEventManager
 
beginCacheGetEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginCachePutEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginCachePutEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginDirtyCalculationEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginDirtyCalculationEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginFlushEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginFlushEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginJdbcBatchExecutionEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginJdbcBatchExecutionEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginJdbcConnectionAcquisitionEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginJdbcConnectionAcquisitionEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginJdbcConnectionReleaseEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginJdbcConnectionReleaseEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginJdbcPreparedStatementCreationEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginJdbcPreparedStatementCreationEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginJdbcPreparedStatementExecutionEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginJdbcPreparedStatementExecutionEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginPartialFlushEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginPartialFlushEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginPrePartialFlush() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginPrePartialFlush() - Method in interface org.hibernate.event.spi.EventManager
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
beginRequest() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
beginSessionClosedEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginSessionClosedEvent() - Method in interface org.hibernate.event.spi.EventManager
 
beginSessionOpenEvent() - Method in class org.hibernate.event.internal.EmptyEventManager
 
beginSessionOpenEvent() - Method in interface org.hibernate.event.spi.EventManager
 
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(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
 
biDirectionalAssociationManagement() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
 
BiDirectionalFetch - Interface in org.hibernate.sql.results.graph
 
BIG_DECIMAL - 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 - 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 - 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 - 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 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.
BinaryStreamImpl - Class in org.hibernate.engine.jdbc.internal
Implementation of BinaryStream
BinaryStreamImpl(byte[]) - Constructor for class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
Constructs a BinaryStreamImpl
bind() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
bind() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
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 - 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.
BindableMappingDescriptor - Interface in org.hibernate.boot.jaxb.spi
Common type for things that can get be bound to a Binding for mapping documents.
BindableType<J> - Interface in org.hibernate.query
Types that can be used to handle binding Query parameters
bindAsParam - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTenantId
 
bindAsParameter() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
bindClass(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
Bind an annotated class.
bindCollection(PropertyHolder, Nullability, PropertyData, Map<String, IdentifierGeneratorDefinition>, EntityBinder, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>, XProperty, 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
 
bindConcreteProxy() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
bindDefaults(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
bindEmbeddable(PropertyData, PropertyHolder, AccessType, EntityBinder, boolean, MetadataBuildingContext, boolean, boolean, Map<XClass, InheritanceState>, String, String, Class<? extends EmbeddableInstantiator>, Class<? extends CompositeUserType<?>>, AnnotatedJoinColumns, AnnotatedColumns) - Static method in class org.hibernate.boot.model.internal.EmbeddableBinder
 
bindEntity() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
bindEntityClass(XClass, Map<XClass, InheritanceState>, Map<String, IdentifierGeneratorDefinition>, 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() - Method in annotation type org.hibernate.annotations.AttributeBinderType
 
binder() - Method in annotation type org.hibernate.annotations.TypeBinderType
 
Binder<T> - Interface in org.hibernate.boot.jaxb.spi
Contract for performing JAXB binding.
Binder - Interface in org.hibernate.id.insert
 
BinderHelper - Class in org.hibernate.boot.model.internal
 
bindFetchProfilesForClass(XClass, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindFetchProfilesForPackage(ClassLoaderService, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindFiltersInHierarchy() - Method in class org.hibernate.boot.model.internal.EntityBinder
Process the filters defined on the given class, as well as all filters defined on the MappedSuperclass(es) in the inheritance hierarchy
bindForeignKey(PersistentClass, PersistentClass, AnnotatedJoinColumns, SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.TableBinder
 
bindForeignKeyNameAndDefinition(SimpleValue, XProperty, 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
 
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.query.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
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the offset/limit clause come at the start of the SELECT statement, or at the end of the query?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Usually, the offset comes before the limit, but occasionally the offset is specified after the limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
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
 
bindNativeQueries(NamedNativeQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQueries(NamedNativeQueries, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQuery(String, SQLSelect, XClass, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindNativeQuery(NamedNativeQuery, MetadataBuildingContext) - 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
 
bindProxy() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
bindQueries(NamedQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindQueries(XAnnotatedElement, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindQueries(NamedQueries, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext, boolean) - 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) - 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
 
bindSqlResultSetMappings(SqlResultSetMappings, 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
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.IdBagBinder
 
bindTable(String, String, String, UniqueConstraint[], String, String, InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
bindTableForDiscriminatedSubclass(String) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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
 
bindWhere() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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
 
BitronixJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
BitronixJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
bitxor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
BLACK - org.hibernate.testing.orm.domain.gambit.Shirt.Color
 
BLOB - 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
 
BlobAndClobCreator - Class in org.hibernate.engine.jdbc.env.internal
LobCreator which can use Connection.createBlob() and Connection.createClob(), but NClob references are created locally.
BlobAndClobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
BlobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Blob instances..
BlobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Blob handling.
BlobJavaType() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType
 
BlobJavaType.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BlobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BLOB handling.
BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
BlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of representing Blob objects.
BLUE - org.hibernate.testing.orm.domain.gambit.Shirt.Color
 
BOOLEAN - org.hibernate.query.sqm.CastType
 
BOOLEAN - org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates that the argument should be of type SqlTypes.BOOLEAN or a logical expression (predicate)
BOOLEAN - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
BOOLEAN - Static variable in class org.hibernate.type.SqlTypes
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
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 - Class in org.hibernate.testing.boot
 
BootstrapContextImpl() - Constructor for class org.hibernate.testing.boot.BootstrapContextImpl
 
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.
BootstrapServiceRegistry - Annotation Type in org.hibernate.testing.orm.junit
Used to define the bootstrap ServiceRegistry to be used for testing.
BootstrapServiceRegistry.JavaService - Annotation Type in org.hibernate.testing.orm.junit
 
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.
BootstrapServiceRegistryProducer - Interface in org.hibernate.testing.orm.junit
Producer of BootstrapServiceRegistry
BorlandEnterpriseServerJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
BorlandEnterpriseServerJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
BOTH - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Both catalog and schema are supported.
BOTH - org.hibernate.query.sqm.TrimSpec
 
BOTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BOTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BOTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BOTH() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
bothHibernateAndC3p0StylesSet(String, String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (WARN) about conflicting hibernate.c3p0.XYZ and c3p0.XYZ settings
BottomType - Class in org.hibernate.type
A type that is assignable to every non-primitive type, that is, the type of null.
boundary - 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 in org.hibernate.internal.util.collections
 
BoundedConcurrentHashMap.EvictionPolicy<K,​V> - Interface in org.hibernate.internal.util.collections
 
boundEjb3ConfigurationToJndiName(String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
BOXED_VOID - Static variable in class org.hibernate.processor.util.Constants
 
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 - 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.derived.AnonymousTupleBasicValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.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 org.hibernate.query.sqm.ComparisonOperator
 
buffer - 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.OverriddenMappingDefaults.Builder
 
build() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
build() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
build() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Build the bootstrap registry.
build() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Build and return the StandardServiceRegistry.
build() - Method in interface org.hibernate.boot.SessionFactoryBuilder
After all options have been set, build the SessionFactory.
build() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
build() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
build() - Method in class org.hibernate.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.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections.Builder
 
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.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 class org.hibernate.testing.orm.logger.LoggerInspectionExtension.LoggerInspectionRuleBuilder
 
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(SessionFactoryImplementor) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
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(XClass) - 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
 
buildBaseConfiguration() - Static method in class org.hibernate.testing.env.TestingDatabaseInfo
 
buildBaseline() - Method in class org.hibernate.internal.BaselineSessionEventsListenerBuilder
 
buildBaselineList() - Method in class org.hibernate.internal.BaselineSessionEventsListenerBuilder
 
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
 
buildBootstrapServiceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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
 
buildColumnFromAnnotation(OrderColumn, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.IndexColumn
JPA 2 @OrderColumn processing.
buildColumnFromAnnotation(IndexColumn, PropertyHolder, PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.IndexColumn
Legacy @IndexColumn processing.
buildColumnFromNoAnnotation(FractionalSeconds, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
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.
buildConnection() - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
buildConnectionProvider() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(boolean) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(String, Map<String, String>) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
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
 
buildDataSourceConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
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
 
buildDeleteTranslator(SessionFactoryImplementor, DeleteStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildDeleteTranslator(SessionFactoryImplementor, DeleteStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
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.
buildDialect(Map<String, Object>, DialectResolutionInfoSource) - Method in class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
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 class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
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
 
buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
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
 
buildEntityAssembler(EntityInitializer<?>) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
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 class org.hibernate.testing.orm.logger.LoggerInspectionExtension
 
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.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.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
Builder(String) - Constructor for class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
Builder(Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.IndexInformationImpl.Builder
 
Builder(MappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
Builder(MappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
Builder(MappingDefaults) - Constructor for class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
Builder(ConnectionCreator, boolean) - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections.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(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
 
Builders() - Constructor for class org.hibernate.query.results.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
 
buildExecutionOptions(Map<String, Object>, SchemaFilter, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
Deprecated, for removal: This API element is subject to removal in a future version.
buildExtendedReturn() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
buildExtendedReturn() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.BasicValuedFetchBuilder
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.FetchBuilder
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
buildFetch(FetchParent, Fetchable, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
buildFormulaFromAnnotation(Formula, 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
buildGenerators(XAnnotatedElement, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Deprecated, for removal: This API element is subject to removal in a future version.
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, 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.AbstractHANADialect
Deprecated.
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.CockroachDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DB2Dialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DerbyDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
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
 
buildInheritanceJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, AnnotatedJoinColumns, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
Called for InheritanceType.JOINED entities.
buildInheritanceStates(List<XClass>, 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
 
buildInsertTranslator(SessionFactoryImplementor, InsertStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildInsertTranslator(SessionFactoryImplementor, InsertStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
buildIsolatedClassLoader() - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
buildIsolatedClassLoader() - Method in interface org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension.IsolatedClassLoaderProvider
 
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
 
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Deprecated.
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
buildLockRequest(LockOptions) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
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.
buildModelTypePool(ClassFileLocator, CoreTypePool, SafeCacheProvider) - Static method in class org.hibernate.bytecode.enhance.internal.bytebuddy.ModelTypePool
The more advanced strategy to construct a new ModelTypePool, allowing customization of all its aspects.
buildMultiIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
buildNamedEntityGraph(List<JaxbNamedEntityGraph>, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
buildNamedNativeQueries(List<JaxbNamedNativeQuery>, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
buildNamedQueries(List<JaxbNamedQuery>, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
buildNamedQuery(String, Class<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
buildNamedQuery(String, Function<NamedSqmQueryMemento, Q>, Function<NamedNativeQueryMemento, Q>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.MetadataImpl
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildNamedStoreProcedureQueries(List<JaxbNamedStoredProcedureQuery>, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
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
 
buildPersistenceUnitDescriptor() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
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.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(XClass, PersistentClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
 
buildPropertyHolder(Collection, String, XClass, XProperty, 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<XClass, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(PersistentClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyHolderBuilder
May only be called during the second pass phase.
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
 
buildResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.dynamic.DynamicResultBuilderEntity
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitResultClassBuilder
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilder
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderBasicValued
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEmbeddable
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEntityValued
 
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
 
buildSafeClassName(String, String) - Static method in class org.hibernate.boot.model.internal.XMLContext
 
buildSafeClassName(String, XMLContext.Default) - Static method in class org.hibernate.boot.model.internal.XMLContext
 
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
 
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
 
buildSequenceGeneratorAnnotation(JaxbSequenceGenerator) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
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() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Map<String, Object>) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Properties) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(BootstrapServiceRegistry, Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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.
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 class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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
 
buildSettings() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
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
 
buildSqlCreateIndexString(SqlStringGenerationContext, String, Table, List<Column>, Map<Column, String>, boolean, Metadata) - Static method in class org.hibernate.mapping.Index
Deprecated, for removal: This API element is subject to removal in a future version.
This method will be removed in the next release
buildSqlCreateIndexString(Dialect, String, String, List<Column>, Map<Column, String>, boolean) - Static method in class org.hibernate.mapping.Index
Deprecated, for removal: This API element is subject to removal in a future version.
This method will be removed in the next release
buildSqlDropIndexString(String, String) - Static method in class org.hibernate.mapping.Index
Deprecated, for removal: This API element is subject to removal in a future version.
This method will be removed in the next release
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.CockroachDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DerbyDialect
 
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.DialectDelegateWrapper
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HSQLDialect
 
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
 
buildSqlResultSetMappings(List<JaxbSqlResultSetMapping>, XMLContext.Default, ClassLoaderAccess) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
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
 
buildTableGeneratorAnnotation(JaxbTableGenerator, XMLContext.Default) - Static method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
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
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.Options) - Method in class org.hibernate.testing.jta.TestingJtaTransactionCoordinatorBuilder
 
buildTranslator(SessionFactoryImplementor, Statement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
Consolidated building of a translator for all Query cases
buildTuple() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
buildUnloadedProxy(Class<?>, Class<?>[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
buildUnloadedProxy(TypePool, TypeDefinition, Collection<? 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
 
buildUpdateTranslator(SessionFactoryImplementor, UpdateStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildUpdateTranslator(SessionFactoryImplementor, UpdateStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
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 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 class 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 class 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, NullPrecedence) - Static method in class 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 class 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 class 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, NullPrecedence) - Static method in class 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 class 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 class 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, NullPrecedence) - Static method in class 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 org.hibernate.loader.BatchFetchStyle
Deprecated.
 
byName(String) - Static method in enum org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byNaturalId(Class<T>) - Method in 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 - 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
 
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.
BYTECODE_PROVIDER_NAME_DEFAULT - Static variable in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated with no replacement
BYTECODE_PROVIDER_NAME_NONE - 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.
BytecodeEnhanced - Annotation Type in org.hibernate.testing.bytecode.enhancement.extension
 
BytecodeEnhancedEngineDescriptor - Class in org.hibernate.testing.bytecode.enhancement.extension.engine
 
BytecodeEnhancedEngineDescriptor(UniqueId, JupiterConfiguration) - Constructor for class org.hibernate.testing.bytecode.enhancement.extension.engine.BytecodeEnhancedEngineDescriptor
 
BytecodeEnhancedTestEngine - Class in org.hibernate.testing.bytecode.enhancement.extension.engine
 
BytecodeEnhancedTestEngine() - Constructor for class org.hibernate.testing.bytecode.enhancement.extension.engine.BytecodeEnhancedTestEngine
 
BytecodeEnhancedTestEngine.Context - Class in org.hibernate.testing.bytecode.enhancement.extension.engine
 
BytecodeEnhancementExtension - Class in org.hibernate.testing.bytecode.enhancement.extension
 
BytecodeEnhancementExtension() - Constructor for class org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhancementExtension
 
bytecodeEnhancementFailed(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
bytecodeEnhancementFailedBecauseOfDefaultConstructor(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
bytecodeEnhancementFailedUnableToGetPrivateLookupFor(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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
BytecodeEnhancementPostDiscoveryFilter - Class in org.hibernate.testing.bytecode.enhancement.extension
 
BytecodeEnhancementPostDiscoveryFilter() - Constructor for class org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhancementPostDiscoveryFilter
 
BytecodeEnhancerRunner - Class in org.hibernate.testing.bytecode.enhancement
 
BytecodeEnhancerRunner(Class<?>) - Constructor for class org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner
 
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(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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.CloningPropertyCall - 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
 
BytemanHelper - Class in org.hibernate.testing.byteman
 
BytemanHelper(Rule) - Constructor for class org.hibernate.testing.byteman.BytemanHelper
 
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_MSG_LOGGER - Static variable in interface org.hibernate.c3p0.internal.C3P0MessageLogger
 
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
C3P0ConnectionProvider - Class in org.hibernate.c3p0.internal
A connection provider that uses a C3P0 connection pool.
C3P0ConnectionProvider() - Constructor for class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
C3P0MessageLogger - Interface in org.hibernate.c3p0.internal
The jboss-logging MessageLogger for the hibernate-c3p0 module.
c3p0ProviderClassNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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 - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
Cache - Interface in org.hibernate
An API for directly querying and managing the second-level cache.
Cache - Annotation Type 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_KEYS_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
Deprecated.
this is only honored for hibernate-infinispan
CACHE_MANAGER - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Allows providing `hibernate-jcache` with a custom JCache CacheManager.
CACHE_MODE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
CACHE_REGION - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
The RegionFactory implementation, either: an instance of RegionFactory, a Class implementing 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
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.JaxbEntity
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
cacheable - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
cacheable - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
cacheable() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Whether the query results are cacheable.
cacheable() - Method in annotation type org.hibernate.annotations.NamedQuery
Whether the query results are cacheable.
CACHEABLE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
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
 
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.marshall
JAXB marshalling for Hibernate's AccessType
CacheAccessTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.CacheAccessTypeMarshalling
 
cacheAfterInsert(EntityDataAccess, Object) - Method in class org.hibernate.action.internal.EntityInsertAction
 
cacheAfterUpdate(EntityDataAccess, Object, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
cacheComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
CacheConcurrencyStrategy - Enum 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 underlying cached data for a particular Navigable of the user's 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 in org.hibernate.engine.spi
The type of action from which the cache call is originating.
CacheEntityLoaderHelper - Class in org.hibernate.loader.ast.internal
 
CacheEntityLoaderHelper.EntityStatus - Enum in org.hibernate.loader.ast.internal
 
CacheEntityLoaderHelper.PersistenceContextEntry - Class in org.hibernate.loader.ast.internal
 
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.
cacheExists(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
cacheGetEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
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.BaseSessionEventListener
 
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
 
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 class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.dynamic.DynamicResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.FetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitResultClassBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
cacheKeyInstance() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
cacheKeyInstance(DynamicFetchBuilderContainer) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
CacheKeysFactory - Interface in org.hibernate.cache.spi
A factory for keys into the second-level cache.
CacheLayout - Enum in org.hibernate.annotations
Describes the data layout used for storing an object into the query cache.
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.JaxbNamedNativeQuery
 
cacheMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
cacheMode - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
cacheMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
cacheMode() - Method in annotation type org.hibernate.annotations.NamedQuery
CacheMode - Enum 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 CacheMode <-> CacheRetrieveMode/CacheStoreMode conversions.
CacheModeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for Hibernate's CacheMode
CacheModeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.CacheModeMarshalling
 
CacheModeType - Enum in org.hibernate.annotations
Deprecated.
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
 
cacheProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
cachePutEnd() - Method in class org.hibernate.BaseSessionEventListener
 
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.BaseSessionEventListener
 
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.JaxbNamedNativeQuery
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
cacheRegion - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
cacheRegion() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
If the query results are cacheable, the name of the query cache region.
cacheRegion() - Method in annotation type org.hibernate.annotations.NamedQuery
If the query results are cacheable, the name of the query cache region.
CacheRegionDefinition - Class in org.hibernate.boot
Models the definition of caching settings for a particular region.
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType, String, String, String, boolean) - Constructor for class org.hibernate.boot.CacheRegionDefinition
 
CacheRegionDefinition.CacheRegionType - Enum in org.hibernate.boot
 
CacheRegionStatistics - Interface in org.hibernate.stat
Second-level cache statistics of a specific region.
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() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The cache retrieval mode for objects returned by this query.
cacheRetrieveMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The cache retrieval mode for objects returned by this query.
CacheSettings - Interface in org.hibernate.cfg
Settings for Hibernate's second-level caching
cacheStoreMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The cache storage mode for objects returned by this query.
cacheStoreMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The cache storage mode for objects returned by this query.
CacheTransactionSynchronization - Interface in org.hibernate.cache.spi
Defines a context object that a RegionFactory is asked to create (RegionFactory.createTransactionContext(org.hibernate.engine.spi.SharedSessionContractImplementor)}) when a Hibernate Session is created.
CacheUtils - Class in org.hibernate.cache.spi.support
 
CacheUtils() - Constructor for class org.hibernate.cache.spi.support.CacheUtils
 
caching - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
Caching - Class in org.hibernate.boot.model
Deprecated.
will move to org.hibernate.boot.model.source.spi, where its only uses are
Caching(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.Caching
Deprecated.
 
Caching(String, AccessType, boolean, TruthValue) - Constructor for class org.hibernate.boot.model.Caching
Deprecated.
 
Caching(TruthValue) - Constructor for class org.hibernate.boot.model.Caching
Deprecated.
 
CachingRegionFactory - Class in org.hibernate.testing.cache
 
CachingRegionFactory() - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(CacheKeysFactory) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(CacheKeysFactory, Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
calculateBatchPartitions(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
Calculate the batch partitions needed to handle the mappedBatchSize.
calculateFullPath(NavigablePath, String, String) - Method in interface org.hibernate.spi.NavigablePath.FullPathCalculator
Deprecated.
 
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
calculateIdMapperFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.NavigablePath
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
calculateRootFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.NavigablePath
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
calculateTreatedFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.TreatedNavigablePath
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
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() - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl.CloningPropertyCall
 
Call - Class in org.hibernate.testing.orm.domain.userguide
 
Call() - Constructor for class org.hibernate.testing.orm.domain.userguide.Call
 
CALL - org.hibernate.sql.ast.Clause
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
callable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
 
callable() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Deprecated.
Calling database procedures and functions through NativeQuery is no longer supported; use NamedStoredProcedureQuery instead.
callable() - Method in annotation type org.hibernate.annotations.SQLDelete
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLInsert
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLUpdate
Is the statement callable (aka a CallableStatement)?
CALLABLE_FUNCTION - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
Calling stored-procedures and functions via NativeQuery is no longer supported. Use ProcedureCall or StoredProcedureQuery instead.
CALLABLE_NAMED_PARAMS_ENABLED - Static variable in interface org.hibernate.cfg.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 event callback (the method).
Callback - Interface in org.hibernate.sql.exec.spi
Callback to allow SQM interpretation to trigger certain things within ORM.
CALLBACK - org.hibernate.boot.beanvalidation.ValidationMode
 
CALLBACK - org.hibernate.processor.xml.jaxb.PersistenceUnitValidationModeType
 
CallbackDefinition - Interface in org.hibernate.jpa.event.spi
 
CallbackDefinitionResolverLegacyImpl - Class in org.hibernate.jpa.event.internal
Resolves JPA callback definitions using a HCANN ReflectionManager.
CallbackDefinitionResolverLegacyImpl() - Constructor for class org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl
 
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException - Exception in org.hibernate.testing.junit4
Indicates an exception while performing a callback on the test
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given underlying cause.
CallbackException(Method) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(Method, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message.
CallbackException(String) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message and underlying cause.
CallbackException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
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 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 JPA callbacks are disabled via SessionFactoryOptions.areJPACallbacksEnabled()
CallbacksFactory() - Constructor for class org.hibernate.jpa.event.internal.CallbacksFactory
 
CallbackType - Enum in org.hibernate.jpa.event.spi
 
callingJoinTransactionOnNonJtaEntityManager() - Method in interface org.hibernate.internal.CoreMessageLogger
 
callOwner(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
CamelCaseToUnderscoresNamingStrategy - Class in org.hibernate.boot.model.naming
Originally copied from Spring Boot as this strategy is popular there (original name is SpringPhysicalNamingStrategy).
CamelCaseToUnderscoresNamingStrategy() - Constructor for class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
canBatchTruncate() - Method in class org.hibernate.dialect.Dialect
Does the truncate table statement accept multiple tables?
canBatchTruncate() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
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 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
 
canCacheTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
canCacheTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheTransactionManagerByDefault() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
canCacheUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
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.DialectDelegateWrapper
 
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Dialect
Does this dialect support creating and dropping schema?
canCreateSchema() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
canCreateSchema() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.OracleDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.SpannerDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.SybaseDialect
 
canDetectHibernateMappingFiles() - Method in 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.DialectDelegateWrapper
 
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 interface org.hibernate.query.OutputableType
Can the given instance of this type actually perform the parameter value extractions?
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in class org.hibernate.type.CustomType
 
canDoExtraction() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
canDoExtraction() - Method in class org.hibernate.type.SerializableToBlobType
 
canDoSetting() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoSetting() - Method in class org.hibernate.type.CustomType
 
canDoSetting() - Method in 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
canDoSetting() - Method in class org.hibernate.type.SerializableToBlobType
 
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)? sub-graph to an attribute type that does not support (key)? sub-graphs.
CannotContainSubGraphException(String) - Constructor for exception org.hibernate.graph.CannotContainSubGraphException
 
CannotForceNonNullableException - Exception in org.hibernate.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 org.hibernate.resource.transaction.spi.TransactionStatus
 
canSkipTables() - Method in enum org.hibernate.sql.model.MutationType
 
canUseCachedReferences() - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
 
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
 
canUseJavaAnnotations() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
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.derived.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 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
CardPayment - Class in org.hibernate.testing.orm.domain.retail
 
CardPayment() - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment
 
CardPayment(Integer, Integer, Long, String) - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment
 
CardPayment(Integer, Integer, Number, String) - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment
 
CardPayment(Integer, Integer, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment
 
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.JaxbHbmAnyMapping
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
cascade - Variable in class org.hibernate.processor.xml.jaxb.ManyToMany
 
cascade - Variable in class org.hibernate.processor.xml.jaxb.ManyToOne
 
cascade - Variable in class org.hibernate.processor.xml.jaxb.OneToMany
 
cascade - Variable in class org.hibernate.processor.xml.jaxb.OneToOne
 
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 Type in org.hibernate.annotations
Specifies the persistence operations that should cascade to associated entity instances.
CASCADE - org.hibernate.annotations.OnDeleteAction
Cascade deletion of the parent to the child.
CASCADE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
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.JaxbCascadeType
 
cascadeAll - Variable in class org.hibernate.processor.xml.jaxb.CascadeType
 
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
cascadeDelete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeDetach - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeDetach - Variable in class org.hibernate.processor.xml.jaxb.CascadeType
 
cascadeLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeMerge - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeMerge - Variable in class org.hibernate.processor.xml.jaxb.CascadeType
 
cascadeNow(CascadePoint) - Method in enum 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.JaxbCascadeType
 
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
cascadePersist - Variable in class org.hibernate.processor.xml.jaxb.CascadeType
 
cascadePersist - Variable in class org.hibernate.processor.xml.jaxb.PersistenceUnitDefaults
 
CascadePoint - Enum in org.hibernate.engine.internal
Describes the point at which a cascade is occurring
cascadeRefresh - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeRefresh - Variable in class org.hibernate.processor.xml.jaxb.CascadeType
 
cascadeRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeRemove - Variable in class org.hibernate.processor.xml.jaxb.CascadeType
 
cascadeReplicate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeSaveUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
CascadeStyle - Interface in org.hibernate.engine.spi
A contract for defining the aspects of cascading various persistence actions.
CascadeStyles - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.MultipleCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyleSource - Interface in org.hibernate.boot.model.source.spi
Describes sources which define cascading.
CascadeType - Class in org.hibernate.processor.xml.jaxb
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
CascadeType - Enum in org.hibernate.annotations
Enumerates the persistence operations which may be cascaded from one entity instance to associated entity instances.
CascadeType() - Constructor for class org.hibernate.processor.xml.jaxb.CascadeType
 
CascadingAction<T> - Interface in org.hibernate.engine.spi
A session action that may be cascaded from parent entity to its children
CascadingActions - Class in org.hibernate.engine.spi
 
CascadingActions.BaseCascadingAction<T> - Class in org.hibernate.engine.spi
 
CascadingFetchProfile - Enum in org.hibernate.loader.ast.spi
 
CASE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CASE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
CaseExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
CaseInsensitiveContainsMatcher - Class in org.hibernate.testing.hamcrest
 
CaseInsensitiveContainsMatcher(String) - Constructor for class org.hibernate.testing.hamcrest.CaseInsensitiveContainsMatcher
 
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
 
CaseInsensitiveStartsWithMatcher - Class in org.hibernate.testing.hamcrest
 
CaseInsensitiveStartsWithMatcher(String) - Constructor for class org.hibernate.testing.hamcrest.CaseInsensitiveStartsWithMatcher
 
CaseLeastGreatestEmulation - Class in org.hibernate.dialect.function
Some databases don't have a function like least() or greatest(), and on those platforms we emulate the function using case.
CaseLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
caseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
caseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
CaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
CaseOtherwiseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
CaseSearchedExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSearchedExpression(MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression(MappingModelExpressible, List<CaseSearchedExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
CaseSimpleExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSimpleExpression(MappingModelExpressible, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression(MappingModelExpressible, Expression, List<CaseSimpleExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
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
 
CashPayment - Class in org.hibernate.testing.orm.domain.retail
 
CashPayment() - Constructor for class org.hibernate.testing.orm.domain.retail.CashPayment
 
CashPayment(Integer, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.CashPayment
 
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 interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
cast(Object, Class<T>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
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 - 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) - Static method in class org.hibernate.processor.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.
castNonNull(T, String) - Static method in class org.hibernate.processor.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.processor.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.processor.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.processor.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.processor.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.processor.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.processor.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.processor.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.processor.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.processor.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.processor.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.AbstractHANADialect
Deprecated.
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.DB2Dialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.DerbyDialect
Derby does have a real Types.BOOLEAN type, but it doesn't know how to cast to it.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a cast() function call.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.H2Dialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.HSQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.MySQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.OracleDialect
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 - Class in org.hibernate.sql.ast.tree.expression
 
CastTarget(JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTarget(JdbcMapping, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTarget(JdbcMapping, String, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
castTargetType() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
castTargetType() - Method in class org.hibernate.grammars.hql.HqlParser
 
CastTargetTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
castType(int) - Method in class org.hibernate.dialect.CockroachDialect
 
castType(int) - Method in class org.hibernate.dialect.Dialect
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.DialectDelegateWrapper
 
castType(int) - Method in class org.hibernate.dialect.H2Dialect
 
castType(int) - Method in class org.hibernate.dialect.MySQLDialect
 
castType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
castType(int) - Method in class org.hibernate.dialect.SpannerDialect
 
castType(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
CastType - Enum in org.hibernate.query.sqm
Defines the set of basic types which should be accepted by the cast() function on every platform.
Cat - Class in org.hibernate.testing.orm.domain.animal
 
Cat() - Constructor for class org.hibernate.testing.orm.domain.animal.Cat
 
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.JaxbCollectionTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.CollectionTable
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.EntityMappings
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.JoinTable
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.PersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.SecondaryTable
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.SequenceGenerator
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.Table
 
catalog - Variable in class org.hibernate.processor.xml.jaxb.TableGenerator
 
catalog() - Method in annotation type org.hibernate.annotations.Struct
(Optional) The catalog of the UDT.
catalog() - Method in annotation type org.hibernate.envers.AuditJoinTable
The catalog of the join table.
catalog() - Method in annotation type org.hibernate.envers.AuditTable
The catalog of the table.
catalog() - Method in annotation type org.hibernate.envers.CollectionAuditTable
The catalog of the table.
CATALOG - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only catalog is supported
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
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 class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
catalogWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
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 helping deal with the reflection calls relating to CDI in terms of building CDI-based BeanContainer instance We need to avoid statically linking CDI classed into the ClassLoader which would lead to errors if CDI is not available on the classpath.
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
 
cdiBeanManagerClass(ClassLoaderService) - Static method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
ceiling(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
ceiling(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 - 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 - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is valid only in WHERE ... LIKE
CHAR - org.hibernate.processor.xml.jaxb.DiscriminatorType
 
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 - 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 - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
check - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
check - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
 
check - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
check - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
check - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
check - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
check() - Method in annotation type org.hibernate.annotations.SQLDelete
Deprecated.
check() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Deprecated.
check() - Method in annotation type org.hibernate.annotations.SQLInsert
Deprecated.
check() - Method in annotation type org.hibernate.annotations.SQLUpdate
Deprecated.
check(int, Object, int, Expectation, PreparedStatement, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
check(String, Type) - Method in interface org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.AttributeTypeValidator
 
Check - Annotation Type in org.hibernate.annotations
Specifies a check constraint to be included in the generated DDL.
CHECK_HQL - Static variable in class org.hibernate.processor.util.Constants
 
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
 
checkAudited(XProperty, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
checkAudited(XProperty, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
checkAudited(Property, PropertyAuditingData, String, Audited, String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
CheckClearSchemaListener - Class in org.hibernate.testing.schema
This listener should be called before the discovery request is sent to the test engines.
CheckClearSchemaListener() - Constructor for class org.hibernate.testing.schema.CheckClearSchemaListener
 
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() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
use Check.
checkConstraint() - Method in class org.hibernate.mapping.Column
Deprecated.
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
 
checkDirtyTracking(Object, String...) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
compares the dirty fields of an entity with a set of expected values
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 Type 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, Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
make sure user didn't mangle the id
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
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
checkNamedQuery(String) - Method in class org.hibernate.processor.Context
 
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, boolean) - Method in class org.hibernate.engine.internal.Nullability
Check nullability of the class persister properties
checkNullability(Object[], EntityPersister, Nullability.NullabilityCheckType) - Method in class org.hibernate.engine.internal.Nullability
 
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.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 Type in org.hibernate.annotations
A list of Checks.
checkSelectionQuery(String, HqlInterpretation<?>) - Static method in class org.hibernate.internal.AbstractSharedSessionContract
 
checkSessionFactoryOpen() - 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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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
 
checkVersion() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
checkVersion(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
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.
claimEntityHolderIfPossible(EntityKey, Object, JdbcValuesSourceProcessingState, EntityInitializer<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
CLASS - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
CLASS - org.hibernate.cfg.MetadataSourceType
Deprecated.
Indicates metadata coming from either annotations, orx.xml or a combination of the two.
CLASS - org.hibernate.query.sqm.DynamicInstantiationNature
The target names a Class to be instantiated.
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Class to JDBC VARCHAR.
CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.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
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
 
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
 
ClassBasedConverterDescriptor - Class in org.hibernate.boot.model.convert.internal
ConverterDescriptor implementation for cases where we know the AttributeConverter Class.
ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?, ?>>, Boolean, ClassmateContext) - Constructor for class org.hibernate.boot.model.convert.internal.ClassBasedConverterDescriptor
 
ClassBasedConverterDescriptor(Class<? extends AttributeConverter<?, ?>>, ClassmateContext) - Constructor for class org.hibernate.boot.model.convert.internal.ClassBasedConverterDescriptor
 
classBlock(RunNotifier) - Method in class org.hibernate.testing.junit4.CustomRunner
classCacheOrCollectionCache - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
ClassDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a class file.
ClassDescriptor.Categorization - Enum in org.hibernate.boot.archive.scan.spi
 
ClassDescriptorImpl - Class in org.hibernate.boot.archive.scan.internal
 
ClassDescriptorImpl(String, ClassDescriptor.Categorization, InputStreamAccess) - Constructor for class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
ClassEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
ClassEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
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
 
ClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for class file entries within an archive
ClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
 
classForName(String) - Method in 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.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 class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
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.JaxbCollectionUserTypeRegistration
 
classification() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistration
The collection classification for which the supplied type applies
Classification - Enum in org.hibernate.testing.orm.domain.animal
Mimic a JDK 5 enum.
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
 
ClassLoaderAccessTestingImpl - Class in org.hibernate.testing.boot
 
ClassLoaderAccessTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
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
ClassLoaderServiceTestingImpl - Class in org.hibernate.testing.boot
 
ClassLoaderServiceTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
 
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.
ClassLoadingIsolater - Class in org.hibernate.testing.junit4
 
ClassLoadingIsolater(ClassLoadingIsolater.IsolatedClassLoaderProvider) - Constructor for class org.hibernate.testing.junit4.ClassLoadingIsolater
 
ClassLoadingIsolater.IsolatedClassLoaderProvider - Interface in org.hibernate.testing.junit4
 
ClassLoadingIsolaterExtension - Class in org.hibernate.testing.orm.junit
 
ClassLoadingIsolaterExtension() - Constructor for class org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension
 
ClassLoadingIsolaterExtension.IsolatedClassLoaderProvider - Interface in org.hibernate.testing.orm.junit
 
ClassmateContext - Class in org.hibernate.boot.internal
 
ClassmateContext() - Constructor for class org.hibernate.boot.internal.ClassmateContext
 
ClassMetadata - Interface in org.hibernate.metadata
Deprecated.
Use Hibernate's mapping model MappingMetamodel
ClassMetadataCache(Class<?>) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.ClassMetadataCache
 
classNameFromFqcn(String) - Static method in class org.hibernate.processor.util.StringUtil
 
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, XClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ClassPropertyHolder(PersistentClass, XClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Constructor for class org.hibernate.boot.model.internal.ClassPropertyHolder
 
ClassSelector - Class in org.hibernate.testing.bytecode.enhancement
EnhancementSelector based on class name
ClassSelector(String) - Constructor for class org.hibernate.testing.bytecode.enhancement.ClassSelector
 
classToTableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the unqualified class name
classToTableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Return the unqualified class name, mixed case converted to underscores
classToTableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a table name for an entity class
classToTableName(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
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.
ClassWriter - Class in org.hibernate.processor
Helper class to write the actual metamodel class using the Filer API.
clause() - Method in annotation type org.hibernate.annotations.OrderBy
Deprecated.
The native SQL expression used to sort the collection elements.
clause() - Method in annotation type org.hibernate.annotations.Where
Deprecated.
A predicate, written in native SQL.
clause() - Method in annotation type org.hibernate.annotations.WhereJoinTable
Deprecated.
A predicate, written in native SQL.
Clause - Enum in org.hibernate.sql.ast
Used to indicate which query clause we are currently processing
CLAUSE - org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Use the proprietary WITH ROLLUP or WITH CUBE clause.
CLAUSE - org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
clazz - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
clazz - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConverter
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbIdClass
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.ColumnResult
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.Converter
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.Embeddable
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.EntityListener
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.IdClass
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.MapKeyClass
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.MappedSuperclass
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.NamedSubgraph
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.Persistence.PersistenceUnit
 
clazz - Variable in class org.hibernate.processor.xml.jaxb.StoredProcedureParameter
 
CLEAN - org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
 
Cleaner - Interface in org.hibernate.tool.schema.spi
An object that produces the SQL required to truncate the tables in a schema.
CLEANER - Static variable in class org.hibernate.testing.cleaner.DatabaseCleanerContext
 
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
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupCache() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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
 
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
cleanupTestData() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
cleanupTestData() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
Tests should ideally override this standard implementation; it may not work in all cases (e.g.
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.internal.StatefulPersistenceContext
 
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.
likely want to use EventListenerGroup.clearListeners() instead, which doesn't also reset the registered DuplicationStrategy(ies).
clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called to clear any data stored in this EntityCopyObserver.
clear() - Method in class org.hibernate.event.spi.MergeContext
Clears the MergeContext.
clear() - Method in class org.hibernate.internal.SessionImpl
 
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.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
clear() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
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 session.
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() - Method in class org.hibernate.testing.jdbc.JdbcSpies.SpyContext
 
clear() - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
clear() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
clear() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Clears the recorded PreparedStatements and reset the associated Mocks.
clear() - Method in class org.hibernate.testing.orm.JournalingGenerationTarget
 
CLEAR - Static variable in class org.hibernate.event.spi.EventType
 
clearAllData(Connection) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
clearAllData(Connection) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
clearAllData(Connection) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
clearAllData(Connection) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
clearAllData(Connection) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
clearAllData(Connection) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
clearAllData(Connection) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
clearAllListeners(BasicLogger) - Static method in class org.hibernate.testing.logger.LogInspectionHelper
 
clearAllSchemas(Connection) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
clearAllSchemas(Connection) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
clearAllSchemas(Connection) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
clearAllSchemas(Connection) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
clearAllSchemas(Connection) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
clearAllSchemas(Connection) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
clearAllSchemas(Connection) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
clearBatch(PreparedStatementDetails) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
clearCache() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
clearCache(SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
clearCache(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Clear data from the cache
clearCache(SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
clearCollectionsByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
clearCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove all state of the collections-by-key map.
clearData() - Static method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
clearData(Connection, String) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
clearData(Connection, String) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
clearData(Connection, String) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
clearData(Connection, String) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
clearData(Connection, String) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
clearData(Connection, String) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
clearData(Connection, String) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
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.
clearDirtyTracking(Object) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
clears the dirty set for an entity
ClearEvent - Class in org.hibernate.event.spi
An event for Session.clear() listening
ClearEvent(EventSource) - Constructor for class org.hibernate.event.spi.ClearEvent
Constructs an event from the given event session.
ClearEventListener - Interface in org.hibernate.event.spi
Listener for notification of Session.clear()
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
clearEventListeners() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
clearEventListeners() - Method in 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
clearMdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
clearNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
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
 
clearSchema(Connection, String) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
clearSchema(Connection, String) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
clearSchema(Connection, String) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
clearSchema(Connection, String) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
clearSchema(Connection, String) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
clearSchema(Connection, String) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
clearSchema(Connection, String) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
clearSchemas() - Static method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
clearSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Discard all the settings applied so far.
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.
clearTypeCache() - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
clearWarnings() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
CLOB - org.hibernate.engine.jdbc.env.internal.LobTypes
 
CLOB - org.hibernate.query.sqm.CastType
 
CLOB - 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
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from a reader.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from string data.
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
Make a clone of the configuration values.
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.c3p0.internal.C3P0ConnectionProvider
Deprecated.
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 class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
close() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
close() - Method in interface org.hibernate.procedure.ProcedureCall
Release the underlying JDBC CallableStatement
close() - Method in class org.hibernate.processor.validation.MockSessionFactory
 
close() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
Deprecated.
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() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
close() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
close() - Method in class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
close(ResultSet) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
close(Statement) - Static method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
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.agroal.internal.AgroalConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
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) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
closeConnection(Connection) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
closeConnection(Connection) - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
closeConnection(Connection) - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
closeConnection(Connection, Throwable) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
closed - Variable in class org.hibernate.internal.AbstractSharedSessionContract
 
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as closing for quoting SQL identifiers
closedComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
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.DialectDelegateWrapper
 
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
 
closing() - 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.
 
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
 
CockroachDialect - Class in org.hibernate.dialect
A SQL dialect for CockroachDB 21.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
A SQL AST translator for Cockroach.
CockroachSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.CockroachSqlAstTranslator
 
code - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
 
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
 
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
 
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 Type 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 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
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 - org.hibernate.query.sqm.produce.function.FunctionParameterType
A collation, used by the collate() function
CollationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollationContext
 
COLLATIONS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
CollationSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
collect(S, S[], S, S[]) - Method in interface org.hibernate.testing.junit4.Helper.TestAnnotationCollector
 
collect(S, S[], S, S[]) - Method in interface org.hibernate.testing.orm.junit.TestingUtil.TestAnnotationCollector
 
collectAllParameters(Consumer<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
collectAnnotations(Class<S>, Class<P>, Helper.TestAnnotationCollector<S>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
collectAnnotations(Class<S>, Class<P>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
collectAnnotations(ExtensionContext, Class<A>, Class<? extends Annotation>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
collectAnnotations(ExtensionContext, Class<A>, Class<? extends Annotation>, TestingUtil.TestAnnotationCollector<A>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
collectBatchLoadableCollectionKeys(int, IndexedConsumer<T>, T, PluralAttributeMapping) - Method in class org.hibernate.engine.spi.BatchFetchQueue
collectBatchLoadableEntityIds(int, IndexedConsumer<T>, T, EntityMappingType) - Method in class org.hibernate.engine.spi.BatchFetchQueue
collectColumnNames(String) - Static method in class org.hibernate.sql.Template
 
collectColumnNames(String, Dialect, TypeConfiguration, SqmFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractQuery
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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
 
collectInitializationErrors(List<Throwable>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
collection - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
collection - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
collection(Class<C>) - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent collections of the given type.
Collection - Class in org.hibernate.mapping
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 - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
COLLECTION - org.hibernate.cache.spi.support.AccessedDataClassification
 
COLLECTION - org.hibernate.DuplicateMappingException.Type
A duplicate collection role was encountered
COLLECTION - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
COLLECTION - Static variable in class org.hibernate.processor.util.Constants
 
COLLECTION_ATTRIBUTE - Static variable in class org.hibernate.processor.util.Constants
 
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_ELEMENT - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
COLLECTION_ID - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
COLLECTION_ID - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <collection-id/> element
COLLECTION_INSERT - org.hibernate.event.spi.EventManager.CacheActionDescription
 
COLLECTION_PERSISTER_CONSTRUCTOR_ARGS - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for CollectionPersister implementations
COLLECTION_TABLE - org.hibernate.testing.orm.domain.MappingFeature
 
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
 
CollectionAttribute - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for plural attributes
collectionAttributeMapping - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
CollectionAuditTable - Annotation Type 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 in org.hibernate.metamodel
Classifications of the plurality.
CollectionClassificationMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for CollectionClassification
CollectionClassificationMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.CollectionClassificationMarshalling
 
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
CollectionElementMatcher<E,​C extends Collection<E>> - Class in org.hibernate.testing.hamcrest
 
CollectionElementMatcher(Matcher<E>...) - Constructor for class org.hibernate.testing.hamcrest.CollectionElementMatcher
 
CollectionEmptinessMatcher - Class in org.hibernate.testing.hamcrest
 
CollectionEmptinessMatcher(boolean) - Constructor for class org.hibernate.testing.hamcrest.CollectionEmptinessMatcher
 
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 - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag.
CollectionIdentifierDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for the collection identifier.
CollectionIdentifierDescriptorImpl - Class in org.hibernate.metamodel.mapping.internal
 
CollectionIdentifierDescriptorImpl(CollectionPersister, String, String, BasicType<?>) - Constructor for class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
CollectionIdJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType for describing the id of an id-bag mapping.
CollectionIdJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType for describing the id of an id-bag mapping.
CollectionIdJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode for describing the id of an id-bag mapping.
CollectionIdMutability - Annotation Type in org.hibernate.annotations
Form of Mutability for describing the id of an id-bag mapping
CollectionIdSource - Interface in org.hibernate.boot.model.source.spi
 
CollectionIdType - Annotation Type in org.hibernate.annotations
Form of Type for describing the id of an id-bag mapping.
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)
CollectionMatchers - Class in org.hibernate.testing.hamcrest
 
CollectionMatchers() - Constructor for class org.hibernate.testing.hamcrest.CollectionMatchers
 
CollectionMetadata - Interface in org.hibernate.metadata
Deprecated.
Use Hibernate's mapping model MappingMetamodel
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
 
collectionNotProcessedByFlush(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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 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(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
collectionPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a mapped collection role.
collectionPersisters() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
collectionPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
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, XClass, XProperty, 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
COLLECTIONS - Static variable in class org.hibernate.processor.util.Constants
 
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
 
collectionsFetched(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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
 
CollectionSizeMatcher - Class in org.hibernate.testing.hamcrest
 
CollectionSizeMatcher(int) - Constructor for class org.hibernate.testing.hamcrest.CollectionSizeMatcher
 
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
 
collectionsLoaded(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsRecreated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionsRemoved(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CollectionStatistics - Interface in org.hibernate.stat
Collection-related statistics.
CollectionStatisticsImpl - Class in org.hibernate.stat.internal
Collection related statistics
collectionsUpdated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
collectionTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
collectionTable - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
CollectionTable - Class in org.hibernate.processor.xml.jaxb
 
CollectionTable() - Constructor for class org.hibernate.processor.xml.jaxb.CollectionTable
 
CollectionTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for collection tables of plural attributes.
CollectionTableGroup(boolean, NavigablePath, PluralAttributeMapping, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
CollectionTableMapping - Class in org.hibernate.persister.collection.mutation
 
CollectionTableMapping(String, String[], boolean, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails) - Constructor for class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the unqualified property name, not the best strategy but a backward compatible one
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a collection table name ie an association having a join table
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
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 - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType - Annotation Type in org.hibernate.annotations
Names a custom collection type for a persistent collection.
CollectionType(String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionTypeRegistration - Annotation Type in org.hibernate.annotations
Allows to register a UserCollectionType to use as the default for the specified classification of collection.
CollectionTypeRegistrationDescriptor(Class<? extends UserCollectionType>, Map<String, String>) - Constructor for class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
CollectionTypeRegistrations - Annotation Type in org.hibernate.annotations
Repeatable container for CollectionTypeRegistration
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.JaxbEntityMappings
 
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.jaxb.JaxbXmlFormatMapper.CollectionWrapper
 
CollectionWrapper(Collection<Object>) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
 
collectJoinFetch(JaxbHbmNativeQueryJoinReturnType, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
collectLifecycleCallbacksIfMatching(LifecycleCallbackContainer) - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
collectMapEntries(BiConsumer<K, V>, Object[]) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
collectParameters(List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Static method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
collectParameters(SimpleValue, Dialect, String, String, RootClass) - Static method in class org.hibernate.id.factory.internal.IdentifierGeneratorUtil
 
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
 
collectPersistentAttributesIfMatching(AttributesContainer) - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
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
 
collectTenantIdIfMatching(ManagedType) - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.query.results.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.SubGraphContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.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.TimeContext
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
column - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
 
column - Variable in class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
column - Variable in class org.hibernate.processor.xml.jaxb.AttributeOverride
 
column - Variable in class org.hibernate.processor.xml.jaxb.Basic
 
column - Variable in class org.hibernate.processor.xml.jaxb.ConstructorResult
 
column - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
column - Variable in class org.hibernate.processor.xml.jaxb.FieldResult
 
column - Variable in class org.hibernate.processor.xml.jaxb.Id
 
column - Variable in class org.hibernate.processor.xml.jaxb.Version
 
column() - Method in annotation type org.hibernate.annotations.CollectionId
The column containing the collection id.
column() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The column to use in the join condition.
Column - Class in org.hibernate.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 - Class in org.hibernate.processor.xml.jaxb
 
Column() - Constructor for class org.hibernate.mapping.Column
 
Column() - Constructor for class org.hibernate.processor.xml.jaxb.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 - org.hibernate.annotations.TimeZoneStorageType
Stores the time zone in a separate column; works in conjunction with TimeZoneColumn.
COLUMN - org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
COLUMN - org.hibernate.dialect.RowLockStrategy
Use a column name.
COLUMN - org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN - org.hibernate.envers.boot.model.Selection.SelectionType
 
COLUMN - org.hibernate.TimeZoneStorageStrategy
Stores the time zone in a separate column.
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 - org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
An extractor which uses ResultSetMetaData.getColumnName(int)
COLUMN_ORDERING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
Used to specify the ColumnOrderingStrategy class to use.
COLUMN_REFERENCE - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a column reference to a dummy table e.g.
ColumnAliasExtractor - Interface in org.hibernate.dialect
Strategy for extracting the unique column alias out of a ResultSetMetaData.
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
columnAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
ColumnBindingDefaults - Interface in org.hibernate.boot.model.source.spi
 
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 Type in org.hibernate.annotations
Specifies that a column has a default value specified in DDL.
ColumnDefaultsBasicImpl - Class in org.hibernate.boot.jaxb.hbm.transform
 
ColumnDefaultsBasicImpl() - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.Column
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.DiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.JoinColumn
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.MapKeyColumn
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.MapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.OrderColumn
 
columnDefinition - Variable in class org.hibernate.processor.xml.jaxb.PrimaryKeyJoinColumn
 
columnDefinition() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
An explicit column definition.
columnDefinition() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
columnDefinition() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
columnFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
columnFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
ColumnFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
ColumnInformationImpl - Class in org.hibernate.tool.schema.extract.internal
JDBC column metadata
ColumnInformationImpl(TableInformation, Identifier, int, String, int, int, TruthValue) - Constructor for class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
columnList - Variable in class org.hibernate.boot.jaxb.mapping.JaxbIndex
 
columnList - Variable in class org.hibernate.processor.xml.jaxb.Index
 
columnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
 
columnName - Variable in class org.hibernate.processor.xml.jaxb.UniqueConstraint
 
columnName - Variable in class org.hibernate.sql.InFragment
 
columnName() - Method in annotation type org.hibernate.annotations.SoftDelete
(Optional) The name of the column.
columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the argument
columnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Convert mixed case to underscores
columnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Alter the column name given in the mapping document
columnName(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
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 annotation type org.hibernate.annotations.Index
Deprecated.
The column(s) that are indexed.
ColumnOrderingStrategy - Interface in org.hibernate.boot.model.relational
A pluggable contract that allows ordering of columns within Table, Constraint and UserDefinedObjectType.
ColumnOrderingStrategyLegacy - Class in org.hibernate.boot.model.relational
A no-op implementation.
ColumnOrderingStrategyLegacy() - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
ColumnOrderingStrategyStandard - Class in org.hibernate.boot.model.relational
Standard implementation that orders columns by size and name following roughly this ordering: order by max(physicalSizeBytes, 4), physicalSizeBytes > 2048, name
ColumnOrderingStrategyStandard() - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
ColumnOrderingStrategyStandard.ColumnComparator - Class in org.hibernate.boot.model.relational
 
ColumnOrderingStrategyStandard.TemporaryTableColumnComparator - Class in org.hibernate.boot.model.relational
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
ColumnReference - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a column-reference used in an order-by fragment
ColumnReference - Class in org.hibernate.sql.ast.tree.expression
Models a reference to a Column in a SQL AST
ColumnReference(String, boolean) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
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(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.JaxbSqlResultSetMapping
 
columnResult - Variable in class org.hibernate.processor.xml.jaxb.SqlResultSetMapping
 
ColumnResult - Class in org.hibernate.processor.xml.jaxb
 
ColumnResult() - Constructor for class org.hibernate.processor.xml.jaxb.ColumnResult
 
columns - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
 
columns - Variable in class org.hibernate.boot.model.internal.FkSecondPass
 
columns - Variable in class org.hibernate.sql.Insert
 
columns - Variable in class org.hibernate.sql.SimpleSelect
 
columns() - Method in annotation type org.hibernate.annotations.Columns
The aggregated columns.
columns(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
ColumnsAndFormulasSourceContainer - Interface in org.hibernate.boot.model.source.spi
 
ColumnSource - Interface in org.hibernate.boot.model.source.spi
Contract for source information pertaining to a physical column definition specific to a particular attribute context.
ColumnTransformer - Annotation Type in org.hibernate.annotations
Specifies custom SQL expressions used to read and write to the column mapped by the annotated persistent attribute in all generated SQL involving the annotated persistent attribute.
ColumnTransformers - Annotation Type in org.hibernate.annotations
Plural annotation for @ColumnTransformer.
columnType(int) - Method in class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
columnType(int) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.CockroachDialect
 
columnType(int) - Method in class org.hibernate.dialect.DB2Dialect
 
columnType(int) - Method in class org.hibernate.dialect.DB2zDialect
 
columnType(int) - Method in class org.hibernate.dialect.DerbyDialect
 
columnType(int) - Method in class org.hibernate.dialect.Dialect
The database column type name for a given JDBC type code defined in Types or SqlTypes.
columnType(int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
columnType(int) - Method in class org.hibernate.dialect.H2Dialect
 
columnType(int) - Method in class org.hibernate.dialect.HSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.MySQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.OracleDialect
 
columnType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.SpannerDialect
 
columnType(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
columnType(int) - Method in class org.hibernate.dialect.SybaseASEDialect
 
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 - 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(Predicate, Predicate) - Static method in class org.hibernate.sql.ast.spi.SqlAstTreeHelper
 
combinePredicates(Predicate, Predicate) - Static method in interface org.hibernate.sql.ast.tree.predicate.Predicate
COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
COMMA() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.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.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.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.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
 
CommaSeparatedStringHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
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.JaxbCollectionTable
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
comment - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
comment - Variable in class org.hibernate.sql.Delete
 
comment - Variable in class org.hibernate.sql.Insert
 
comment - Variable in class org.hibernate.sql.SimpleSelect
 
comment - Variable in class org.hibernate.sql.Update
 
comment() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
A comment added to the SQL query.
comment() - Method in annotation type org.hibernate.annotations.NamedQuery
A comment added to the generated SQL query.
comment() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
comment() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialect
Comment describing the reason why the dialect is required.
comment() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialectFeature
Comment describing the reason why the feature is required.
comment() - Method in annotation type org.hibernate.testing.RequiresDialect
Deprecated.
Comment describing the reason why the dialect is required.
comment() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
Deprecated.
Comment describing the reason why the feature is required.
comment() - Method in annotation type org.hibernate.testing.SkipForDialect
Deprecated.
Comment describing the reason for the skip.
Comment - Annotation Type in org.hibernate.annotations
Specifies a comment that will be included in generated DDL.
COMMENT - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CommentBinder - Class in org.hibernate.binder.internal
Handles Comment annotations.
CommentBinder() - Constructor for class org.hibernate.binder.internal.CommentBinder
 
Comments - Annotation Type in org.hibernate.annotations
A list of Comments.
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.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
commit() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
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() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
commit(Xid, boolean) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
COMMIT - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.COMMIT.
COMMIT - org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called.
COMMITTED - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been completed successfully.
COMMITTING - org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase.
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
 
CommonQueryContract - Interface in org.hibernate.query
Defines the aspects of query execution and parameter binding that apply to all forms of querying: HQL/JPQL queries, native SQL queries, criteria queries, and stored procedure calls.
CommonSpatialFunction - Enum in org.hibernate.spatial
Functions commonly expected in databases, as defined by the SQL/MM specs
CommonSpatialFunction.Type - Enum in org.hibernate.spatial
 
COMPARABLE - 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.
ComparableHelper() - Constructor for class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
comparator - Variable in class org.hibernate.collection.spi.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.spi.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
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.derived.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) - Method in class org.hibernate.type.SerializableToBlobType
 
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
Deprecated.
 
compare(String, String) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleBasicSortComparator
 
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
 
compare(T, T) - Static method in class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
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 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
 
comparisonOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
comparisonOperator() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
ComparisonOperator - Enum in org.hibernate.query.sqm
Defines the comparison operators.
ComparisonOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
ComparisonPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ComparisonPredicate(Expression, ComparisonOperator, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
ComparisonPredicate(Expression, ComparisonOperator, Expression, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
ComparisonPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
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 in org.hibernate.sql
 
Compatibility - Class in org.hibernate.query.sqm.tree.expression
 
Compatibility - Annotation Type 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(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, boolean) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCacheGetEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, boolean) - Method in interface org.hibernate.event.spi.EventManager
 
completeCacheGetEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, CollectionPersister, boolean) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCacheGetEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, CollectionPersister, boolean) - Method in interface org.hibernate.event.spi.EventManager
 
completeCacheGetEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, EntityPersister, boolean, boolean) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCacheGetEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, EntityPersister, boolean, boolean) - Method in interface org.hibernate.event.spi.EventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, CachedDomainDataAccess, CollectionPersister, boolean, EventManager.CacheActionDescription) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, CachedDomainDataAccess, CollectionPersister, boolean, EventManager.CacheActionDescription) - Method in interface org.hibernate.event.spi.EventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, boolean, EventManager.CacheActionDescription) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, boolean, EventManager.CacheActionDescription) - Method in interface org.hibernate.event.spi.EventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, EventManager.CacheActionDescription) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, EventManager.CacheActionDescription) - Method in interface org.hibernate.event.spi.EventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, boolean, EventManager.CacheActionDescription) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeCachePutEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Region, boolean, EventManager.CacheActionDescription) - Method in interface org.hibernate.event.spi.EventManager
 
completeDirtyCalculationEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, EntityPersister, EntityEntry, int[]) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeDirtyCalculationEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, EntityPersister, EntityEntry, int[]) - Method in interface org.hibernate.event.spi.EventManager
 
CompleteFetchBuilder - Interface in org.hibernate.query.results.complete
 
CompleteFetchBuilderBasicPart - Class in org.hibernate.query.results.complete
 
CompleteFetchBuilderBasicPart(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
CompleteFetchBuilderEmbeddableValuedModelPart - Class in org.hibernate.query.results.complete
CompleteFetchBuilder for embeddable-valued ModelParts
CompleteFetchBuilderEmbeddableValuedModelPart(NavigablePath, EmbeddableValuedModelPart, List<String>) - Constructor for class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
CompleteFetchBuilderEntityValuedModelPart - Class in org.hibernate.query.results.complete
CompleteFetchBuilder for entity-valued ModelParts
CompleteFetchBuilderEntityValuedModelPart(NavigablePath, EntityValuedFetchable, List<String>) - Constructor for class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
completeFlushEvent(HibernateMonitoringEvent, FlushEvent) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeFlushEvent(HibernateMonitoringEvent, FlushEvent) - Method in interface org.hibernate.event.spi.EventManager
 
completeFlushEvent(HibernateMonitoringEvent, FlushEvent, boolean) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeFlushEvent(HibernateMonitoringEvent, FlushEvent, boolean) - Method in interface org.hibernate.event.spi.EventManager
 
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(HibernateMonitoringEvent, String) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeJdbcBatchExecutionEvent(HibernateMonitoringEvent, String) - Method in interface org.hibernate.event.spi.EventManager
 
completeJdbcConnectionAcquisitionEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Object) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeJdbcConnectionAcquisitionEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.spi.EventManager
 
completeJdbcConnectionReleaseEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Object) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeJdbcConnectionReleaseEvent(HibernateMonitoringEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.spi.EventManager
 
completeJdbcPreparedStatementCreationEvent(HibernateMonitoringEvent, String) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeJdbcPreparedStatementCreationEvent(HibernateMonitoringEvent, String) - Method in interface org.hibernate.event.spi.EventManager
 
completeJdbcPreparedStatementExecutionEvent(HibernateMonitoringEvent, String) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeJdbcPreparedStatementExecutionEvent(HibernateMonitoringEvent, String) - Method in interface org.hibernate.event.spi.EventManager
 
completePartialFlushEvent(HibernateMonitoringEvent, AutoFlushEvent) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completePartialFlushEvent(HibernateMonitoringEvent, AutoFlushEvent) - Method in interface org.hibernate.event.spi.EventManager
 
completePrePartialFlush(HibernateMonitoringEvent, SharedSessionContractImplementor) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completePrePartialFlush(HibernateMonitoringEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.spi.EventManager
 
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.complete
 
CompleteResultBuilderBasicModelPart - Class in org.hibernate.query.results.complete
CompleteResultBuilder for basic-valued ModelParts
CompleteResultBuilderBasicModelPart(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
CompleteResultBuilderBasicValued - Interface in org.hibernate.query.results.complete
Nominal extension to ResultBuilder for cases involving scalar results
CompleteResultBuilderBasicValuedConverted<O,​R> - Class in org.hibernate.query.results.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `<return-scalar/>` as part of a `<resultset/>` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedConverted(String, ManagedBean<? extends AttributeConverter<O, R>>, JavaType<? extends AttributeConverter<O, R>>, BasicJavaType<O>, BasicValuedMapping) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
CompleteResultBuilderBasicValuedStandard - Class in org.hibernate.query.results.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `<return-scalar/>` as part of a `<resultset/>` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedStandard(String, BasicValuedMapping, JavaType<?>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
CompleteResultBuilderCollection - Interface in org.hibernate.query.results.complete
 
CompleteResultBuilderCollectionStandard - Class in org.hibernate.query.results.complete
 
CompleteResultBuilderCollectionStandard(String, NavigablePath, PluralAttributeMapping) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
CompleteResultBuilderCollectionStandard(String, NavigablePath, PluralAttributeMapping, String[], String[], String[]) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
CompleteResultBuilderEntityJpa - Class in org.hibernate.query.results.complete
CompleteResultBuilderEntityValued implementation specific to JPA.
CompleteResultBuilderEntityJpa(NavigablePath, EntityMappingType, LockMode, BasicValuedFetchBuilder, HashMap<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
CompleteResultBuilderEntityStandard - Class in org.hibernate.query.results.complete
 
CompleteResultBuilderEntityStandard(String, NavigablePath, EntityMappingType, LockMode, BasicValuedFetchBuilder, HashMap<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
CompleteResultBuilderEntityValued - Interface in org.hibernate.query.results.complete
 
CompleteResultBuilderInstantiation - Class in org.hibernate.query.results.complete
ResultBuilder for dynamic instantiation results (ConstructorResult
CompleteResultBuilderInstantiation(JavaType<?>, List<ResultBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
completeSessionClosedEvent(HibernateMonitoringEvent, SharedSessionContractImplementor) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeSessionClosedEvent(HibernateMonitoringEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.spi.EventManager
 
completeSessionOpenEvent(HibernateMonitoringEvent, SharedSessionContractImplementor) - Method in class org.hibernate.event.internal.EmptyEventManager
 
completeSessionOpenEvent(HibernateMonitoringEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.spi.EventManager
 
Component - Class in org.hibernate.mapping
A mapping model object that represents an embeddable class.
Component - Class in org.hibernate.testing.orm.domain.gambit
 
Component() - Constructor for class org.hibernate.testing.orm.domain.gambit.Component
 
Component(Integer, Long, int, String, Component.Nested) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component
 
Component(String, Integer, Long, int, Component.Nested) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component
 
Component(TypeElement, String, String, AccessType, ProcessorSessionFactory) - Constructor for class org.hibernate.processor.validation.ProcessorSessionFactory.Component
 
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 - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <component/> element
Component.Nested - Class in org.hibernate.testing.orm.domain.gambit
 
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 interface org.hibernate.metamodel.model.domain.TupleType
 
componentCount() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
componentDescription - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
ComponentDescription - Class in org.hibernate.envers.internal.entities
 
ComponentDescription.ComponentType - Enum 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<XClass, 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
 
ComponentType(Component, int[], MetadataBuildingContext) - Constructor for class org.hibernate.type.ComponentType
Deprecated, for removal: This API element is subject to removal in a future version.
composite(List<ArgumentsValidator>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(ArgumentsValidator...) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
COMPOSITE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
COMPOSITE - org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
COMPOSITE - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
COMPOSITE_ID - 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
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
compositeElement - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
CompositeElementPropertyMapping - Class in org.hibernate.persister.collection
Deprecated, for removal: This API element is subject to removal in a future version.
CompositeElementPropertyMapping(String[], String[], String[], String[], CompositeType, Metadata) - Constructor for class org.hibernate.persister.collection.CompositeElementPropertyMapping
Deprecated.
 
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.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 Type in org.hibernate.annotations
Specifies a custom CompositeUserType for the annotated attribute mapping.
CompositeTypeImplementor - Interface in org.hibernate.type.spi
 
CompositeTypeRegistration - Annotation Type in org.hibernate.annotations
Registers a custom composite user type implementation to be used by default for all references to a particular embeddable class.
CompositeTypeRegistrations - Annotation Type in org.hibernate.annotations
CompositeUserType<J> - Interface in org.hibernate.usertype
This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.
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
 
compositeUserTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
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
 
compoundValue(Object...) - Static method in interface org.hibernate.NaturalIdMultiLoadAccess
Deprecated.
use Map.of() instead
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
 
computeTestMethods() - Method in class org.hibernate.testing.junit4.CustomRunner
 
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_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
 
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 Type 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.
ConcreteSqmSelectQueryPlan<R> - Class in org.hibernate.query.sqm.internal
Standard Hibernate implementation of SelectQueryPlan for SQM-backed Query implementations, which means HQL/JPQL or CriteriaQuery
ConcreteSqmSelectQueryPlan(SqmSelectStatement<?>, String, DomainParameterXref, Class<R>, TupleMetadata, QueryOptions) - Constructor for class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
concurrencyStrategy() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
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
ConcurrentReferenceHashMap<K,​V> - Class in org.hibernate.internal.util.collections
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap() - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.hibernate.internal.util.collections
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.hibernate.internal.util.collections
An option specifying which Java reference type should be used to refer to a key and/or value.
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.JaxbFilterDef
 
condition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
 
condition() - Method in annotation type 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() - Method in annotation type 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 annotation type org.hibernate.testing.Skip
Deprecated.
The condition which causes a skip
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_PREFIX - Static variable in class org.hibernate.agroal.internal.AgroalConnectionProvider
 
CONFIG_PREFIX - Static variable in class org.hibernate.hikaricp.internal.HikariConfigurationUtil
 
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
CONFIG_URI - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Designates the URI for a specific JCache CacheManager JCacheRegionFactory should ask the CachingProvider for
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
 
ConfigSettings - Interface in org.hibernate.cache.jcache
 
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 class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
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, MetadataImplementor) - 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.
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
 
configurationResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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
 
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.agroal.internal.AgroalConnectionProvider
 
configure(Map<String, Object>) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
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 class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
configure(Map<String, Object>) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
configure(Map<String, Object>) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(Map<String, Object>) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
configure(Map<String, Object>) - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
configure(Map<String, Object>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
configure(Map<String, Object>) - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(SessionFactoryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
configure(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
configure(EnversMetadataBuildingContext) - Method in class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
configure(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Configures this structure with the given arguments.
configure(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as XML <param> elements and @Parameter annotations.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.IdentifierGenerator
Configure this instance, given the value of parameters specified by the user as &lt;param&gt; elements.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
Noop default implementation.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Apply any desired config to the BootstrapServiceRegistryBuilder to be incorporated into the built BootstrapServiceRegistry
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
configuredSessionFactory(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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
configureMetadataBuilder(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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
 
configureSessionFactoryBuilder(SessionFactoryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
configureStandardServiceRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
Apply any desired config to the StandardServiceRegistryBuilder to be incorporated into the built StandardServiceRegistry
configuringFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromUrl(URL) - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringFromXmlDocument() - Method in interface org.hibernate.internal.CoreMessageLogger
 
configuringProxoolProviderToUsePoolAlias(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the name of a named pool to be used for configuration information
configuringProxoolProviderUsingExistingPool(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs the name of a named existing pool in memory to be used
configuringProxoolProviderUsingJaxpConfigurator(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs a message that the proxool pool will be built using its JAXP (XML) configuration mechanism
configuringProxoolProviderUsingPropertiesFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Logs a message that the proxool pool will be built using a properties file
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 - 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 - 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
A prefix for properties specifying arbitrary JDBC connection properties.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a ConnectionProvider to use for obtaining JDBC connections, either: an instance of ConnectionProvider, a Class representing a class that implements ConnectionProvider, or the name of a class that implements ConnectionProvider.
CONNECTION_PROVIDER_DISABLES_AUTOCOMMIT - Static variable in interface org.hibernate.cfg.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 in org.hibernate
Indicates the manner in which JDBC connections are acquired.
ConnectionBuilder() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
ConnectionBuilder(JdbcMocks.Options) - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
ConnectionCreatorFactoryImpl - Class in org.hibernate.engine.jdbc.connections.internal
The default factory for ConnectionCreator instances.
connectionFinder(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SharedSessionBuilder
 
ConnectionInfoLogger - Interface in org.hibernate.internal.log
 
ConnectionLeakException - Exception in org.hibernate.testing.jdbc.leak
 
ConnectionLeakException() - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String, Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String, Throwable, boolean, boolean) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakUtil - Class in org.hibernate.testing.jdbc.leak
 
ConnectionLeakUtil() - Constructor for class org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
 
ConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
An observer of logical connection events.
ConnectionObserverAdapter - Class in org.hibernate.engine.jdbc.spi
A no-op adapter for ConnectionObserver.
ConnectionObserverAdapter() - Constructor for class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
ConnectionObserverStatsBridge - Class in org.hibernate.internal
 
ConnectionObserverStatsBridge(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.ConnectionObserverStatsBridge
 
ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A contract for obtaining JDBC connections and, optionally, for pooling connections.
ConnectionProviderBuilder - Class in org.hibernate.testing.env
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
ConnectionProviderBuilder() - Constructor for class org.hibernate.testing.env.ConnectionProviderBuilder
 
connectionProviderClassDeprecated(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
ConnectionProviderDelegate - Class in org.hibernate.testing.jdbc
This ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties.
ConnectionProviderDelegate() - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
ConnectionProviderDelegate(boolean) - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
ConnectionProviderDelegate(ConnectionProvider) - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
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 in org.hibernate
Enumerates various policies for releasing JDBC connections.
connectionsObtained(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ConnectionValidator - Interface in org.hibernate.engine.jdbc.connections.internal
Contract for validating JDBC connections.
CONSIDER_LIKE_DIRTY - org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
 
consistentInstance(EntityInitializerImpl.EntityInitializerData) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityInitializerImpl
 
CONSTANT - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a constant e.g.
CONSTANT_EXPRESSION - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a constant expression e.g.
Constants - Class in org.hibernate.processor.util
 
constrained - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
Constraint - Class in org.hibernate.mapping
A mapping model object representing a constraint on a relational database table.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
CONSTRAINT - org.hibernate.processor.xml.jaxb.ConstraintMode
 
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.JaxbForeignKey
 
constraintMode - Variable in class org.hibernate.processor.xml.jaxb.ForeignKey
 
ConstraintMode - Enum in org.hibernate.processor.xml.jaxb
Java class for constraint-mode.
ConstraintModeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for JPA's ConstraintMode
ConstraintModeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.ConstraintModeMarshalling
 
constraints() - Method in annotation type org.hibernate.annotations.Check
The check constraint, written in native SQL.
constraintString() - 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 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 in org.hibernate.exception
 
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 JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
constructAndConfigureConfiguration(BootstrapServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
constructConfiguration(BootstrapServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
CONSTRUCTION - 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
 
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
 
constructorResult - Variable in class org.hibernate.processor.xml.jaxb.SqlResultSetMapping
 
ConstructorResult - Class in org.hibernate.processor.xml.jaxb
 
ConstructorResult() - Constructor for class org.hibernate.processor.xml.jaxb.ConstructorResult
 
constructStandardServiceRegistryBuilder() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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.MultiIdEntityLoaderArrayParam.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, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
 
consume(Connection) - Method in interface org.hibernate.testing.cleaner.JdbcConnectionContext.ConnectionConsumer
 
consume(JaxbCfgHibernateConfiguration) - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Consumes the JAXB representation of a cfg.xml file and builds the LoadedConfig representation.
consume(JaxbCfgMappingReferenceType) - Static method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<Object>) - Method in class org.hibernate.sql.results.spi.ManagedResultConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<T>) - Method in class org.hibernate.sql.results.spi.SingleResultConsumer
 
consumeAttributeJoin(SqmAttributeJoin<?, ?>, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeCrossJoin(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
 
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
 
consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
Deprecated.
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
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
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Deprecated.
Very, very, very ugly...
consumesCollectionAlias() - Method in class org.hibernate.processor.validation.MockCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Deprecated.
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.processor.validation.MockEntityPersister
 
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
 
Contact - Class in org.hibernate.testing.orm.domain.contacts
 
Contact() - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact
 
Contact(Integer, Contact.Name, Contact.Gender, LocalDate) - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact
 
Contact.Gender - Enum in org.hibernate.testing.orm.domain.contacts
 
Contact.Name - Class in org.hibernate.testing.orm.domain.contacts
 
CONTACTS - org.hibernate.testing.orm.domain.StandardDomainModel
 
ContactsDomainModel - Class in org.hibernate.testing.orm.domain.contacts
 
ContainedBean<B> - Interface in org.hibernate.resource.beans.container.spi
 
ContainedBeanImplementor<B> - Interface in org.hibernate.resource.beans.container.spi
Release-able extension to ContainedBean.
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.
containerProvidingNullPersistenceUnitRootUrl() - Method in interface org.hibernate.internal.CoreMessageLogger
 
contains - 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(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 class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
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.ConcurrentReferenceHashMap
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) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
contains(Object[], Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
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) - Static method in class org.hibernate.testing.hamcrest.CaseInsensitiveContainsMatcher
 
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 - 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.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
 
containsAnnotation(Element, String...) - Static method in class org.hibernate.processor.util.TypeUtils
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.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.Index
Deprecated, for removal: This API element is subject to removal in a future version.
containsColumn(Column) - Method in class org.hibernate.mapping.Table
 
containsColumn(Column) - Method in class org.hibernate.mapping.UserDefinedObjectType
 
containsDataMetaEmbeddable(String) - Method in class org.hibernate.processor.Context
 
containsDataMetaEntity(String) - Method in class org.hibernate.processor.Context
 
containsDeletedUnloadedEntityKey(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
containsDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
containsDeletedUnloadedEntityKeys() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 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(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.ConcurrentReferenceHashMap
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.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
 
containsMetaEmbeddable(String) - Method in class org.hibernate.processor.Context
 
containsMetaEntity(String) - Method in class org.hibernate.processor.Context
 
containsMultipleCollectionFetches() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
containsNullifiableEntityKey(Supplier<EntityKey>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
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 class org.hibernate.engine.internal.StatefulPersistenceContext
 
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.OneToManyCollectionPart
 
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.derived.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.ConcurrentReferenceHashMap
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.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
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
content - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
 
content - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
 
context - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
Context - Class in org.hibernate.processor
 
Context(ProcessingEnvironment) - Constructor for class org.hibernate.processor.Context
 
Context(ExecutionRequest) - Constructor for class org.hibernate.testing.bytecode.enhancement.extension.engine.BytecodeEnhancedTestEngine.Context
 
ContextProvidingValidationEventHandler - Class in org.hibernate.boot.jaxb.internal
ValidationEventHandler implementation providing easier access to where (line/column) an error occurred.
ContextProvidingValidationEventHandler - Class in org.hibernate.processor.util.xml
Validation event handler used for obtaining line and column numbers in case of parsing failures.
ContextProvidingValidationEventHandler() - Constructor for class org.hibernate.boot.jaxb.internal.ContextProvidingValidationEventHandler
 
ContextProvidingValidationEventHandler() - Constructor for class org.hibernate.processor.util.xml.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.AbstractHANADialect
Deprecated.
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
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(InFlightMetadataCollector, IndexView) - Method in interface org.hibernate.boot.spi.MetadataContributor
Deprecated.
Perform the contributions.
contribute(EventEngineContributions) - Method in interface org.hibernate.event.spi.EventEngineContributor
Apply the contributions
contribute(SessionFactoryServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.SessionFactoryServiceContributor
Contribute services to the indicated registry builder.
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(JaxbEntityMappings) - 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.dialect.DialectDelegateWrapper
 
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
 
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
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.AbstractHANADialect
Deprecated.
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DB2Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DerbyDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
A callback which allows the Dialect to contribute types.
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
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 org.hibernate.query.sqm.TemporalUnit
 
conversionFactorFull(TemporalUnit, Dialect) - Method in enum org.hibernate.query.sqm.TemporalUnit
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
convert - Variable in class org.hibernate.processor.xml.jaxb.Basic
 
convert - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
convert - Variable in class org.hibernate.processor.xml.jaxb.Embedded
 
convert - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
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 - Class in org.hibernate.processor.xml.jaxb
 
Convert() - Constructor for class org.hibernate.processor.xml.jaxb.Convert
 
CONVERT - Static variable in class org.hibernate.processor.util.Constants
 
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.Builders
 
converted(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
converted(String, Class<R>, AttributeConverter<?, R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
converted(String, Class<R>, Class<? extends AttributeConverter<?, R>>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
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.JaxbConvert
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
 
converter - Variable in class org.hibernate.processor.xml.jaxb.Convert
 
converter - Variable in class org.hibernate.processor.xml.jaxb.EntityMappings
 
converter() - Method in annotation type org.hibernate.annotations.ConverterRegistration
The converter class to register
converter() - Method in annotation type org.hibernate.annotations.SoftDelete
(Optional) Conversion to apply to determine the appropriate value to store in the database.
Converter - Class in org.hibernate.processor.xml.jaxb
 
Converter() - Constructor for class org.hibernate.processor.xml.jaxb.Converter
 
CONVERTER - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
CONVERTER - org.hibernate.testing.orm.domain.MappingFeature
 
ConverterAutoApplyHandler - Interface in org.hibernate.boot.model.convert.spi
Manages resolution of auto-applied AttributeConverter references for specific mappings
ConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Boot-time descriptor of a JPA AttributeConverter
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
 
ConverterRegistration - Annotation Type in org.hibernate.annotations
Registers an AttributeConverter.
converterRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
ConverterRegistrations - Annotation Type in org.hibernate.annotations
 
ConverterRegistry - Interface in org.hibernate.boot.model.convert.spi
A registry for JPA converters.
converters - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
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
 
convertIdFetchToResult(Fetch, DomainResultCreationState) - Static method in class org.hibernate.query.results.ResultsHelper
 
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
 
convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
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
 
convertToDatabaseColumn(Object) - Method in class org.hibernate.annotations.NoAttributeConverter
Deprecated.
 
convertToDatabaseColumn(String) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter
 
convertToDatabaseColumn(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.MonetaryAmountConverter
 
convertToDatabaseColumn(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter
 
convertToDatabaseColumn(EnumValue) - Method in class org.hibernate.testing.orm.domain.gambit.EnumValueConverter
 
convertToDatabaseColumn(MutableValue) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.MutableValueConverter
 
convertToDomainValue(Object) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
convertToEntityAttribute(Character) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.CharBooleanConverter
 
convertToEntityAttribute(Double) - Method in class org.hibernate.testing.orm.domain.MonetaryAmountConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToEntityAttribute(Object) - Method in class org.hibernate.annotations.NoAttributeConverter
Deprecated.
 
convertToEntityAttribute(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.MutableValueConverter
 
convertToEntityAttribute(String) - Method in class org.hibernate.testing.orm.domain.gambit.EnumValueConverter
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
The API method Query.setFirstResult(int) accepts a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
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
 
convexhull - org.hibernate.spatial.SpatialFunction
Deprecated.
The convexHull function, cfr.
convexhullaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
COOL - org.hibernate.testing.orm.domain.animal.Classification
 
coorddim - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
coordinateInsert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
Perform the insert(s).
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.ExportableColumn.ValueImpl
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Make a copy of this holder.
copy() - Method in class org.hibernate.mapping.Any
 
copy() - Method in class org.hibernate.mapping.Any.KeyValue
 
copy() - Method in class org.hibernate.mapping.Any.MetaValue
 
copy() - Method in class org.hibernate.mapping.Array
 
copy() - Method in class org.hibernate.mapping.Bag
 
copy() - Method in class org.hibernate.mapping.BasicValue
 
copy() - Method in class org.hibernate.mapping.Component
 
copy() - Method in class org.hibernate.mapping.DependantBasicValue
 
copy() - Method in class org.hibernate.mapping.DependantValue
 
copy() - Method in class org.hibernate.mapping.IdentifierBag
 
copy() - Method in class org.hibernate.mapping.List
 
copy() - Method in class org.hibernate.mapping.ManyToOne
 
copy() - Method in class org.hibernate.mapping.Map
 
copy() - Method in class org.hibernate.mapping.OneToMany
 
copy() - Method in class org.hibernate.mapping.OneToOne
 
copy() - Method in class org.hibernate.mapping.PrimitiveArray
 
copy() - Method in class org.hibernate.mapping.Property
 
copy() - Method in class org.hibernate.mapping.Set
 
copy() - Method in interface org.hibernate.mapping.Value
 
copy() - Method in class org.hibernate.query.sqm.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
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.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.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 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.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.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.SqmNamedParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
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 interface org.hibernate.query.sqm.tree.from.SqmJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.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.OrderedQueryContext) - Method in class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
copyFrom(HqlParser.ParameterContext) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
copyFrom(HqlParser.PredicateContext) - Method in class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
copyFrom(HqlParser.PrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
copyFrom(HqlParser.QueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
copyFrom(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
CopyIdentifierComponentSecondPass - Class in org.hibernate.boot.model.internal
 
CopyIdentifierComponentSecondPass(Component, String, String, AnnotatedJoinColumns, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
 
copyInsertionTargetPaths(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
copyParameters(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, SimpleValue, SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
copyRegistrationMap() - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
copyRegistrationMap() - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
copyTo(AbstractSqmFrom<O, T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
copyTo(AbstractSqmPath<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
copyTo(AbstractSqmQualifiedJoin<O, T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
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<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(JpaEntityJoin<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.JaxbHbmAnyDiscriminatorValueMapping
 
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.CoreMessageLogger
 
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(Connection) - Method in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
 
count(Connection) - Method in interface org.hibernate.testing.jdbc.leak.IdleConnectionCounter
Count the number of idle connections.
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
 
count(Connection) - Method in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
COUNT - org.hibernate.annotations.ResultCheckStyle
Deprecated.
Row count checking.
COUNT - 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
 
COUNTER - Static variable in class org.hibernate.testing.byteman.BytemanHelper
 
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
 
countInvocation() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
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.OuterJoinLoadable
Deprecated.
How many properties are there, for this class and all subclasses?
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 - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
covers - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
crc32() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
 
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(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator<?>>, List<ProvidedService<?>>, Map<String, Object>) - Static method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Constructs a StandardServiceRegistryImpl.
create(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator<?>>, List<ProvidedService<?>>, Map<String, Object>) - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
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(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(ProcessingEnvironment, Map<String, String>, Map<String, Set<String>>) - Static method in class org.hibernate.processor.validation.ProcessorSessionFactory
 
create(PackageElement, Context) - Static method in class org.hibernate.processor.annotation.AnnotationMetaPackage
 
create(TypeElement, Context) - Static method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
create(TypeElement, Context, boolean, boolean, boolean) - Static method in class org.hibernate.processor.annotation.AnnotationMetaEntity
 
create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
create(Metadata) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(Metadata, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(BootstrapServiceRegistry, List<StandardServiceInitiator<?>>, List<ProvidedService<?>>, Map<String, Object>) - Static method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Constructs a StandardServiceRegistryImpl.
create(GeneratorCreationContext) - Method in interface org.hibernate.id.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
Added in 6.6 as a short-term work-around, but should really use on of the alternatives discussed at Configurable. See HHH-18615.
create(GeneratorCreationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
create(ServiceRegistryImplementor, List<SessionFactoryServiceInitiator<?>>, List<ProvidedService<?>>, SessionFactoryImplementor, SessionFactoryOptions) - Static method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
CREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE - org.hibernate.boot.SchemaAutoTooling
Drop the schema and recreate it on SessionFactory startup.
CREATE - org.hibernate.cache.jcache.MissingCacheStrategy
Create a new cache when a cache is not found, without logging any warning about the missing cache.
CREATE - org.hibernate.engine.internal.Nullability.NullabilityCheckType
 
CREATE - org.hibernate.query.sqm.mutation.internal.temptable.BeforeUseAction
 
CREATE - 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 - org.hibernate.boot.SchemaAutoTooling
Drop the schema and recreate it on SessionFactory startup.
CREATE_DROP - org.hibernate.tool.schema.Action
Drop the schema and then recreate it on SessionFactory startup.
CREATE_EMPTY_COMPOSITES_ENABLED - Static variable in interface org.hibernate.cfg.MappingSettings
Deprecated.
It makes no sense at all to enable this at the global level for a persistence unit. If anything, it could be a setting specific to a given embeddable class. But, four years after the introduction of this feature, it's still marked experimental and has multiple known unresolved bugs. It's therefore time for those who advocated for this feature to accept defeat.
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.StandardLobCreator
Callback for performing contextual NCLOB creation
CREATE_ONFLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE_ONLY - org.hibernate.boot.SchemaAutoTooling
Create the schema on SessionFactory startup.
CREATE_ONLY - org.hibernate.tool.schema.Action
Create the schema.
CREATE_WARN - org.hibernate.cache.jcache.MissingCacheStrategy
Create a new cache when a cache is not found (see MissingCacheStrategy.CREATE), and also log a warning about the missing cache.
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
 
createArrayOf(String, Object[]) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
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
 
createAssociationOverride() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of AssociationOverride
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
 
createAttributeOverride() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of AttributeOverride
createAttributes() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Attributes
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
 
createBaseSettings() - Static method in class org.hibernate.testing.util.ServiceRegistryUtil
 
createBasic() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Basic
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() - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create the basic contextual BLOB reference.
createBlob() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCache(String) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
createCaching(JaxbHbmCacheType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createCallback(ManagedBeanRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackDefinition
 
createCascadeType() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of CascadeType
createClearingStatementForTable(String, String) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
createClearingStatementForTable(String, String) - Method in class org.hibernate.testing.cleaner.MariaDBDatabaseCleaner
 
createClearingStatementForTable(String, String) - Method in class org.hibernate.testing.cleaner.MySQL5DatabaseCleaner
 
createClearingStatementForTable(String, String) - Method in class org.hibernate.testing.cleaner.MySQL8DatabaseCleaner
 
createClob() - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create the basic contextual CLOB reference.
createClob() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createClob(String) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createCollection(PersistentClass) - Method in class org.hibernate.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.
createCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
createCollectionTable() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of CollectionTable
createCollectionTypeWrapperInitializerProducer(NavigablePath, PluralAttributeMapping, CollectionClassification, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createColumn() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Column
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
 
createColumnResult() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of ColumnResult
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
 
createConnection(String, int) - Static method in class org.hibernate.testing.jdbc.JdbcMocks
 
createConnection(String, int, int) - Static method in class org.hibernate.testing.jdbc.JdbcMocks
 
createConstructorResult() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of ConstructorResult
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createConvert() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Convert
createConverter() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Converter
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.SqmCteRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.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.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
 
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>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
CREATED - org.hibernate.testing.orm.domain.helpdesk.Status
 
createDenormalizedTable(Identifier, Function<Identifier, DenormalizedTable>) - Method in class org.hibernate.boot.model.relational.Namespace
 
createDetachedInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
Obtain a detached, uninitialized persistent collection of the type represented by this object.
createDetachedProxy(SessionFactory, Class<E>, Object) - Static method in class org.hibernate.Hibernate
Obtain a detached, uninitialized reference (a proxy) for a persistent entity with the given identifier.
createDialect(DialectResolutionInfo) - Method in enum org.hibernate.dialect.Database
Create a Dialect for the given metadata.
createDiscriminatorColumn() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of DiscriminatorColumn
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
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.derived.AnonymousTupleBasicValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.query.derived.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
 
createElementCollection() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of ElementCollection
createEmbeddable() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Embeddable
createEmbeddableAttributes() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EmbeddableAttributes
createEmbedded() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Embedded
createEmbeddedId() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EmbeddedId
createEmptyType() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EmptyType
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
createEntity() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of 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
 
createEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in class org.hibernate.engine.internal.MutableEntityEntryFactory
 
createEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in interface org.hibernate.engine.spi.EntityEntryFactory
Creates EntityEntry.
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class<T>) - Method in 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
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable EntityGraph with only a root node.
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 copy of the named EntityGraph, or return null if there is no 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
 
createEntityGraph(String) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable copy of the named EntityGraph, or return null if there is no graph with the given name.
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
 
createEntityListener() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EntityListener
createEntityListeners() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EntityListeners
createEntityManager() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager() - Method in class org.hibernate.internal.SessionFactoryImpl
 
createEntityManager(SynchronizationType) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(SynchronizationType) - Method in class org.hibernate.internal.SessionFactoryImpl
 
createEntityManager(SynchronizationType, Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(SynchronizationType, Map) - Method in class org.hibernate.internal.SessionFactoryImpl
 
createEntityManager(Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(Map) - Method in class org.hibernate.internal.SessionFactoryImpl
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createEntityMappings() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EntityMappings
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.
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
createEntityResult() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of EntityResult
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
 
createExecutionContext(ExecutionRequest) - Method in class org.hibernate.testing.bytecode.enhancement.extension.engine.BytecodeEnhancedTestEngine
 
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
 
createFieldResult() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of FieldResult
createForeignKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.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() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of ForeignKey
createForeignKey(String, List<Column>, String, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List<Column>, String, String, List<Column>) - Method in class org.hibernate.mapping.Table
 
createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.ToOne
 
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
 
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
 
createGeneratedValue() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of GeneratedValue
createGeneratedValuesProcessor(EventType, List<AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createGenerator(GeneratorCreationContext) - Method in interface org.hibernate.mapping.GeneratorCreator
 
createGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in class org.hibernate.mapping.Component
 
createGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createGenerator(CustomIdGeneratorCreationContext) - Method in interface org.hibernate.mapping.IdentifierGeneratorCreator
 
createGenerator(RuntimeModelCreationContext) - Method in class org.hibernate.mapping.Property
 
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createHqlInterpretation(String, Class<R>, HqlTranslator, StatisticsImplementor) - Static method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
createId() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Id
createIdClass() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of IdClass
createIdentifierGenerator(GenerationType, String, String, JavaType<?>, Properties, GeneratorDefinitionResolver) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Create an IdentifierGenerator based on the given details.
createIdentifierGenerator(GenerationType, String, String, JavaType<?>, Properties, GeneratorDefinitionResolver) - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
 
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in class org.hibernate.id.factory.internal.AutoGenerationTypeStrategy
 
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in class org.hibernate.id.factory.internal.IdentityGenerationTypeStrategy
 
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in class org.hibernate.id.factory.internal.SequenceGenerationTypeStrategy
 
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in class org.hibernate.id.factory.internal.TableGenerationTypeStrategy
 
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in class org.hibernate.id.factory.internal.UUIDGenerationTypeStrategy
 
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in interface org.hibernate.id.factory.spi.GenerationTypeStrategy
 
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
createIdentifierGenerator(String, Type, GeneratorCreationContext, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
createIdentifierGenerator(String, Type, GeneratorCreationContext, Properties) - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
Deprecated.
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
Deprecated, for removal: This API element is subject to removal in a future version.
Use KeyValue.createGenerator(IdentifierGeneratorFactory, Dialect, RootClass) instead. No longer used except in legacy tests.
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
Deprecated, for removal: This API element is subject to removal in a future version.
Use KeyValue.createGenerator(IdentifierGeneratorFactory, Dialect, RootClass) instead. No longer used except in legacy tests.
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, Class<?>, 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.
createIndex() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Index
createInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
createInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
createInformationExtractor(ExtractionContext) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createInheritance() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Inheritance
createInitializer(EntityResultImpl, InitializerParent<?>, AssemblerCreationState) - Method in class org.hibernate.query.results.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.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 CollectionInitializer instances for the given collection semantics
createInsertDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createInsertStrategy(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderStandard
 
createInsertStrategy(EntityMappingType, MappingModelCreationProcess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategyProvider
Determine the SqmMultiTableInsertStrategy to use for the given entity
createInsertTranslator(SqmInsertStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
createInsertTranslator(SqmInsertStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createInstanceFromVersionsEntity(String, Map, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
Creates an entity instance based on an entry from the versions table.
createInterpretationsKey(SqmInterpretationsKey.InterpretationsKeySource) - Static method in class org.hibernate.query.sqm.internal.SqmInterpretationsKey
 
createInverseMappingType(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
createInverseMappingType(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
createInverseMappingType(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
createInverseMappingType(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
createInverseMappingType(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
createInverseModelPart(EmbeddableValuedModelPart, ManagedMappingType, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
createIsolationDelegate() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
createIsolationDelegate() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
createIsolationDelegate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Retrieve an isolation delegate appropriate for this transaction strategy.
createJavaType(ParameterizedType) - Method in interface org.hibernate.type.descriptor.java.JavaType
createJavaType(ParameterizedType, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.java.JavaType
Creates the JavaType for the given ParameterizedType based on this JavaType registered for the raw type.
createJavaType(ParameterizedType, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
createJaxbAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbAssociationOverride
createJaxbAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbAttributeOverride
createJaxbAttributes() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbAttributes
createJaxbBasic() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbBasic
createJaxbCaching() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbCaching
createJaxbCascadeType() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbCascadeType
createJaxbCfgCollectionCacheType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgCollectionCacheType
createJaxbCfgConfigPropertyType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgConfigPropertyType
createJaxbCfgEntityCacheType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEntityCacheType
createJaxbCfgEventListenerGroupType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEventListenerGroupType
createJaxbCfgEventListenerType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgEventListenerType
createJaxbCfgHibernateConfiguration() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgHibernateConfiguration
createJaxbCfgHibernateConfigurationJaxbCfgSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgHibernateConfigurationJaxbCfgSecurityJaxbCfgGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
createJaxbCfgMappingReferenceType() - Method in class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create an instance of JaxbCfgMappingReferenceType
createJaxbCollectionTable() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbCollectionTable
createJaxbCollectionUserTypeRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
createJaxbColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbColumn
createJaxbColumnResult() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbColumnResult
createJaxbColumnType() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbColumnType
createJaxbCompositeUserTypeRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbCompositeUserTypeRegistration
createJaxbConfigurationParameter() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbConfigurationParameter
createJaxbConstructorResult() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbConstructorResult
createJaxbConvert() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbConvert
createJaxbConverter() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbConverter
createJaxbConverterRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbConverterRegistration
createJaxbCustomLoader() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbCustomLoader
createJaxbCustomSql() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbCustomSql
createJaxbDatabaseObject() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbDatabaseObject
createJaxbDatabaseObjectJaxbDefinition() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbDatabaseObject.JaxbDefinition
createJaxbDatabaseObjectScope() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbDatabaseObjectScope
createJaxbDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbDiscriminatorColumn
createJaxbElementCollection() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbElementCollection
createJaxbEmbeddable() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEmbeddable
createJaxbEmbeddableAttributes() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEmbeddableAttributes
createJaxbEmbeddableInstantiatorRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
createJaxbEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEmbedded
createJaxbEmbeddedId() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEmbeddedId
createJaxbEmptyType() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEmptyType
createJaxbEntity() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEntity
createJaxbEntityListener() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEntityListener
createJaxbEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEntityListeners
createJaxbEntityMappings() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEntityMappings
createJaxbEntityResult() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbEntityResult
createJaxbFetchProfile() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbFetchProfile
createJaxbFetchProfileJaxbFetch() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbFetchProfile.JaxbFetch
createJaxbFieldResult() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbFieldResult
createJaxbFilterDef() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbFilterDef
createJaxbFilterDefJaxbFilterParam() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbFilterDef.JaxbFilterParam
createJaxbForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbForeignKey
createJaxbGeneratedValue() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbGeneratedValue
createJaxbGenericIdGenerator() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbGenericIdGenerator
createJaxbHbmAnyAssociationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyAssociationType
createJaxbHbmAnyDiscriminator() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHbmAnyDiscriminator
createJaxbHbmAnyDiscriminatorValueMapping() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
createJaxbHbmAnyKey() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHbmAnyKey
createJaxbHbmAnyMapping() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHbmAnyMapping
createJaxbHbmAnyValueMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyValueMappingType
createJaxbHbmArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmArrayType
createJaxbHbmAuxiliaryDatabaseObjectType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmAuxiliaryDatabaseObjectTypeJaxbHbmDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBagCollectionType
createJaxbHbmBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicAttributeType
createJaxbHbmBasicCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicCollectionElementType
createJaxbHbmCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCacheType
createJaxbHbmClassRenameType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmClassRenameType
createJaxbHbmCollectionIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCollectionIdType
createJaxbHbmColumnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmColumnType
createJaxbHbmCompositeAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeAttributeType
createJaxbHbmCompositeCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIdType
createJaxbHbmCompositeIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIndexType
createJaxbHbmCompositeKeyBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeKeyManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeKeyManyToOneType
createJaxbHbmConfigParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmConfigParameterType
createJaxbHbmCustomSqlDmlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCustomSqlDmlType
createJaxbHbmDialectScopeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDialectScopeType
createJaxbHbmDiscriminatorSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmDynamicComponentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDynamicComponentType
createJaxbHbmEntityDiscriminatorType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmEntityDiscriminatorType
createJaxbHbmFetchProfileType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFetchProfileType
createJaxbHbmFetchProfileTypeJaxbHbmFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmFilter() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHbmFilter
createJaxbHbmFilterAliases(JaxbHbmFilter.JaxbAliases) - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JAXBElement<JaxbHbmFilter.JaxbAliases>
createJaxbHbmFilterAliasMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterAliasMappingType
createJaxbHbmFilterCondition(String) - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JAXBElement<String>
createJaxbHbmFilterDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterDefinitionType
createJaxbHbmFilterDefinitionTypeFilterParam(JaxbHbmFilterParameterType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmFilterJaxbAliases() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHbmFilter.JaxbAliases
createJaxbHbmFilterParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterParameterType
createJaxbHbmFilterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterType
createJaxbHbmFilterTypeAliases(JaxbHbmFilterAliasMappingType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmGeneratorSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmGeneratorSpecificationType
createJaxbHbmHibernateMapping() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmHibernateMapping
createJaxbHbmIdBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIdBagCollectionType
createJaxbHbmIdentifierGeneratorDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmIndexManyToAnyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToAnyType
createJaxbHbmIndexManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToManyType
createJaxbHbmIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexType
createJaxbHbmJoinedSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmJoinedSubclassEntityType
createJaxbHbmKeyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmKeyType
createJaxbHbmListIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListIndexType
createJaxbHbmListType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListType
createJaxbHbmLoaderType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmLoaderType
createJaxbHbmManyToAny() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHbmManyToAny
createJaxbHbmManyToAnyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmManyToOneType
createJaxbHbmMapKeyBasicType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyBasicType
createJaxbHbmMapKeyCompositeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyCompositeType
createJaxbHbmMapKeyManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyManyToManyType
createJaxbHbmMapType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapType
createJaxbHbmMultiTenancyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMultiTenancyType
createJaxbHbmNamedNativeQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedNativeQueryType
createJaxbHbmNamedNativeQueryTypeLoadCollection(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>
createJaxbHbmNamedNativeQueryTypeReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeReturnJoin(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeSynchronize(JaxbHbmSynchronizeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmSynchronizeType>
createJaxbHbmNamedQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedQueryType
createJaxbHbmNamedQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>
createJaxbHbmNativeQueryCollectionLoadReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryJoinReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryJoinReturnType
createJaxbHbmNativeQueryPropertyReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryPropertyReturnTypeJaxbHbmReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryReturnType
createJaxbHbmNativeQueryReturnTypeJaxbHbmReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryScalarReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNaturalIdCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdCacheType
createJaxbHbmNaturalIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdType
createJaxbHbmNestedCompositeElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNestedCompositeElementType
createJaxbHbmOneToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmOneToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmOneToOneType
createJaxbHbmParentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmParentType
createJaxbHbmPrimitiveArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPrimitiveArrayType
createJaxbHbmPropertiesType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPropertiesType
createJaxbHbmQueryParamType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmQueryParamType
createJaxbHbmResultSetMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmResultSetMappingType
createJaxbHbmRootEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmRootEntityType
createJaxbHbmSecondaryTableType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSecondaryTableType
createJaxbHbmSetType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSetType
createJaxbHbmSimpleIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSimpleIdType
createJaxbHbmSynchronizeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSynchronizeType
createJaxbHbmTimestampAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTimestampAttributeType
createJaxbHbmToolingHintType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmToolingHintType
createJaxbHbmTuplizerType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTuplizerType
createJaxbHbmTypeDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeDefinitionType
createJaxbHbmTypeSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeSpecificationType
createJaxbHbmUnionSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmUnionSubclassEntityType
createJaxbHbmVersionAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmVersionAttributeType
createJaxbHqlImport() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbHqlImport
createJaxbId() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbId
createJaxbIdClass() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbIdClass
createJaxbIndex() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbIndex
createJaxbInheritance() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbInheritance
createJaxbJavaTypeRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbJavaTypeRegistration
createJaxbJdbcTypeRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbJdbcTypeRegistration
createJaxbJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbJoinColumn
createJaxbJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbJoinTable
createJaxbLob() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbLob
createJaxbManyToMany() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbManyToMany
createJaxbManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbManyToOne
createJaxbMapKey() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbMapKey
createJaxbMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbMapKeyClass
createJaxbMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbMapKeyColumn
createJaxbMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbMapKeyJoinColumn
createJaxbMappedSuperclass() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbMappedSuperclass
createJaxbMultiTenancy() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbMultiTenancy
createJaxbNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNamedAttributeNode
createJaxbNamedEntityGraph() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNamedEntityGraph
createJaxbNamedNativeQuery() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNamedNativeQuery
createJaxbNamedQuery() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNamedQuery
createJaxbNamedStoredProcedureQuery() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNamedStoredProcedureQuery
createJaxbNamedSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNamedSubgraph
createJaxbNationalized() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNationalized
createJaxbNaturalId() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbNaturalId
createJaxbOneToMany() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbOneToMany
createJaxbOneToOne() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbOneToOne
createJaxbOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbOrderColumn
createJaxbPersistenceUnitDefaults() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPersistenceUnitDefaults
createJaxbPersistenceUnitMetadata() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPersistenceUnitMetadata
createJaxbPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPostLoad
createJaxbPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPostPersist
createJaxbPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPostRemove
createJaxbPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPostUpdate
createJaxbPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPrePersist
createJaxbPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPreRemove
createJaxbPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPreUpdate
createJaxbPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbPrimaryKeyJoinColumn
createJaxbQueryHint() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbQueryHint
createJaxbQueryParamType() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbQueryParamType
createJaxbSecondaryTable() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbSecondaryTable
createJaxbSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbSequenceGenerator
createJaxbSqlResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbSqlResultSetMapping
createJaxbStoredProcedureParameter() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbStoredProcedureParameter
createJaxbSynchronizedTable() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbSynchronizedTable
createJaxbTable() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbTable
createJaxbTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbTableGenerator
createJaxbTenantId() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbTenantId
createJaxbTransient() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbTransient
createJaxbUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbUniqueConstraint
createJaxbUserTypeRegistration() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbUserTypeRegistration
createJaxbUuidGenerator() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbUuidGenerator
createJaxbVersion() - Method in class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create an instance of JaxbVersion
createJdbcParameterBindings(QueryParameterBindings, DomainParameterXref, Map<QueryParameterImplementor<?>, Map<SqmParameter<?>, List<JdbcParametersList>>>, MappingMetamodel, Function<NavigablePath, TableGroup>, SqmParameterMappingModelResolutionAccess, SharedSessionContractImplementor) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
createJdbcType(ServiceRegistry, String) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.DB2StructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.StructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.internal.DelayedStructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
createJoinColumn() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of JoinColumn
createJoinTable() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of JoinTable
createJpaAttributeConverter(JpaAttributeConverterCreationContext) - Method in class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
createJpaAttributeConverter(JpaAttributeConverterCreationContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Factory for the runtime representation of the converter
createKeyDomainResult(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
createKeyDomainResult(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
createKeyDomainResult(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
createKeyDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
createKeyDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
createKeyDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
CreateKeySecondPass - Class in org.hibernate.boot.model.internal
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.boot.model.internal.CreateKeySecondPass
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.boot.model.internal.CreateKeySecondPass
 
createLateralJoinExpression(AbstractSqmSpecificPluralPartPath<?>, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createLegacyIdentifierGenerator(SimpleValue, IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Static method in class org.hibernate.id.factory.internal.IdentifierGeneratorUtil
 
createListInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createLob() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of Lob
createLocalResolution(String, Class<?>, Map<?, ?>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.TypeDefinition
 
createLocalUserCollectionTypeBean(String, Class<? extends UserCollectionType>, boolean, Map<String, String>) - Static method in class org.hibernate.mapping.MappingHelper
 
createManagedBean(JpaAttributeConverterCreationContext) - Method in class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
createManagedBean(JpaAttributeConverterCreationContext) - Method in class org.hibernate.boot.model.convert.internal.ClassBasedConverterDescriptor
 
createManagedBean(JpaAttributeConverterCreationContext) - Method in class org.hibernate.boot.model.convert.internal.InstanceBasedConverterDescriptor
 
createManyToMany() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of ManyToMany
createManyToOne() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of ManyToOne
createMapInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createMapKey() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of MapKey
createMapKeyClass() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of MapKeyClass
createMapKeyColumn() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of MapKeyColumn
createMapKeyJoinColumn() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of MapKeyJoinColumn
createMappedSuperclass() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of MappedSuperclass
createMappingProducer(EntityPersister, EventType, boolean, boolean) - Static method in class org.hibernate.generator.values.internal.GeneratedValuesHelper
Utility method that instantiates a JdbcValuesMappingProducer so it can be cached by the delegates when they are instantiated.
createMarker(int, JdbcType) - Method in class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
 
createMarker(int, JdbcType) - Method in class org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
 
createMarker(int, JdbcType) - Method in interface org.hibernate.sql.ast.spi.ParameterMarkerStrategy
Create a parameter marker
createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
Create the MutationOperation for performing a MERGE.
createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
Create the MutationOperation for performing the DELETE or UPSERT
createMiddleIdData(IdMappingData, String, String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
createMinOrMaxIndexOrElement(AbstractSqmSpecificPluralPartPath<?>, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createModelPart(MappingType, SqmExpressible<?>, DomainType<?>, List<SqlSelection>, int, String, String, ModelPart, Set<String>, int) - Static method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
createModifiedFlagAttribute(String, String, String, String) - Method in class org.hibernate.envers.boot.internal.AbstractModifiedColumnNamingStrategy
 
createModifiedFlagAttribute(PropertyAuditingData, Configuration, String) - Method in class org.hibernate.envers.boot.internal.AbstractModifiedColumnNamingStrategy
 
createMutabilityPlan(Class<? extends MutabilityPlan<?>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
createMutationOperation(String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
Intended for use from SqlAstTranslator
createMutationOperation(String, List<JdbcParameterBinder>) - Method in interface org.hibernate.sql.model.ast.TableMutation
A SqlAstTranslator callback to create an appropriate mutation using the translated sql and parameter binders.
createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
 
createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
 
createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
Intended for use from SqlAstTranslator
createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
createMutationOperation(TableMapping, String, List<JdbcParameterBinder>) - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in interface org.hibernate.sql.model.ast.TableMutation
 
createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createMutationQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given delete criteria tree
createMutationQuery(CriteriaDelete) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createMutationQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given update criteria tree
createMutationQuery(CriteriaUpdate) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createMutationQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createMutationQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery reference for the given HQL insert, update, or delete statement.
createMutationQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createMutationQuery(JpaCriteriaInsert) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given insert criteria tree
createMutationQuery(JpaCriteriaInsertSelect) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(JpaCriteriaInsertSelect) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(JpaCriteriaInsertSelect) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createMutationQuery(JpaCriteriaInsertSelect) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createMutationQuery(JpaCriteriaInsertSelect) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given insert-select criteria tree
createMutationStrategy(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderStandard
 
createMutationStrategy(EntityMappingType, MappingModelCreationProcess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategyProvider
Determine the SqmMultiTableMutationStrategy to use for the given entity
createMutationTranslator(SqmDmlStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createMutationTranslator(SqmDmlStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createNamedAttributeNode() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of NamedAttributeNode
createNamedEntityGraph() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of NamedEntityGraph
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedMutationQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNamedMutationQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery instance for the given named insert, update, or delete HQL query.
createNamedMutationQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedNativeQuery() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of NamedNativeQuery
createNamedQuery() - Method in class org.hibernate.processor.xml.jaxb.ObjectFactory
Create an instance of NamedQuery
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNamedQuery(String) - Method in interface org.hibernate.Session
Deprecated.
createNamedQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedQuery(String, Class<R>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given named query.
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryPro